OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 06-Jul-2003 12:43:21
Branch: HEAD Handle: 2003070611432001
Modified files:
openpkg-src/samba samba.spec
openpkg-web news.txt
Log:
strip libexec executables, too
Summary:
Revision Changes Path
1.40 +2 -1 openpkg-src/samba/samba.spec
1.5291 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/samba/samba.spec
============================================================================
$ cvs diff -u -r1.39 -r1.40 samba.spec
--- openpkg-src/samba/samba.spec 7 Apr 2003 14:52:59 -0000 1.39
+++ openpkg-src/samba/samba.spec 6 Jul 2003 10:43:21 -0000 1.40
@@ -33,7 +33,7 @@
Group: Filesystem
License: GPL
Version: 2.2.8a
-Release: 20030407
+Release: 20030706
# package options
%option with_pam no
@@ -137,6 +137,7 @@
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/samba/include
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
+ strip $RPM_BUILD_ROOT%{l_prefix}/libexec/samba/* >/dev/null 2>&1 || true
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
%{l_shtool} install -c -m 755 -e 's;@l_prefix@;%{l_prefix};g' \
%{SOURCE rc.samba} $RPM_BUILD_ROOT%{l_prefix}/etc/rc.d/
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5290 -r1.5291 news.txt
--- openpkg-web/news.txt 6 Jul 2003 10:40:19 -0000 1.5290
+++ openpkg-web/news.txt 6 Jul 2003 10:43:20 -0000 1.5291
@@ -1,3 +1,4 @@
+06-Jul-2003: Upgraded package: P<samba-2.2.8a-20030706>
06-Jul-2003: Upgraded package: P<aegis-4.11-20030706>
06-Jul-2003: Upgraded package: P<netpbm-10.11.10-20030706>
06-Jul-2003: Upgraded package: P<gawk-3.1.2-20030706>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]