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

528 Commits

Author SHA1 Message Date
Jelmer Vernooij
ddc7def94e Point at the wiki for instructions regarding the Debian packages. 2008-09-15 17:39:21 +02:00
Michael Adam
fd7635a116 packaging: use "find" instead of "du" to find files... :-)
Michael
(This used to be commit 768aa82361)
2008-09-12 15:07:00 +02:00
Michael Adam
b4c708cb94 packaging(RHEL): fix direction of link (.so) of nss libs.
libnss_winbindd.so -> libnss_winbindd.so.2
libnss_wins.so -> libnss_wins.so.2

Michael
(This used to be commit 295bfb6af8)
2008-09-10 23:24:21 +02:00
Michael Adam
6061b3fa64 packaging(RHEL): add makerpms.git.sh to build rpms from inside a git checkout
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 d87c2192ab)
2008-09-09 10:57:27 +02:00
Michael Adam
8b2ae3ec2b packaging(RHEL): use ccache if available
Michael
(This used to be commit e8abbfabde)
2008-09-09 10:53:27 +02:00
Michael Adam
c7a8ab2ad4 packaging(RHEL): add ldbtools binaries and man pages to common package
Michael
(This used to be commit 206985dfda)
2008-09-09 10:53:27 +02:00
Michael Adam
db5e4a3505 packaging(RHEL): add cifs.upcall binary and manpage to client package
Michael
(This used to be commit f1b80bcb58)
2008-09-09 10:53:27 +02:00
Michael Adam
d2732bf628 packaging(RHEL): fix installation of pam modules.
Michael
(This used to be commit 0f045f18eb)
2008-09-09 10:53:27 +02:00
Michael Adam
a289a65140 packaging(RHEL): remove leftovers of smbmount from SPEC file.
Michael
(This used to be commit 041875c64d)
2008-09-09 10:53:27 +02:00
Michael Adam
38b3b031a4 packaging(RHEL): add new libs (talloc, tdb, ...) to the common package
Michael
(This used to be commit f23183bbec)
2008-09-09 10:53:27 +02:00
Michael Adam
47bb0ca88d packaging(RHEL): remove workaround code for libsmclient/sharemodes installation
With 3.3.0, this is not needed any more
(libdir/modulesdir separation and corrected library creation).

Michael
(This used to be commit 5348e28f66)
2008-09-09 10:53:26 +02:00
Michael Adam
e1ec833770 packaging(RHEL): fix libdir installation by using _libarch/_libarchdir
Michael
(This used to be commit 829f83c27a)
2008-09-09 10:53:26 +02:00
Michael Adam
1db0255b80 packaging(RHEL): remove libmsrpc stuff which is no more...
Michael
(This used to be commit 3eaa33e9df)
2008-09-09 10:53:26 +02:00
Michael Adam
4b93a7fe29 packaging(RHEL): remove duplicate installation of pam_smbpass.so
Michael
(This used to be commit cdc24fbb19)
2008-09-09 10:53:26 +02:00
Michael Adam
e8d02269f2 packaging(RHEL): remove smbmount related stuff from spec file
Michael
(This used to be commit 4420cf6199)
2008-09-09 10:53:26 +02:00
Michael Adam
7f19252030 packaging(RHEL): don't make proto for samba 3.3
Michael
(This used to be commit 75c2869949)
2008-09-09 10:53:26 +02:00
Michael Adam
349f98d174 packaging(RHEL): use --libdir and --with-modulesdir instead of --with-libdir
Michael
(This used to be commit dc6625637f)
2008-09-09 10:53:26 +02:00
Michael Adam
21f927d26f packaging(RHEL): fix version of GPL (2 --> 3)
Michael
(This used to be commit c015e8e0cf)
2008-09-09 10:53:25 +02:00
Michael Adam
fcc7239e23 packaging(RHEL-CTDB): add fix for versions containing "-" signs.
Michael
(cherry picked from commit 423105e29aaef449dbc40d124900a3f654b7266b)
(This used to be commit 4bebce268a)
2008-09-08 14:43:39 +02:00
Michael Adam
44dd82b9c6 packaging(RHEL-CTDB): extend and slightly reformat comment header block
Michael
(cherry picked from commit 1bfc8cc575cd84f24ceb6f6c5d13c9171c0895a5)
(This used to be commit 5354e42067)
2008-09-08 14:43:39 +02:00
Michael Adam
8f9ddcfdf8 packaging(RHEL-CTDB): unify and extend (C) header
Michael
(cherry picked from commit e051c1cbf7a993e3885c4a515e516da3574a1f57)
(This used to be commit 68ec025d06)
2008-09-08 14:43:38 +02:00
Michael Adam
ebef5a8947 packaging(RHEL-CTDB): autodetect the samba version number from version.h
Generate version.h first.
Create samba.spec from (new) samba.spec.tmpl, replacing PVERSION
by the version string. (as is done with update-pkginfo called
from the create-tarball release script)

