From 9b0fa8debfadfbf6da310638ee351788f7dd0322 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Aug 23 2011 04:27:30 +0000 Subject: Add subscription-manager dependency for RHEL. ticket 1664 --- diff --git a/freeipa.spec.in b/freeipa.spec.in index 87fd0b6..58f3d94 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 - 2.1.0-1 +- Add subscription-manager dependency for RHEL. + * Thu Aug 11 2011 Martin Kosek - 2.0.90-12 - Set min nvr of 389-ds-base to 1.2.9.6 for fix in BZ 725743, 723937, and 725542