Changeset 2729
- Timestamp:
- 07/08/08 17:11:09 (5 months ago)
- Files:
-
- trunk/util-vserver.spec.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/util-vserver.spec.in
r2727 r2729 256 256 257 257 258 %post build259 test -d /vservers/.hash || mkdir -m0700 /vservers/.hash260 261 f="%confdefaultdir/apps/vunify/hash"; test -e "$f"/method -o -e "$f"/00 || \262 ln -s /vservers/.hash "$f"/00263 264 %_sbindir/setattr --barrier /vservers/.hash || :265 266 267 %preun build268 test "$1" != 0 || rm -f %confdir/.distributions/.common/pubkeys/fedora-*269 270 271 258 %pre build 272 259 x="%_libdir/util-vserver/distributions/etch" 273 260 test -d "$x" && mv "$x" "$x.rpmsave" || : 261 262 263 %post build 264 test -d /vservers/.hash || mkdir -m0700 /vservers/.hash 265 266 f="%confdefaultdir/apps/vunify/hash"; test -e "$f"/method -o -e "$f"/00 || \ 267 ln -s /vservers/.hash "$f"/00 268 269 %_sbindir/setattr --barrier /vservers/.hash || : 270 271 272 %preun build 273 test "$1" != 0 || rm -f %confdir/.distributions/.common/pubkeys/fedora-* 274 274 275 275
