X-Git-Url: http://git.onelab.eu/?p=util-vserver.git;a=blobdiff_plain;f=util-vserver.spec.in;h=be2b2429995363c405b067026be4486d9d91a3d8;hp=0e6662b164151bc53b4187abba0f40fdf2e8cdbb;hb=5a433b3bf3569d3af02bd911d6fd64b0efffafd2;hpb=d2072e9d7db98029f302a1b2c0451150b1ddeb8b diff --git a/util-vserver.spec.in b/util-vserver.spec.in index 0e6662b..be2b242 100644 --- a/util-vserver.spec.in +++ b/util-vserver.spec.in @@ -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