summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2009-01-15packaging(RHEL-CTDB): export CC - really use ccache...Stefan Metzmacher1-0/+2
metze Signed-off-by: Michael Adam <obnox@samba.org>
2009-01-02packaging(RHEL): fix typo in [u]mount.cifs installationMichael Adam1-2/+2
Michael (cherry picked from commit 835108bcf84a5f47f46d237c7a93c572348125a1) Signed-off-by: Michael Adam <obnox@samba.org>
2009-01-02packaging(RHEL): fix build of [u]mount.cifsMichael Adam1-8/+2
mount.cifs is now built by make everything. And it needs extra objects anyways (mtab.o), which is why the build of mount.cifs failed. Michael (cherry picked from commit 96c811cf222be5463a6705feae73d6215685c5f1) Signed-off-by: Michael Adam <obnox@samba.org>
2008-12-18packaging(RHEL-CTDB): fix typo in [u]mount.cifs installationMichael Adam1-2/+2
Michael (cherry picked from commit 835108bcf84a5f47f46d237c7a93c572348125a1) Signed-off-by: Michael Adam <obnox@samba.org>
2008-12-18packaging(RHEL-CTDB): fix build of [u]mount.cifsMichael Adam1-8/+2
mount.cifs is now built by make everything. And it needs extra objects anyways (mtab.o), which is why the build of mount.cifs failed. Michael (cherry picked from commit 96c811cf222be5463a6705feae73d6215685c5f1) Signed-off-by: Michael Adam <obnox@samba.org>
2008-12-18packaging(RHEL-CTDB): Fix accidential linebreakMichael Adam1-2/+1
Michael (cherry picked from commit 5cd8ff8a2aba6b1d6821d4ebb986449b03d40542) Signed-off-by: Michael Adam <obnox@samba.org>
2008-12-11packaging(RHEL-CTDB): don't show failure messages in check for ccacheMichael Adam1-1/+1
by fixing the order of "> /dev/null 2>&1" Michael (cherry picked from commit 0e9d5638a7c375b3b18f19f83f97924ab45ad382) (cherry picked from commit 6e51f250c5d38e973948aa1d53222bcccdcca365)
2008-12-11packaging(RHEL-CTDB): fix the build when ccache is not found.Michael Adam1-2/+1
Michael (cherry picked from commit c98fb34ef933944a96a286d2d276cf2adc99e25e) (cherry picked from commit 7d929d9fa363a1f1c67926678524f338e84b3535)
2008-12-11packaging(RHEL-CTDB): use ccache if availableMichael Adam1-5/+5
Michael (cherry picked from commit 36ca917a63f23126536e786bed845dee48fbf61c) (cherry picked from commit 05b51bc176f87e7dc1b65adf3d866e797159d953)
2008-12-11packaging(RHEL-CTDB): move the cifs.upcall manpage to the client packageMichael Adam1-1/+1
Michael (cherry picked from commit 16f23eb27467ace9751ef2d1fbb6c4d3a5ae9550) (cherry picked from commit 9538e3130f33ffde1d68eaea303b2b2dd9ddd71d)
2008-12-11packaging(RHEL-CTDB): add the cifs.upcall binary to the client package.Michael Adam1-0/+2
Michael (cherry picked from commit 1875b373a319ac9494fdc907793e59804c577a4d) (cherry picked from commit e1dca5f1870975b7d9a57869357c971d559afdfe)
2008-12-11packaging(RHEL-CTDB): fix typo in makerpms.shMichael Adam1-2/+2
Michael (cherry picked from commit 5fc5e82d4c2c386894fde95f94992171620c7853) (cherry picked from commit 0e35ff0b46be2f9deab6e539c34970c85c3b58ce)
2008-12-11packaging(RHEL-CTDB): refactor creation of spec file from template outMichael Adam2-19/+42
into new script makespec.sh Michael (cherry picked from commit d49a9d1c67e4d98017ce5f7d1351bca1366e1a8d) (cherry picked from commit 086873f00de96ca48717b05dddb71e776c74ca7d)
2008-12-11packaging(RHEL-CTDB): fix installation of pam modulesMichael Adam1-4/+2
use configure parameter to specify the pam modules dir. Michael (cherry picked from commit 24282daa5e293ef9362a69f7f70a684587d6763a)
2008-12-10packaging(RHEL-CTDB): explicitly build the gpfs moduleMichael Adam2-2/+2
to prevent potetential problems on PTF8 systems where there is no valid autodetecting configure check yet. Michael (cherry picked from commit 37039d345e9a25654bef038f2b8bb4b891cfa6f0) Signed-off-by: Michael Adam <obnox@samba.org>
2008-12-10packaging(RHEL-CTDB): adapt configure.rpm to changes to the spec fileMichael Adam1-22/+44
Michael (cherry picked from commit d249a9ca2a1761f20655cbcfe39fbc942547974d) Signed-off-by: Michael Adam <obnox@samba.org>
2008-12-10Revert "Fix some merge omissions for GPFS"Volker Lendecke1-44/+23
This reverts commit a0efc4cffbd84898c454d27eaf946d073dfdad0f. This one should have been done with careful cherry-picks, sorry. Volker
2008-12-10Fix some merge omissions for GPFSVolker Lendecke1-23/+44
2008-10-30Fix Debian maintainers email address.Jelmer Vernooij1-1/+1
2008-09-12packaging: use "find" instead of "du" to find files... :-)Michael Adam1-1/+1
Michael (This used to be commit 768aa82361a2c4b0aab71433b7593723a2868f0a)
2008-09-10packaging(RHEL): fix direction of link (.so) of nss libs.Michael Adam1-4/+4
libnss_winbindd.so -> libnss_winbindd.so.2 libnss_wins.so -> libnss_wins.so.2 Michael (This used to be commit 295bfb6af8153e91ae881e2437cc707d5736bc97)
2008-09-09packaging(RHEL): add makerpms.git.sh to build rpms from inside a git checkoutMichael Adam1-0/+149
This expects a path to a release docs tarball (.tar.bz2) in the DOCS_TARBALL environment variable. The tarball should have a prefix of "docs/". Michael (This used to be commit d87c2192ab7b68b2f68442c50618d94146d77ad9)
2008-09-09packaging(RHEL): use ccache if availableMichael Adam1-6/+6
Michael (This used to be commit e8abbfabde3da0844ffb4e2507084c139a70d503)
2008-09-09packaging(RHEL): add ldbtools binaries and man pages to common packageMichael Adam1-0/+12
Michael (This used to be commit 206985dfda5a9f62df975629046b00a88ec666f5)
2008-09-09packaging(RHEL): add cifs.upcall binary and manpage to client packageMichael Adam1-0/+2
Michael (This used to be commit f1b80bcb58b8aa5c586835dc201ce674b3417835)
2008-09-09packaging(RHEL): fix installation of pam modules.Michael Adam1-5/+2
Michael (This used to be commit 0f045f18ebaa752b9d906afc64fd5badb3bf352c)
2008-09-09packaging(RHEL): remove leftovers of smbmount from SPEC file.Michael Adam1-4/+0
Michael (This used to be commit 041875c64daba3d185b1954eb0eb9a21b2f41ee1)
2008-09-09packaging(RHEL): add new libs (talloc, tdb, ...) to the common packageMichael Adam1-0/+11
Michael (This used to be commit f23183bbec55faf2d6496e04e73f8dd415a08d1c)
2008-09-09packaging(RHEL): remove workaround code for libsmclient/sharemodes installationMichael Adam1-15/+0
With 3.3.0, this is not needed any more (libdir/modulesdir separation and corrected library creation). Michael (This used to be commit 5348e28f6674cab643b42c1265c24983d9a9189d)
2008-09-09packaging(RHEL): fix libdir installation by using _libarch/_libarchdirMichael Adam1-30/+39
Michael (This used to be commit 829f83c27ad03e4d2a7b5dc0b0459823fa4f3804)
2008-09-09packaging(RHEL): remove libmsrpc stuff which is no more...Michael Adam1-10/+0
Michael (This used to be commit 3eaa33e9df6d58ef93f13a840b38a063649fffbc)
2008-09-09packaging(RHEL): remove duplicate installation of pam_smbpass.soMichael Adam1-3/+0
Michael (This used to be commit cdc24fbb195b1a5460c05fcd20d7ba81ad69ef22)
2008-09-09packaging(RHEL): remove smbmount related stuff from spec fileMichael Adam1-10/+0
Michael (This used to be commit 4420cf6199e3c718a3dea84fe814d6ad6e83c2d8)
2008-09-09packaging(RHEL): don't make proto for samba 3.3Michael Adam1-2/+0
Michael (This used to be commit 75c28699496d843e21eefef564c72023b24975a1)
2008-09-09packaging(RHEL): use --libdir and --with-modulesdir instead of --with-libdirMichael Adam1-1/+2
Michael (This used to be commit dc6625637fb9de7d64d4416a1eb43f214590d393)
2008-09-09packaging(RHEL): fix version of GPL (2 --> 3)Michael Adam1-1/+1
Michael (This used to be commit c015e8e0cf4131f21305451943df13b81f51ea6a)
2008-09-08packaging(RHEL-CTDB): add fix for versions containing "-" signs.Michael Adam1-0/+1
Michael (cherry picked from commit 423105e29aaef449dbc40d124900a3f654b7266b) (This used to be commit 4bebce268a430a537215b46947e37a8b0225e49d)
2008-09-08packaging(RHEL-CTDB): extend and slightly reformat comment header blockMichael Adam1-4/+5
Michael (cherry picked from commit 1bfc8cc575cd84f24ceb6f6c5d13c9171c0895a5) (This used to be commit 5354e420677eacd62a5297bc38d62cd6b53642b5)
2008-09-08packaging(RHEL-CTDB): unify and extend (C) headerMichael Adam1-1/+2
Michael (cherry picked from commit e051c1cbf7a993e3885c4a515e516da3574a1f57) (This used to be commit 68ec025d06058bcd1c7050ee5d8f7232a3eb901a)
2008-09-08packaging(RHEL-CTDB): autodetect the samba version number from version.hMichael Adam2-2/+28
Generate version.h first. Create samba.spec from (new) samba.spec.tmpl, replacing PVERSION by the version string. (as is done with update-pkginfo called from the create-tarball release script) Michael (This used to be commit f1f3d1bef0440f4294f7278c0c38e13a10b6fb48)
2008-09-08packaging(RHEL-CTDB): introduce variable TOPDIRMichael Adam1-1/+2
Michael (cherry picked from commit 74e335ebf210c4812b0f790d05b697a183803af7) (This used to be commit c6ff392778a75cc74db880fa3d657f5879ae55d5)
2008-09-08packaging(RHEL-CTDB): rename SPECDIR to RPMSPECDIRMichael Adam1-4/+4
Michael (cherry picked from commit ac2b09b2274a12c34c446c4536793a33515958cc) (This used to be commit cbfd805bd25a23299ef770687370dafebefe58d1)
2008-09-08packaging(RHEL-CTDB): rename SRCDIR to RPMSRCDIRMichael Adam1-5/+5
Michael (cherry picked from commit d8a8ea87439315ecf407a866a12e2993343af39c) (This used to be commit ab7575f5d29576518bd5593ec5bd58846b85d23d)
2008-08-29packaging(RHEL-CTDB): add the cifs.upcall manpage to package.Michael Adam1-0/+1
Michael (This used to be commit 8343dd5c3a124b9c705f2b71e3747542e193da7e)
2008-08-29packaging(RHEL-CTDB): Add the ldbtools' manpages to the package.Michael Adam1-0/+5
Michael (This used to be commit f570071e558f09a3155e9065ec7c73c83e27fd1a)
2008-08-29packaging(RHEL-CTDB): fix direction of symlink for libnss_winbind.so.2Michael Adam1-2/+2
This is a workaround, until we have proper creation of libnss_winbind.so.2 and .so as a symlink from the Makefile. Michael (This used to be commit f48070b8798db7be1197dba18b759cf50eb121d8)
2008-08-29packaging(RHEL-CTDB): move libnss_winbind.so bits closer togetherMichael Adam1-1/+5
and comment on commented out libnss_wins.so installation Michael (This used to be commit 590744d6ca78624334a1b351bb7ade2de3047afc)
2008-08-29packaging(RHEL-CTDB): remove duplicate installation of pam_smbpass.soMichael Adam1-3/+0
Michael (This used to be commit 54e3a6dcb2aaa8dc07d3cfbfb9abb950428b1010)
2008-08-29packaging(RHEL-CTDB): remove library packaging hacks due to fixed Makfile.Michael Adam1-48/+2
Use --libdir instead of --with-libdir . Use new --with-modulesdir to separate LIBDIR and MODULESDIR. This makes post "make install" hacks unnecessary. Michael (This used to be commit a87c0cc084a583d6eafac9fc83093ef29ba9809a)
2008-08-29packaging(RHEL-CTDB): remove unused variable from makerpms.shMichael Adam1-1/+0
Michael (This used to be commit 8686ceb9ada5ed3239edccd830ab6aeb007e6750)