OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 03-Dec-2007 08:40:51
Branch: HEAD Handle: 2007120307405000
Modified files:
openpkg-src/delegate delegate.spec
Log:
do not strip the binary as it seems to contain a signature which is
checked under run-time
Summary:
Revision Changes Path
1.133 +2 -2 openpkg-src/delegate/delegate.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/delegate/delegate.spec
============================================================================
$ cvs diff -u -r1.132 -r1.133 delegate.spec
--- openpkg-src/delegate/delegate.spec 16 Nov 2007 16:38:14 -0000
1.132
+++ openpkg-src/delegate/delegate.spec 3 Dec 2007 07:40:50 -0000
1.133
@@ -33,7 +33,7 @@
Group: Network
License: Freely distributable
Version: 9.8.1
-Release: 20071116
+Release: 20071203
# list of sources
Source0: ftp://ftp:[EMAIL
PROTECTED]/pub/DeleGate/delegate%{version}.tar.gz
@@ -109,7 +109,7 @@
$RPM_BUILD_ROOT%{l_prefix}/var/delegate/log \
$RPM_BUILD_ROOT%{l_prefix}/var/delegate/work \
$RPM_BUILD_ROOT%{l_prefix}/var/delegate/tmp
- %{l_shtool} install -c -s -m 755 \
+ %{l_shtool} install -c -m 755 \
src/delegated $RPM_BUILD_ROOT%{l_prefix}/sbin/
%{l_shtool} install -c -m 644 \
doc/Manual.htm
$RPM_BUILD_ROOT%{l_prefix}/share/delegate/docs/manual.html
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]