Michael
(This used to be commit f1f3d1bef0)
2008-09-08 14:43:38 +02:00
Michael Adam
d4f87ed3b7 packaging(RHEL-CTDB): introduce variable TOPDIR
Michael
(cherry picked from commit 74e335ebf210c4812b0f790d05b697a183803af7)
(This used to be commit c6ff392778)
2008-09-08 14:43:38 +02:00
Michael Adam
a38b80fb06 packaging(RHEL-CTDB): rename SPECDIR to RPMSPECDIR
Michael
(cherry picked from commit ac2b09b2274a12c34c446c4536793a33515958cc)
(This used to be commit cbfd805bd2)
2008-09-08 14:43:38 +02:00
Michael Adam
a9f162d9ec packaging(RHEL-CTDB): rename SRCDIR to RPMSRCDIR
Michael
(cherry picked from commit d8a8ea87439315ecf407a866a12e2993343af39c)
(This used to be commit ab7575f5d2)
2008-09-08 14:43:37 +02:00
Michael Adam
d2dc2e34be packaging(RHEL-CTDB): add the cifs.upcall manpage to package.
Michael
(This used to be commit 8343dd5c3a)
2008-08-29 18:03:10 +02:00
Michael Adam
dfa91accbd packaging(RHEL-CTDB): Add the ldbtools' manpages to the package.
Michael
(This used to be commit f570071e55)
2008-08-29 18:03:10 +02:00
Michael Adam
81e9895a0e packaging(RHEL-CTDB): fix direction of symlink for libnss_winbind.so.2
This is a workaround, until we have proper creation
of libnss_winbind.so.2 and .so as a symlink from the Makefile.

Michael
(This used to be commit f48070b879)
2008-08-29 18:03:10 +02:00
Michael Adam
3b18ac2282 packaging(RHEL-CTDB): move libnss_winbind.so bits closer together
and comment on commented out libnss_wins.so installation

Michael
(This used to be commit 590744d6ca)
2008-08-29 18:03:09 +02:00
Michael Adam
0d08227623 packaging(RHEL-CTDB): remove duplicate installation of pam_smbpass.so
Michael
(This used to be commit 54e3a6dcb2)
2008-08-29 18:03:09 +02:00
Michael Adam
595fff8585 packaging(RHEL-CTDB): remove library packaging hacks due to fixed Makfile.
Use --libdir instead of --with-libdir .
Use new --with-modulesdir to separate LIBDIR and MODULESDIR.

This makes post "make install" hacks unnecessary.

Michael
(This used to be commit a87c0cc084)
2008-08-29 18:03:03 +02:00
Michael Adam
9cfe9b3f86 packaging(RHEL-CTDB): remove unused variable from makerpms.sh
Michael
(This used to be commit 8686ceb9ad)
2008-08-29 18:00:52 +02:00
Michael Adam
8193b5694d packaging(RHEL-CTDB): auto-detect samba version from spec in makerpms.sh
Michael
(This used to be commit d18075524f)
2008-08-29 18:00:52 +02:00
Michael Adam
cde6c647af packaging(RHEL-CTDB): check for success of x86_64 build before building i386
Michael
(This used to be commit 3102582f02)
2008-08-13 11:54:14 +02:00
Michael Adam
8644db5787 packaging(RHEL-CTDB): fix installation of libsmbsharemodes for the 3.3.0 build.
Michael
(This used to be commit 061a46a35d)
2008-08-13 11:54:14 +02:00
Michael Adam
4cf505db7b packaging(RHEL-CTDB): fix installation of libsmclient for 3.3.0 build.
Michael
(This used to be commit e70529e477)
2008-08-13 11:54:14 +02:00
Michael Adam
8d7bb021a5 packaging(RHEL-CTDB): install the right libraries for 3.3.0.
The library creation and installation has been fixed in that
now the libfoo.so.VERSION is created and libfoo.so is correclty
installed as a link.

Since we do not have a separation of lib dir and modules dir,
we do still install to /usr/lib/samba/, though. Therefore we
still need the workaround in the spec file to install the
libs to /usr/lib/ manually.

Michael
(This used to be commit ba17854342)
2008-08-13 11:54:14 +02:00
Michael Adam
0a0b8ceb44 packaging(RHEL-CTDB): don't call make proto for the 3.3.0 build.
Michael
(This used to be commit 815613c655)
2008-08-13 11:54:13 +02:00
Michael Adam
9e43dfd299 packaging(RHEL-CTDB): move to version 3.3.0 for the rpm build.
Michael
(This used to be commit fe7847f3e5)
2008-08-13 11:54:13 +02:00
Michael Adam
254c394eca packaging(RHEL-CTDB): Bump release number to ctdb.47 for the next RPM.
Michael
(This used to be commit 7eb4ebd364)
2008-08-13 11:54:13 +02:00
Andrew Tridgell
904e4f7901 up release to 46
(This used to be commit 4c2ec60073)
2008-08-13 11:54:13 +02:00
Andrew Tridgell
2516b57b1b up to release 45 now
(This used to be commit 7f0e1732a0)
2008-08-13 11:54:13 +02:00
Andrew Tridgell
d21ec4f359 disable the DNS update code, as it breaks clustering
(This used to be commit 30a5f682b5)
2008-08-13 11:54:13 +02:00
Andrew Tridgell
93d41b7165 up to release 44
(This used to be commit 5d482fe987)
2008-08-13 11:54:12 +02:00
Andrew Tridgell
cb7bb555b7 update configure.rpm
(This used to be commit ec8f3d75a2)
2008-08-13 11:54:11 +02:00
Andrew Tridgell
48fecd297e increase version to 43
(This used to be commit 1d8024d261)
2008-08-13 11:54:11 +02:00
Andrew Tridgell
d9a21089b3 update to ctdb.42 release
Michael, if you do a new release, make it 43 or later please
(This used to be commit 89556d2897)
2008-08-13 11:54:11 +02:00
Andrew Tridgell
cbb53dcd63 update to transactions4 release
(This used to be commit 9442c78b7e)
2008-08-13 11:54:11 +02:00
Andrew Tridgell
55de7c1748 up release to transactions3
(This used to be commit a9f277da8b)
2008-08-13 11:54:10 +02:00
Andrew Tridgell
1349e94d21 up release number
(This used to be commit 226b7d3bdf)
2008-08-13 11:54:10 +02:00