Re: [Freeipa-devel] [patch 0004] spec file: Update the package name from libipa_hbac-python to python-libipa_hbac

2015-07-14 Thread Jan Cholasta

Dne 10.7.2015 v 13:25 Milan Kubik napsal(a):

On 07/10/2015 12:55 PM, Jan Cholasta wrote:

Hi,



Dne 10.7.2015 v 12:05 Milan Kubik napsal(a):


Name update + the renamed package breaks 'dnf builddep'. I will report

the bug.

Yum can take care of the conflict resolution.



Patch attached.




You might as well update libsss_nss_idmap-python to
python-libsss_nss_idmap while you are at it.



Honza







Hi, new patch is here :)


Thanks, ACK.

Pushed to:
master: 345960741063279f8f3b742dcd6e4813682f1832
ipa-4-2: 9c8d23a725ee6895e85944954e0deb6daa7b92f5



Self-NACK on  0004.


FYI the protocol is to bump patch revision instead of bumping patch 
number: http://www.freeipa.org/page/Contribute/Patch_Format#Naming


--
Jan Cholasta

--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


Re: [Freeipa-devel] [patch 0004] spec file: Update the package name from libipa_hbac-python to python-libipa_hbac

2015-07-10 Thread Jan Cholasta

Hi,

Dne 10.7.2015 v 12:05 Milan Kubik napsal(a):

Name update + the renamed package breaks 'dnf builddep'. I will report
the bug.
Yum can take care of the conflict resolution.

Patch attached.


You might as well update libsss_nss_idmap-python to 
python-libsss_nss_idmap while you are at it.


Honza

--
Jan Cholasta

--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code


Re: [Freeipa-devel] [patch 0004] spec file: Update the package name from libipa_hbac-python to python-libipa_hbac

2015-07-10 Thread Milan Kubik

On 07/10/2015 12:55 PM, Jan Cholasta wrote:

Hi,



Dne 10.7.2015 v 12:05 Milan Kubik napsal(a):


Name update + the renamed package breaks 'dnf builddep'. I will report

the bug.

Yum can take care of the conflict resolution.



Patch attached.




You might as well update libsss_nss_idmap-python to
python-libsss_nss_idmap while you are at it.



Honza







Hi, new patch is here :)

Self-NACK on  0004.
From 3067b69c1b5b11ba7ee6ae34d8efcf97219e1d7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Milan=20Kub=C3=ADk?= mku...@redhat.com
Date: Fri, 10 Jul 2015 11:59:24 +0200
Subject: [PATCH] spec file: update the python package names for libipa_hbac
 and libsss_nss_idmap

---
 freeipa.spec.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/freeipa.spec.in b/freeipa.spec.in
index e78ad1a0851186c7fdb5ab0a4649b64b2b1e010f..e9f97c3d68898c63a299408b93a6330e65f35d0e 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -75,7 +75,7 @@ BuildRequires:  python-rhsm
 BuildRequires:  pyOpenSSL
 BuildRequires:  pylint = 1.0
 BuildRequires:  python-polib
-BuildRequires:  libipa_hbac-python
+BuildRequires:  python-libipa_hbac
 BuildRequires:  python-memcached
 BuildRequires:  sssd = 1.13.0
 BuildRequires:  python-lxml
@@ -204,7 +204,7 @@ Requires: samba-python
 Requires: samba = %{samba_version}
 Requires: samba-winbind
 Requires: libsss_idmap
-Requires: libsss_nss_idmap-python
+Requires: python-libsss_nss_idmap
 Requires: oddjob
 Requires: python-sss
 # We use alternatives to divert winbind_krb5_locator.so plugin to libkrb5
@@ -296,7 +296,7 @@ Requires: python-nss = 0.16
 Requires: python-cryptography
 Requires: python-lxml
 Requires: python-netaddr
-Requires: libipa_hbac-python
+Requires: python-libipa_hbac
 Requires: python-qrcode-core = 5.0.0
 Requires: python-pyasn1
 Requires: python-dateutil
-- 
1.9.3

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code