OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   17-Jul-2003 20:29:56
  Branch: HEAD                             Handle: 2003071719295005

  Modified files:
    openpkg-src/apache      apache.spec
    openpkg-src/exim        exim.spec
    openpkg-src/gnupg       gnupg.spec
    openpkg-src/jitterbug   jitterbug.spec
    openpkg-src/powerdns    powerdns.spec
    openpkg-src/screen      screen.spec
    openpkg-src/sudo        sudo.spec
    openpkg-src/traceroute  traceroute.spec
    openpkg-src/xterm       xterm.spec
    openpkg-web             news.txt

  Log:
    fix PR#205, use variable %{l_susr} not constant root

  Summary:
    Revision    Changes     Path
    1.152       +1  -1      openpkg-src/apache/apache.spec
    1.47        +1  -1      openpkg-src/exim/exim.spec
    1.36        +4  -4      openpkg-src/gnupg/gnupg.spec
    1.33        +4  -4      openpkg-src/jitterbug/jitterbug.spec
    1.24        +1  -1      openpkg-src/powerdns/powerdns.spec
    1.29        +1  -1      openpkg-src/screen/screen.spec
    1.49        +3  -3      openpkg-src/sudo/sudo.spec
    1.13        +4  -4      openpkg-src/traceroute/traceroute.spec
    1.53        +4  -4      openpkg-src/xterm/xterm.spec
    1.5618      +4  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/apache/apache.spec
  ============================================================================
  $ cvs diff -u -r1.151 -r1.152 apache.spec
  --- openpkg-src/apache/apache.spec    17 Jul 2003 15:32:27 -0000      1.151
  +++ openpkg-src/apache/apache.spec    17 Jul 2003 18:29:51 -0000      1.152
  @@ -919,7 +919,7 @@
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
           %{l_files_std} \
   %if "%{with_suexec}" == "yes"
  -        '%attr(4755,root,%{l_mgrp}) %{l_prefix}/sbin/suexec' \
  +        '%attr(4755,%{l_susr},%{l_mgrp}) %{l_prefix}/sbin/suexec' \
   %endif
           '%config %{l_prefix}/etc/apache/*' \
   %if "%{with_mod_ssl}" == "yes"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/exim/exim.spec
  ============================================================================
  $ cvs diff -u -r1.46 -r1.47 exim.spec
  --- openpkg-src/exim/exim.spec        17 Jul 2003 15:32:38 -0000      1.46
  +++ openpkg-src/exim/exim.spec        17 Jul 2003 18:29:51 -0000      1.47
  @@ -178,7 +178,7 @@
           %{l_files_std} \
           '%not %dir %{l_prefix}/etc/fsl' \
           '%config %{l_prefix}/etc/fsl/fsl.exim' \
  -         '%attr(4755,root,%{l_mgrp}) %{l_prefix}/bin/exim'
  +         '%attr(4755,%{l_susr},%{l_mgrp}) %{l_prefix}/bin/exim'
   
   %files -f files
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/gnupg/gnupg.spec
  ============================================================================
  $ cvs diff -u -r1.35 -r1.36 gnupg.spec
  --- openpkg-src/gnupg/gnupg.spec      8 Jul 2003 14:39:50 -0000       1.35
  +++ openpkg-src/gnupg/gnupg.spec      17 Jul 2003 18:29:52 -0000      1.36
  @@ -33,7 +33,7 @@
   Group:        Cryptography
   License:      GPL
   Version:      1.2.2
  -Release:      20030707
  +Release:      20030717
   
   #   package options
   %option       with_idea  no
  @@ -45,8 +45,8 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20020206, make
  -PreReq:       OpenPKG, openpkg >= 20020206
  +BuildPreReq:  OpenPKG, openpkg >= 20030717, make
  +PreReq:       OpenPKG, openpkg >= 20030717
   BuildPreReq:  zlib
   PreReq:       zlib
   AutoReq:      no
  @@ -88,7 +88,7 @@
       rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
           %{l_files_std} \
  -        '%attr(4755,root,%{l_mgrp}) %{l_prefix}/bin/gpg'
  +        '%attr(4755,%{l_susr},%{l_mgrp}) %{l_prefix}/bin/gpg'
   
   %files -f files
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/jitterbug/jitterbug.spec
  ============================================================================
  $ cvs diff -u -r1.32 -r1.33 jitterbug.spec
  --- openpkg-src/jitterbug/jitterbug.spec      9 Jul 2003 14:59:36 -0000       1.32
  +++ openpkg-src/jitterbug/jitterbug.spec      17 Jul 2003 18:29:53 -0000      1.33
  @@ -33,7 +33,7 @@
   Group:        Database
   License:      GPL
   Version:      1.6.2.3
  -Release:      20030709
  +Release:      20030717
   
   #   list of sources
   Source0:      ossp-jitterbug-%{version}.tar.gz
  @@ -42,8 +42,8 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20030103
  -PreReq:       OpenPKG, openpkg >= 20030103, MTA, apache, gzip
  +BuildPreReq:  OpenPKG, openpkg >= 20030717
  +PreReq:       OpenPKG, openpkg >= 20030717, MTA, apache, gzip
   BuildPreReq:  zlib
   PreReq:       zlib
   AutoReq:      no
  @@ -103,7 +103,7 @@
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
           %{l_files_std} \
           '%config %{l_prefix}/etc/jitterbug/*' \
  -        '%attr(04755,root,%{l_mgrp}) %{l_prefix}/bin/jitterbug-*'
  +        '%attr(04755,%{l_susr},%{l_mgrp}) %{l_prefix}/bin/jitterbug-*'
   
   %files -f files
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/powerdns/powerdns.spec
  ============================================================================
  $ cvs diff -u -r1.23 -r1.24 powerdns.spec
  --- openpkg-src/powerdns/powerdns.spec        17 Jul 2003 15:33:07 -0000      1.23
  +++ openpkg-src/powerdns/powerdns.spec        17 Jul 2003 18:29:53 -0000      1.24
  @@ -173,7 +173,7 @@
           '%not %dir %{l_prefix}/etc/fsl' \
           '%attr(775,%{l_musr},%{l_rgrp}) %{l_prefix}/var/powerdns' \
           '%config %{l_prefix}/etc/fsl/fsl.powerdns' \
  -        '%config %attr(0600,root,%{l_mgrp}) %{l_prefix}/etc/powerdns/*'
  +        '%config %attr(0600,%{l_susr},%{l_mgrp}) %{l_prefix}/etc/powerdns/*'
   
   %files -f files
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/screen/screen.spec
  ============================================================================
  $ cvs diff -u -r1.28 -r1.29 screen.spec
  --- openpkg-src/screen/screen.spec    17 Jul 2003 15:33:16 -0000      1.28
  +++ openpkg-src/screen/screen.spec    17 Jul 2003 18:29:54 -0000      1.29
  @@ -83,7 +83,7 @@
       strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
           %{l_files_std} \
  -        '%attr(4755,root,%{l_mgrp}) %{l_prefix}/bin/screen' \
  +        '%attr(4755,%{l_susr},%{l_mgrp}) %{l_prefix}/bin/screen' \
           '%config %{l_prefix}/etc/screen/screenrc'
   
   %files -f files
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sudo/sudo.spec
  ============================================================================
  $ cvs diff -u -r1.48 -r1.49 sudo.spec
  --- openpkg-src/sudo/sudo.spec        17 Jul 2003 15:33:23 -0000      1.48
  +++ openpkg-src/sudo/sudo.spec        17 Jul 2003 18:29:54 -0000      1.49
  @@ -135,9 +135,9 @@
           %{l_files_std} \
           '%not %dir %{l_prefix}/etc/fsl' \
           '%config %{l_prefix}/etc/fsl/fsl.sudo' \
  -        '%attr(4111,root,%{l_mgrp}) %{l_prefix}/bin/sudo' \
  -        '%attr(0111,root,%{l_mgrp}) %{l_prefix}/sbin/visudo' \
  -        '%config %attr(0400,root,%{l_mgrp}) %{l_prefix}/etc/sudo/sudoers'
  +        '%attr(4111,%{l_susr},%{l_mgrp}) %{l_prefix}/bin/sudo' \
  +        '%attr(0111,%{l_susr},%{l_mgrp}) %{l_prefix}/sbin/visudo' \
  +        '%config %attr(0400,%{l_susr},%{l_mgrp}) %{l_prefix}/etc/sudo/sudoers'
   
   %files -f files
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/traceroute/traceroute.spec
  ============================================================================
  $ cvs diff -u -r1.12 -r1.13 traceroute.spec
  --- openpkg-src/traceroute/traceroute.spec    8 Jul 2003 14:42:56 -0000       1.12
  +++ openpkg-src/traceroute/traceroute.spec    17 Jul 2003 18:29:55 -0000      1.13
  @@ -33,7 +33,7 @@
   Group:        Network
   License:      BSD
   Version:      1.4a12
  -Release:      20020206
  +Release:      20030717
   
   #   list of sources
   Source0:      ftp://ftp.ee.lbl.gov/traceroute-%{version}.tar.gz
  @@ -41,8 +41,8 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20020206
  -PreReq:       OpenPKG, openpkg >= 20020206
  +BuildPreReq:  OpenPKG, openpkg >= 20030717
  +PreReq:       OpenPKG, openpkg >= 20030717
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -75,7 +75,7 @@
           traceroute.8 $RPM_BUILD_ROOT%{l_prefix}/man/man8/
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
           %{l_files_std} \
  -        '%attr(4711,root,%{l_mgrp}) %{l_prefix}/sbin/traceroute'
  +        '%attr(4711,%{l_susr},%{l_mgrp}) %{l_prefix}/sbin/traceroute'
   
   %files -f files
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/xterm/xterm.spec
  ============================================================================
  $ cvs diff -u -r1.52 -r1.53 xterm.spec
  --- openpkg-src/xterm/xterm.spec      8 Jul 2003 14:43:28 -0000       1.52
  +++ openpkg-src/xterm/xterm.spec      17 Jul 2003 18:29:55 -0000      1.53
  @@ -39,7 +39,7 @@
   Group:        XWindow
   License:      X11
   Version:      %{V_whole}
  -Release:      20030610
  +Release:      20030717
   
   #   list of sources
   Source0:      ftp://invisible-island.net/xterm/xterm-%{V_xterm}.tgz
  @@ -49,8 +49,8 @@
   #   build information
   Prefix:       %{l_prefix}
   BuildRoot:    %{l_buildroot}
  -BuildPreReq:  OpenPKG, openpkg >= 20020206, X11
  -PreReq:       OpenPKG, openpkg >= 20020206, X11
  +BuildPreReq:  OpenPKG, openpkg >= 20030717, X11
  +PreReq:       OpenPKG, openpkg >= 20030717, X11
   AutoReq:      no
   AutoReqProv:  no
   
  @@ -124,7 +124,7 @@
       rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/aclocal
       %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
           %{l_files_std} \
  -        '%attr(4755,root,%{l_mgrp}) %{l_prefix}/bin/xterm'
  +        '%attr(4755,%{l_susr},%{l_mgrp}) %{l_prefix}/bin/xterm'
   
   %files -f files
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.5617 -r1.5618 news.txt
  --- openpkg-web/news.txt      17 Jul 2003 18:20:05 -0000      1.5617
  +++ openpkg-web/news.txt      17 Jul 2003 18:29:50 -0000      1.5618
  @@ -1,3 +1,7 @@
  +17-Jul-2003: Upgraded package: P<xterm-1.79-20030717>
  +17-Jul-2003: Upgraded package: P<traceroute-1.4a12-20030717>
  +17-Jul-2003: Upgraded package: P<jitterbug-1.6.2.3-20030717>
  +17-Jul-2003: Upgraded package: P<gnupg-1.2.2-20030717>
   17-Jul-2003: Upgraded package: P<ntp-4.1.2-20030717>
   17-Jul-2003: Upgraded package: P<zebra-0.93b-20030717>
   17-Jul-2003: Upgraded package: P<xfig-3.2.4-20030717>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to