X-Git-Url: http://git.onelab.eu/?p=util-vserver.git;a=blobdiff_plain;f=util-vserver.spec;h=a136ebfe2a97911eb9f7d3e14857fad424dff7ba;hp=c0ba3cf565a986b67233ee812c1a778fe2997f2a;hb=5a433b3bf3569d3af02bd911d6fd64b0efffafd2;hpb=d2072e9d7db98029f302a1b2c0451150b1ddeb8b diff --git a/util-vserver.spec b/util-vserver.spec index c0ba3cf..a136ebf 100644 --- a/util-vserver.spec +++ b/util-vserver.spec @@ -222,6 +222,9 @@ contrib/make-manifest %name $RPM_BUILD_ROOT contrib/manifest.dat find "%{buildroot}" -name '*.py' | { while read FILE; do f="${FILE#%{buildroot}}" echo "${f}" + # need to touch these files, as they are not produced on FC4 or below + touch ${FILE}c + touch ${FILE}o echo %%ghost "${f}c" echo %%ghost "${f}o" done } > %name-python.list