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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user