[Freeipa-devel] [PATCH] 257 Fix python Requires in Fedora 17 build

Martin Kosek mkosek at redhat.com
Fri May 4 15:45:44 UTC 2012


This one actually took me some time to track it down (details are in a
patch description). To check the result, simply build freeipa on Fedora
17 with "make rpms", install rpms on the machine and check Requires of
freeipa-admintools package:

$ rpm -qR freeipa-admintools

Before the patch, there was a requirement for "/bin/python" which
effectively blocked an update of python package until freeipa packages
were removed.

With this patch, there should be a correct requirement for
"/usr/bin/python" and python updates will work again - yay.

Our newest freeipa package on F-17 (2.2.0-1) is not affected, koji F-17
build root may have a different $PATH which translates "python" to
"/usr/bin/python" and not "/bin/python".

Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-mkosek-257-fix-python-requires-in-fedora-17-build.patch
Type: text/x-patch
Size: 2103 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20120504/ca4f7e9a/attachment.bin>


More information about the Freeipa-devel mailing list