Author: baggins Date: Mon Mar 9 15:39:32 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2 - move stat to /bin for rc-scripts
---- Files affected: SPECS: coreutils.spec (1.144 -> 1.145) ---- Diffs: ================================================================ Index: SPECS/coreutils.spec diff -u SPECS/coreutils.spec:1.144 SPECS/coreutils.spec:1.145 --- SPECS/coreutils.spec:1.144 Mon Feb 23 00:48:55 2009 +++ SPECS/coreutils.spec Mon Mar 9 16:39:27 2009 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): GNU Core-utils - podstawowe narzędzia działające z linii poleceń Name: coreutils Version: 7.1 -Release: 1 +Release: 2 License: GPL v3+ Group: Applications/System Source0: http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz @@ -156,9 +156,9 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT -mv -f $RPM_BUILD_ROOT%{_bindir}/{arch,basename,cat,chgrp,chmod,chown,cp,date,dd,df,\ -echo,false,id,link,ln,ls,mkdir,mknod,mktemp,mv,nice,printf,pwd,rm,rmdir,sleep,sort,\ -stty,sync,touch,true,unlink,uname} $RPM_BUILD_ROOT/bin +mv -f $RPM_BUILD_ROOT%{_bindir}/{arch,basename,cat,chgrp,chmod,chown,cp,date,dd,\ +df,echo,false,id,link,ln,ls,mkdir,mknod,mktemp,mv,nice,printf,pwd,rm,rmdir,\ +sleep,sort,stat,stty,sync,touch,true,unlink,uname} $RPM_BUILD_ROOT/bin mv -f $RPM_BUILD_ROOT%{_bindir}/chroot $RPM_BUILD_ROOT%{_sbindir} @@ -234,6 +234,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.145 2009/03/09 15:39:27 baggins +- rel 2 +- move stat to /bin for rc-scripts + Revision 1.144 2009/02/22 23:48:55 arekm - up to 7.1 (stable) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/coreutils.spec?r1=1.144&r2=1.145&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
