Re: [Freeipa-devel] [PATCH] 43 Add subscription-manager dependency for RHEL

2011-08-23 Thread Rob Crittenden

Jan Cholasta wrote:

On 23.8.2011 16:22, Rob Crittenden wrote:

Jan Cholasta wrote:

https://fedorahosted.org/freeipa/ticket/1664

Honza


nack, this requires only needs to be on freeipa-server.

rob


OK, I thought I'd put it in the package where entitle.py is located.

Updated patch attached.

Honza



ack, pushed to master and ipa-2-1

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 43 Add subscription-manager dependency for RHEL

2011-08-23 Thread Jan Cholasta

On 23.8.2011 16:22, Rob Crittenden wrote:

Jan Cholasta wrote:

https://fedorahosted.org/freeipa/ticket/1664

Honza


nack, this requires only needs to be on freeipa-server.

rob


OK, I thought I'd put it in the package where entitle.py is located.

Updated patch attached.

Honza

--
Jan Cholasta
>From 6294da883d85ba92c084d1cda4d4a3ddbfcee3cf Mon Sep 17 00:00:00 2001
From: Jan Cholasta 
Date: Tue, 23 Aug 2011 14:15:27 +0200
Subject: [PATCH] Add subscription-manager dependency for RHEL.

ticket 1664
---
 freeipa.spec.in |6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

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
-- 
1.7.6

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 43 Add subscription-manager dependency for RHEL

2011-08-23 Thread Rob Crittenden

Jan Cholasta wrote:

https://fedorahosted.org/freeipa/ticket/1664

Honza


nack, this requires only needs to be on freeipa-server.

rob

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] 43 Add subscription-manager dependency for RHEL

2011-08-23 Thread Jan Cholasta

https://fedorahosted.org/freeipa/ticket/1664

Honza

--
Jan Cholasta
>From ff23fde28907611ed68cc2a13a89990d5be80cce Mon Sep 17 00:00:00 2001
From: Jan Cholasta 
Date: Tue, 23 Aug 2011 14:15:27 +0200
Subject: [PATCH] Add subscription-manager dependency for RHEL.

ticket 1664
---
 freeipa.spec.in |6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index 87fd0b6..8a624e0 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -224,6 +224,9 @@ Requires: python-netaddr >= 0.7.5-3
 Requires: python-netaddr
 %endif
 Requires: libipa_hbac-python
+%if 0%{?rhel}
+Requires: subscription-manager
+%endif
 
 Obsoletes: ipa-python >= 1.0
 
@@ -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
-- 
1.7.6

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel