summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2009-12-08packaging(RHEL-CTDB): make everything instead of all in the build stageMichael Adam1-1/+1
Michael
2009-12-05packaging(RHEL-CTDB): package dbwrap_tool and dbwrap_torture in the common pkgMichael Adam1-0/+5
Michael
2009-11-13add e2fsprogs-devel as build dependency this is needed for AD because it ↵Christian Ambach1-1/+1
contains libcom/libcom_err files and headers Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com> Signed-off-by: Michael Adam <obnox@samba.org>
2009-11-13packaging(RHEL-CTDB): add the current githash to the rpm release number by ↵Michael Adam2-1/+14
default Disable this (to build a release-rpm) by calling USE_GITHASH=no makerpms.sh Michael
2009-11-13packaging(RHEL-CTDB): enable parallel buildMichael Adam1-2/+3
Michael
2009-11-13packaging(RHEL-CTDB): fix packaging of pam_winbind.mo fileMichael Adam1-1/+1
Michael
2009-11-13packaging(RHEL-CTDB): move the idmap and nss_info modules to the common packageMichael Adam1-3/+4
In this layout, this is the package that contains winbindd related stuff. Michael
2009-11-13packaging(RHEL-CTDB): package the winbind_krb5_locator.so pluginMichael Adam1-0/+4
Michael
2009-11-13packaging(RHEL-CTDB): package the manpage of the winbind_krb5_locator pluginMichael Adam1-0/+1
Michael
2009-11-13packaging(RHEL-CTDB): package the manpage of "ldbrename"Michael Adam1-0/+1
Michael
2009-11-13packaging(RHEL-CTDB): package the manpage of "sharesec"Michael Adam1-0/+1
Michael
2009-11-13packaging(RHEL-CTDB): pam_winbindd man page has moved from section 7 to 8Michael Adam1-1/+1
This due to updating the docs tarball to the 3.4 docs. Michael
2009-11-13packaging(RHEL-CTDB): disable the merged build.Michael Adam2-2/+5
Michael
2009-11-13packaging(RHEL-CTDB): also pack libwbcient in winbind-32bit packageMichael Adam1-0/+3
Michael Signed-off-by: Michael Adam <obnox@samba.org>
2009-11-13packaging(RHEL-CTDB): add new pam_winbind.mo to the common packageMichael Adam1-0/+1
Michael Signed-off-by: Michael Adam <obnox@samba.org>
2009-11-13packaging(RHEL-CTDB): add new binary sharesec to the client package.Michael Adam1-0/+1
Michael Signed-off-by: Michael Adam <obnox@samba.org>
2009-11-13packaging(RHEL-CTDB): add new binary ldbrename to the common rpmMichael Adam1-0/+1
Michael Signed-off-by: Michael Adam <obnox@samba.org>
2009-11-13packaging(RHEL-CTDB): fix location of nsswitch/ directory for installMichael Adam1-3/+3
This has been moved to the top level directory in 3.4. Michael
2009-11-13packaging(RHEL-CTDB): don't pass CFLAGS to make.Michael Adam1-2/+2
This breaks the build since 3.3 since it overwrites the CFLAGS set by configure. Michael
2009-11-13packaging(RHEL-CTDB): don't "make proto" any more.Michael Adam1-2/+0
This has become unnecessary in 3.3 Michael
2009-11-13packaging(RHEL-CTDB):makerpms.sh: replace source/ by source3/Michael Adam1-7/+7
Michael
2009-11-13packaging(RHEL-CTDB):makespec.sh: fix detection of versionMichael Adam1-3/+3
Michael
2009-11-13packaging(RHEL-CTDB): makeversion.sh: v3-4-test uses source3 instead of sourceMichael Adam1-1/+1
Michael
2009-11-13packaging(RHEL-CTDB): makerpms.sh: build winbind-32bit libs in the 64bit buildMichael Adam1-8/+9
Michael (cherry picked from commit a9a506b6640986548e2ae8540b7ae93960d6ece5)
2009-11-13packaging(RHEL-CTDB): Build winbind-32bit package in the 64bit buildMichael Adam1-7/+96
Michael (cherry picked from commit f5cd88a25f360e6609dc5abe24247fab78af6854)
2009-11-13packaging(RHEL-CTDB): extend makespec.sh to extract VENDOR_PATCH from version.hMichael Adam1-0/+4
Michael (cherry picked from commit fc122aa276bce379b492e5bdf52ab3e03bc3737f)
2009-11-13packaging(RHEL-CTDB): The former release number has basically moved into VERSIONMichael Adam1-1/+1
Michael
2009-10-16s3:packaging: Fix building RHEL packages.Karolin Seeger2-6/+23
Fix bug #6721. Thanks to Eero Volotinen <eero.volotinen@medicel.com> for providing the patch! Karolin
2009-06-17s3/packaging: pam_winbind has been moved to section 8.Karolin Seeger1-1/+1
Karolin
2009-06-17s3/packaging: source -> source3Karolin Seeger1-7/+7
Karolin
2009-06-12packaging/Debian: Remove outdated Debian package sources and instead refer toJelmer Vernooij277-30924/+16
Debian.org and SerNet packages.
2009-05-13s3/packaging: Fix build on RHEL when ccache is not available.Karolin Seeger1-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
2009-05-04s3/packaging: Add keyutils-devel to build requires.Karolin Seeger1-1/+1
This should fiy bug #5853. Thanks to D.L. Meyer <dlmeyer [at] uiuc.edu> for reporting. Karolin
2009-04-08s3/packaging: Add idmap_hash and idmap_adex to the list of built modules.Karolin Seeger1-1/+1
Karolin
2009-03-09s3/packaging: Fix typo in comment.Karolin Seeger1-1/+1
Karolin
2009-03-09s3/packaging: Package new files properly.Karolin Seeger1-0/+6
That is part of the fix for bug #6144. Thanks to Diego Remolina dijuremo [at] gatech [dot] edu for reporting! Karolin
2009-02-11s3:packaging: fix parsing of include.h in fill-templatesMichael Adam1-3/+3
The content has changed slightly in master for the merged build, and we must be more exact when parsing the lines. Michael
2009-02-11s3:packaging: fix path to calling update-pkginfo after pushd in fill-templatesMichael Adam1-1/+1
Michael
2009-02-11s3:packaging: paths cosmetics in fill-templatesMichael Adam1-1/+1
Michael
2009-02-11packaging: make update-pkginfo callable from any directoryMichael Adam1-1/+6
Michael
2009-02-11packaging: remove commented out stuff from update-pkginfoMichael Adam1-2/+0
Michael
2009-02-11packaging: don't clutter the output of fillup-templates with popd outputMichael Adam1-2/+2
Michael
2009-02-11packaging: fix fill-templates call to update-pkginfo to pushd appropriately ↵Michael Adam1-1/+2
first Michael
2009-02-11packaging: fix source dir to source3 in fill-templatesMichael Adam1-1/+1
Michael
2009-02-10packaging: add script fill-templatesMichael Adam1-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
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>