summaryrefslogtreecommitdiffstats
path: root/install/ui
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-05-04 17:18:46 +0200
committerMartin Kosek <mkosek@redhat.com>2012-05-15 10:43:39 +0200
commitabbecf450f367022a2848dc55c4e809e8d94d344 (patch)
treeb9dc137e0d0ab79a33d017e58c3f6dccd79e42e5 /install/ui
parent4640f957ade4615972a9b857a8f2e1b97e524d01 (diff)
downloadfreeipa-abbecf450f367022a2848dc55c4e809e8d94d344.tar.gz
freeipa-abbecf450f367022a2848dc55c4e809e8d94d344.tar.xz
freeipa-abbecf450f367022a2848dc55c4e809e8d94d344.zip
Fix python Requires in Fedora 17 build
When python's distutils build process prepares python scripts, it use current Python interpreter in an updated shebang for python scripts. Since Makefile did not use absolute path to python interpreter, it may be translated to "/bin/python" in Fedora 17 which is then taken by rpmbuild as freeipa-admintools dependency. This can break of F-17 python package which provides just "/usr/bin/python" This patch updates Makefile to use a correct absolute path to python interpreter which is then filled to freeipa scripts shebang and rpm Requires list. The value is taken from RPM __python macro so that we do not hardcode it. https://fedorahosted.org/freeipa/ticket/2727
Diffstat (limited to 'install/ui')
0 files changed, 0 insertions, 0 deletions