mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update min nvr for selinux-policy and pki-ca for F-15+
Done with conditionals so still installable on F-14. ticket 1200
This commit is contained in:
parent
e96d0776f8
commit
55f9836cb6
@ -87,11 +87,20 @@ Requires: python-ldap
|
|||||||
Requires: python-krbV
|
Requires: python-krbV
|
||||||
Requires: acl
|
Requires: acl
|
||||||
Requires: python-pyasn1 >= 0.0.9a
|
Requires: python-pyasn1 >= 0.0.9a
|
||||||
|
%if 0%{?fedora} >= 15
|
||||||
|
Requires: selinux-policy >= 3.9.16-18
|
||||||
|
%else
|
||||||
Requires: selinux-policy >= 3.9.7-27
|
Requires: selinux-policy >= 3.9.7-27
|
||||||
|
%endif
|
||||||
Requires(post): selinux-policy-base
|
Requires(post): selinux-policy-base
|
||||||
Requires: slapi-nis >= 0.21
|
Requires: slapi-nis >= 0.21
|
||||||
Requires: pki-ca >= 9.0.0
|
%if 0%{?fedora} >= 15
|
||||||
Requires: pki-silent >= 9.0.0
|
Requires: pki-ca >= 9.0.7
|
||||||
|
Requires: pki-silent >= 9.0.7
|
||||||
|
%else
|
||||||
|
Requires: pki-ca >= 9.0.5
|
||||||
|
Requires: pki-silent >= 9.0.5
|
||||||
|
%endif
|
||||||
Requires: dogtag-pki-common-theme
|
Requires: dogtag-pki-common-theme
|
||||||
Requires: dogtag-pki-ca-theme
|
Requires: dogtag-pki-ca-theme
|
||||||
Requires(preun): python initscripts chkconfig
|
Requires(preun): python initscripts chkconfig
|
||||||
@ -483,6 +492,10 @@ fi
|
|||||||
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf
|
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 12 2011 Rob Crittenden <rcritten@redhat.com> - 2.0.90-3
|
||||||
|
- Set min nvr of selinux-policy to 3.9.16-18 on F-15+
|
||||||
|
- Set min nvr of pki-ca to 9.0.7 on F-15+
|
||||||
|
|
||||||
* Thu May 5 2011 Martin Kosek <mkosek@redhat.com> - 2.0.90-2
|
* Thu May 5 2011 Martin Kosek <mkosek@redhat.com> - 2.0.90-2
|
||||||
- Add BuildRequires on pylint, python-rhsm to enable a build with enforced
|
- Add BuildRequires on pylint, python-rhsm to enable a build with enforced
|
||||||
pylint check
|
pylint check
|
||||||
|
Loading…
Reference in New Issue
Block a user