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
|
Name: ipa-python
|
||||||
Version: 0.6.0
|
Version: 0.6.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: IPA authentication server
|
Summary: IPA authentication server
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -9,8 +9,8 @@ URL: http://www.freeipa.org
|
|||||||
Source0: http://www.freeipa.org/downloads/%{name}-%{version}.tgz
|
Source0: http://www.freeipa.org/downloads/%{name}-%{version}.tgz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Requires: PyKerberos
|
Requires: python-kerberos
|
||||||
|
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?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
|
%config(noreplace) %{_sysconfdir}/ipa/ipa.conf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
|
||||||
- Fixed License in specfile
|
- Fixed License in specfile
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ipa-python
|
Name: ipa-python
|
||||||
Version: VERSION
|
Version: VERSION
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: IPA authentication server
|
Summary: IPA authentication server
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -9,8 +9,8 @@ URL: http://www.freeipa.org
|
|||||||
Source0: http://www.freeipa.org/downloads/%{name}-%{version}.tgz
|
Source0: http://www.freeipa.org/downloads/%{name}-%{version}.tgz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Requires: PyKerberos
|
Requires: python-kerberos
|
||||||
|
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?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
|
%config(noreplace) %{_sysconfdir}/ipa/ipa.conf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 17 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-2
|
||||||
- Fixed License in specfile
|
- Fixed License in specfile
|
||||||
|
|
||||||
|
@ -19,8 +19,10 @@ mod_python
|
|||||||
gcc
|
gcc
|
||||||
python-ldap
|
python-ldap
|
||||||
TurboGears
|
TurboGears
|
||||||
PyKerberos
|
python-kerberos
|
||||||
python-krbV
|
python-krbV
|
||||||
|
python-tgexpandingformwidget
|
||||||
|
python-pyasn1
|
||||||
|
|
||||||
Installation example:
|
Installation example:
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ipa-server
|
Name: ipa-server
|
||||||
Version: 0.6.0
|
Version: 0.6.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: IPA authentication server
|
Summary: IPA authentication server
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -37,7 +37,7 @@ Requires: python-krbV
|
|||||||
Requires: TurboGears
|
Requires: TurboGears
|
||||||
Requires: python-tgexpandingformwidget
|
Requires: python-tgexpandingformwidget
|
||||||
Requires: acl
|
Requires: acl
|
||||||
Requires: pyasn1
|
Requires: python-pyasn1
|
||||||
Requires: libcap
|
Requires: libcap
|
||||||
|
|
||||||
%define httpd_conf /etc/httpd/conf.d
|
%define httpd_conf /etc/httpd/conf.d
|
||||||
@ -117,6 +117,9 @@ fi
|
|||||||
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
|
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 22 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-3
|
||||||
- add session cache directory
|
- add session cache directory
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ipa-server
|
Name: ipa-server
|
||||||
Version: VERSION
|
Version: VERSION
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: IPA authentication server
|
Summary: IPA authentication server
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -117,6 +117,9 @@ fi
|
|||||||
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
|
%attr(700,apache,apache) %dir %{_localstatedir}/cache/ipa/sessions
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 22 2008 Rob Crittenden <rcritten@redhat.com> = 0.6.0-3
|
||||||
- add session cache directory
|
- add session cache directory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user