summaryrefslogtreecommitdiffstats
path: root/packaging
Commit message (Collapse)AuthorAgeFilesLines
...
* packaging(RHEL-CTDB): add BuildRequires to ctdb-devel >= 1.2.25Michael Adam2011-04-061-1/+2
| | | | This should make sure we build against ctdb with SCHEDULE_FOR_DELETION control.
* packaging(RHEL-CTDB): replace Prereq by Requires.Michael Adam2011-04-061-3/+3
| | | | In RHEL6, Prereq is deprecated.
* packaging(RHEL-CTDB): explicitly build the tsm vfs module.Volker Lendecke2011-01-211-1/+1
|
* packaging/RHEL-CTDB: add the smbta-util manpageMichael Adam2011-01-181-0/+1
|
* packaging/RHEL-CTDB: add the pam_winbind.conf manpageMichael Adam2011-01-181-0/+1
|
* packaging/RHEL-CTDB: do not use an external docs tarball but build the manpagesMichael Adam2011-01-182-15/+9
|
* packaging/RHEL-CTDB: untangle the various %doc entries to single linesMichael Adam2011-01-181-3/+10
|
* s3: Package autorid moduleVolker Lendecke2010-11-091-0/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 9 16:21:48 UTC 2010 on sn-devel-104
* s3: Add a vfs_time_audit moduleAbhidnya P Chirmule2010-10-281-0/+1
| | | | | | | This warns if a file system is slow Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Oct 28 08:56:44 UTC 2010 on sn-devel-104
* s3: Package tdbrestore in RHEL-CTDBVolker Lendecke2010-10-261-0/+1
|
* packaging: build fixesVolker Lendecke2010-08-311-9/+9
|
* packaging: cifsutils are no longer part of SambaVolker Lendecke2010-08-311-11/+0
|
* packaging: Build with -O3Volker Lendecke2010-08-302-2/+2
|
* packaging: Attempt to fix the RPM buildVolker Lendecke2010-08-301-0/+2
|
* s3/packaging: make rpm build work by overriding strict linker flagsBjörn Jacke2010-04-271-0/+3
|
* packaging(RHEL-CTDB): adapt configure.rpm to match the spec-file configure callMichael Adam2010-02-121-1/+2
| | | | Michael
* v3-4-ctdb: Do not do any logrotationVolker Lendecke2010-02-121-5/+2
|
* s3:packaging: Fix version detection.Karolin Seeger2009-12-101-2/+2
| | | | | | | Adapted from 728b01fc03. Thanks god I was not root! It would have delted /*! Karolin
* s3:packaging: Fix source dir.Karolin Seeger2009-12-101-1/+1
| | | | Karolin
* s3:packaging: Fix typo in comment.Karolin Seeger2009-12-101-1/+1
| | | | Karolin
* packaging(RHEL-CTDB): clean some commented out lines from the files sectionsMichael Adam2009-12-081-4/+0
| | | | Michael
* packaging(RHEL-CTDB): explicitly list library versions in samba-winbind-32bitMichael Adam2009-12-081-4/+8
| | | | Michael
* packaging(RHEL-CTDB): explicitly list library versions in samba-commonMichael Adam2009-12-081-6/+12
| | | | Michael
* packaging(RHEL-CTDB): explicitly list all packaged idmap/nss-info/charset ↵Michael Adam2009-12-081-5/+11
| | | | | | | | | | modules in the samba-common package. This is to better be able to catch regressions or build problems. Michael
* packaging(RHEL-CTDB): explicitly list all the vfs modules in the main packageMichael Adam2009-12-081-2/+28
| | | | | | | Instead of the wildcard list, to better control regressions or build problems. Michael
* packaging(RHEL-CTDB): add some checks to test the built smbdMichael Adam2009-12-081-0/+10
| | | | | | | Test whether some required features have been built into smbd. Can be extended... Michael
* packaging(RHEL-CTDB): make everything instead of all in the build stageMichael Adam2009-12-081-1/+1
| | | | Michael
* packaging(RHEL-CTDB): package dbwrap_tool and dbwrap_torture in the common pkgMichael Adam2009-12-051-0/+5
| | | | Michael
* add e2fsprogs-devel as build dependency this is needed for AD because it ↵Christian Ambach2009-11-131-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>
* packaging(RHEL-CTDB): add the current githash to the rpm release number by ↵Michael Adam2009-11-132-1/+14
| | | | | | | | | | default Disable this (to build a release-rpm) by calling USE_GITHASH=no makerpms.sh Michael
* packaging(RHEL-CTDB): enable parallel buildMichael Adam2009-11-131-2/+3
| | | | Michael
* packaging(RHEL-CTDB): fix packaging of pam_winbind.mo fileMichael Adam2009-11-131-1/+1
| | | | Michael
* packaging(RHEL-CTDB): move the idmap and nss_info modules to the common packageMichael Adam2009-11-131-3/+4
| | | | | | In this layout, this is the package that contains winbindd related stuff. Michael
* packaging(RHEL-CTDB): package the winbind_krb5_locator.so pluginMichael Adam2009-11-131-0/+4
| | | | Michael
* packaging(RHEL-CTDB): package the manpage of the winbind_krb5_locator pluginMichael Adam2009-11-131-0/+1
| | | | Michael
* packaging(RHEL-CTDB): package the manpage of "ldbrename"Michael Adam2009-11-131-0/+1
| | | | Michael
* packaging(RHEL-CTDB): package the manpage of "sharesec"Michael Adam2009-11-131-0/+1
| | | | Michael
* packaging(RHEL-CTDB): pam_winbindd man page has moved from section 7 to 8Michael Adam2009-11-131-1/+1
| | | | | | This due to updating the docs tarball to the 3.4 docs. Michael
* packaging(RHEL-CTDB): disable the merged build.Michael Adam2009-11-132-2/+5
| | | | Michael
* packaging(RHEL-CTDB): also pack libwbcient in winbind-32bit packageMichael Adam2009-11-131-0/+3
| | | | | | Michael Signed-off-by: Michael Adam <obnox@samba.org>
* packaging(RHEL-CTDB): add new pam_winbind.mo to the common packageMichael Adam2009-11-131-0/+1
| | | | | | Michael Signed-off-by: Michael Adam <obnox@samba.org>
* packaging(RHEL-CTDB): add new binary sharesec to the client package.Michael Adam2009-11-131-0/+1
| | | | | | Michael Signed-off-by: Michael Adam <obnox@samba.org>
* packaging(RHEL-CTDB): add new binary ldbrename to the common rpmMichael Adam2009-11-131-0/+1
| | | | | | Michael Signed-off-by: Michael Adam <obnox@samba.org>
* packaging(RHEL-CTDB): fix location of nsswitch/ directory for installMichael Adam2009-11-131-3/+3
| | | | | | This has been moved to the top level directory in 3.4. Michael
* packaging(RHEL-CTDB): don't pass CFLAGS to make.Michael Adam2009-11-131-2/+2
| | | | | | | This breaks the build since 3.3 since it overwrites the CFLAGS set by configure. Michael
* packaging(RHEL-CTDB): don't "make proto" any more.Michael Adam2009-11-131-2/+0
| | | | | | This has become unnecessary in 3.3 Michael
* packaging(RHEL-CTDB):makerpms.sh: replace source/ by source3/Michael Adam2009-11-131-7/+7
| | | | Michael
* packaging(RHEL-CTDB):makespec.sh: fix detection of versionMichael Adam2009-11-131-3/+3
| | | | Michael
* packaging(RHEL-CTDB): makeversion.sh: v3-4-test uses source3 instead of sourceMichael Adam2009-11-131-1/+1
| | | | Michael
* packaging(RHEL-CTDB): makerpms.sh: build winbind-32bit libs in the 64bit buildMichael Adam2009-11-131-8/+9
| | | | | Michael (cherry picked from commit a9a506b6640986548e2ae8540b7ae93960d6ece5)