SPECS: util-vserver.spec - fix macros substititution
glen
glen at pld-linux.org
Wed Oct 19 13:47:46 CEST 2005
Author: glen Date: Wed Oct 19 11:47:46 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix macros substititution
---- Files affected:
SPECS:
util-vserver.spec (1.75 -> 1.76)
---- Diffs:
================================================================
Index: SPECS/util-vserver.spec
diff -u SPECS/util-vserver.spec:1.75 SPECS/util-vserver.spec:1.76
--- SPECS/util-vserver.spec:1.75 Fri Oct 14 01:38:33 2005
+++ SPECS/util-vserver.spec Wed Oct 19 13:47:41 2005
@@ -10,7 +10,7 @@
Summary(pl): Narzędzia dla linuksowych serwerów wirtualnych
Name: util-vserver
Version: 0.30.208
-Release: 2.2
+Release: 2.4
License: GPL
Group: Applications/System
Source0: http://www.13thfloor.at/~ensc/util-vserver/files/alpha/%{name}-%{version}.tar.bz2
@@ -62,8 +62,8 @@
# for adapter
%define _usrbin /usr/bin
-%define _usrsbin /usr/bin
-%define _usrlib /usr/lib/util-vserver
+%define _usrsbin /usr/sbin
+%define _usrlib /usr/lib
%description
This package provides the components and a framework to setup virtual
@@ -337,7 +337,7 @@
install %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/vservers-default
install %{SOURCE6} $RPM_BUILD_ROOT/etc/sysconfig/vservers-legacy
-ln -sf /dev/null $RPM_BUILD_ROOT/dev/initctl
+ln -sf null $RPM_BUILD_ROOT/dev/initctl
%ifarch %{x8664}
sed -i 's/^glibc$/glibc64/' $RPM_BUILD_ROOT%{_libdir}/%{name}/distributions/pld2.0/pkgs/01
@@ -579,6 +579,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.76 2005/10/19 11:47:41 glen
+- fix macros substititution
+
Revision 1.75 2005/10/13 23:38:33 romke
- fixed dietlibc build with linux-libc-headers-2.6.12,
on 2.6.12 even if you !define WANT_KERNEL_TYPES you must use GLIBC
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/util-vserver.spec?r1=1.75&r2=1.76&f=u
More information about the pld-cvs-commit
mailing list