Changeset 2841
- Timestamp:
- 06/26/09 02:30:59 (9 months ago)
- Files:
-
- 1 modified
-
trunk/util-vserver.spec.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util-vserver.spec.in
r2807 r2841 10 10 ## --without doc ... disable doc generation 11 11 ## --with legacy ... enable the legacy APIs 12 ## --without python ... disable the Python bindings 12 13 13 14 %global confdir %_sysconfdir/vservers … … 21 22 %global ver %( echo %fullver | sed 's/-.*//' ) 22 23 %global subver %( s=`echo %fullver | grep -- - | sed 's/.*-/./'`; echo ${s:-.1} ) 24 25 26 # Mandriva does funky stuff that break us. 27 %if %{?mandriva_release:1}%{!?mandriva_release:0} 28 %global mandriva 1 29 %global _disable_libtoolize 1 30 %global _disable_ld_as_needed 1 31 %global _disable_ld_no_undefined 1 32 %global before_configure \ 33 %setup_compile_flags \ 34 CONFIGURE_TOP="${CONFIGURE_TOP:-.}" 35 %endif 23 36 24 37 … … 41 54 Provides: vserver = %version-%release 42 55 Obsoletes: vserver < %version 43 BuildRequires: mount vconfig gawk iprouteiptables56 BuildRequires: mount vconfig gawk /sbin/ip iptables 44 57 BuildRequires: gcc-c++ wget which diffutils 45 58 BuildRequires: e2fsprogs-devel e2fsprogs
