Changeset 71 for trunk/samba/packaging


Ignore:
Timestamp:
Sep 13, 2007, 8:44:04 AM (18 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.26a

Location:
trunk/samba/packaging
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/samba/packaging/Debian/README

    r1 r71  
     1NOTE: the debian-unstable and debian-woody are not updated anymore,
     2they are left only as a reference for now. --SSS
     3
    14Building Samba Packages for Debian GNU/Linux
    25--------------------------------------------
  • trunk/samba/packaging/Debian/debian-sarge/changelog

    r44 r71  
     1samba (3.0.25c-1) stable; urgency=low
     2
     3  * samba 3.0.25c bugfix release
     4
     5 -- Simo Sorce <idra@samba.org>  Mon, 3  Sep 2007 11:18:30 -0400
     6
     7samba (3.0.25b-1) stable; urgency=low
     8
     9  * samba 3.0.25b bugfix release
     10
     11 -- Simo Sorce <idra@samba.org>  Mon, 2  Jul 2007 12:16:30 -0400
     12
    113samba (3.0.25a-2) stable; urgency=low
    214
  • trunk/samba/packaging/Debian/debian-sarge/patches/documentation.patch

    r44 r71  
    1414@@ -87,12 +94,12 @@
    1515 .TP 3n
    16  &#8226;
     16 \(bu
    1717-/usr/local/samba/sbin/swat
    1818+/usr/sbin/swat
    1919 .TP 3n
    20  &#8226;
     20 \(bu
    2121-/usr/local/samba/swat/images/*
    2222+/usr/share/samba/swat/images/*
    2323 .TP 3n
    24  &#8226;
     24 \(bu
    2525-/usr/local/samba/swat/help/*
    2626+/usr/share/samba/swat/help/*
     
    4444+you should add a line like this (not needed for Debian since the maintainer scripts do it automatically. You need to uncomment the line, though, because it is added commented out for security reasons):
    4545 .PP
    46 -\fBswat stream tcp nowait.400 root /usr/local/samba/sbin/swat swat\fR
    47 +\fBswat stream tcp nowait.400 root /usr/sbin/swat swat\fR
     46-swat stream tcp nowait.400 root /usr/local/samba/sbin/swat swat
     47+swat stream tcp nowait.400 root /usr/sbin/swat swat
    4848 .PP
    4949 Once you have edited
  • trunk/samba/packaging/RHEL/makerpms.sh

    r44 r71  
    2121USERID=`id -u`
    2222GRPID=`id -g`
    23 VERSION='3.0.25b'
     23VERSION='3.0.26a'
    2424REVISION=''
    2525SPECFILE="samba.spec"
  • trunk/samba/packaging/RHEL/samba.spec

    r44 r71  
    66Packager: Samba Team <samba@samba.org>
    77Name:         samba
    8 Version:      3.0.25b
    9 Release:      3
     8Version:      3.0.26a
     9Release:      1
    1010Epoch:        0
    1111License: GNU GPL version 2
Note: See TracChangeset for help on using the changeset viewer.