summaryrefslogtreecommitdiff
path: root/packaging
AgeCommit message (Collapse)AuthorFilesLines
2012-06-29packaging(RHEL-CTDB): package cclean toolGregor Beck1-0/+1
Signed-off-by: Michael Adam <obnox@samba.org>
2012-06-29packaging(RHEL-CTDB): make makespec.sh aware of new location of version.hGregor Beck1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org>
2012-06-28packaging(RHEL-CTDB): fix build dependenciesBjörn Baumbach1-2/+2
Building manual pages needs rsync for copying built mans. source3/script/installmo.sh calls msgfmt, thats part of gettext.
2012-04-04systemd: Add samba service file.Andreas Schneider2-0/+17
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Apr 4 18:04:09 CEST 2012 on sn-devel-104
2012-02-09s3-build: remove EXEEXT from MakefilesAndrew Bartlett1-5/+0
As far as I am aware, we do not actually build on any platforms that require this. The last Stratos VOS release on ftp://ftp.stratus.com/vos/samba/samba.html was 3.0.5 Andrew Bartlett
2012-02-08s3-docs: Remove references to long-gone smbmount utilitiesAndrew Bartlett1-3/+0
2012-01-17RHEL-CTDB: *.msg files movedVolker Lendecke1-1/+1
2012-01-17RHEL-CTDB: *.dat files movedVolker Lendecke1-3/+3
2012-01-17RHEL-CTDB: CP*so are no moreVolker Lendecke1-2/+0
2012-01-17RHEL-CTDB: --with-mandir -> --mandirVolker Lendecke2-2/+2
2011-11-18s3/packaging: Fix rpm build issues on RHEL4.Karolin Seeger1-1/+13
Second part of a fix for bug #7705 (RHEL samba.spec broken - and fix). Based on patches of Jason Haar and Daniël van Eeden. Thanks a lot! Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Fri Nov 18 22:13:06 CET 2011 on sn-devel-104
2011-11-17s3/packaging: Fix rpm build issues on RHEL.Karolin Seeger1-24/+5
Fix bug #7705 (RHEL samba.spec broken - and fix). Based on patches of Jason Haar and Daniël van Eeden. Thanks a lot! Karolin Autobuild-User: Karolin Seeger <kseeger@samba.org> Autobuild-Date: Thu Nov 17 23:05:28 CET 2011 on sn-devel-104
2011-11-04systemd: Fix dependencies.Andreas Schneider2-3/+2
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri Nov 4 12:36:04 CET 2011 on sn-devel-104
2011-11-03pkg: add comments to the systemd sysconfig fileDavid Disseldorp1-5/+13
Autobuild-User: David Disseldorp <ddiss@samba.org> Autobuild-Date: Thu Nov 3 15:11:27 CET 2011 on sn-devel-104
2011-10-28Add systemd service files.Andreas Schneider4-0/+44
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Fri Oct 28 11:34:27 CEST 2011 on sn-devel-104
2011-05-27packaging(RHEL-CTDB): align configure.rpm to the spec fileChristian Ambach1-1/+1
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri May 27 13:27:03 CEST 2011 on sn-devel-104
2011-05-18packaging(RHEL-CTDB): honour rpm build target options handed in to makerpms.shMichael Adam1-1/+10
This allows to call e.g. "makerpms.sh -bs" to only build the source rpm. Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed May 18 23:10:59 CEST 2011 on sn-devel-104
2011-05-18packaging(RHEL-CTDB): adapt configure.rpmMichael Adam1-0/+2
2011-05-18packaging(RHEL-CTDB): enforce building of libtdb and libtallocMichael Adam1-1/+3
2011-05-18packaging(RHEL-CTDB): build libtdb and libtalloc packages ourselvesMichael Adam2-5/+51
and add appropriate dependencies to the samba-common package. It should also be possible to run with appropriate system talloc and tdb packages.
2011-05-18packaging(RHEL-CTDB): update configure.rpm (--disable-smbtorture4)Michael Adam1-0/+1
2011-05-18packaging(RHEL-CTDB): disable smbtorture4 in the rpm buildMichael Adam1-1/+2
2011-05-18packaging(RHEL-CTDB): Remove the packaging of the winbind-32bit compat packageMichael Adam1-111/+0
2011-05-18packaging(RHEL-CTDB): create the rpm directoriesVolker Lendecke1-0/+8
In RHEL6, rpms are built in /root/rpmbuild, and those directories do not necessarily exist.
2011-05-04Always build before commit ... :-)Volker Lendecke1-1/+1
2011-05-04RHEL-CTDB: Build vfs_gpfs_hsm_notifyVolker Lendecke1-1/+2
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed May 4 17:12:14 CEST 2011 on sn-devel-104
2011-04-07packaging(RHEL-CTDB): fix configure.rpm (honour additional cmdline parameters)Michael Adam1-1/+1
2011-04-06packaging(RHEL-CTDB): Fix debuginfo buildsMichael Adam1-0/+38
At least on RHEL 5.5, we observed broken debuginfo packages when either old build directories were still present or old debuginfo packages (of samba) were installed. This patch removes the debuginfo samba RPMs and old RPM build directories, giving the user a 10 second chance to quit.
2011-04-06packaging(RHEL-CTDB): add BuildRequires to ctdb-devel >= 1.2.25Michael Adam1-1/+2
This should make sure we build against ctdb with SCHEDULE_FOR_DELETION control.
2011-04-06packaging(RHEL-CTDB): replace Prereq by Requires.Michael Adam1-3/+3
In RHEL6, Prereq is deprecated.
2011-01-21packaging(RHEL-CTDB): explicitly build the tsm vfs module.Volker Lendecke1-1/+1
2011-01-18packaging/RHEL-CTDB: add the smbta-util manpageMichael Adam1-0/+1
2011-01-18packaging/RHEL-CTDB: add the pam_winbind.conf manpageMichael Adam1-0/+1
2011-01-18packaging/RHEL-CTDB: do not use an external docs tarball but build the manpagesMichael Adam2-15/+9
2011-01-18packaging/RHEL-CTDB: untangle the various %doc entries to single linesMichael Adam1-3/+10
2010-11-09s3: Package autorid moduleVolker Lendecke1-0/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Nov 9 16:21:48 UTC 2010 on sn-devel-104
2010-10-28s3: Add a vfs_time_audit moduleAbhidnya P Chirmule1-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
2010-10-26s3: Package tdbrestore in RHEL-CTDBVolker Lendecke1-0/+1
2010-08-31packaging: build fixesVolker Lendecke1-9/+9
2010-08-31packaging: cifsutils are no longer part of SambaVolker Lendecke1-11/+0
2010-08-30packaging: Build with -O3Volker Lendecke2-2/+2
2010-08-30packaging: Attempt to fix the RPM buildVolker Lendecke1-0/+2
2010-04-27s3/packaging: make rpm build work by overriding strict linker flagsBjörn Jacke1-0/+3
2010-02-12packaging(RHEL-CTDB): adapt configure.rpm to match the spec-file configure callMichael Adam1-1/+2
Michael
2010-02-12v3-4-ctdb: Do not do any logrotationVolker Lendecke1-5/+2
2009-12-10s3:packaging: Fix version detection.Karolin Seeger1-2/+2
Adapted from 728b01fc03. Thanks god I was not root! It would have delted /*! Karolin
2009-12-10s3:packaging: Fix source dir.Karolin Seeger1-1/+1
Karolin
2009-12-10s3:packaging: Fix typo in comment.Karolin Seeger1-1/+1
Karolin
2009-12-08packaging(RHEL-CTDB): clean some commented out lines from the files sectionsMichael Adam1-4/+0
Michael
2009-12-08packaging(RHEL-CTDB): explicitly list library versions in samba-winbind-32bitMichael Adam1-4/+8
Michael