diff options
author | Jan Cholasta <jcholast@redhat.com> | 2011-08-23 14:15:27 +0200 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-08-23 00:27:30 -0400 |
commit | 9b0fa8debfadfbf6da310638ee351788f7dd0322 (patch) | |
tree | 8329d68eeb8d6839fba361a39f469471fae88ea4 | |
parent | 1077343d1aa300cd3c16bc11d01e7b274bb0aa1d (diff) | |
download | freeipa-9b0fa8debfadfbf6da310638ee351788f7dd0322.tar.gz freeipa-9b0fa8debfadfbf6da310638ee351788f7dd0322.tar.xz freeipa-9b0fa8debfadfbf6da310638ee351788f7dd0322.zip |
Add subscription-manager dependency for RHEL.
ticket 1664
-rw-r--r-- | freeipa.spec.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in index 87fd0b649..58f3d944c 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -118,6 +118,9 @@ Requires: pki-silent >= 9.0.5 %endif Requires: dogtag-pki-common-theme Requires: dogtag-pki-ca-theme +%if 0%{?rhel} +Requires: subscription-manager +%endif Requires(preun): python initscripts chkconfig Requires(postun): python initscripts chkconfig @@ -535,6 +538,9 @@ fi %ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf %changelog +* Tue Aug 23 2011 Jan Cholasta <jcholast@redhat.com> - 2.1.0-1 +- Add subscription-manager dependency for RHEL. + * Thu Aug 11 2011 Martin Kosek <mkosek@redhat.com> - 2.0.90-12 - Set min nvr of 389-ds-base to 1.2.9.6 for fix in BZ 725743, 723937, and 725542 |