SPECS: coreutils.spec - rel 0.2; use glibc mkdirat, fchmodat, fcho...

arekm arekm at pld-linux.org
Mon Dec 11 23:10:35 CET 2006


Author: arekm                        Date: Mon Dec 11 22:10:35 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 0.2; use glibc mkdirat, fchmodat, fchownat functions; fix repeated -bi --short-circuit installs

---- Files affected:
SPECS:
   coreutils.spec (1.114 -> 1.115) 

---- Diffs:

================================================================
Index: SPECS/coreutils.spec
diff -u SPECS/coreutils.spec:1.114 SPECS/coreutils.spec:1.115
--- SPECS/coreutils.spec:1.114	Sat Dec  9 20:31:19 2006
+++ SPECS/coreutils.spec	Mon Dec 11 23:10:30 2006
@@ -7,7 +7,7 @@
 Summary(pl):	GNU Core-utils - podstawowe narzędzia działające z linii poleceń
 Name:		coreutils
 Version:	6.7
-Release:	0.1
+Release:	0.2
 License:	GPL
 Group:		Applications/System
 Source0:	ftp://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.bz2
@@ -30,6 +30,7 @@
 Patch9:		%{name}-po.patch
 Patch10:	%{name}-no-nb.patch
 Patch11:	%{name}-selinux.patch
+Patch12:	%{name}-system-openat.patch
 URL:		http://www.gnu.org/software/coreutils/
 BuildRequires:	acl-devel
 BuildRequires:	autoconf >= 2.60
@@ -104,6 +105,7 @@
 %patch9 -p1
 %patch10 -p1
 %{?with_selinux:%patch11 -p1}
+%patch12 -p1
 
 %{__perl} -pi -e 's at GNU/Linux at PLD Linux@' m4/host-os.m4
 
@@ -153,7 +155,7 @@
 install %{SOURCE3} %{SOURCE4} $RPM_BUILD_ROOT/etc/shrc.d
 install %{SOURCE5} $RPM_BUILD_ROOT/etc/pam.d/su
 
-mv -f man/pt_BR man/pt
+cp -a man/pt_BR man/pt
 for d in cs da de es fi fr hu id it ja ko nl pl pt ru zh_CN ; do
 	install -d $RPM_BUILD_ROOT%{_mandir}/$d/man1
 	install man/$d/*.1 $RPM_BUILD_ROOT%{_mandir}/$d/man1
@@ -207,6 +209,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.115  2006/12/11 22:10:30  arekm
+- rel 0.2; use glibc mkdirat, fchmodat, fchownat functions; fix repeated -bi --short-circuit installs
+
 Revision 1.114  2006/12/09 19:31:19  qboosh
 - updated to 6.7 (cp -p/mv fixes, somehow related to security)
 - added pl.po-update patch, updated selinux patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/coreutils.spec?r1=1.114&r2=1.115&f=u



More information about the pld-cvs-commit mailing list