1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
Commit Graph

466 Commits

Author SHA1 Message Date
Michael Adam
4f79a8e77a packaging(RHEL-CTDB): remove the libnss_wins modules to reduce deps.
Michael
(This used to be commit 7c3e4a3242)
2008-08-13 11:54:04 +02:00
Volker Lendecke
e21c5189ec bump version number to 32
(This used to be commit 19becb7761)
2008-08-13 11:54:04 +02:00
Volker Lendecke
034a97bc9c Package 32-bit versions of libtalloc into the winbind rpm
(This used to be commit e52e2f7f1a)
2008-08-13 11:54:04 +02:00
Volker Lendecke
37ca4b7ceb Fix README: DOCS_DIR is replaced by DOCS_TARBALL
(This used to be commit 3d24c5b460)
2008-08-13 11:54:04 +02:00
Volker Lendecke
78440cc272 Bump up version number
(This used to be commit ace315c2ff)
2008-08-13 11:54:04 +02:00
Michael Adam
d8156b967e packaging(RHEL-CTDB): use /usr/%{_libarch} instead of %{_libdir}
To fix creation of 32bit packges on x86_64

Michael
(This used to be commit ae2a353286)
2008-08-13 11:54:03 +02:00
Michael Adam
ac1b8c4e07 packaging(RHEL-CTDB): remove duplicate block from spec file.
Michael
(This used to be commit f978df86f9)
2008-08-13 11:54:03 +02:00
Michael Adam
14c0f896b3 packaging(RHEL-CTDB): fix placement and link direction of new shared libs
libwbclient, libtalloc, libtdb, and libnetapi are now installed
into /usr/lib{,64} by their SONAME. The symlink is made from
the .so files to point to the SONAME files (e.g., libtdb.so.1).

Michael
(This used to be commit d18287b628)
2008-08-13 11:54:03 +02:00
Michael Adam
e3d29de044 packaging(RHEL-CTDB): bump rpm release to the next version ctdb.29
Michael
(This used to be commit 0d64606da6)
2008-08-13 11:54:03 +02:00
Michael Adam
20784e9c5c packaging(RHEL-CTDB): add "service winbind condrestart" to "%post common"
Michael
(This used to be commit c0ecb63d9e)
2008-08-13 11:54:03 +02:00
Michael Adam
47dbecf35a packaging(RHEL-CTDB): use "/sbin/service smb" instead of "%{initdir}/smb"
Michael
(This used to be commit 58085063c4)
2008-08-13 11:54:03 +02:00
Michael Adam
ecfb2274ef packaging(RHEL-CTDB): ignore errors from init scripts in pre/post scripts.
Michael
(This used to be commit 1cd7201e53)
2008-08-13 11:54:03 +02:00
Michael Adam
f1e91b4528 packaging(RHEL-CTDB): in %preun, first stop the service then deactivate
Michael
(This used to be commit b3e552d795)
2008-08-13 11:54:02 +02:00
Michael Adam
0da2b0bf86 packaging(RHEL-CTDB): use condrestart instead of restart in %post script
Michael
(This used to be commit 2ccd9ef741)
2008-08-13 11:54:02 +02:00
Michael Adam
d12eb6e5f3 packaging(RHEL-CTDB): move service smb restart from %postun to %post
What would be the use of restarting a service that has just
been uninstalled...

Michael
(This used to be commit 9811607558)
2008-08-13 11:54:02 +02:00
Michael Adam
f66a474544 packaging(RHEL-CTDB): move "chkconfig --del winbind" to "%preun common"
remains of winbind are being removed from the main package.
also stop the winbind service in the "%preun common" script.

Michael
(This used to be commit 758f1de775)
2008-08-13 11:54:02 +02:00
Michael Adam
254e118d55 packaging(RHEL-CTDB): remove winbind init script and its linke from main pkg
Winbind along with its libraries and init script is packaged in the
samba-common rpm.

