summaryrefslogtreecommitdiffstats
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
...
* packaging(RHEL-CTDB): makerpms.sh: build winbind-32bit libs in the 64bit buildMichael Adam2009-11-131-8/+9
| | | | | Michael (cherry picked from commit a9a506b6640986548e2ae8540b7ae93960d6ece5)
* packaging(RHEL-CTDB): Build winbind-32bit package in the 64bit buildMichael Adam2009-11-131-7/+96
| | | | | Michael (cherry picked from commit f5cd88a25f360e6609dc5abe24247fab78af6854)
* packaging(RHEL-CTDB): extend makespec.sh to extract VENDOR_PATCH from version.hMichael Adam2009-11-131-0/+4
| | | | | Michael (cherry picked from commit fc122aa276bce379b492e5bdf52ab3e03bc3737f)
* packaging(RHEL-CTDB): The former release number has basically moved into VERSIONMichael Adam2009-11-131-1/+1
| | | | Michael
* s3:packaging: Fix building RHEL packages.Karolin Seeger2009-10-162-6/+23
| | | | | | | Fix bug #6721. Thanks to Eero Volotinen <eero.volotinen@medicel.com> for providing the patch! Karolin
* s3/packaging: pam_winbind has been moved to section 8.Karolin Seeger2009-06-171-1/+1
| | | | Karolin
* s3/packaging: source -> source3Karolin Seeger2009-06-171-7/+7
| | | | Karolin
* packaging/Debian: Remove outdated Debian package sources and instead refer toJelmer Vernooij2009-06-12277-30924/+16
| | | | Debian.org and SerNet packages.
* s3/packaging: Fix build on RHEL when ccache is not available.Karolin Seeger2009-05-131-2/+1
| | | | | | | | | This fixes bug #5832. Patch was provided by D.L. Meyer <dlmeyer [at] uiuc.edu>. Thanks for reporting and providing the patch! Karolin
* s3/packaging: Add keyutils-devel to build requires.Karolin Seeger2009-05-041-1/+1
| | | | | | | This should fiy bug #5853. Thanks to D.L. Meyer <dlmeyer [at] uiuc.edu> for reporting. Karolin
* s3/packaging: Add idmap_hash and idmap_adex to the list of built modules.Karolin Seeger2009-04-081-1/+1
| | | | Karolin
* s3/packaging: Fix typo in comment.Karolin Seeger2009-03-091-1/+1
| | | | Karolin
* s3/packaging: Package new files properly.Karolin Seeger2009-03-091-0/+6
| | | | | | | That is part of the fix for bug #6144. Thanks to Diego Remolina dijuremo [at] gatech [dot] edu for reporting! Karolin
* s3:packaging: fix parsing of include.h in fill-templatesMichael Adam2009-02-111-3/+3
| | | | | | | The content has changed slightly in master for the merged build, and we must be more exact when parsing the lines. Michael
* s3:packaging: fix path to calling update-pkginfo after pushd in fill-templatesMichael Adam2009-02-111-1/+1
| | | | Michael
* s3:packaging: paths cosmetics in fill-templatesMichael Adam2009-02-111-1/+1
| | | | Michael
* packaging: make update-pkginfo callable from any directoryMichael Adam2009-02-111-1/+6
| | | | Michael
* packaging: remove commented out stuff from update-pkginfoMichael Adam2009-02-111-2/+0
| | | | Michael
* packaging: don't clutter the output of fillup-templates with popd outputMichael Adam2009-02-111-2/+2
| | | | Michael
* packaging: fix fill-templates call to update-pkginfo to pushd appropriately ↵Michael Adam2009-02-111-1/+2
| | | | | | first Michael
* packaging: fix source dir to source3 in fill-templatesMichael Adam2009-02-111-1/+1
| | | | Michael
* packaging: add script fill-templatesMichael Adam2009-02-101-0/+46
| | | | | | | | This is a standalone-wrapper for update-pkginfo, which is usually called from create-tarball. It basically repeats some functionality of create-tarball. Michael
* packaging(RHEL-CTDB): export CC - really use ccache...Stefan Metzmacher2009-01-151-0/+2
| | | | | | metze Signed-off-by: Michael Adam <obnox@samba.org>
* packaging(RHEL): fix typo in [u]mount.cifs installationMichael Adam2009-01-021-2/+2
| | | | | | | Michael (cherry picked from commit 835108bcf84a5f47f46d237c7a93c572348125a1) Signed-off-by: Michael Adam <obnox@samba.org>
* packaging(RHEL): fix build of [u]mount.cifsMichael Adam2009-01-021-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>
* packaging(RHEL-CTDB): fix typo in [u]mount.cifs installationMichael Adam2008-12-181-2/+2
| | | | | | | Michael (cherry picked from commit 835108bcf84a5f47f46d237c7a93c572348125a1) Signed-off-by: Michael Adam <obnox@samba.org>
* packaging(RHEL-CTDB): fix build of [u]mount.cifsMichael Adam2008-12-181-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>
* packaging(RHEL-CTDB): Fix accidential linebreakMichael Adam2008-12-181-2/+1
| | | | | | | Michael (cherry picked from commit 5cd8ff8a2aba6b1d6821d4ebb986449b03d40542) Signed-off-by: Michael Adam <obnox@samba.org>
* packaging(RHEL-CTDB): don't show failure messages in check for ccacheMichael Adam2008-12-111-1/+1
| | | | | | | | by fixing the order of "> /dev/null 2>&1" Michael (cherry picked from commit 0e9d5638a7c375b3b18f19f83f97924ab45ad382) (cherry picked from commit 6e51f250c5d38e973948aa1d53222bcccdcca365)
* packaging(RHEL-CTDB): fix the build when ccache is not found.Michael Adam2008-12-111-2/+1
| | | | | | Michael (cherry picked from commit c98fb34ef933944a96a286d2d276cf2adc99e25e) (cherry picked from commit 7d929d9fa363a1f1c67926678524f338e84b3535)
* packaging(RHEL-CTDB): use ccache if availableMichael Adam2008-12-111-5/+5
| | | | | | Michael (cherry picked from commit 36ca917a63f23126536e786bed845dee48fbf61c) (cherry picked from commit 05b51bc176f87e7dc1b65adf3d866e797159d953)
* packaging(RHEL-CTDB): move the cifs.upcall manpage to the client packageMichael Adam2008-12-111-1/+1
| | | | | | Michael (cherry picked from commit 16f23eb27467ace9751ef2d1fbb6c4d3a5ae9550) (cherry picked from commit 9538e3130f33ffde1d68eaea303b2b2dd9ddd71d)
* packaging(RHEL-CTDB): add the cifs.upcall binary to the client package.Michael Adam2008-12-111-0/+2
| | | | | | Michael (cherry picked from commit 1875b373a319ac9494fdc907793e59804c577a4d) (cherry picked from commit e1dca5f1870975b7d9a57869357c971d559afdfe)
* packaging(RHEL-CTDB): fix typo in makerpms.shMichael Adam2008-12-111-2/+2
| | | | | | Michael (cherry picked from commit 5fc5e82d4c2c386894fde95f94992171620c7853) (cherry picked from commit 0e35ff0b46be2f9deab6e539c34970c85c3b58ce)
* packaging(RHEL-CTDB): refactor creation of spec file from template outMichael Adam2008-12-112-19/+42
| | | | | | | | into new script makespec.sh Michael (cherry picked from commit d49a9d1c67e4d98017ce5f7d1351bca1366e1a8d) (cherry picked from commit 086873f00de96ca48717b05dddb71e776c74ca7d)
* packaging(RHEL-CTDB): fix installation of pam modulesMichael Adam2008-12-111-4/+2
| | | | | | | use configure parameter to specify the pam modules dir. Michael (cherry picked from commit 24282daa5e293ef9362a69f7f70a684587d6763a)
* packaging(RHEL-CTDB): explicitly build the gpfs moduleMichael Adam2008-12-102-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>
* packaging(RHEL-CTDB): adapt configure.rpm to changes to the spec fileMichael Adam2008-12-101-22/+44
| | | | | | | Michael (cherry picked from commit d249a9ca2a1761f20655cbcfe39fbc942547974d) Signed-off-by: Michael Adam <obnox@samba.org>
* Revert "Fix some merge omissions for GPFS"Volker Lendecke2008-12-101-44/+23
| | | | | | | | This reverts commit a0efc4cffbd84898c454d27eaf946d073dfdad0f. This one should have been done with careful cherry-picks, sorry. Volker
* Fix some merge omissions for GPFSVolker Lendecke2008-12-101-23/+44
|
* Fix Debian maintainers email address.Jelmer Vernooij2008-10-301-1/+1
|
* packaging: use "find" instead of "du" to find files... :-)Michael Adam2008-09-121-1/+1
| | | | | Michael (This used to be commit 768aa82361a2c4b0aab71433b7593723a2868f0a)
* packaging(RHEL): fix direction of link (.so) of nss libs.Michael Adam2008-09-101-4/+4
| | | | | | | | libnss_winbindd.so -> libnss_winbindd.so.2 libnss_wins.so -> libnss_wins.so.2 Michael (This used to be commit 295bfb6af8153e91ae881e2437cc707d5736bc97)
* packaging(RHEL): add makerpms.git.sh to build rpms from inside a git checkoutMichael Adam2008-09-091-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)
* packaging(RHEL): use ccache if availableMichael Adam2008-09-091-6/+6
| | | | | Michael (This used to be commit e8abbfabde3da0844ffb4e2507084c139a70d503)
* packaging(RHEL): add ldbtools binaries and man pages to common packageMichael Adam2008-09-091-0/+12
| | | | | Michael (This used to be commit 206985dfda5a9f62df975629046b00a88ec666f5)
* packaging(RHEL): add cifs.upcall binary and manpage to client packageMichael Adam2008-09-091-0/+2
| | | | | Michael (This used to be commit f1b80bcb58b8aa5c586835dc201ce674b3417835)
* packaging(RHEL): fix installation of pam modules.Michael Adam2008-09-091-5/+2
| | | | | Michael (This used to be commit 0f045f18ebaa752b9d906afc64fd5badb3bf352c)
* packaging(RHEL): remove leftovers of smbmount from SPEC file.Michael Adam2008-09-091-4/+0
| | | | | Michael (This used to be commit 041875c64daba3d185b1954eb0eb9a21b2f41ee1)
* packaging(RHEL): add new libs (talloc, tdb, ...) to the common packageMichael Adam2008-09-091-0/+11
| | | | | Michael (This used to be commit f23183bbec55faf2d6496e04e73f8dd415a08d1c)