mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Use Fedora package names for PyKerberos (python-kerberos) and pyasn1
(python-pyasn1) for the specfile Requires.
This commit is contained in:
parent
3594157f54
commit
00e20c2003
@ -1,6 +1,6 @@
|
||||
Name: ipa-python
|
||||
Version: 0.6.0
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: IPA authentication server
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -9,8 +9,8 @@ URL: http://www.freeipa.org
|
||||
Source0: http://www.freeipa.org/downloads/%{name}-%{version}.tgz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel
|
||||
Requires: PyKerberos
|
||||
BuildRequires: python-devel
|
||||
Requires: python-kerberos
|
||||
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
@ -35,6 +35,9 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) %{_sysconfdir}/ipa/ipa.conf
|
||||
|
||||
%changelog
|
||||
* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-3
|
||||
- Use new name of PyKerberos, python-kerberos, in Requires
|
||||
|
||||
* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
|
||||
- Fixed License in specfile
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ipa-python
|
||||
Version: VERSION
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: IPA authentication server
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -9,8 +9,8 @@ URL: http://www.freeipa.org
|
||||
Source0: http://www.freeipa.org/downloads/%{name}-%{version}.tgz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel
|
||||
Requires: PyKerberos
|
||||
BuildRequires: python-devel
|
||||
Requires: python-kerberos
|
||||
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
@ -35,6 +35,9 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) %{_sysconfdir}/ipa/ipa.conf
|
||||
|
||||
%changelog
|
||||
* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-3
|
||||
- Use new name of PyKerberos, python-kerberos, in Requires
|
||||
|
||||
* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
|
||||
- Fixed License in specfile
|
||||
|
||||
|
@ -19,8 +19,10 @@ mod_python
|
||||
gcc
|
||||
python-ldap
|
||||
TurboGears
|
||||
PyKerberos
|
||||
python-kerberos
|
||||
python-krbV
|
||||
python-tgexpandingformwidget
|
||||
python-pyasn1
|
||||
|
||||
Installation example:
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ipa-server
|
||||
Version: 0.6.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: IPA authentication server
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -37,7 +37,7 @@ Requires: python-krbV
|
||||
Requires: TurboGears
|
||||
Requires: python-tgexpandingformwidget
|
||||
Requires: acl
|
||||
Requires: pyasn1
|
||||
Requires: python-pyasn1
|
||||
Requires: libcap
|
||||
|
||||
%define httpd_conf /etc/httpd/conf.d
|
||||
@ -117,6 +117,9 @@ fi
|
||||
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
|
||||
|
||||
%changelog
|
||||
* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-4
|
||||
- Use new name of pyasn1, python-pyasn1, in Requires
|
||||
|
||||
* Tue Jan 22 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-3
|
||||
- add session cache directory
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: ipa-server
|
||||
Version: VERSION
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: IPA authentication server
|
||||
|
||||
Group: System Environment/Base
|
||||
@ -117,6 +117,9 @@ fi
|
||||
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
|
||||
|
||||
%changelog
|
||||
* Thu Jan 24 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-4
|
||||
- Use new name of pyasn1, python-pyasn1, in Requires
|
||||
|
||||
* Tue Jan 22 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-3
|
||||
- add session cache directory
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user