packages: vzctl/vzctl.spec - cp -p

glen glen at pld-linux.org
Mon Oct 24 23:59:13 CEST 2011


Author: glen                         Date: Mon Oct 24 21:59:13 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- cp -p

---- Files affected:
packages/vzctl:
   vzctl.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: packages/vzctl/vzctl.spec
diff -u packages/vzctl/vzctl.spec:1.26 packages/vzctl/vzctl.spec:1.27
--- packages/vzctl/vzctl.spec:1.26	Mon Oct 24 20:28:23 2011
+++ packages/vzctl/vzctl.spec	Mon Oct 24 23:59:08 2011
@@ -72,9 +72,9 @@
 %prep
 %setup -q
 %patch0 -p1
-install %{SOURCE1} etc/dists
-install %{SOURCE2} %{SOURCE3} %{SOURCE4} etc/dists/scripts
-install %{SOURCE5} %{SOURCE6} etc/init.d
+cp -p %{SOURCE1} etc/dists
+install -p %{SOURCE2} %{SOURCE3} %{SOURCE4} etc/dists/scripts
+install -p %{SOURCE5} %{SOURCE6} etc/init.d
 
 %build
 %{__libtoolize}
@@ -104,8 +104,8 @@
 
 :> $RPM_BUILD_ROOT/etc/cron.d/vz
 
-# .so could go to vzctl-lib-devel, but since we don't have it...
-rm -f $RPM_BUILD_ROOT%{_libdir}/libvzctl.{la,so}
+# this could go to vzctl-lib-devel, but since we don't have it...
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libvzctl.{la,so}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -179,6 +179,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2011/10/24 21:59:08  glen
+- cp -p
+
 Revision 1.26  2011/10/24 18:28:23  glen
 - /etc/sysconfig/network-scripts no longer owned by rc-scripts
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vzctl/vzctl.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list