summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2011-08-23 14:15:27 +0200
committerRob Crittenden <rcritten@redhat.com>2011-08-23 00:30:32 -0400
commit028a87b0dae5f69099859b0e65fce9c5597d1730 (patch)
treea572d0d9d614c2a83eec8d864a1a710577570698 /freeipa.spec.in
parenteb804d4cb37189c2127a10b446ef412930a032bd (diff)
downloadfreeipa-028a87b0dae5f69099859b0e65fce9c5597d1730.tar.gz
freeipa-028a87b0dae5f69099859b0e65fce9c5597d1730.tar.xz
freeipa-028a87b0dae5f69099859b0e65fce9c5597d1730.zip
Add subscription-manager dependency for RHEL.
ticket 1664
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in6
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