summaryrefslogtreecommitdiffstats
path: root/packaging/RHEL
Commit message (Collapse)AuthorAgeFilesLines
* building RPMs on RHEL fail because of a typo.Anand Avati2013-05-251-1/+1
| | | | | | | | | Signed-off-by: Anand Avati <avati@redhat.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Simo Sorce <idra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Sat May 25 01:04:37 CEST 2013 on sn-devel-104
* docs: Fix bug 9809 -- missing entry in specfileVolker Lendecke2013-04-221-0/+1
| | | | | | | | Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Karolin Seeger <kseeger@samba.org> Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Mon Apr 22 11:35:52 CEST 2013 on sn-devel-104
* packaging: Move smbprint to a comman location.Andreas Schneider2012-10-292-85/+1
| | | | | | | | | | | | This also removes all the duplicate smbprint scripts. This fixes bug #9301. Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Oct 29 14:08:37 CET 2012 on sn-devel-104
* RHEL packaging: Try to fix makerpms.sh on RHEL.Karolin Seeger2012-09-181-1/+1
| | | | | | | | | Address bug #9165 - makerpms.sh can't create package fo RHEL. Karolin Autobuild-User(master): Karolin Seeger <kseeger@samba.org> Autobuild-Date(master): Tue Sep 18 12:51:01 CEST 2012 on sn-devel-104
* s3/packaging: Fix rpm build issues on RHEL4.Karolin Seeger2011-11-181-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
* s3/packaging: Fix rpm build issues on RHEL.Karolin Seeger2011-11-171-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
* s3/packaging: make rpm build work by overriding strict linker flagsBjörn Jacke2010-04-271-0/+3
|
* 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
* 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
* 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: 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
* 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): 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)
* packaging(RHEL): remove workaround code for libsmclient/sharemodes installationMichael Adam2008-09-091-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)
* packaging(RHEL): fix libdir installation by using _libarch/_libarchdirMichael Adam2008-09-091-30/+39
| | | | | Michael (This used to be commit 829f83c27ad03e4d2a7b5dc0b0459823fa4f3804)
* packaging(RHEL): remove libmsrpc stuff which is no more...Michael Adam2008-09-091-10/+0
| | | | | Michael (This used to be commit 3eaa33e9df6d58ef93f13a840b38a063649fffbc)
* packaging(RHEL): remove duplicate installation of pam_smbpass.soMichael Adam2008-09-091-3/+0
| | | | | Michael (This used to be commit cdc24fbb195b1a5460c05fcd20d7ba81ad69ef22)
* packaging(RHEL): remove smbmount related stuff from spec fileMichael Adam2008-09-091-10/+0
| | | | | Michael (This used to be commit 4420cf6199e3c718a3dea84fe814d6ad6e83c2d8)
* packaging(RHEL): don't make proto for samba 3.3Michael Adam2008-09-091-2/+0
| | | | | Michael (This used to be commit 75c28699496d843e21eefef564c72023b24975a1)
* packaging(RHEL): use --libdir and --with-modulesdir instead of --with-libdirMichael Adam2008-09-091-1/+2
| | | | | Michael (This used to be commit dc6625637fb9de7d64d4416a1eb43f214590d393)
* packaging(RHEL): fix version of GPL (2 --> 3)Michael Adam2008-09-091-1/+1
| | | | | Michael (This used to be commit c015e8e0cf4131f21305451943df13b81f51ea6a)
* r22444: * Validate a SID before trying to convert it to a uid/gid via the publicGerald Carter2007-10-101-0/+1
| | | | | | | winbindd interface * Add nss_info/*so files to the RHEL/Fedora packaging (This used to be commit 1787fcb8c1199215fcec74472c727b8c8fbf5473)
* r22175: sync packaging changes from SAMBA_3_0_25Gerald Carter2007-10-101-1/+3
| | | | (This used to be commit 057db3255860e8462188f405712f89db97f6abac)
* r21908: update with the 3.0.25 packagingGerald Carter2007-10-101-4/+15
| | | | (This used to be commit 3c2c0bb293c35fc6bf8e545768d366b42900e53b)
* r17445: fix bad PAM file on 64 bit boxesGerald Carter2007-10-101-4/+4
| | | | (This used to be commit d44a3228f08b8855e8f3a5a045b4366af24b82f8)
* r17444: put pam and nss libs in samba-common on RHEL for compatibility with ↵Gerald Carter2007-10-101-6/+6
| | | | | | system provides rpms (This used to be commit cad3d27e05a8c6e325795ce145b9f2840911f4bb)
* r16752: remove the 'socket options' setting from the shipped default smb.confGerald Carter2007-10-101-77/+60
| | | | (This used to be commit eac00a45efe96411ab8574b3a3d436a285b7e88a)
* r16486: fix RedHat init scripts to rely on OS provided killproc() functionGerald Carter2007-10-102-3/+3
| | | | (This used to be commit 164cdf69f395236ffef9ecc202543d53b5eda2da)
* r16206: Don Meyer <dlmeyer@uiuc.edu> pointed out that RHEL4 rpms use 'Epoch: ↵Gerald Carter2007-10-101-0/+1
| | | | | | 0' so work around that (This used to be commit 304b7913cd25a024269fecdd541af06836816f68)
* r16193: fix packaging dependency on RH platforms for the Unicode::MapUTF8 ↵Gerald Carter2007-10-101-1/+1
| | | | | | perl module (caused by upgarde in smbldap-tools) (This used to be commit abca3b12e78814a395b806a9969a8f12b3230dfd)
* r15170: don't check for ccacheGerald Carter2007-10-101-1/+1
| | | | (This used to be commit e6a1106820ef532dcf2e50920b82f4536140dcad)
* r15169: openldap2-devel is a suse package (not on RHEL)Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit b8160fdf8796880412f63a5315ed871eae9ccbf0)
* r15163: packaging updates for RHEL/Fedora and break out 'pre' tag to the RPM ↵Gerald Carter2007-10-102-25/+41
| | | | | | release number (This used to be commit e3763272c39dc85e7feca4fc5646225b4b266fbc)
* r14475: patch from Oliver Schulze L. <oliver@samera.com.py> for BUG 3580. ↵Gerald Carter2007-10-101-3/+7
| | | | | | Make RHEL makerpms.sh script more verbose and add some additional options to the rpmbuild process (This used to be commit 7d73973db1a9133d6165b52031f09257046a64f7)
* r14317: Use source/bin as dir to link pam_winbind instead of source/nsswitch/Lars Müller2007-10-101-1/+1
| | | | | | | | | | The intention is to have the resulting binaries at one place. This is also usefull for upcoming changes to provide a test_pammodules rule. With these changes I even got aware of testsuite/nsswitch/pam_winbind_syms.exp But this only covers pam_winbind. (This used to be commit 9883957b74ddefb5293e4aef0cc2f53ee4d417ac)
* r13514: fix small glitch in the update procedure from /var/cache/samba mishapGerald Carter2007-10-101-2/+1
| | | | (This used to be commit 3857d3693a2c14917df88f4338ac9b78abba9ca1)