Michael
(This used to be commit 7ebc1ea13f)
2008-08-13 11:54:02 +02:00
Michael Adam
78c034eb59 packaging: bump the rhel-ctdb rpm releas number to ctbd.28
Michael
(This used to be commit 185e24249d)
2008-08-13 11:54:02 +02:00
Volker Lendecke
c6ecbd92ab Do not call testparm in /etc/init.d/smb
For SOFS, we do know that we have netbios disabled, and testparm in the ctdb
shutdown event locks up due to a locked registry.tdb
(This used to be commit 285d55d2a2)
2008-08-13 11:54:02 +02:00
Andrew Tridgell
8c156679af update configure.rpm for clustered Samba usage
(This used to be commit 87c9f7717f)
2008-08-13 11:54:01 +02:00
Michael Adam
b389233e79 packaging: disable cups in the RHEL-CTDB build.
Michael
(cherry picked from commit de76543b45a97e41939b50ba7efdc6e4e66ea737)
(This used to be commit c81d553742)
2008-05-21 23:35:24 +02:00
Michael Adam
754166a67b packaging: we are at release ctdb.27 in RHEL-CTDB.
Michael
(cherry picked from commit 6e66a0017f9429fb8b3d1757969074be260215e1)
(This used to be commit 1cbb46e2e2)
2008-05-21 23:35:23 +02:00
Michael Adam
70883ec303 packaging: re-introduce Release numbering ".ctdb.<number>"
This got accidentially (?) replaced by .ctdb.test.<date>".

Michael
(cherry picked from commit be62d594bc2b680dfefb4a5050d033b77c08154b)
(This used to be commit f888310749)
2008-05-16 03:15:24 +02:00
Michael Adam
7bb120c2a1 packaging: enable calling RHEL-CTDB/makerpms.sh from other directories
Michael
(cherry picked from commit 05168aaa8dba85ecc1b74afacdd4d5ddc5825cfa)
(This used to be commit 7de8666c72)
2008-05-16 03:15:23 +02:00
Michael Adam
5fe81eecf5 packaging: fix RHEL-CTDB build by removing duplicate winbind-32bit paragraphs
Michael
(cherry picked from commit 29d5a68d95f656d5ca61edc4a10ec8b028597bb5)
(This used to be commit 9e7466466d)
2008-05-16 03:15:23 +02:00
Michael Adam
e1458f49b6 packaging: use git-archive in RHEL-CTDB/makerpms.sh
(instead of using tar and make distclean and ...)

