OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 26-Mar-2003 09:29:49
Branch: HEAD Handle: 2003032608294801
Modified files:
openpkg-src/coreutils coreutils.spec
openpkg-web news.txt
Log:
always build bin/su, fix owner of bin/su
Summary:
Revision Changes Path
1.18 +7 -2 openpkg-src/coreutils/coreutils.spec
1.3820 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 coreutils.spec
--- openpkg-src/coreutils/coreutils.spec 20 Mar 2003 18:59:29 -0000 1.17
+++ openpkg-src/coreutils/coreutils.spec 26 Mar 2003 08:29:49 -0000 1.18
@@ -33,7 +33,7 @@
Group: Utility
License: GPL
Version: 4.5.11
-Release: 20030320
+Release: 20030326
# list of sources
Source0: ftp://alpha.gnu.org/gnu/coreutils/coreutils-%{version}.tar.bz2
@@ -66,6 +66,10 @@
%prep
%setup -q
%patch0 -p0
+ %{l_shtool} subst \
+ -e 's;^\(install-exec-local:\).*;\1;' \
+ -e 's;^\(bin_PROGRAMS =\);\1 su;' \
+ src/Makefile.in
%build
CC="%{l_cc}" \
@@ -85,7 +89,8 @@
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
rm -f $RPM_BUILD_ROOT%{l_prefix}/lib/charset.alias
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \
+ '%attr(4711,%{l_susr},%{l_mgrp}) %{l_prefix}/bin/su'
%files -f files
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.3819 -r1.3820 news.txt
--- openpkg-web/news.txt 25 Mar 2003 10:59:47 -0000 1.3819
+++ openpkg-web/news.txt 26 Mar 2003 08:29:48 -0000 1.3820
@@ -1,3 +1,4 @@
+26-Mar-2003: Upgraded package: P<coreutils-4.5.11-20030326>
25-Mar-2003: New package: P<mutt-1.4.1i-20030325>
25-Mar-2003: Upgraded package: P<perl-time-20030325-20030325>
25-Mar-2003: Upgraded package: P<perl-text-20030325-20030325>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]