git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2729
94cd875c-1c1d-0410-91d2-
eb244daf1a30
copy centos /usr/share/doc/centos-*/RPM-GPG-KEY-*
+%pre build
+x="%_libdir/util-vserver/distributions/etch"
+test -d "$x" && mv "$x" "$x.rpmsave" || :
+
+
%post build
test -d /vservers/.hash || mkdir -m0700 /vservers/.hash
test "$1" != 0 || rm -f %confdir/.distributions/.common/pubkeys/fedora-*
-%pre build
-x="%_libdir/util-vserver/distributions/etch"
-test -d "$x" && mv "$x" "$x.rpmsave" || :
-
-
## Temporary workaround to remove old v_* files; it will conflict
## somehow with the -legacy package but can be fixed by reinstalling
## this package.