Changeset 71 for trunk/samba/packaging
- Timestamp:
- Sep 13, 2007, 8:44:04 AM (18 years ago)
- Location:
- trunk/samba/packaging
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/samba/packaging/Debian/README
r1 r71 1 NOTE: the debian-unstable and debian-woody are not updated anymore, 2 they are left only as a reference for now. --SSS 3 1 4 Building Samba Packages for Debian GNU/Linux 2 5 -------------------------------------------- -
trunk/samba/packaging/Debian/debian-sarge/changelog
r44 r71 1 samba (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 7 samba (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 1 13 samba (3.0.25a-2) stable; urgency=low 2 14 -
trunk/samba/packaging/Debian/debian-sarge/patches/documentation.patch
r44 r71 14 14 @@ -87,12 +94,12 @@ 15 15 .TP 3n 16 •16 \(bu 17 17 -/usr/local/samba/sbin/swat 18 18 +/usr/sbin/swat 19 19 .TP 3n 20 •20 \(bu 21 21 -/usr/local/samba/swat/images/* 22 22 +/usr/share/samba/swat/images/* 23 23 .TP 3n 24 •24 \(bu 25 25 -/usr/local/samba/swat/help/* 26 26 +/usr/share/samba/swat/help/* … … 44 44 +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): 45 45 .PP 46 - \fBswat stream tcp nowait.400 root /usr/local/samba/sbin/swat swat\fR47 + \fBswat stream tcp nowait.400 root /usr/sbin/swat swat\fR46 -swat stream tcp nowait.400 root /usr/local/samba/sbin/swat swat 47 +swat stream tcp nowait.400 root /usr/sbin/swat swat 48 48 .PP 49 49 Once you have edited -
trunk/samba/packaging/RHEL/makerpms.sh
r44 r71 21 21 USERID=`id -u` 22 22 GRPID=`id -g` 23 VERSION='3.0.2 5b'23 VERSION='3.0.26a' 24 24 REVISION='' 25 25 SPECFILE="samba.spec" -
trunk/samba/packaging/RHEL/samba.spec
r44 r71 6 6 Packager: Samba Team <samba@samba.org> 7 7 Name: samba 8 Version: 3.0.2 5b9 Release: 38 Version: 3.0.26a 9 Release: 1 10 10 Epoch: 0 11 11 License: GNU GPL version 2
Note:
See TracChangeset
for help on using the changeset viewer.