Author: glen Date: Fri Mar 2 11:51:19 2012 GMT Module: packages Tag: HEAD ---- Log message: - package runuser just once
---- Files affected: packages/coreutils: coreutils.spec (1.186 -> 1.187) ---- Diffs: ================================================================ Index: packages/coreutils/coreutils.spec diff -u packages/coreutils/coreutils.spec:1.186 packages/coreutils/coreutils.spec:1.187 --- packages/coreutils/coreutils.spec:1.186 Sun Jan 8 11:10:17 2012 +++ packages/coreutils/coreutils.spec Fri Mar 2 12:51:14 2012 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): GNU Core-utils - podstawowe narzędzia działające z linii poleceń Name: coreutils Version: 8.15 -Release: 1 +Release: 2 License: GPL v3+ Group: Applications/System Source0: http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz @@ -194,7 +194,7 @@ # su is missed by "make install" called by non-root install -p src/su $RPM_BUILD_ROOT/bin -install -p src/runuser $RPM_BUILD_ROOT/sbin +mv $RPM_BUILD_ROOT{%{_bindir},/sbin}/runuser cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir} cp -p %{SOURCE3} %{SOURCE4} $RPM_BUILD_ROOT/etc/shrc.d @@ -267,6 +267,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.187 2012/03/02 11:51:14 glen +- package runuser just once + Revision 1.186 2012/01/08 10:10:17 qboosh - unify direntry (no dot) and fix index name for realpath - documented stat-free-color failure cause ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils.spec?r1=1.186&r2=1.187&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
