Changeset 2727
- Timestamp:
- 07/08/08 16:07:42 (5 months ago)
- Files:
-
- trunk/util-vserver.spec.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/util-vserver.spec.in
r2721 r2727 14 14 %global _localstatedir %_var 15 15 16 %global ver %( echo @VERSION@ | sed 's/-.*//' )17 %global subver %( s=`echo @VERSION@ | grep -- - | sed 's/.*-/./'`; echo ${s:-.1} )18 16 %global fullver @VERSION@ 17 %global ver %( echo %fullver | sed 's/-.*//' ) 18 %global subver %( s=`echo %fullver | grep -- - | sed 's/.*-/./'`; echo ${s:-.1} ) 19 19 20 20 … … 271 271 %pre build 272 272 x="%_libdir/util-vserver/distributions/etch" 273 test -d "$x" && mv "$x" "$x.rpmsave" 273 test -d "$x" && mv "$x" "$x.rpmsave" || : 274 274 275 275
