1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/packaging/RHEL-CTDB
Andrew Bartlett c8c2c850d4 Update mailing list references to point at lists.samba.org
The mailing lists are on lists.samba.org, but there are many references that use the shorthand of samba.org

Some references to samba@ have been changed to samba-technical@ where this make more sense.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue Feb 10 07:08:28 CET 2015 on sn-devel-104
2015-02-10 07:08:28 +01:00
..
setup packaging: Move smbprint to a comman location. 2012-10-29 14:08:37 +01:00
configure.rpm s3: leases: libsmbsharemodes no longer works with SMB2 leases inside our locking.tdb. 2014-12-04 05:45:09 +01:00
makerpms.sh packaging/RHEL-CTDB: try harder to set $RPMVER 2012-09-18 04:17:22 +02:00
makespec.sh packaging/RHEL-CTDB: add "BUILD_GPFS=no configure.rpm" and "BUILD_GPFS=no makerpms.sh" 2012-09-18 04:17:23 +02:00
README packaging(RHEL-CTDB): update the build instructions in the README. 2008-08-13 11:54:05 +02:00
samba.spec.tmpl Update mailing list references to point at lists.samba.org 2015-02-10 07:08:28 +01:00

The rpms should be built not directly from the spec file (although
it is possible) but more conveniently using the makerpms.sh script:
It takes care of making a source tarball and building the rpms for
x86_64 and i386, the latter also producing the winbind-32bit
compatibility packages for x86_64.

The makerpms.sh script must be invoked from out of a git checkout
(since git archive is used to produce the tarball for rpmbuild).

To eliminate the need of building the docs from the sources
(which is time consuming and has vast build dependencies),
you need a samba release docs tarball called docs.tar.bz2 and point
the DOCS_TARBALL environment variable to it before calling makerpms.sh.
Alternatively, if the DOCS_TARBALL variable is not set, but if a
docs.tar.bz2 exists inside the rpm SOURCES directory
(/usr/src/redhat/SORUCES/ by default), that will be used.

To produce an appropriate docs tarball, you can for instance pack the
docs dir from a samba release tarball using the command
"tar cjf docs.tar.bz2 docs".
Note: The docs tarball needs the docs/ prefix.