Michael
(cherry picked from commit 3ad0f2212720eb5fb33794c033a60f5ea4428c2c)
(This used to be commit 161e7c32ca)
2008-05-16 03:15:23 +02:00
Michael Adam
67a0bfa764 packaging: use docs tarball instead of docs dir in makerpms / samba.spec
Michael
(cherry picked from commit f28a24d5eac2dcf99e1d00c2daf913dd9912eb4a)
(This used to be commit 5148e99d09)
2008-05-16 03:15:23 +02:00
Michael Adam
7391b519c6 packaging: add a comment explaining EXTRA_OPTIONS to the makerpms script
Michael
(cherry picked from commit 0defc2c60f2ca469d7538c60b7638150c67feb33)
(This used to be commit bccf4da989)
2008-05-16 03:15:23 +02:00
Michael Adam
d3bbccb924 packaging: fix a comment typo in makerpms script.
Michael
(cherry picked from commit 6044373d69ae8cb0353e7a03e923462a093da5f0)
(This used to be commit 95681f066d)
2008-05-16 03:15:22 +02:00
Andrew Tridgell
9fbe1b2267 merge build changes from Mathias
(cherry picked from commit 2c08939f3db19eaaf31cb117e3d541d17a36da5e)
(This used to be commit fec017125c)
2008-05-16 03:12:09 +02:00
Michael Adam
34f1c8ea74 packaging: remove references to smbmount and friends from samba-ctdb spec file
Michael
(This used to be commit 66c4d58f38)
2008-05-10 02:19:58 +02:00
Michael Adam
31ed1061ad packaging: fix GPL version in samba-ctdb specfile.
Michael
(This used to be commit 35543d8815)
2008-05-10 02:19:47 +02:00
Michael Adam
0d8b45c8c5 packaging: rename RHEL4-CTDB --> RHEL-CTDB
Michael
(This used to be commit 711af98d2c)
2008-05-10 02:19:33 +02:00
Michael Adam
59b6160801 packaging: add x perms to samba-ctdb filter-requires-samba.sh script.
Michael
(This used to be commit 7520007efd)
2008-05-10 02:18:55 +02:00
Michael Adam
def21f7f6f packaging: add x perms to samba-ctdb makerpms.sh script.
Michael
(This used to be commit 405b0f8273)
2008-05-10 02:18:08 +02:00
Andrew Tridgell
aeea825749 fixed version in spec file
(This used to be commit e7023592cb)
2008-05-10 02:15:39 +02:00
Andrew Tridgell
abb6e6ea22 merge in spec file from Michael
(This used to be commit 4aaaf792fe)
2008-05-10 02:15:16 +02:00
Volker Lendecke
3b19215c29 Remove reference to pointless socket options
(This used to be commit 3aefb0df1c)
2008-04-09 08:42:07 +02:00
Karolin Seeger
f0b6793414 Add missing quote. Fix bug 5172. Thanks to Jason Filley <jason@snakelegs.org> for reporting!
Karolin
(This used to be commit 6be1ee8e6f)
2008-01-08 12:42:12 +01:00
Stefan Metzmacher
c0dbc801af r24015: merge RHEL4-CTDB packaging stuff from
http://people.samba.org/bzr/metze/samba/3_2-ctdb-metze/

metze
(This used to be commit 51c90bfa6f)
2007-10-10 12:28:56 -05:00
Andrew Tridgell
8117c81f26 r23793: fixed incorrect v2-only licensing template for debian packaging files
(This used to be commit 5b65d85a24)
2007-10-10 12:28:25 -05:00
Gerald Carter
026852b47a r22444: * Validate a SID before trying to convert it to a uid/gid via the public
winbindd interface

* Add nss_info/*so files to the RHEL/Fedora packaging
(This used to be commit 1787fcb8c1)
2007-10-10 12:19:34 -05:00
Gerald Carter
a78ef28b62 r22175: sync packaging changes from SAMBA_3_0_25
(This used to be commit 057db32558)
2007-10-10 12:19:18 -05:00
Gerald Carter
4361e7cebe r22101: remove RedHat 9 packaging files after annoncement on the samba ml
(This used to be commit 8849524355)
2007-10-10 12:19:12 -05:00
Gerald Carter
e17a35e3ea r21908: update with the 3.0.25 packaging
(This used to be commit 3c2c0bb293)
2007-10-10 12:18:48 -05:00
Simo Sorce
547a9fa45f r20745: Commit Finnish transalation of SWAT after review
(This used to be commit a971374117)
2007-10-10 12:17:08 -05:00
Simo Sorce
6beb3675cf r17509: same for old woody packaging stuff
(This used to be commit 4fc773080a)
2007-10-10 11:38:37 -05:00
Simo Sorce
a99039add6 r17508: I didn;t realize we had this in our packages, remove it
(This used to be commit 47a4623595)
2007-10-10 11:38:37 -05:00
Gerald Carter
38eceb12c2 r17445: fix bad PAM file on 64 bit boxes
(This used to be commit d44a3228f0)
2007-10-10 11:38:34 -05:00
Gerald Carter
eb3edd4ceb r17444: put pam and nss libs in samba-common on RHEL for compatibility with system provides rpms
(This used to be commit cad3d27e05)
2007-10-10 11:38:34 -05:00