On FC5 and above rpmbuil will run brp on all python files that
authorMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 24 Oct 2007 20:42:29 +0000 (20:42 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Wed, 24 Oct 2007 20:42:29 +0000 (20:42 +0000)
commit5a433b3bf3569d3af02bd911d6fd64b0efffafd2
tree93f09df8400c31cf1574a98ce78300a9c136ffc6
parentd2072e9d7db98029f302a1b2c0451150b1ddeb8b
On FC5 and above rpmbuil will run brp on all python files that
generates the .pyc and .pyo files.  The spec file currently accounts
for that and explicitly ignores them.  However, brp is not run by
FC4's version of rpmbuild and so we need to explicitly create them
using "touch".  This seems like the most harmless way to get things
working rather than trying to build in conditionals that check whether
we are on FC4.
util-vserver.spec
util-vserver.spec.in