Changeset 2721

Show
Ignore:
Timestamp:
06/26/08 17:59:54 (5 months ago)
Author:
dhozac
Message:

Get rid of the etch directory for older installs.

Hopefully all interesting RPM versions support %check by now... Mandriva's rpm does not support the : syntax.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/util-vserver.spec.in

    r2626 r2721  
    192192 
    193193 
    194 %check || : 
     194%check 
    195195%__make check 
    196196 
     
    267267%preun build 
    268268test "$1" != 0 || rm -f %confdir/.distributions/.common/pubkeys/fedora-* 
     269 
     270 
     271%pre build 
     272x="%_libdir/util-vserver/distributions/etch" 
     273test -d "$x" && mv "$x" "$x.rpmsave" 
    269274 
    270275