2008-08-25 14:23:45 +00:00
|
|
|
%define main_release 19
|
|
|
|
%define samba_version 3.2.2
|
2008-03-05 20:14:17 +00:00
|
|
|
%define tdb_version 1.1.1
|
|
|
|
%define talloc_version 1.2.0
|
|
|
|
|
2008-08-06 18:11:19 +00:00
|
|
|
%define samba_release 0.%{main_release}%{?dist}
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
Summary: The Samba Suite of programs
|
2004-09-09 12:00:52 +00:00
|
|
|
Name: samba
|
2007-10-18 16:36:16 +00:00
|
|
|
Epoch: 0
|
2008-08-25 14:23:45 +00:00
|
|
|
Version: 3.2.2
|
2008-08-06 18:11:19 +00:00
|
|
|
Release: %{samba_release}
|
2007-10-08 21:13:15 +00:00
|
|
|
License: GPLv3+ and LGPLv3+
|
2004-09-09 12:00:52 +00:00
|
|
|
Group: System Environment/Daemons
|
2004-09-09 12:01:30 +00:00
|
|
|
URL: http://www.samba.org/
|
2004-09-09 12:03:04 +00:00
|
|
|
|
2008-07-01 16:13:51 +00:00
|
|
|
Source: http://www.samba.org/samba/ftp/samba/%{name}-%{version}.tar.gz
|
2004-09-09 12:03:04 +00:00
|
|
|
|
|
|
|
# Red Hat specific replacement-files
|
2004-09-09 12:00:52 +00:00
|
|
|
Source1: samba.log
|
|
|
|
Source2: samba.xinetd
|
2004-09-09 12:03:04 +00:00
|
|
|
Source3: swat.desktop
|
|
|
|
Source4: samba.sysconfig
|
|
|
|
Source5: smb.init
|
|
|
|
Source6: samba.pamd
|
|
|
|
Source7: smbprint
|
2004-09-09 12:04:08 +00:00
|
|
|
Source8: winbind.init
|
2007-03-19 17:54:42 +00:00
|
|
|
Source9: smb.conf.default
|
2007-03-26 16:30:02 +00:00
|
|
|
Source10: nmb.init
|
2007-04-16 14:40:03 +00:00
|
|
|
Source11: pam_winbind.conf
|
2004-09-09 12:03:04 +00:00
|
|
|
|
2004-09-09 12:05:04 +00:00
|
|
|
# Don't depend on Net::LDAP
|
|
|
|
Source999: filter-requires-samba.sh
|
|
|
|
|
2005-09-12 20:40:11 +00:00
|
|
|
# upstream patches. Applied first so that they'll break our patches rather
|
|
|
|
# than the other way around
|
2006-08-08 21:00:02 +00:00
|
|
|
# (none right now)
|
2005-09-12 20:40:11 +00:00
|
|
|
|
2004-09-09 12:03:04 +00:00
|
|
|
# generic patches
|
2007-10-08 21:13:15 +00:00
|
|
|
Patch102: samba-3.2.0pre1-pipedir.patch
|
2007-03-19 17:54:42 +00:00
|
|
|
#Patch103: samba-3.0.23-logfiles.patch
|
2005-09-12 20:40:11 +00:00
|
|
|
Patch104: samba-3.0.0rc3-nmbd-netbiosname.patch
|
2006-07-06 18:15:48 +00:00
|
|
|
# The passwd part has been applied, but not the group part
|
2007-10-08 21:13:15 +00:00
|
|
|
Patch107: samba-3.2.0pre1-grouppwd.patch
|
2005-09-12 20:40:11 +00:00
|
|
|
#Patch108: samba-3.0.8-non-ascii-domain.patch
|
2006-02-13 16:26:38 +00:00
|
|
|
Patch110: samba-3.0.21pre1-smbspool.patch
|
2005-09-12 20:40:11 +00:00
|
|
|
Patch111: samba-3.0.13-smbclient.patch
|
2007-04-16 14:40:03 +00:00
|
|
|
Patch200: samba-3.0.25rc1-inotifiy.patch
|
2004-09-09 12:03:04 +00:00
|
|
|
|
2007-03-16 00:56:28 +00:00
|
|
|
Requires(pre): samba-common = %{epoch}:%{version}-%{release}
|
2007-04-19 14:44:15 +00:00
|
|
|
Requires: pam >= 0:0.64
|
2007-03-29 18:11:01 +00:00
|
|
|
Requires: logrotate >= 0:3.4
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
|
Requires(post): /sbin/chkconfig, /sbin/service
|
|
|
|
Requires(preun): /sbin/chkconfig, /sbin/service
|
|
|
|
BuildRequires: pam-devel, readline-devel, ncurses-devel, libacl-devel, krb5-devel, openldap-devel, openssl-devel, cups-devel
|
2008-03-05 20:14:17 +00:00
|
|
|
BuildRequires: autoconf, gawk, popt-devel, gtk2-devel
|
2004-09-09 12:05:04 +00:00
|
|
|
|
|
|
|
# Working around perl dependency problem from docs
|
2004-09-09 12:07:40 +00:00
|
|
|
%define __perl_requires %{SOURCE999}
|
2004-09-09 12:00:52 +00:00
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
%description
|
2005-01-14 00:30:47 +00:00
|
|
|
|
|
|
|
Samba is the suite of programs by which a lot of PC-related machines
|
|
|
|
share files, printers, and other information (such as lists of
|
|
|
|
available files and printers). The Windows NT, OS/2, and Linux
|
|
|
|
operating systems support this natively, and add-on packages can
|
|
|
|
enable the same thing for DOS, Windows, VMS, UNIX of all kinds, MVS,
|
2007-03-13 13:35:43 +00:00
|
|
|
and more. This package provides an SMB/CIFS server that can be used to
|
|
|
|
provide network services to SMB/CIFS clients.
|
|
|
|
Samba uses NetBIOS over TCP/IP (NetBT) protocols and does NOT
|
2005-01-14 00:30:47 +00:00
|
|
|
need the NetBEUI (Microsoft Raw NetBIOS frame) protocol.
|
2004-09-09 12:00:52 +00:00
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
%package client
|
2007-03-29 18:11:01 +00:00
|
|
|
Summary: Samba client programs
|
2004-09-09 12:00:52 +00:00
|
|
|
Group: Applications/System
|
2005-11-14 16:17:56 +00:00
|
|
|
Requires: samba-common = %{epoch}:%{version}-%{release}
|
2004-09-09 12:00:52 +00:00
|
|
|
Obsoletes: smbfs
|
|
|
|
|
|
|
|
%description client
|
2007-03-13 13:35:43 +00:00
|
|
|
The samba-client package provides some SMB/CIFS clients to complement
|
|
|
|
the built-in SMB/CIFS filesystem in Linux. These clients allow access
|
|
|
|
of SMB/CIFS shares and printing to SMB/CIFS printers.
|
2004-09-09 12:00:52 +00:00
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
%package common
|
2007-03-29 18:11:01 +00:00
|
|
|
Summary: Files used by both Samba servers and clients
|
2008-03-05 20:14:17 +00:00
|
|
|
Requires: libtdb >= 0:%{tdb_version}
|
|
|
|
Requires: libtalloc >= 0:%{talloc_version}
|
2004-09-09 12:00:52 +00:00
|
|
|
Group: Applications/System
|
2007-03-22 06:55:00 +00:00
|
|
|
Requires(pre): /usr/sbin/groupadd
|
2007-03-29 18:11:01 +00:00
|
|
|
Requires(post): /sbin/chkconfig, /sbin/service, coreutils
|
|
|
|
Requires(preun): /sbin/chkconfig, /sbin/service
|
2004-09-09 12:00:52 +00:00
|
|
|
|
|
|
|
%description common
|
|
|
|
Samba-common provides files necessary for both the server and client
|
|
|
|
packages of Samba.
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
%package winbind
|
|
|
|
Summary: Samba winbind
|
|
|
|
Group: Applications/System
|
|
|
|
Requires: samba-common = %{epoch}:%{version}-%{release}
|
|
|
|
Requires(pre): /usr/sbin/groupadd
|
|
|
|
Requires(post): /sbin/chkconfig, /sbin/service, coreutils
|
|
|
|
Requires(preun): /sbin/chkconfig, /sbin/service
|
|
|
|
|
|
|
|
%description winbind
|
|
|
|
The samba-winbind package provides the winbind daemon, a NSS library, a PAM
|
|
|
|
module and some client tools. Winbind enables Linux to be a full member in
|
|
|
|
Windows domains and to use Windows user and group accounts on Linux.
|
|
|
|
|
|
|
|
|
|
|
|
%package winbind-devel
|
|
|
|
Summary: Developer tools for the winbind library
|
|
|
|
Group: Development
|
|
|
|
Requires: samba-winbind = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
%description winbind-devel
|
|
|
|
The samba-winbind package provides developer tools for the wbclient library.
|
|
|
|
|
|
|
|
|
2004-09-09 12:01:30 +00:00
|
|
|
%package swat
|
2007-03-29 18:11:01 +00:00
|
|
|
Summary: The Samba SMB server Web configuration program
|
2004-09-09 12:01:30 +00:00
|
|
|
Group: Applications/System
|
2007-03-30 18:57:02 +00:00
|
|
|
Requires: samba = %{epoch}:%{version}-%{release}, xinetd
|
2004-09-09 12:01:30 +00:00
|
|
|
|
|
|
|
%description swat
|
2004-09-09 12:03:04 +00:00
|
|
|
The samba-swat package includes the new SWAT (Samba Web Administration
|
|
|
|
Tool), for remotely managing Samba's smb.conf file using your favorite
|
|
|
|
Web browser.
|
2004-09-09 12:01:30 +00:00
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
|
2007-03-12 17:55:20 +00:00
|
|
|
%package doc
|
|
|
|
Summary: Documentation for the Samba suite
|
|
|
|
Group: Documentation
|
|
|
|
Requires: samba-common = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
%description doc
|
|
|
|
The samba-doc package includes all the non-manpage documentation for the
|
|
|
|
Samba suite.
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
|
2008-03-05 20:14:17 +00:00
|
|
|
%package domainjoin-gui
|
|
|
|
Summary: Domainjoin GUI
|
|
|
|
Group: Applications/System
|
|
|
|
Requires: samba-common = %{epoch}:%{version}-%{release}, gtk2
|
|
|
|
|
|
|
|
%description domainjoin-gui
|
|
|
|
The samba-domainjoin-gui package includes a domainjoin gtk application.
|
|
|
|
|
|
|
|
|
2007-03-19 17:54:42 +00:00
|
|
|
%package -n libsmbclient
|
|
|
|
Summary: The SMB client library
|
|
|
|
Group: Applications/System
|
|
|
|
|
|
|
|
%description -n libsmbclient
|
|
|
|
The libsmbclient contains the SMB client library from the Samba suite.
|
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
|
2007-03-19 17:54:42 +00:00
|
|
|
%package -n libsmbclient-devel
|
|
|
|
Summary: Developer tools for the SMB client library
|
2007-03-12 17:55:20 +00:00
|
|
|
Group: Development
|
2007-03-19 17:54:42 +00:00
|
|
|
Requires: libsmbclient = %{epoch}:%{version}-%{release}
|
2007-03-12 17:55:20 +00:00
|
|
|
|
2007-03-19 17:54:42 +00:00
|
|
|
%description -n libsmbclient-devel
|
|
|
|
The libsmbclient-devel package contains the header files and libraries needed to
|
|
|
|
develop programs that link against the SMB client library in the Samba suite.
|
2007-03-12 17:55:20 +00:00
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
|
2008-03-05 20:14:17 +00:00
|
|
|
%package -n libtdb
|
|
|
|
Summary: The TDB library and tools
|
|
|
|
Group: Applications/System
|
|
|
|
Version: %{tdb_version}
|
2008-03-18 18:58:07 +00:00
|
|
|
Release: %{main_release}%{?dist}
|
2008-03-05 20:14:17 +00:00
|
|
|
|
|
|
|
%description -n libtdb
|
|
|
|
The TDB library from the Samba suite.
|
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
|
2008-03-05 20:14:17 +00:00
|
|
|
%package -n tdb-tools
|
|
|
|
Summary: The TDB tools
|
|
|
|
Group: Applications/System
|
|
|
|
Version: %{tdb_version}
|
2008-03-18 18:58:07 +00:00
|
|
|
Release: %{main_release}%{?dist}
|
|
|
|
Requires: libtdb = %{epoch}:%{tdb_version}-%{main_release}%{?dist}
|
2008-03-05 20:14:17 +00:00
|
|
|
|
|
|
|
%description -n tdb-tools
|
|
|
|
Some TDB tools from the Samba suite.
|
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
|
2008-03-05 20:14:17 +00:00
|
|
|
%package -n libtdb-devel
|
|
|
|
Summary: Developer tools for the TDB library
|
|
|
|
Group: Development
|
|
|
|
Version: %{tdb_version}
|
2008-03-18 18:58:07 +00:00
|
|
|
Release: %{main_release}%{?dist}
|
|
|
|
Requires: libtdb = %{epoch}:%{tdb_version}-%{main_release}%{?dist}
|
2008-03-05 20:14:17 +00:00
|
|
|
|
|
|
|
%description -n libtdb-devel
|
|
|
|
The libtdb-devel package contains the header files and libraries needed to
|
|
|
|
develop programs that link against the TDB library in the Samba suite.
|
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
|
2008-03-05 20:14:17 +00:00
|
|
|
%package -n libtalloc
|
|
|
|
Summary: The talloc library
|
|
|
|
Group: Applications/System
|
|
|
|
Version: %{talloc_version}
|
2008-03-18 18:58:07 +00:00
|
|
|
Release: %{main_release}%{?dist}
|
2008-03-05 20:14:17 +00:00
|
|
|
|
|
|
|
%description -n libtalloc
|
|
|
|
The talloc library from the Samba suite.
|
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
|
2008-03-05 20:14:17 +00:00
|
|
|
%package -n libtalloc-devel
|
|
|
|
Summary: Developer tools for the talloc library
|
|
|
|
Group: Development
|
|
|
|
Version: %{talloc_version}
|
2008-03-18 18:58:07 +00:00
|
|
|
Release: %{main_release}%{?dist}
|
|
|
|
Requires: libtalloc = %{epoch}:%{talloc_version}-%{main_release}%{?dist}
|
2008-03-05 20:14:17 +00:00
|
|
|
|
|
|
|
%description -n libtalloc-devel
|
|
|
|
The libtalloc-devel package contains the header files and libraries needed to
|
|
|
|
develop programs that link against the talloc library in the Samba suite.
|
|
|
|
|
2007-03-12 17:55:20 +00:00
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
%prep
|
2004-09-09 12:12:38 +00:00
|
|
|
# TAG: change for non-pre
|
2008-03-05 20:14:17 +00:00
|
|
|
%setup -q -n %{name}-%{samba_version}
|
2008-02-22 18:09:11 +00:00
|
|
|
#%setup -q
|
2004-09-09 12:03:04 +00:00
|
|
|
|
|
|
|
# copy Red Hat specific scripts
|
2006-02-13 16:26:38 +00:00
|
|
|
mkdir packaging/Fedora
|
2007-03-21 19:07:44 +00:00
|
|
|
cp packaging/RHEL/setup/smbusers packaging/Fedora/
|
2006-02-13 16:26:38 +00:00
|
|
|
cp %{SOURCE5} packaging/Fedora/
|
|
|
|
cp %{SOURCE6} packaging/Fedora/
|
|
|
|
cp %{SOURCE7} packaging/Fedora/
|
|
|
|
cp %{SOURCE8} packaging/Fedora/winbind.init
|
2007-03-19 17:54:42 +00:00
|
|
|
cp %{SOURCE9} packaging/Fedora/
|
2007-03-26 16:30:02 +00:00
|
|
|
cp %{SOURCE10} packaging/Fedora/
|
2007-04-16 14:40:03 +00:00
|
|
|
cp %{SOURCE11} packaging/Fedora/
|
2004-09-09 12:03:04 +00:00
|
|
|
|
2005-09-12 20:40:11 +00:00
|
|
|
# Upstream patches
|
2006-08-08 21:00:02 +00:00
|
|
|
#(none)
|
2005-11-14 16:17:56 +00:00
|
|
|
# generic patches
|
2005-09-12 20:40:11 +00:00
|
|
|
%patch102 -p1 -b .pipedir
|
2007-03-19 17:54:42 +00:00
|
|
|
#%patch103 -p1 -b .logfiles
|
2008-03-05 20:14:17 +00:00
|
|
|
#%patch104 -p1 -b .nmbd-netbiosname # FIXME: does not apply
|
2007-10-08 21:13:15 +00:00
|
|
|
%patch107 -p1 -b .grouppwd
|
2005-09-12 20:40:11 +00:00
|
|
|
#%patch108 -p1 -b .non-ascii-domain
|
2008-05-26 16:22:12 +00:00
|
|
|
#%patch110 -p1 -b .smbspool # FIXME: does not apply
|
2008-03-05 20:14:17 +00:00
|
|
|
#%patch111 -p1 -b .smbclient # FIXME: does not apply
|
|
|
|
#%patch200 -p0 -b .inotify # FIXME: does not compile
|
2004-09-09 12:05:04 +00:00
|
|
|
|
2004-09-09 12:08:44 +00:00
|
|
|
mv source/VERSION source/VERSION.orig
|
2008-08-06 18:11:19 +00:00
|
|
|
sed -e 's/SAMBA_VERSION_VENDOR_SUFFIX=$/&\"%{samba_release}\"/' < source/VERSION.orig > source/VERSION
|
2004-09-09 12:08:44 +00:00
|
|
|
cd source
|
|
|
|
script/mkversion.sh
|
|
|
|
cd ..
|
2004-09-09 12:05:04 +00:00
|
|
|
|
2007-10-08 21:13:15 +00:00
|
|
|
#Remove smbldap-tools, they are already packaged separately in Fedora
|
|
|
|
rm -fr examples/LDAP/smbldap-tools-*/
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
%build
|
|
|
|
cd source
|
2005-09-12 20:40:11 +00:00
|
|
|
sh autogen.sh
|
2004-09-09 12:01:30 +00:00
|
|
|
%ifarch i386 sparc
|
|
|
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
|
|
|
|
%endif
|
2004-09-09 12:08:44 +00:00
|
|
|
%ifarch ia64
|
2007-03-12 17:55:20 +00:00
|
|
|
#libtoolize --copy --force # get it to recognize IA-64
|
2008-02-22 18:09:11 +00:00
|
|
|
#autoheader
|
2007-03-12 17:55:20 +00:00
|
|
|
#autoconf
|
2004-09-09 12:08:44 +00:00
|
|
|
EXTRA="-D_LARGEFILE64_SOURCE"
|
|
|
|
%endif
|
2005-11-14 16:17:56 +00:00
|
|
|
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DLDAP_DEPRECATED" %configure \
|
2007-10-02 16:18:24 +00:00
|
|
|
--with-dnsupdate \
|
2008-02-22 18:09:11 +00:00
|
|
|
--with-ads \
|
2004-09-09 12:08:44 +00:00
|
|
|
--with-acl-support \
|
|
|
|
--with-automount \
|
2008-02-22 18:09:11 +00:00
|
|
|
--with-dnsupdate \
|
2004-09-09 12:08:44 +00:00
|
|
|
--with-libsmbclient \
|
2007-10-08 21:13:15 +00:00
|
|
|
--with-libsmbsharemodes \
|
2004-09-09 12:03:04 +00:00
|
|
|
--with-mmap \
|
2004-09-09 12:08:44 +00:00
|
|
|
--with-pam \
|
|
|
|
--with-pam_smbpass \
|
2004-09-09 12:03:04 +00:00
|
|
|
--with-quotas \
|
2008-02-22 18:09:11 +00:00
|
|
|
--with-sendfile-support \
|
2004-09-09 12:08:44 +00:00
|
|
|
--with-syslog \
|
2004-09-09 12:05:04 +00:00
|
|
|
--with-utmp \
|
2004-09-09 12:07:40 +00:00
|
|
|
--with-vfs \
|
2008-02-22 18:09:11 +00:00
|
|
|
--with-winbind \
|
2004-09-09 12:12:38 +00:00
|
|
|
--without-smbwrapper \
|
2007-03-16 00:56:28 +00:00
|
|
|
--with-lockdir=/var/lib/samba \
|
2004-09-09 12:12:38 +00:00
|
|
|
--with-piddir=/var/run \
|
|
|
|
--with-mandir=%{_mandir} \
|
2007-03-26 21:10:59 +00:00
|
|
|
--with-privatedir=/var/lib/samba/private \
|
2004-09-09 12:12:38 +00:00
|
|
|
--with-logfilebase=/var/log/samba \
|
2004-09-09 12:13:52 +00:00
|
|
|
--with-libdir=%{_libdir}/samba \
|
|
|
|
--with-configdir=%{_sysconfdir}/samba \
|
2007-04-16 14:52:15 +00:00
|
|
|
--with-pammodulesdir=%{_lib}/security \
|
2004-09-09 12:12:38 +00:00
|
|
|
--with-swatdir=%{_datadir}/swat \
|
2008-03-07 20:15:10 +00:00
|
|
|
--with-shared-modules=idmap_ad,idmap_rid \
|
2008-08-25 14:23:45 +00:00
|
|
|
--with-cifsupcall
|
2007-10-08 21:13:15 +00:00
|
|
|
|
|
|
|
# --with-cluster-support \
|
|
|
|
# --with-aio-support \
|
2004-09-09 12:12:38 +00:00
|
|
|
|
2004-09-09 12:03:04 +00:00
|
|
|
|
2005-11-14 16:17:56 +00:00
|
|
|
make CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DLDAP_DEPRECATED" \
|
2004-09-09 12:08:44 +00:00
|
|
|
proto
|
|
|
|
|
2008-03-05 20:14:17 +00:00
|
|
|
make LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{samba_version}/source/bin \
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DLDAP_DEPRECATED" %{?_smp_mflags} \
|
|
|
|
all nsswitch/libnss_wins.so modules test_pam_modules test_nss_modules test_shlibs
|
2004-09-09 12:08:44 +00:00
|
|
|
|
2008-03-05 20:14:17 +00:00
|
|
|
make LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{samba_version}/source/bin \
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DLDAP_DEPRECATED" %{?_smp_mflags} \
|
|
|
|
-C lib/netapi/examples
|
2004-09-09 12:08:44 +00:00
|
|
|
|
|
|
|
make CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" \
|
2008-08-25 14:23:45 +00:00
|
|
|
debug2html smbfilter bin/cifs.upcall
|
2004-09-09 12:05:04 +00:00
|
|
|
|
2004-09-09 12:11:37 +00:00
|
|
|
( cd client ; gcc -o mount.cifs $RPM_OPT_FLAGS -Wall -O -D_GNU_SOURCE -D_LARGEFILE64_SOURCE mount.cifs.c )
|
2005-09-12 20:40:11 +00:00
|
|
|
( cd client ; gcc -o umount.cifs $RPM_OPT_FLAGS -Wall -O -D_GNU_SOURCE -D_LARGEFILE64_SOURCE umount.cifs.c )
|
|
|
|
|
|
|
|
|
2004-09-09 12:11:37 +00:00
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/sbin
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/{sbin,bin}
|
2004-09-29 16:42:13 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_initrddir}
|
2007-04-16 14:40:03 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/{pam.d,logrotate.d,security}
|
2007-04-16 14:52:15 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_lib}/security
|
2007-03-12 17:55:20 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/samba
|
2007-03-26 21:39:41 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/samba/private
|
2007-03-12 17:55:20 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/samba/winbindd_privileged
|
2007-04-05 20:28:19 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/samba/scripts
|
2007-10-08 21:13:15 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/log/samba/old
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/spool/samba
|
2004-09-09 12:03:04 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/swat/using_samba
|
2004-12-18 02:42:27 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/var/run/winbindd
|
2008-03-05 20:14:17 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_libdir}/pkgconfig
|
2004-09-09 12:03:04 +00:00
|
|
|
|
|
|
|
cd source
|
2004-09-09 12:00:52 +00:00
|
|
|
|
|
|
|
%makeinstall \
|
2004-09-09 12:03:04 +00:00
|
|
|
BINDIR=$RPM_BUILD_ROOT%{_bindir} \
|
|
|
|
BASEDIR=$RPM_BUILD_ROOT%{_prefix} \
|
|
|
|
SBINDIR=$RPM_BUILD_ROOT%{_sbindir} \
|
|
|
|
DATADIR=$RPM_BUILD_ROOT%{_datadir} \
|
2007-03-16 00:56:28 +00:00
|
|
|
LOCKDIR=$RPM_BUILD_ROOT/var/lib/samba \
|
2004-09-09 12:03:04 +00:00
|
|
|
PRIVATEDIR=$RPM_BUILD_ROOT%{_sysconfdir}/samba \
|
2004-09-09 12:08:44 +00:00
|
|
|
LIBDIR=$RPM_BUILD_ROOT%{_libdir}/samba \
|
2004-09-09 12:03:04 +00:00
|
|
|
CONFIGDIR=$RPM_BUILD_ROOT%{_sysconfdir}/samba \
|
2007-04-16 15:52:28 +00:00
|
|
|
PAMMODULESDIR=$RPM_BUILD_ROOT/%{_lib}/security \
|
2004-09-09 12:03:04 +00:00
|
|
|
MANDIR=$RPM_BUILD_ROOT%{_mandir} \
|
|
|
|
VARDIR=$RPM_BUILD_ROOT/var/log/samba \
|
2008-03-05 20:14:17 +00:00
|
|
|
CODEPAGEDIR=$RPM_BUILD_ROOT%{_libdir}/samba \
|
2004-09-09 12:03:04 +00:00
|
|
|
SWATDIR=$RPM_BUILD_ROOT%{_datadir}/swat \
|
|
|
|
SAMBABOOK=$RPM_BUILD_ROOT%{_datadir}/swat/using_samba \
|
2004-09-09 12:08:44 +00:00
|
|
|
PIDDIR=$RPM_BUILD_ROOT/var/run
|
2004-09-09 12:00:52 +00:00
|
|
|
|
|
|
|
cd ..
|
|
|
|
|
|
|
|
# Install other stuff
|
2007-03-19 17:54:42 +00:00
|
|
|
install -m644 packaging/Fedora/smb.conf.default $RPM_BUILD_ROOT%{_sysconfdir}/samba/smb.conf
|
2004-09-09 12:03:04 +00:00
|
|
|
install -m755 source/script/mksmbpasswd.sh $RPM_BUILD_ROOT%{_bindir}
|
2007-03-29 18:11:01 +00:00
|
|
|
install -m644 packaging/Fedora/smbusers $RPM_BUILD_ROOT%{_sysconfdir}/samba/smbusers
|
2006-02-13 16:26:38 +00:00
|
|
|
install -m755 packaging/Fedora/smbprint $RPM_BUILD_ROOT%{_bindir}
|
|
|
|
install -m755 packaging/Fedora/smb.init $RPM_BUILD_ROOT%{_initrddir}/smb
|
2007-03-26 16:30:02 +00:00
|
|
|
install -m755 packaging/Fedora/nmb.init $RPM_BUILD_ROOT%{_initrddir}/nmb
|
2006-02-13 16:26:38 +00:00
|
|
|
install -m755 packaging/Fedora/winbind.init $RPM_BUILD_ROOT%{_initrddir}/winbind
|
2007-04-16 14:40:03 +00:00
|
|
|
install -m644 packaging/Fedora/pam_winbind.conf $RPM_BUILD_ROOT%{_sysconfdir}/security
|
2005-09-12 20:40:11 +00:00
|
|
|
#ln -s ../..%{_initrddir}/smb $RPM_BUILD_ROOT%{_sbindir}/samba
|
2007-03-29 18:11:01 +00:00
|
|
|
install -m644 packaging/Fedora/samba.pamd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/samba
|
|
|
|
install -m644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/samba
|
2004-09-09 12:03:04 +00:00
|
|
|
echo 127.0.0.1 localhost > $RPM_BUILD_ROOT%{_sysconfdir}/samba/lmhosts
|
2007-03-26 16:30:02 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/openldap/schema
|
|
|
|
install -m644 examples/LDAP/samba.schema $RPM_BUILD_ROOT%{_sysconfdir}/openldap/schema/samba.schema
|
2004-09-09 12:03:04 +00:00
|
|
|
|
2004-09-09 12:04:08 +00:00
|
|
|
# winbind
|
2004-09-09 12:07:40 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}
|
|
|
|
install -m 755 source/nsswitch/libnss_winbind.so $RPM_BUILD_ROOT/%{_lib}/libnss_winbind.so.2
|
2004-09-09 12:08:44 +00:00
|
|
|
ln -sf /%{_lib}/libnss_winbind.so.2 $RPM_BUILD_ROOT%{_libdir}/libnss_winbind.so
|
2004-09-09 12:07:40 +00:00
|
|
|
install -m 755 source/nsswitch/libnss_wins.so $RPM_BUILD_ROOT/%{_lib}/libnss_wins.so.2
|
|
|
|
ln -sf /%{_lib}/libnss_wins.so.2 $RPM_BUILD_ROOT%{_libdir}/libnss_wins.so
|
2004-09-09 12:05:04 +00:00
|
|
|
|
2007-10-08 21:13:15 +00:00
|
|
|
# libraries {
|
2004-09-09 12:07:02 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT%{_includedir}
|
2007-10-08 21:13:15 +00:00
|
|
|
|
2008-03-05 20:14:17 +00:00
|
|
|
# talloc
|
|
|
|
cd source/lib/talloc
|
|
|
|
# just to get the correct .pc file generated
|
|
|
|
./autogen.sh && ./configure --prefix=%{_prefix} --libdir=%{_libdir}
|
|
|
|
cd ../../..
|
|
|
|
|
|
|
|
# tdb
|
|
|
|
cd source/lib/tdb
|
|
|
|
# just to get the correct .pc file generated
|
|
|
|
./autogen.sh && ./configure --prefix=%{_prefix} --libdir=%{_libdir}
|
|
|
|
cd ../../..
|
|
|
|
|
2008-08-25 14:23:45 +00:00
|
|
|
# make install puts libraries in the wrong place
|
|
|
|
# (but at least gets the versioning right now)
|
|
|
|
|
|
|
|
list="smbclient smbsharemodes netapi talloc tdb wbclient"
|
|
|
|
build_libdir="$RPM_BUILD_ROOT%{_libdir}"
|
|
|
|
for i in $list; do
|
|
|
|
cp -P $build_libdir/samba/lib$i.so* $build_libdir/
|
|
|
|
install -m 644 source/pkgconfig/$i.pc $build_libdir/pkgconfig/ || true
|
|
|
|
rm -f $build_libdir/samba/lib$i.so* $build_libdir/samba/lib$i.a || true
|
|
|
|
done
|
|
|
|
|
|
|
|
install -m 644 source/lib/talloc/talloc.pc $build_libdir/pkgconfig/
|
|
|
|
install -m 644 source/lib/tdb/tdb.pc $build_libdir/pkgconfig/
|
2008-03-05 20:14:17 +00:00
|
|
|
|
|
|
|
/sbin/ldconfig -n $RPM_BUILD_ROOT%{_libdir}/
|
|
|
|
|
|
|
|
# }
|
2007-03-12 17:55:20 +00:00
|
|
|
|
2004-09-09 12:03:04 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d
|
|
|
|
install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/swat
|
|
|
|
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
|
|
|
|
install -m644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/samba
|
2004-09-09 12:11:37 +00:00
|
|
|
install -m755 source/client/mount.cifs $RPM_BUILD_ROOT/sbin/mount.cifs
|
2005-09-12 20:40:11 +00:00
|
|
|
install -m755 source/client/umount.cifs $RPM_BUILD_ROOT/sbin/umount.cifs
|
2008-08-25 14:23:45 +00:00
|
|
|
install -m755 source/bin/cifs.upcall $RPM_BUILD_ROOT/sbin/cifs.upcall
|
2004-09-09 12:01:30 +00:00
|
|
|
|
2008-03-05 20:14:17 +00:00
|
|
|
install -m 755 source/lib/netapi/examples/bin/netdomjoin-gui $RPM_BUILD_ROOT/%{_sbindir}/netdomjoin-gui
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/%{name}
|
|
|
|
install -m 644 source/lib/netapi/examples/netdomjoin-gui/samba.ico $RPM_BUILD_ROOT/%{_datadir}/pixmaps/%{name}/samba.ico
|
|
|
|
install -m 644 source/lib/netapi/examples/netdomjoin-gui/logo.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/%{name}/logo.png
|
|
|
|
install -m 644 source/lib/netapi/examples/netdomjoin-gui/logo-small.png $RPM_BUILD_ROOT/%{_datadir}/pixmaps/%{name}/logo-small.png
|
|
|
|
|
2004-09-09 12:08:44 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man1/editreg.1*
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/log2pcap.1*
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/smbsh.1*
|
2006-02-13 16:26:38 +00:00
|
|
|
#rm -f $RPM_BUILD_ROOT%{_mandir}/man1/smbget.1*
|
2004-09-09 12:13:52 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man5/smbgetrc.5*
|
2007-03-12 17:55:20 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/vfstest.1*
|
2005-09-12 20:40:11 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/testprns.1*
|
2006-02-13 16:26:38 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/smbmount.8*
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/smbmnt.8*
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man8/smbumount.8*
|
2004-09-09 12:03:04 +00:00
|
|
|
|
2006-07-06 18:15:48 +00:00
|
|
|
# why are these getting installed in the wrong place?
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_sbindir}/{u,}mount.cifs
|
2008-08-25 14:23:45 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_sbindir}/cifs.upcall
|
2006-07-06 18:15:48 +00:00
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2007-03-16 00:56:28 +00:00
|
|
|
#%pre
|
2007-03-29 18:11:01 +00:00
|
|
|
|
2007-03-12 17:55:20 +00:00
|
|
|
%post
|
2007-03-22 06:55:00 +00:00
|
|
|
/sbin/chkconfig --add smb
|
2007-03-26 16:30:02 +00:00
|
|
|
/sbin/chkconfig --add nmb
|
2007-03-16 00:56:28 +00:00
|
|
|
if [ "$1" -ge "1" ]; then
|
2007-03-29 18:11:01 +00:00
|
|
|
/sbin/service smb condrestart >/dev/null 2>&1 || :
|
|
|
|
/sbin/service nmb condrestart >/dev/null 2>&1 || :
|
2007-03-16 00:56:28 +00:00
|
|
|
fi
|
|
|
|
exit 0
|
2007-03-13 13:21:59 +00:00
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
%preun
|
|
|
|
if [ $1 = 0 ] ; then
|
2007-03-29 18:11:01 +00:00
|
|
|
/sbin/service smb stop >/dev/null 2>&1 || :
|
|
|
|
/sbin/service nmb stop >/dev/null 2>&1 || :
|
2004-09-09 12:00:52 +00:00
|
|
|
/sbin/chkconfig --del smb
|
2007-03-26 16:30:02 +00:00
|
|
|
/sbin/chkconfig --del nmb
|
2004-09-09 12:00:52 +00:00
|
|
|
fi
|
2004-09-09 12:01:30 +00:00
|
|
|
exit 0
|
2004-09-09 12:00:52 +00:00
|
|
|
|
2007-03-16 00:56:28 +00:00
|
|
|
#%postun
|
2004-09-09 12:00:52 +00:00
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
%pre winbind
|
2007-03-29 18:11:01 +00:00
|
|
|
/usr/sbin/groupadd -g 88 wbpriv >/dev/null 2>&1 || :
|
2007-03-13 13:21:59 +00:00
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
%post winbind
|
2004-09-09 12:05:04 +00:00
|
|
|
/sbin/chkconfig --add winbind
|
2008-03-07 20:15:10 +00:00
|
|
|
|
|
|
|
if [ "$1" -ge "1" ]; then
|
|
|
|
/sbin/service winbind condrestart >/dev/null 2>&1 || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%post common
|
2004-09-09 12:08:44 +00:00
|
|
|
/sbin/ldconfig
|
2004-09-09 12:05:04 +00:00
|
|
|
|
2007-03-12 17:55:20 +00:00
|
|
|
# This script must be run always on installs or upgrades
|
|
|
|
# it checks if a previous installation have created files
|
|
|
|
# under /var/cache/samba and move them in that case as the
|
|
|
|
# new package wants them to be under /var/lib/samba for
|
|
|
|
# FHS compliance
|
|
|
|
#
|
|
|
|
# - we must stop the dameon if running and restart it
|
|
|
|
# after the script if it was
|
|
|
|
# - we do not overwrite newer files
|
|
|
|
# - even if /etc/init.d/smb is in samba and not
|
|
|
|
# samba-common we need to stop smbd/nmbd, if they
|
|
|
|
# are running, here as well, or we will mess up
|
|
|
|
# shared (between winbindd and smbd/nmbd) tdbs
|
|
|
|
|
|
|
|
OLDPATH="/var/cache/samba"
|
|
|
|
NEWPATH="/var/lib/samba"
|
|
|
|
|
2007-03-16 00:56:28 +00:00
|
|
|
eval ls $OLDPATH/*.tdb >/dev/null 2>&1
|
|
|
|
if [ $? = 0 ]; then
|
2007-06-29 19:41:46 +00:00
|
|
|
eval testparm -s 2>/dev/null |grep "lock dir" >/dev/null
|
|
|
|
if [ $? = 0 ]; then
|
|
|
|
echo "Warning: lock dir explicitly set. Not moving tdb files to new default location"
|
|
|
|
else
|
2007-03-12 17:55:20 +00:00
|
|
|
|
2007-03-16 00:56:28 +00:00
|
|
|
#Stop daemons before we move the files around
|
|
|
|
|
|
|
|
#this is what condrestart checks as well
|
|
|
|
if [ -f /var/lock/subsys/winbindd ]; then
|
2007-03-29 18:11:01 +00:00
|
|
|
/sbin/service winbind stop >/dev/null 2>&1 || :
|
2007-03-16 00:56:28 +00:00
|
|
|
# Use a dirty trick to fool condrestart later
|
|
|
|
touch /var/lock/subsys/winbindd
|
|
|
|
fi
|
|
|
|
|
|
|
|
if [ -f /var/lock/subsys/smb ]; then
|
2007-03-29 18:11:01 +00:00
|
|
|
/sbin/service smb stop >/dev/null 2>&1 || :
|
2007-03-16 00:56:28 +00:00
|
|
|
# We need to stop smbd here as we are moving also smbd owned files
|
|
|
|
# but we can't restart it until the new server is installed.
|
|
|
|
# Use a dirty trick to fool condrestart later
|
|
|
|
touch /var/lock/subsys/smb
|
2007-03-12 17:55:20 +00:00
|
|
|
fi
|
2007-03-16 00:56:28 +00:00
|
|
|
|
2007-03-26 16:30:02 +00:00
|
|
|
if [ -f /var/lock/subsys/nmb ]; then
|
2007-03-29 18:11:01 +00:00
|
|
|
/sbin/service nmb stop >/dev/null 2>&1 || :
|
2007-03-26 16:30:02 +00:00
|
|
|
# We need to stop smbd here as we are moving also smbd owned files
|
|
|
|
# but we can't restart it until the new server is installed.
|
|
|
|
# Use a dirty trick to fool condrestart later
|
|
|
|
touch /var/lock/subsys/nmb
|
|
|
|
fi
|
|
|
|
|
2007-03-16 00:56:28 +00:00
|
|
|
eval ls $NEWPATH/*.tdb >/dev/null 2>&1
|
|
|
|
if [ $? = 0 ]; then
|
|
|
|
#something strange here, lets backup this stuff and avoid just wiping it
|
|
|
|
|
|
|
|
mkdir $NEWPATH.pkgbkp
|
|
|
|
mv -f $NEWPATH/*.tdb $NEWPATH.pkgbkp/ >/dev/null 2>&1
|
|
|
|
mv -f $NEWPATH/*.dat $NEWPATH.pkgbkp/ >/dev/null 2>&1
|
|
|
|
mv -f $NEWPATH/perfmon $NEWPATH.pkgbkp/ >/dev/null 2>&1
|
|
|
|
mv -f $NEWPATH/printing $NEWPATH.pkgbkp/ >/dev/null 2>&1
|
2007-03-12 17:55:20 +00:00
|
|
|
fi
|
|
|
|
|
2007-03-16 00:56:28 +00:00
|
|
|
mv -f $OLDPATH/*.tdb $NEWPATH/ >/dev/null 2>&1
|
|
|
|
mv -f $OLDPATH/*.dat $NEWPATH/ >/dev/null 2>&1
|
|
|
|
mv -f $OLDPATH/perfmon $NEWPATH/ >/dev/null 2>&1
|
|
|
|
mv -f $OLDPATH/printing $NEWPATH/ >/dev/null 2>&1
|
2007-06-29 19:41:46 +00:00
|
|
|
|
|
|
|
fi
|
2007-03-12 17:55:20 +00:00
|
|
|
fi
|
2007-03-16 00:56:28 +00:00
|
|
|
|
2007-03-26 21:10:59 +00:00
|
|
|
# We also moved private files from /etc/samba to
|
|
|
|
# /var/lib/samba/private so we need to migrate these as well
|
|
|
|
|
|
|
|
#secrets.tdb
|
|
|
|
if [ -f %{_sysconfdir}/samba/secrets.tdb ]; then
|
2007-06-29 19:41:46 +00:00
|
|
|
eval testparm -s 2>/dev/null |grep "private dir" >/dev/null
|
|
|
|
if [ $? = 0 ]; then
|
|
|
|
echo "Warning: private dir explicitly set. Not moving secrets.tdb to new default location"
|
|
|
|
else
|
|
|
|
if [ -f /var/lib/samba/private/secrets.tdb ]; then
|
|
|
|
mv -f /var/lib/samba/private/secrets.tdb /var/lib/samba/private/secrets.tdb.old
|
|
|
|
fi
|
|
|
|
mv -f %{_sysconfdir}/samba/secrets.tdb /var/lib/samba/private/secrets.tdb
|
2007-03-26 21:10:59 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
#smbpasswd
|
|
|
|
if [ -f %{_sysconfdir}/samba/smbpasswd ]; then
|
2007-06-29 19:41:46 +00:00
|
|
|
eval testparm -s 2>/dev/null |grep "smb passwd file" >/dev/null
|
|
|
|
if [ $? = 0 ]; then
|
|
|
|
echo "Warning: smbpasswd file location explicitly set. Not moving smbpasswd to new default location"
|
|
|
|
else
|
|
|
|
if [ -f /var/lib/samba/private/smbpasswd ]; then
|
|
|
|
mv -f /var/lib/samba/private/smbpasswd /var/lib/samba/private/smbpasswd.old
|
|
|
|
fi
|
|
|
|
mv -f %{_sysconfdir}/samba/smbpasswd /var/lib/samba/private/smbpasswd
|
2007-03-26 21:10:59 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
#passdb.tdb
|
|
|
|
if [ -f %{_sysconfdir}/samba/passdb.tdb ]; then
|
2007-06-29 19:41:46 +00:00
|
|
|
eval testparm -s 2>/dev/null |grep "private dir" >/dev/null || testparm -s 2>/dev/null |grep -P "^\s*passdb\s*backend\s*=.*tdbsam:/etc/samba/passdb.tdb.*"
|
|
|
|
if [ $? = 0 ]; then
|
|
|
|
echo "Warning: passdb.tdb location explicitly set. Not moving passdb.tdb to new default location"
|
|
|
|
else
|
|
|
|
if [ -f /var/lib/samba/private/passdb.tdb ]; then
|
|
|
|
mv -f /var/lib/samba/private/passdb.tdb /var/lib/samba/private/passdb.tdb.old
|
|
|
|
fi
|
|
|
|
mv -f %{_sysconfdir}/samba/passdb.tdb /var/lib/samba/private/passdb.tdb
|
2007-03-26 21:10:59 +00:00
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
2007-03-26 21:13:03 +00:00
|
|
|
#remove schannel_store if existing, it is not info we need to keep across restarts
|
|
|
|
if [ -f %{_sysconfdir}/samba/schannel_store.tdb ]; then
|
|
|
|
rm -f %{_sysconfdir}/samba/schannel_store.tdb
|
|
|
|
fi
|
2007-03-26 21:10:59 +00:00
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
%preun winbind
|
2004-09-09 12:05:04 +00:00
|
|
|
if [ $1 = 0 ] ; then
|
2007-03-29 18:11:01 +00:00
|
|
|
/sbin/service winbind stop >/dev/null 2>&1 || :
|
2004-09-09 12:05:04 +00:00
|
|
|
/sbin/chkconfig --del winbind
|
|
|
|
fi
|
|
|
|
exit 0
|
|
|
|
|
2004-09-09 12:11:37 +00:00
|
|
|
%postun common
|
2007-03-29 18:11:01 +00:00
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%post -n libsmbclient
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libsmbclient
|
2004-09-09 12:11:37 +00:00
|
|
|
/sbin/ldconfig
|
2004-09-09 12:08:44 +00:00
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
%post -n libtdb
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libtdb
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%post -n libtalloc
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libtalloc
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sbindir}/smbd
|
|
|
|
%{_sbindir}/nmbd
|
|
|
|
%{_bindir}/mksmbpasswd.sh
|
|
|
|
%{_bindir}/smbstatus
|
2007-03-19 17:54:42 +00:00
|
|
|
%{_bindir}/eventlogadm
|
2004-09-09 12:03:04 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/samba/smbusers
|
2007-03-29 18:11:01 +00:00
|
|
|
%attr(755,root,root) %{_initrddir}/smb
|
|
|
|
%attr(755,root,root) %{_initrddir}/nmb
|
2004-09-09 12:03:04 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/samba
|
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/samba
|
2004-09-09 12:00:52 +00:00
|
|
|
%{_mandir}/man7/samba.7*
|
|
|
|
%{_mandir}/man8/nmbd.8*
|
2004-09-09 12:08:44 +00:00
|
|
|
%{_mandir}/man8/smbd.8*
|
2007-04-10 14:41:53 +00:00
|
|
|
%{_mandir}/man8/eventlogadm.8*
|
|
|
|
%{_mandir}/man8/vfs_*.8*
|
2004-09-09 12:05:04 +00:00
|
|
|
%{_libdir}/samba/vfs
|
2007-03-12 17:55:20 +00:00
|
|
|
%{_libdir}/samba/auth
|
2008-03-05 20:14:17 +00:00
|
|
|
%{_libdir}/samba/charset
|
2004-09-09 12:03:04 +00:00
|
|
|
%attr(1777,root,root) %dir /var/spool/samba
|
2007-03-23 14:29:46 +00:00
|
|
|
%dir %{_sysconfdir}/openldap/schema
|
|
|
|
%{_sysconfdir}/openldap/schema/samba.schema
|
2004-09-09 12:00:52 +00:00
|
|
|
|
2007-03-30 18:57:02 +00:00
|
|
|
%doc examples/autofs examples/LDAP examples/libsmbclient examples/misc examples/printer-accounting
|
|
|
|
%doc examples/printing
|
|
|
|
|
2004-09-09 12:01:30 +00:00
|
|
|
%files swat
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 12:03:04 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/xinetd.d/swat
|
|
|
|
%{_datadir}/swat
|
2004-09-09 12:01:30 +00:00
|
|
|
%{_sbindir}/swat
|
|
|
|
%{_mandir}/man8/swat.8*
|
2004-09-09 12:08:44 +00:00
|
|
|
%attr(755,root,root) %{_libdir}/samba/*.msg
|
2004-09-09 12:01:30 +00:00
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
%files client
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 12:11:37 +00:00
|
|
|
/sbin/mount.cifs
|
2005-09-12 20:40:11 +00:00
|
|
|
/sbin/umount.cifs
|
2008-08-25 14:23:45 +00:00
|
|
|
/sbin/cifs.upcall
|
2004-09-09 12:04:08 +00:00
|
|
|
%{_bindir}/rpcclient
|
|
|
|
%{_bindir}/smbcacls
|
2004-09-09 12:08:44 +00:00
|
|
|
%{_bindir}/findsmb
|
2006-02-13 16:26:38 +00:00
|
|
|
%{_bindir}/smbget
|
2004-09-09 12:00:52 +00:00
|
|
|
%{_bindir}/nmblookup
|
|
|
|
%{_bindir}/smbclient
|
|
|
|
%{_bindir}/smbprint
|
2004-09-09 12:00:55 +00:00
|
|
|
%{_bindir}/smbspool
|
2004-09-09 12:00:52 +00:00
|
|
|
%{_bindir}/smbtar
|
2004-09-09 12:08:44 +00:00
|
|
|
%{_bindir}/smbtree
|
|
|
|
%{_mandir}/man1/findsmb.1*
|
|
|
|
%{_mandir}/man1/nmblookup.1*
|
2004-09-09 12:04:08 +00:00
|
|
|
%{_mandir}/man1/rpcclient.1*
|
|
|
|
%{_mandir}/man1/smbcacls.1*
|
2004-09-09 12:00:52 +00:00
|
|
|
%{_mandir}/man1/smbclient.1*
|
2004-09-09 12:08:44 +00:00
|
|
|
%{_mandir}/man1/smbtar.1*
|
|
|
|
%{_mandir}/man1/smbtree.1*
|
2006-02-13 16:26:38 +00:00
|
|
|
%{_mandir}/man1/smbget.1*
|
2007-03-19 17:54:42 +00:00
|
|
|
%{_mandir}/man8/smbspool.8*
|
|
|
|
%{_mandir}/man8/mount.cifs.8*
|
|
|
|
%{_mandir}/man8/umount.cifs.8*
|
2008-08-25 14:23:45 +00:00
|
|
|
%{_mandir}/man8/cifs.upcall.8*
|
2004-09-09 12:00:52 +00:00
|
|
|
|
|
|
|
%files common
|
|
|
|
%defattr(-,root,root)
|
2005-01-14 00:30:47 +00:00
|
|
|
%attr(755,root,root) /%{_lib}/security/pam_smbpass.so
|
2004-09-09 12:11:37 +00:00
|
|
|
%dir %{_libdir}/samba
|
2004-09-09 12:13:52 +00:00
|
|
|
%{_libdir}/samba/lowcase.dat
|
|
|
|
%{_libdir}/samba/upcase.dat
|
|
|
|
%{_libdir}/samba/valid.dat
|
2004-09-09 12:07:40 +00:00
|
|
|
%{_libdir}/libnss_wins.so
|
|
|
|
/%{_lib}/libnss_wins.so.2
|
2008-08-25 14:23:45 +00:00
|
|
|
%{_libdir}/libnetapi.so
|
|
|
|
%attr(755,root,root) %{_libdir}/libnetapi.so.*
|
2008-03-05 20:14:17 +00:00
|
|
|
%{_includedir}/netapi.h
|
|
|
|
%{_libdir}/pkgconfig/netapi.pc
|
2004-09-09 12:13:52 +00:00
|
|
|
%{_bindir}/net
|
2004-09-09 12:00:52 +00:00
|
|
|
%{_bindir}/testparm
|
2004-09-09 12:01:30 +00:00
|
|
|
%{_bindir}/smbpasswd
|
2004-09-09 12:08:44 +00:00
|
|
|
%{_bindir}/pdbedit
|
|
|
|
%{_bindir}/profiles
|
|
|
|
%{_bindir}/smbcquotas
|
2007-03-19 17:54:42 +00:00
|
|
|
%{_bindir}/smbcontrol
|
2007-10-08 21:13:15 +00:00
|
|
|
%{_bindir}/ldbadd
|
|
|
|
%{_bindir}/ldbdel
|
|
|
|
%{_bindir}/ldbedit
|
|
|
|
%{_bindir}/ldbmodify
|
|
|
|
%{_bindir}/ldbsearch
|
2007-03-12 17:55:20 +00:00
|
|
|
%dir /var/lib/samba
|
2007-03-26 21:10:59 +00:00
|
|
|
%attr(700,root,root) %dir /var/lib/samba/private
|
2007-04-05 14:26:25 +00:00
|
|
|
%dir /var/lib/samba/scripts
|
2004-09-09 12:03:04 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/samba/smb.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/samba/lmhosts
|
2007-03-19 17:54:42 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/samba
|
2004-09-09 12:03:04 +00:00
|
|
|
%dir %{_sysconfdir}/samba
|
2004-11-22 19:40:56 +00:00
|
|
|
%attr(0700,root,root) %dir /var/log/samba
|
2007-10-08 21:13:15 +00:00
|
|
|
%attr(0700,root,root) %dir /var/log/samba/old
|
2008-03-05 20:14:17 +00:00
|
|
|
%{_mandir}/man1/ldbadd.1.*
|
|
|
|
%{_mandir}/man1/ldbdel.1.*
|
|
|
|
%{_mandir}/man1/ldbedit.1.*
|
|
|
|
%{_mandir}/man1/ldbmodify.1.*
|
|
|
|
%{_mandir}/man1/ldbsearch.1.*
|
2004-09-09 12:08:44 +00:00
|
|
|
%{_mandir}/man1/profiles.1*
|
|
|
|
%{_mandir}/man1/smbcquotas.1*
|
2007-03-19 17:54:42 +00:00
|
|
|
%{_mandir}/man1/smbcontrol.1*
|
|
|
|
#%{_mandir}/man1/vfstest.1*
|
2004-09-09 12:00:52 +00:00
|
|
|
%{_mandir}/man1/testparm.1*
|
2007-03-19 17:54:42 +00:00
|
|
|
%{_mandir}/man1/smbstatus.1*
|
|
|
|
%{_mandir}/man5/smbpasswd.5*
|
2004-09-09 12:00:52 +00:00
|
|
|
%{_mandir}/man5/smb.conf.5*
|
|
|
|
%{_mandir}/man5/lmhosts.5*
|
2007-03-19 17:54:42 +00:00
|
|
|
%{_mandir}/man8/smbpasswd.8*
|
|
|
|
%{_mandir}/man8/pdbedit.8*
|
|
|
|
%{_mandir}/man8/net.8*
|
2004-09-09 12:00:52 +00:00
|
|
|
|
2007-03-12 17:55:20 +00:00
|
|
|
%doc README COPYING Manifest
|
|
|
|
%doc WHATSNEW.txt Roadmap
|
2007-03-30 18:57:02 +00:00
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
%files winbind
|
|
|
|
%{_bindir}/ntlm_auth
|
|
|
|
%{_bindir}/wbinfo
|
|
|
|
%{_libdir}/libnss_winbind.so
|
2008-08-25 14:23:45 +00:00
|
|
|
%attr(755,root,root) %{_libdir}/libwbclient.so.*
|
2008-03-07 20:15:10 +00:00
|
|
|
%{_libdir}/samba/idmap
|
|
|
|
%{_libdir}/samba/nss_info
|
|
|
|
/%{_lib}/libnss_winbind.so.2
|
|
|
|
/%{_lib}/security/pam_winbind.so
|
|
|
|
%{_sbindir}/winbindd
|
|
|
|
%dir /var/run/winbindd
|
|
|
|
%attr(750,root,wbpriv) %dir /var/lib/samba/winbindd_privileged
|
|
|
|
%config(noreplace) %{_sysconfdir}/security/pam_winbind.conf
|
|
|
|
%{_initrddir}/winbind
|
|
|
|
%{_mandir}/man1/ntlm_auth.1*
|
|
|
|
%{_mandir}/man1/wbinfo.1*
|
|
|
|
%{_mandir}/man7/pam_winbind.7*
|
|
|
|
%{_mandir}/man8/winbindd.8*
|
|
|
|
%{_mandir}/man8/idmap_*.8*
|
|
|
|
|
|
|
|
%files winbind-devel
|
|
|
|
%{_includedir}/wbclient.h
|
|
|
|
%{_libdir}/libwbclient.so
|
|
|
|
%{_libdir}/pkgconfig/wbclient.pc
|
|
|
|
|
2007-03-30 18:57:02 +00:00
|
|
|
%files doc
|
2008-04-25 19:34:56 +00:00
|
|
|
%doc docs/Samba3-Developers-Guide.pdf docs/Samba3-ByExample.pdf
|
2007-03-12 17:55:20 +00:00
|
|
|
%doc docs/Samba3-HOWTO.pdf docs/THANKS docs/history
|
|
|
|
%doc docs/htmldocs
|
|
|
|
|
2007-03-19 17:54:42 +00:00
|
|
|
%files -n libsmbclient
|
2008-08-25 14:23:45 +00:00
|
|
|
%attr(755,root,root) %{_libdir}/libsmbclient.so.*
|
|
|
|
%attr(755,root,root) %{_libdir}/libsmbsharemodes.so.*
|
2007-03-19 17:54:42 +00:00
|
|
|
|
|
|
|
%files -n libsmbclient-devel
|
2007-03-12 17:55:20 +00:00
|
|
|
%{_includedir}/libsmbclient.h
|
2007-10-08 21:13:15 +00:00
|
|
|
%{_includedir}/smb_share_modes.h
|
2008-03-05 20:14:17 +00:00
|
|
|
%{_libdir}/libsmbclient.so
|
|
|
|
%{_libdir}/libsmbsharemodes.so
|
|
|
|
%{_libdir}/pkgconfig/smbclient.pc
|
|
|
|
%{_libdir}/pkgconfig/smbsharemodes.pc
|
2008-03-07 20:15:10 +00:00
|
|
|
%{_mandir}/man7/libsmbclient.7*
|
2008-03-05 20:14:17 +00:00
|
|
|
|
|
|
|
%files -n libtalloc
|
2008-08-25 14:23:45 +00:00
|
|
|
%attr(755,root,root) %{_libdir}/libtalloc.so.*
|
2008-03-05 20:14:17 +00:00
|
|
|
|
|
|
|
%files -n libtalloc-devel
|
|
|
|
%{_includedir}/talloc.h
|
|
|
|
%{_libdir}/libtalloc.so
|
|
|
|
%{_libdir}/pkgconfig/talloc.pc
|
|
|
|
|
|
|
|
%files -n libtdb
|
2008-08-25 14:23:45 +00:00
|
|
|
%attr(755,root,root) %{_libdir}/libtdb.so.*
|
2008-03-05 20:14:17 +00:00
|
|
|
|
|
|
|
%files -n libtdb-devel
|
|
|
|
%{_includedir}/tdb.h
|
|
|
|
%{_libdir}/libtdb.so
|
|
|
|
%{_libdir}/pkgconfig/tdb.pc
|
2007-10-08 21:13:15 +00:00
|
|
|
|
2008-03-05 20:14:17 +00:00
|
|
|
%files -n tdb-tools
|
|
|
|
%{_bindir}/tdbbackup
|
|
|
|
%{_bindir}/tdbdump
|
|
|
|
%{_bindir}/tdbtool
|
|
|
|
%{_mandir}/man8/tdbbackup.8*
|
|
|
|
%{_mandir}/man8/tdbdump.8*
|
|
|
|
%{_mandir}/man8/tdbtool.8*
|
|
|
|
|
|
|
|
%files domainjoin-gui
|
|
|
|
%{_sbindir}/netdomjoin-gui
|
|
|
|
%dir %{_datadir}/pixmaps/samba
|
|
|
|
%{_datadir}/pixmaps/samba/samba.ico
|
|
|
|
%{_datadir}/pixmaps/samba/logo.png
|
|
|
|
%{_datadir}/pixmaps/samba/logo-small.png
|
2007-03-12 17:55:20 +00:00
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
%changelog
|
2008-08-25 14:23:45 +00:00
|
|
|
* Wed Aug 20 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.2-0.19
|
|
|
|
- Update to 3.2.2
|
|
|
|
- resolves: #456889
|
|
|
|
|
2008-08-06 14:57:26 +00:00
|
|
|
* Wed Aug 6 2008 Simo Sorce <ssorce@redhat.com> - 3.2.1-0.18
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
2008-07-01 16:13:51 +00:00
|
|
|
* Tue Jul 1 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-2.17
|
|
|
|
- Update to 3.2.0 final
|
|
|
|
- resolves: #452622
|
|
|
|
|
2008-06-11 17:02:14 +00:00
|
|
|
* Tue Jun 10 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc2.16
|
|
|
|
- Update to 3.2.0rc2
|
|
|
|
- resolves: #449522
|
|
|
|
- resolves: #448107
|
|
|
|
|
2008-05-30 10:33:35 +00:00
|
|
|
* Fri May 30 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc1.15
|
|
|
|
- Fix security=server
|
|
|
|
- resolves: #449038, #449039
|
|
|
|
|
2008-05-28 13:33:09 +00:00
|
|
|
* Wed May 28 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc1.14
|
|
|
|
- Add fix for CVE-2008-1105
|
|
|
|
- resolves: #446724
|
|
|
|
|
2008-05-26 20:39:14 +00:00
|
|
|
* Fri May 23 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.rc1.13
|
2008-05-26 16:22:12 +00:00
|
|
|
- Update to 3.2.0rc1
|
|
|
|
|
2008-05-21 20:46:50 +00:00
|
|
|
* Wed May 21 2008 Simo Sorce <ssorce@redhat.com> - 3.2.0-1.pre3.12
|
2008-05-26 20:39:14 +00:00
|
|
|
- make it possible to print against Vista and XP SP3 as servers
|
2008-05-21 20:46:50 +00:00
|
|
|
- resolves: #439154
|
|
|
|
|
2008-05-15 14:02:07 +00:00
|
|
|
* Thu May 15 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre3.11
|
|
|
|
- Add "net ads join createcomputer=ou1/ou2/ou3" fix (BZO #5465)
|
|
|
|
|
2008-05-09 23:04:50 +00:00
|
|
|
* Fri May 09 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre3.10
|
|
|
|
- Add smbclient fix (BZO #5452)
|
|
|
|
|
2008-04-25 19:34:56 +00:00
|
|
|
* Fri Apr 25 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre3.9
|
|
|
|
- Update to 3.2.0pre3
|
|
|
|
|
2008-03-18 21:59:46 +00:00
|
|
|
* Tue Mar 18 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.8
|
|
|
|
- Add fixes for libsmbclient and support for r/o relocations
|
|
|
|
|
2008-03-18 18:58:07 +00:00
|
|
|
* Mon Mar 10 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.7
|
|
|
|
- Fix libnetconf, libnetapi and msrpc DSSETUP call
|
|
|
|
|
2008-03-07 20:15:10 +00:00
|
|
|
* Thu Mar 06 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.6
|
|
|
|
- Create separate packages for samba-winbind and samba-winbind-devel
|
|
|
|
- Add cifs.spnego helper
|
|
|
|
|
|
|
|
* Wed Mar 05 2008 Guenther Deschner <gdeschner@redhat.com> - 3.2.0-1.pre2.3
|
2008-03-05 20:14:17 +00:00
|
|
|
- Update to 3.2.0pre2
|
|
|
|
- Add talloc and tdb lib and devel packages
|
|
|
|
- Add domainjoin-gui package
|
|
|
|
|
2008-02-22 18:09:11 +00:00
|
|
|
* Fri Feb 22 2008 Simo Sorce <ssorce@redhat.com> - 3.2.0-0.pre1.3
|
|
|
|
- Try to fix GCC 4.3 build
|
|
|
|
- Add --with-dnsupdate flag and also make sure other flags are required just to
|
|
|
|
be sure the features are included without relying on autodetection to be
|
|
|
|
successful
|
|
|
|
|
2008-02-20 00:04:43 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:3.2.0-1.pre1.2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-12-04 17:23:40 +00:00
|
|
|
* Tue Dec 04 2007 Release Engineering <rel-eng at fedoraproject dot org> - 3.2.0-0.pre1.2
|
|
|
|
- Rebuild for openldap bump
|
|
|
|
|
2007-10-18 16:36:16 +00:00
|
|
|
* Thu Oct 18 2007 Guenther Deschner <gdeschner@redhat.com> 3.2.0-0.pre1.1.fc9
|
|
|
|
- 32/64bit padding fix (affects multilib installations)
|
2007-10-18 16:25:02 +00:00
|
|
|
|
2007-10-08 21:13:15 +00:00
|
|
|
* Wed Oct 8 2007 Simo Sorce <ssorce@redhat.com> 3.2.0-0.pre1.fc9
|
|
|
|
- New major relase, minor switched from 0 to 2
|
|
|
|
- License change, the code is now GPLv3+
|
|
|
|
- Numerous improvements and bugfixes included
|
|
|
|
- package libsmbsharemodes too
|
|
|
|
- remove smbldap-tools as they are already packaged separately in Fedora
|
|
|
|
- Fix bug 245506
|
|
|
|
|
2007-10-02 16:18:24 +00:00
|
|
|
* Tue Oct 2 2007 Simo Sorce <ssorce@redhat.com> 3.0.26a-1.fc8
|
|
|
|
- rebuild with AD DNS Update support
|
|
|
|
|
2007-09-11 15:00:39 +00:00
|
|
|
* Tue Sep 11 2007 Simo Sorce <ssorce@redhat.com> 3.0.26a-0.fc8
|
|
|
|
- upgrade to the latest upstream realease
|
|
|
|
- includes security fixes released today in 3.0.26
|
|
|
|
|
2007-08-24 18:02:18 +00:00
|
|
|
* Tue Aug 24 2007 Simo Sorce <ssorce@redhat.com> 3.0.25c-4.fc8
|
|
|
|
- add fix reported upstream for heavy idmap_ldap memleak
|
|
|
|
|
2007-08-22 19:19:19 +00:00
|
|
|
* Tue Aug 21 2007 Simo Sorce <ssorce@redhat.com> 3.0.25c-3.fc8
|
|
|
|
- fix a few places were "open" is used an interfere with the new glibc
|
|
|
|
|
2007-08-21 13:49:44 +00:00
|
|
|
* Tue Aug 21 2007 Simo Sorce <ssorce@redhat.com> 3.0.25c-2.fc8
|
2007-08-21 13:44:06 +00:00
|
|
|
- remove old source
|
|
|
|
- add patch to fix samba bugzilla 4772
|
|
|
|
|
2007-08-21 10:53:08 +00:00
|
|
|
* Tue Aug 21 2007 Guenther Deschner <gdeschner@redhat.com> 3.0.25c-0.fc8
|
|
|
|
- update to 3.0.25c
|
|
|
|
|
2007-06-29 19:41:46 +00:00
|
|
|
* Tue Jun 29 2007 Simo Sorce <ssorce@redhat.com> 3.0.25b-3.fc8
|
|
|
|
- handle cases defined in #243766
|
|
|
|
|
2007-06-26 20:39:03 +00:00
|
|
|
* Tue Jun 26 2007 Simo Sorce <ssorce@redhat.com> 3.0.25b-2.fc8
|
2007-06-26 18:15:03 +00:00
|
|
|
- update to 3.0.25b
|
|
|
|
- better error codes for init scripts: #244823
|
|
|
|
|
2007-05-29 15:19:24 +00:00
|
|
|
* Tue May 29 2007 Günther Deschner <gdeschner@redhat.com>
|
|
|
|
- fix pam_smbpass patch.
|
|
|
|
|
2007-05-25 17:28:40 +00:00
|
|
|
* Fri May 25 2007 Simo Sorce <ssorce@redhat.com>
|
|
|
|
- update to 3.0.25a as it contains many fixes
|
|
|
|
- add a fix for pam_smbpass made by Günther but committed upstream after 3.0.25a was cut.
|
|
|
|
|
2007-05-14 14:20:34 +00:00
|
|
|
* Mon May 14 2007 Simo Sorce <ssorce@redhat.com>
|
|
|
|
- final 3.0.25
|
|
|
|
- includes security fixes for CVE-2007-2444,CVE-2007-2446,CVE-2007-2447
|
|
|
|
|
2007-05-25 17:28:40 +00:00
|
|
|
* Mon Apr 30 2007 Günther Deschner <gdeschner@redhat.com>
|
2007-04-30 15:13:41 +00:00
|
|
|
- move to 3.0.25rc3
|
|
|
|
|
2007-04-19 14:44:15 +00:00
|
|
|
* Thu Apr 19 2007 Simo Sorce <ssorce@redhat.com>
|
|
|
|
- fixes in the spec file
|
|
|
|
- moved to 3.0.25rc1
|
2007-04-30 15:13:41 +00:00
|
|
|
- addedd patches (merged upstream so they will be removed in 3.0.25rc2)
|
2007-04-19 14:44:15 +00:00
|
|
|
|
2007-04-05 20:28:19 +00:00
|
|
|
* Wed Apr 4 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-12.fc7
|
2007-04-05 14:26:25 +00:00
|
|
|
- fixes in smb.conf
|
|
|
|
- advice in smb.conf to put scripts in /var/lib/samba/scripts
|
|
|
|
- create /var/lib/samba/scripts so that selinux can be happy
|
2007-04-05 20:28:19 +00:00
|
|
|
- fix Vista problems with msdfs errors
|
2007-04-05 14:26:25 +00:00
|
|
|
|
2007-04-03 14:18:24 +00:00
|
|
|
* Tue Apr 03 2007 Guenther Deschner <gdeschner@redhat.com> 3.0.24-11.fc7
|
|
|
|
- enable PAM and NSS dlopen checks during build
|
|
|
|
- fix unresolved symbols in libnss_wins.so (bug #198230)
|
|
|
|
|
2007-03-30 19:39:40 +00:00
|
|
|
* Fri Mar 30 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-10.fc7
|
2007-03-30 13:03:47 +00:00
|
|
|
- set passdb backend = tdbsam as default in smb.conf
|
2007-03-30 18:57:02 +00:00
|
|
|
- remove samba-docs dependency from swat, that was a mistake
|
|
|
|
- put back COPYING and other files in samba-common
|
|
|
|
- put examples in samba not in samba-docs
|
|
|
|
- leave only stuff under docs/ in samba-doc
|
2007-03-30 13:03:47 +00:00
|
|
|
|
2007-03-29 18:58:11 +00:00
|
|
|
* Thu Mar 29 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-9.fc7
|
2007-03-29 18:11:01 +00:00
|
|
|
- integrate most of merge review proposed changes (bug #226387)
|
|
|
|
- remove libsmbclient-devel-static and simply stop shipping the
|
|
|
|
static version of smbclient as it seem this is deprecated and
|
|
|
|
actively discouraged
|
|
|
|
|
2007-03-28 16:25:58 +00:00
|
|
|
* Wed Mar 28 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-8.fc7
|
|
|
|
- fix for bug #176649
|
|
|
|
|
|
|
|
* Mon Mar 26 2007 Simo Sorce <ssorce@redhat.com>
|
2007-03-26 19:11:34 +00:00
|
|
|
- remove patch for bug 106483 as it introduces a new bug that prevents
|
|
|
|
the use of a credentials file with the smbclient tar command
|
2007-03-26 21:10:59 +00:00
|
|
|
- move the samba private dir from being the same as the config dir
|
|
|
|
(/etc/samba) to /var/lib/samba/private
|
2007-03-26 19:11:34 +00:00
|
|
|
|
|
|
|
* Mon Mar 26 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-7.fc7
|
2007-03-26 14:20:12 +00:00
|
|
|
- make winbindd start earlier in the init process, at the same time
|
|
|
|
ypbind is usually started as well
|
2007-03-26 16:30:02 +00:00
|
|
|
- add a sepoarate init script for nmbd called nmb, we need to be able
|
|
|
|
to restart nmbd without dropping al smbd connections unnecessarily
|
2007-03-26 14:20:12 +00:00
|
|
|
|
2007-03-23 14:29:46 +00:00
|
|
|
* Fri Mar 23 2007 Simo Sorce <ssorce@redhat.com>
|
|
|
|
- add samba.schema to /etc/openldap/schema
|
|
|
|
|
2007-03-22 06:55:00 +00:00
|
|
|
* Thu Mar 22 2007 Florian La Roche <laroche@redhat.com>
|
|
|
|
- adjust the Requires: for the scripts, add "chkconfig --add smb"
|
|
|
|
|
2007-03-20 16:27:42 +00:00
|
|
|
* Tue Mar 20 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-6.fc7
|
|
|
|
- do not put comments inline on smb.conf options, they may be read
|
|
|
|
as part of the value (for example log files names)
|
|
|
|
|
2007-03-19 17:54:42 +00:00
|
|
|
* Mon Mar 19 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-5.fc7
|
|
|
|
- actually use the correct samba.pamd file not the old samba.pamd.stack file
|
|
|
|
- fix logifles and use upstream convention of log.* instead of our old *.log
|
|
|
|
Winbindd creates its own log.* files anyway so we will be more consistent
|
|
|
|
- install our own (enhanced) default smb.conf file
|
|
|
|
- Fix pam_winbind acct_mgmt PAM result code (prevented local users from
|
|
|
|
logging in). Fixed by Guenther.
|
|
|
|
- move some files from samba to samba-common as they are used with winbindd
|
|
|
|
as well
|
|
|
|
|
|
|
|
* Fri Mar 16 2007 Guenther Deschner <gdeschner@redhat.com> 3.0.24-4.fc7
|
|
|
|
- fix arch macro which reported Vista to Samba clients.
|
2007-03-16 17:52:39 +00:00
|
|
|
|
2007-03-16 00:56:28 +00:00
|
|
|
* Thu Mar 15 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-3.fc7
|
|
|
|
- Directories reorg, tdb files must go to /var/lib, not
|
2007-04-19 14:44:15 +00:00
|
|
|
to /var/cache, add migration script in %%post common
|
2007-03-29 18:11:01 +00:00
|
|
|
- Split out libsmbclient, devel and doc packages
|
2007-03-12 17:55:20 +00:00
|
|
|
- Remove libmsrpc.[h|so] for now as they are not really usable
|
2007-03-19 17:54:42 +00:00
|
|
|
- Remove kill -HUP from rotate, samba use -HUP for other things
|
|
|
|
noit to reopen logs
|
2007-03-12 17:55:20 +00:00
|
|
|
|
2007-02-20 22:52:34 +00:00
|
|
|
* Tue Feb 20 2007 Simo Sorce <ssorce@redhat.com> 3.0.24-2.fc7
|
|
|
|
- New upstream release
|
|
|
|
- Fix packaging issue wrt idmap modules used only by smbd
|
|
|
|
- Addedd Vista Patchset for compatibility with Windows Vista
|
|
|
|
- Change default of "msdfs root", it seem to cause problems with
|
|
|
|
some applications and it has been proposed to change it for
|
|
|
|
3.0.25 upstream
|
|
|
|
|
2006-09-02 02:49:26 +00:00
|
|
|
* Fri Sep 1 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23c-2
|
|
|
|
- New upstream release.
|
|
|
|
|
2006-08-08 21:00:02 +00:00
|
|
|
* Tue Aug 8 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23b-2
|
|
|
|
- New upstream release.
|
|
|
|
|
2006-07-24 21:15:21 +00:00
|
|
|
* Mon Jul 24 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23a-3
|
|
|
|
- Fix the -logfiles patch to close
|
|
|
|
bz#199607 Samba compiled with wrong log path.
|
|
|
|
bz#199206 smb.conf has incorrect log file path
|
|
|
|
|
2006-07-24 16:49:14 +00:00
|
|
|
* Mon Jul 24 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23a-2
|
|
|
|
- Upgrade to new upstream 3.0.23a
|
|
|
|
- include upstream samr_alias patch
|
|
|
|
|
2006-07-11 16:02:58 +00:00
|
|
|
* Tue Jul 11 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23-2
|
|
|
|
- New upstream release.
|
|
|
|
- Use modified filter-requires-samba.sh from packaging/RHEL/setup/
|
|
|
|
to get rid of bogus dependency on perl(Unicode::MapUTF8)
|
|
|
|
- Update the -logfiles and -smb.conf patches to work with 3.0.23
|
|
|
|
|
2006-07-06 18:15:48 +00:00
|
|
|
* Thu Jul 6 2006 Jay Fenlason <fenlason@redhat.com> 3.0.23-0.RC3
|
|
|
|
- New upstream RC release.
|
|
|
|
- Update the -logfiles, and -passwd patches for
|
|
|
|
3.0.23rc3
|
|
|
|
- Include the change to smb.init from Bastien Nocera <bnocera@redhat.com>)
|
|
|
|
to close
|
|
|
|
bz#182560 Wrong retval for initscript when smbd is dead
|
|
|
|
- Update this spec file to build with 3.0.23rc3
|
|
|
|
- Remove the -install.mount.smbfs patch, since we don't install
|
|
|
|
mount.smbfs any more.
|
|
|
|
|
2006-06-14 16:27:25 +00:00
|
|
|
* Wed Jun 14 2006 Tomas Mraz <tmraz@redhat.com> - 2.0.21c-3
|
|
|
|
- rebuilt with new gnutls
|
|
|
|
|
2006-03-17 18:22:19 +00:00
|
|
|
* Fri Mar 17 2006 Jay Fenlason <fenlason@redhat.com> 2.0.21c-2
|
|
|
|
- New upstream version.
|
|
|
|
|
2006-02-13 16:27:32 +00:00
|
|
|
* Mon Feb 13 2006 Jay Fenlason <fenlason@redhat.com> 3.0.21b-2
|
2006-02-13 16:26:38 +00:00
|
|
|
- New upstream version.
|
|
|
|
- Since the rawhide kernel has dropped support for smbfs, remove smbmount
|
|
|
|
and smbumount. Users should use mount.cifs instead.
|
|
|
|
- Upgrade to 3.0.21b
|
|
|
|
|
2006-02-11 05:38:05 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0:3.0.20b-2.1.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2005-12-09 22:43:05 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-14 16:17:56 +00:00
|
|
|
* Mon Nov 13 2005 Jay Fenlason <fenlason@redhat.com> 3.0.20b-2
|
|
|
|
- turn on -DLDAP_DEPRECATED to allow access to ldap functions that have
|
|
|
|
been depricated in 2.3.11, but which don't have well-documented
|
|
|
|
replacements (ldap_simple_bind_s(), for example).
|
|
|
|
- Upgrade to 3.0.20b, which includes all the previous upstream patches.
|
|
|
|
- Updated the -warnings patch for 3.0.20a.
|
|
|
|
- Include --with-shared-modules=idmap_ad,idmap_rid to close
|
2005-11-14 16:19:44 +00:00
|
|
|
bz#156810 --with-shared-modules=idmap_ad,idmap_rid
|
2005-11-14 16:17:56 +00:00
|
|
|
- Include the new samba.pamd from Tomas Mraz (tmraz@redhat.com) to close
|
2005-11-14 16:19:44 +00:00
|
|
|
bz#170259 pam_stack is deprecated
|
2005-11-14 16:17:56 +00:00
|
|
|
|
2005-11-13 16:29:30 +00:00
|
|
|
* Sun Nov 13 2005 Warren Togami <wtogami@redhat.com> 3.0.20-3
|
|
|
|
- epochs from deps, req exact release
|
2005-11-13 16:16:27 +00:00
|
|
|
- rebuild against new openssl
|
|
|
|
|
2005-09-12 20:40:11 +00:00
|
|
|
* Mon Aug 22 2005 Jay Fenlason <fenlason@redhat.com> 3.0.20-2
|
|
|
|
- New upstream release
|
2005-09-12 20:40:31 +00:00
|
|
|
Includes five upstream patches -bug3010_v1, -groupname_enumeration_v3,
|
|
|
|
-regcreatekey_winxp_v1, -usrmgr_groups_v1, and -winbindd_v1
|
2005-09-12 20:40:11 +00:00
|
|
|
This obsoletes the -pie and -delim patches
|
|
|
|
the -warning and -gcc4 patches are obsolete too
|
2005-09-12 20:40:31 +00:00
|
|
|
The -man, -passwd, and -smbspool patches were updated to match 3.0.20pre1
|
2005-09-12 20:40:11 +00:00
|
|
|
Also, the -quoting patch was implemented differently upstream
|
|
|
|
There is now a umount.cifs executable and manpage
|
|
|
|
We run autogen.sh as part of the build phase
|
|
|
|
The testprns command is now gone
|
|
|
|
libsmbclient now has a man page
|
|
|
|
- Include -bug106483 patch to close
|
|
|
|
bz#106483 smbclient: -N negates the provided password, despite documentation
|
2005-09-12 20:40:31 +00:00
|
|
|
- Added the -warnings patch to quiet some compiler warnings.
|
|
|
|
- Removed many obsolete patches from CVS.
|
2005-09-12 20:40:11 +00:00
|
|
|
|
2005-05-02 19:36:01 +00:00
|
|
|
* Mon May 2 2005 Jay Fenlason <fenlason@redhat.com> 3.0.14a-2
|
|
|
|
- New upstream release.
|
|
|
|
- the -64bit-timestamps, -clitar, -establish_trust, user_rights_v1,
|
|
|
|
winbind_find_dc_v2 patches are now obsolete.
|
|
|
|
|
|
|
|
* Thu Apr 7 2005 Jay Fenlason <fenlason@redhat.com> 3.0.13-2
|
|
|
|
- New upstream release
|
|
|
|
- add my -quoting patch, to fix swat with strings that contain
|
|
|
|
html meta-characters, and to use correct quote characters in
|
|
|
|
lists, closing bz#134310
|
|
|
|
- include the upstream winbindd_2k3sp1 patch
|
|
|
|
- include the -smbclient patch.
|
|
|
|
- include the -hang patch from upstream.
|
|
|
|
|
2005-03-24 16:07:20 +00:00
|
|
|
* Thu Mar 24 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- add a "exit 0" to the postun of the main samba package
|
|
|
|
|
2005-03-02 08:08:01 +00:00
|
|
|
* Wed Mar 2 2005 Tomas Mraz <tmraz@redhat.com> 3.0.11-5
|
|
|
|
- rebuild with openssl-0.9.7e
|
|
|
|
|
2005-02-24 20:42:38 +00:00
|
|
|
* Thu Feb 24 2005 Jay Fenlason <fenlason@redhat.com> 3.0.11-4
|
|
|
|
- Use the updated filter-requires-samba.sh file, so we don't accidentally
|
|
|
|
pick up a dependency on perl(Crypt::SmbHash)
|
|
|
|
|
2005-02-22 18:16:30 +00:00
|
|
|
* Fri Feb 18 2005 Jay Fenlason <fenlason@redhat.com> 3.0.11-3
|
|
|
|
- add -gcc4 patch to compile with gcc 4.
|
|
|
|
- remove the now obsolete -smbclient-kerberos.patch
|
|
|
|
- Include four upstream patches from
|
|
|
|
http://samba.org/~jerry/patches/post-3.0.11/
|
|
|
|
(Slightly modified the winbind_find_dc_v2 patch to apply easily with
|
|
|
|
rpmbuild).
|
|
|
|
|
|
|
|
* Fri Feb 4 2005 Jay Fenlason <fenlason@redhat.com> 3.0.11-2
|
|
|
|
- include -smbspool patch to close bz#104136
|
|
|
|
|
2005-01-14 00:30:47 +00:00
|
|
|
* Wed Jan 12 2005 Jay Fenlason <fenlason@redhat.com> 3.0.10-4
|
|
|
|
- Update the -man patch to fix ntlm_auth.1 too.
|
|
|
|
- Move pam_smbpass.so to the -common package, so both the 32
|
|
|
|
and 64-bit versions will be installed on multiarch platforms.
|
|
|
|
This closes bz#143617
|
|
|
|
- Added new -delim patch to fix mount.cifs so it can accept
|
|
|
|
passwords with commas in them (via environment or credentials
|
|
|
|
file) to close bz#144198
|
|
|
|
|
2005-01-12 16:40:38 +00:00
|
|
|
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 3.0.10-3
|
|
|
|
- Rebuilt for new readline.
|
|
|
|
|
2004-12-18 02:42:27 +00:00
|
|
|
* Fri Dec 17 2004 Jay Fenlason <fenlason@redhat.com> 3.0.10-2
|
|
|
|
- New upstream release that closes CAN-2004-1154 bz#142544
|
|
|
|
- Include the -64bit patch from Nalin. This closes bz#142873
|
|
|
|
- Update the -logfiles patch to work with 3.0.10
|
|
|
|
- Create /var/run/winbindd and make it part of the -common rpm to close
|
|
|
|
bz#142242
|
|
|
|
|
2004-11-22 19:40:56 +00:00
|
|
|
* Mon Nov 22 2004 Jay Fenlason <fenlason@redhat.com> 3.0.9-2
|
|
|
|
- New upstream release. This obsoletes the -secret patch.
|
|
|
|
Include my changetrustpw patch to make "net ads changetrustpw" stop
|
|
|
|
aborting. This closes #134694
|
|
|
|
- Remove obsolete triggers for ancient samba versions.
|
|
|
|
- Move /var/log/samba to the -common rpm. This closes #76628
|
|
|
|
- Remove the hack needed to get around the bad docs files in the
|
|
|
|
3.0.8 tarball.
|
|
|
|
- Change the comment in winbind.init to point at the correct pidfile.
|
|
|
|
This closes #76641
|
|
|
|
|
2004-11-22 10:41:10 +00:00
|
|
|
* Mon Nov 22 2004 Than Ngo <than@redhat.com> 3.0.8-4
|
|
|
|
- fix unresolved symbols in libsmbclient which caused applications
|
|
|
|
such as KDE's konqueror to fail when accessing smb:// URLs. #139894
|
|
|
|
|
2004-11-22 19:40:56 +00:00
|
|
|
* Thu Nov 11 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-3.1
|
|
|
|
- Rescue the install.mount.smbfs patch from Juanjo Villaplana
|
|
|
|
(villapla@si.uji.es) to prevent building the srpm from trashing your
|
|
|
|
installed /usr/bin/smbmount
|
|
|
|
|
2004-11-09 21:39:32 +00:00
|
|
|
* Tue Nov 9 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-3
|
|
|
|
- Include the corrected docs tarball, and use it instead of the
|
|
|
|
obsolete docs from the upstream 3.0.8 tarball.
|
|
|
|
- Update the logfiles patch to work with the updated docs.
|
|
|
|
|
2004-11-08 20:59:14 +00:00
|
|
|
* Mon Nov 8 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-2
|
|
|
|
- New upstream version fixes CAN-2004-0930. This obsoletes the
|
|
|
|
disable-sendfile, salt, signing-shortkey and fqdn patches.
|
|
|
|
- Add my <fenlason@redhat.com> ugly non-ascii-domain patch.
|
|
|
|
- Updated the pie patch for 3.0.8.
|
|
|
|
- Updated the logfiles patch for 3.0.8.
|
|
|
|
|
|
|
|
* Tue Oct 26 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre2
|
|
|
|
- New upstream version
|
|
|
|
- Add Nalin's signing-shortkey patch.
|
|
|
|
|
2004-10-19 14:48:40 +00:00
|
|
|
* Tue Oct 19 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1.3
|
|
|
|
- disable the -salt patch, because it causes undefined references in
|
|
|
|
libsmbclient that prevent gnome-vfs from building.
|
|
|
|
|
2004-10-18 19:42:52 +00:00
|
|
|
* Fri Oct 15 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1.2
|
|
|
|
- Re-enable the x_fclose patch that was accidentally disabled
|
|
|
|
in 3.0.8-0.pre1.1. This closes #135832
|
|
|
|
- include Nalin's -fqdn and -salt patches.
|
|
|
|
|
2004-10-13 21:23:18 +00:00
|
|
|
* Wed Oct 13 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1.1
|
|
|
|
- Include disable-sendfile patch to default "use sendfile" to "no".
|
|
|
|
This closes #132779
|
|
|
|
|
|
|
|
* Wed Oct 6 2004 Jay Fenlason <fenlason@redhat.com>
|
|
|
|
- Include patch from Steven Lawrance (slawrance@yahoo.com) that modifies
|
|
|
|
smbmnt to work with 32-bit uids.
|
|
|
|
|
2004-09-29 16:42:13 +00:00
|
|
|
* Mon Sep 27 2004 Jay Fenlason <fenlason@redhat.com> 3.0.8-0.pre1
|
|
|
|
- new upstream release. This obsoletes the ldapsam_compat patches.
|
|
|
|
|
|
|
|
* Wed Sep 15 2004 Jay Fenlason <fenlason@redhat.com> 3.0.7-4
|
|
|
|
- Update docs section to not carryover the docs/manpages directory
|
|
|
|
This moved many files from /usr/share/doc/samba-3.0.7/docs/* to
|
|
|
|
/usr/share/doc/samba-3.0.7/*
|
|
|
|
- Modify spec file as suggested by Rex Dieter (rdieter@math.unl.edu)
|
2007-04-19 14:44:15 +00:00
|
|
|
to correctly create libsmbclient.so.0 and to use %%_initrddir instead
|
2004-09-29 16:42:13 +00:00
|
|
|
of rolling our own. This closes #132642
|
|
|
|
- Add patch to default "use sendfile" to no, since sendfile appears to
|
|
|
|
be broken
|
|
|
|
- Add patch from Volker Lendecke <vl@samba.org> to help make
|
|
|
|
ldapsam_compat work again.
|
|
|
|
- Add patch from "Vince Brimhall" <vbrimhall@novell.com> for ldapsam_compat
|
|
|
|
These two patches close bugzilla #132169
|
|
|
|
|
2004-09-13 15:05:20 +00:00
|
|
|
* Mon Sep 13 2004 Jay Fenlason <fenlason@redhat.com> 3.0.7-3
|
|
|
|
- Upgrade to 3.0.7, which fixes CAN-2004-0807 CAN-2004-0808
|
|
|
|
This obsoletes the 3.0.6-schema patch.
|
2004-09-13 16:30:10 +00:00
|
|
|
- Update BuildRequires line to include openldap-devel openssl-devel
|
|
|
|
and cups-devel
|
2004-09-13 15:05:20 +00:00
|
|
|
|
2004-09-09 12:15:03 +00:00
|
|
|
* Mon Aug 16 2004 Jay Fenlason <fenlason@redhat.com> 3.0.6-3
|
|
|
|
- New upstream version.
|
|
|
|
- Include post 3.0.6 patch from "Gerald (Jerry) Carter" <jerry@samba.org>
|
|
|
|
to fix a duplicate in the LDAP schema.
|
|
|
|
- Include 64-bit timestamp patch from Ravikumar (rkumar@hp.com)
|
|
|
|
to allow correct timestamp handling on 64-bit platforms and fix #126109.
|
|
|
|
- reenable the -pie patch. Samba is too widely used, and too vulnerable
|
|
|
|
to potential security holes to disable an important security feature
|
|
|
|
like -pie. The correct fix is to have the toolchain not create broken
|
|
|
|
executables when programs compiled -pie are stripped.
|
|
|
|
- Remove obsolete patches.
|
|
|
|
- Modify this spec file to put libsmbclient.{a,so} in the right place on
|
|
|
|
x86_64 machines.
|
|
|
|
|
|
|
|
* Wed Aug 5 2004 Jason Vas Dias <jvdias@redhat.com> 3.0.5-3
|
|
|
|
- Removed '-pie' patch - 3.0.5 uses -fPIC/-PIC, and the combination
|
|
|
|
- resulted in executables getting corrupt stacks, causing smbmnt to
|
|
|
|
- get a SIGBUS in the mount() call (bug 127420).
|
|
|
|
|
|
|
|
* Fri Jul 30 2004 Jay Fenlason <fenlason@redhat.com> 3.0.5-2
|
|
|
|
- Upgrade to 3.0.5, which is a regression from 3.0.5pre1 for a
|
|
|
|
security fix.
|
|
|
|
- Include the 3.0.4-backport patch from the 3E branch. This restores
|
|
|
|
some of the 3.0.5pre1 and 3.0.5rc1 functionality.
|
|
|
|
|
|
|
|
* Tue Jul 20 2004 Jay Fenlason <fenlason@redhat.com> 3.0.5-0.pre1.1
|
|
|
|
- Backport base64_decode patche to close CAN-2004-0500
|
|
|
|
- Backport hash patch to close CAN-2004-0686
|
|
|
|
- use_authtok patch from Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- smbclient-kerberos patch from Alexander Larsson <alexl@redhat.com>
|
|
|
|
- passwd patch uses "*" instead of "x" for "hashed" passwords for
|
|
|
|
accounts created by winbind. "x" means "password is in /etc/shadow" to
|
|
|
|
brain-damaged pam_unix module.
|
|
|
|
|
2004-09-09 12:13:52 +00:00
|
|
|
* Fri Jul 2 2004 Jay Fenlason <fenlason@redhat.com> 3.0.5.0pre1.0
|
|
|
|
- New upstream version
|
2007-04-19 14:44:15 +00:00
|
|
|
- use %% { SOURCE1 } instead of a hardcoded path
|
2004-09-09 12:13:52 +00:00
|
|
|
- include -winbind patch from Gerald (Jerry) Carter (jerry@samba.org)
|
|
|
|
https://bugzilla.samba.org/show_bug.cgi?id=1315
|
|
|
|
to make winbindd work against Windows versions that do not have
|
|
|
|
128 bit encryption enabled.
|
2007-04-19 14:44:15 +00:00
|
|
|
- Moved %%{_bindir}/net to the -common package, so that folks who just
|
2004-09-09 12:13:52 +00:00
|
|
|
want to use winbind, etc don't have to install -client in order to
|
|
|
|
"net join" their domain.
|
|
|
|
- New upstream version obsoletes the patches added in 3.0.3-5
|
|
|
|
- Remove smbgetrc.5 man page, since we don't ship smbget.
|
|
|
|
|
2004-09-09 12:12:44 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 12:12:38 +00:00
|
|
|
* Tue May 4 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-5
|
|
|
|
- Patch to allow password changes from machines patched with
|
|
|
|
Microsoft hotfix MS04-011.
|
|
|
|
- Include patches for https://bugzilla.samba.org/show_bug.cgi?id=1302
|
|
|
|
and https://bugzilla.samba.org/show_bug.cgi?id=1309
|
|
|
|
|
|
|
|
* Thu Apr 29 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-4
|
|
|
|
- Samba 3.0.3 released.
|
|
|
|
|
|
|
|
* Wed Apr 21 2004 jay Fenlason <fenlason@redhat.com> 3.0.3-3.rc1
|
|
|
|
- New upstream version
|
|
|
|
- updated spec file to make libsmbclient.so executable. This closes
|
|
|
|
bugzilla #121356
|
|
|
|
|
|
|
|
* Mon Apr 5 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-2.pre2
|
|
|
|
- New upstream version
|
|
|
|
- Updated configure line to remove --with-fhs and to explicitly set all
|
|
|
|
the directories that --with-fhs was setting. We were overriding most of
|
|
|
|
them anyway. This closes #118598
|
|
|
|
|
|
|
|
* Mon Mar 15 2004 Jay Fenlason <fenlason@redhat.com> 3.0.3-1.pre1
|
|
|
|
- New upstream version.
|
|
|
|
- Updated -pie and -logfiles patches for 3.0.3pre1
|
|
|
|
- add krb5-devel to buildrequires, fixes #116560
|
|
|
|
- Add patch from Miloslav Trmac (mitr@volny.cz) to allow non-root to run
|
|
|
|
"service smb status". This fixes #116559
|
|
|
|
|
2004-09-09 12:11:37 +00:00
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Mon Feb 16 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2a-1
|
|
|
|
- Upgrade to 3.0.2a
|
|
|
|
|
|
|
|
* Mon Feb 16 2004 Karsten Hopp <karsten@redhat.de> 3.0.2-7
|
|
|
|
- fix ownership in -common package
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Jay Fenlason <fenlason@redhat.com>
|
|
|
|
- Change all requires lines to list an explicit epoch. Closes #102715
|
2007-04-19 14:44:15 +00:00
|
|
|
- Add an explicit Epoch so that %%{epoch} is defined.
|
2004-09-09 12:11:37 +00:00
|
|
|
|
|
|
|
* Mon Feb 9 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2-5
|
|
|
|
- New upstream version: 3.0.2 final includes security fix for #114995
|
|
|
|
(CAN-2004-0082)
|
|
|
|
- Edit postun script for the -common package to restart winbind when
|
|
|
|
appropriate. Fixes bugzilla #114051.
|
|
|
|
|
|
|
|
* Mon Feb 2 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2-3rc2
|
2007-04-19 14:44:15 +00:00
|
|
|
- add %%dir entries for %%{_libdir}/samba and %%{_libdir}/samba/charset
|
2004-09-09 12:11:37 +00:00
|
|
|
- Upgrade to new upstream version
|
|
|
|
- build mount.cifs for the new cifs filesystem in the 2.6 kernel.
|
|
|
|
|
2004-09-09 12:09:14 +00:00
|
|
|
* Mon Jan 19 2004 Jay Fenlason <fenlason@redhat.com> 3.0.2-1rc1
|
|
|
|
- Upgrade to new upstream version
|
|
|
|
|
|
|
|
* Wed Dec 17 2003 Felipe Alfaro Solana <felipe_alfaro@linuxmail.org> 3.0.1-1
|
|
|
|
- Update to 3.0.1
|
|
|
|
- Removed testparm patch as it's already merged
|
|
|
|
- Removed Samba.7* man pages
|
|
|
|
- Fixed .buildroot patch
|
|
|
|
- Fixed .pie patch
|
|
|
|
- Added new /usr/bin/tdbdump file
|
|
|
|
|
2004-09-09 12:08:44 +00:00
|
|
|
* Thu Sep 25 2003 Jay Fenlason <fenlason@redhat.com> 3.0.0-15
|
|
|
|
- New 3.0.0 final release
|
|
|
|
- merge nmbd-netbiosname and testparm patches from 3E branch
|
|
|
|
- updated the -logfiles patch to work against 3.0.0
|
|
|
|
- updated the pie patch
|
|
|
|
- update the VERSION file during build
|
|
|
|
- use make -j if avaliable
|
|
|
|
- merge the winbindd_privileged change from 3E
|
|
|
|
- merge the "rm /usr/lib" patch that allows Samba to build on 64-bit
|
|
|
|
platforms despite the broken Makefile
|
|
|
|
|
|
|
|
* Mon Aug 18 2003 Jay Fenlason <fenlason@redhat.com>
|
|
|
|
- Merge from samba-3E-branch after samba-3.0.0rc1 was released
|
|
|
|
|
|
|
|
* Wed Jul 23 2003 Jay Fenlason <fenlason@redhat.com> 3.0.0-3beta3
|
|
|
|
- Merge from 3.0.0-2beta3.3E
|
|
|
|
- (Correct log file names (#100981).)
|
|
|
|
- (Fix pidfile directory in samab.log)
|
|
|
|
- (Remove obsolete samba-3.0.0beta2.tar.bz2.md5 file)
|
|
|
|
- (Move libsmbclient to the -common package (#99449))
|
|
|
|
|
|
|
|
* Tue Jun 22 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.8a-4
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
2004-09-09 12:08:23 +00:00
|
|
|
|
2004-09-09 12:08:44 +00:00
|
|
|
* Wed May 28 2003 Jay Fenlason <fenlason@redhat.com> 2.2.8a-2
|
|
|
|
- add libsmbclient.so for gnome-vfs-extras
|
|
|
|
- Edit specfile to specify /var/run for pid files
|
|
|
|
- Move /tmp/.winbindd/socket to /var/run/winbindd/socket
|
|
|
|
|
|
|
|
* Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- add proper ldconfig calls
|
|
|
|
|
|
|
|
* Thu Apr 24 2003 Jay Fenlason <fenlason@redhat.com> 2.2.8a-1
|
|
|
|
- upgrade to 2.2.8a
|
|
|
|
- remove old .md5 files
|
|
|
|
- add "pid directory = /var/run" to the smb.conf file. Fixes #88495
|
|
|
|
- Patch from jra@dp.samba.org to fix a delete-on-close regression
|
|
|
|
|
|
|
|
* Mon Mar 24 2003 Jay Fenlason <fenlason@redhat.com> 2.2.8-0
|
|
|
|
- Upgrade to 2.2.8
|
|
|
|
- removed commented out patches.
|
|
|
|
- removed old patches and .md5 files from the repository.
|
|
|
|
- remove duplicate /sbin/chkconfig --del winbind which causes
|
|
|
|
warnings when removing samba.
|
|
|
|
- Fixed minor bug in smbprint that causes it to fail when called with
|
|
|
|
more than 10 parameters: the accounting file (and spool directory
|
|
|
|
derived from it) were being set wrong due to missing {}. This closes
|
|
|
|
bug #86473.
|
|
|
|
- updated smb.conf patch, includes new defaults to close bug #84822.
|
2004-09-09 12:08:18 +00:00
|
|
|
|
2004-09-09 12:07:40 +00:00
|
|
|
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Feb 20 2003 Jonathan Blandford <jrb@redhat.com> 2.2.7a-5
|
|
|
|
- remove swat.desktop file
|
|
|
|
|
|
|
|
* Thu Feb 20 2003 Nalin Dahyabhai <nalin@redhat.com> 2.2.7a-4
|
2007-04-19 14:44:15 +00:00
|
|
|
- relink libnss_wins.so with SHLD="%%{__cc} -lnsl" to force libnss_wins.so to
|
2004-09-09 12:07:40 +00:00
|
|
|
link with libnsl, avoiding unresolved symbol errors on functions in libnsl
|
|
|
|
|
|
|
|
* Mon Feb 10 2003 Jay Fenlason <fenlason@redhat.com> 2.2.7a-3
|
|
|
|
- edited spec file to put .so files in the correct directories
|
|
|
|
on 64-bit platforms that have 32-bit compatability issues
|
|
|
|
(sparc64, x86_64, etc). This fixes bugzilla #83782.
|
|
|
|
- Added samba-2.2.7a-error.patch from twaugh. This fixes
|
|
|
|
bugzilla #82454.
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Jan 9 2003 Jay Fenlason <fenlason@redhat.com> 2.2.7a-1
|
|
|
|
- Update to 2.2.7a
|
|
|
|
- Change default printing system to CUPS
|
|
|
|
- Turn on pam_smbpass
|
|
|
|
- Turn on msdfs
|
|
|
|
|
|
|
|
* Sat Jan 4 2003 Jeff Johnson <jbj@redhat.com> 2.2.7-5
|
|
|
|
- use internal dep generator.
|
|
|
|
|
|
|
|
* Sat Dec 14 2002 Tim Powers <timp@redhat.com> 2.2.7-4
|
|
|
|
- don't use rpms internal dep generator
|
2004-09-09 12:07:02 +00:00
|
|
|
|
|
|
|
* Mon Dec 02 2002 Elliot Lee <sopwith@redhat.com> 2.2.7-3
|
|
|
|
- Fix missing doc files.
|
|
|
|
- Fix multilib issues
|
|
|
|
|
|
|
|
* Wed Nov 20 2002 Bill Nottingham <notting@redhat.com> 2.2.7-2
|
|
|
|
- update to 2.2.7
|
|
|
|
- add patch for LFS in smbclient (<tcallawa@redhat.com>)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Wed Aug 28 2002 Trond Eivind Glomsød <teg@redhat.com> 2.2.5-10
|
2004-09-09 12:05:47 +00:00
|
|
|
- logrotate fixes (#65007)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Mon Aug 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-9
|
2004-09-09 12:05:31 +00:00
|
|
|
- /usr/lib was used in place of %%{_libdir} in three locations (#72554)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Mon Aug 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-8
|
2004-09-09 12:05:27 +00:00
|
|
|
- Initscript fix (#70720)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Fri Jul 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-7
|
2004-09-09 12:05:04 +00:00
|
|
|
- Enable VFS support and compile the "recycling" module (#69796)
|
|
|
|
- more selective includes of the examples dir
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-6
|
2004-09-09 12:05:04 +00:00
|
|
|
- Fix the lpq parser for better handling of LPRng systems (#69352)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-5
|
2004-09-09 12:05:04 +00:00
|
|
|
- desktop file fixes (#69505)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Wed Jun 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-4
|
2004-09-09 12:05:04 +00:00
|
|
|
- Enable ACLs
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Tue Jun 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-3
|
2004-09-09 12:05:04 +00:00
|
|
|
- Make it not depend on Net::LDAP - those are doc files and examples
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Thu Jun 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.5-1
|
2004-09-09 12:05:04 +00:00
|
|
|
- 2.2.5
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Fri Jun 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-5
|
2004-09-09 12:05:04 +00:00
|
|
|
- Move the post/preun of winbind into the -common subpackage,
|
|
|
|
where the script is (#66128)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Tue Jun 4 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-4
|
2004-09-09 12:05:04 +00:00
|
|
|
- Fix pidfile locations so it runs properly again (2.2.4
|
|
|
|
added a new directtive - #65007)
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Tue May 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-2
|
2004-09-09 12:05:04 +00:00
|
|
|
- Fix #64804
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Thu May 9 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.4-1
|
2004-09-09 12:05:04 +00:00
|
|
|
- 2.2.4
|
|
|
|
- Removed some zero-length and CVS internal files
|
|
|
|
- Make it build
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Wed Apr 10 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-6
|
2004-09-09 12:04:43 +00:00
|
|
|
- Don't use /etc/samba.d in smbadduser, it should be /etc/samba
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Thu Apr 4 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-5
|
2004-09-09 12:04:27 +00:00
|
|
|
- Add libsmbclient.a w/headerfile for KDE (#62202)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Tue Mar 26 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-4
|
2004-09-09 12:04:27 +00:00
|
|
|
- Make the logrotate script look the correct place for the pid files
|
|
|
|
|
|
|
|
* Thu Mar 14 2002 Nalin Dahyabhai <nalin@redhat.com> 2.2.3a-3
|
|
|
|
- include interfaces.o in pam_smbpass.so, which needs symbols from interfaces.o
|
|
|
|
(patch posted to samba-list by Ilia Chipitsine)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Thu Feb 21 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-2
|
2004-09-09 12:04:27 +00:00
|
|
|
- Rebuild
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Thu Feb 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-1
|
2004-09-09 12:04:08 +00:00
|
|
|
- 2.2.3a
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Mon Feb 4 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3-1
|
2004-09-09 12:04:08 +00:00
|
|
|
- 2.2.3
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Thu Nov 29 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-8
|
2004-09-09 12:04:08 +00:00
|
|
|
- New pam configuration file for samba
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Tue Nov 27 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-7
|
2004-09-09 12:04:08 +00:00
|
|
|
- Enable PAM session controll and password sync
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Tue Nov 13 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-6
|
2004-09-09 12:04:08 +00:00
|
|
|
- Move winbind files to samba-common. Add separate initscript for
|
|
|
|
winbind
|
|
|
|
- Fixes for winbind - protect global variables with mutex, use
|
|
|
|
more secure getenv
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Thu Nov 8 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-5
|
2004-09-09 12:04:08 +00:00
|
|
|
- Teach smbadduser about "getent passwd"
|
|
|
|
- Fix more pid-file references
|
|
|
|
- Add (conditional) winbindd startup to the initscript, configured in
|
|
|
|
/etc/sysconfig/samba
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Wed Nov 7 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-4
|
2004-09-09 12:04:08 +00:00
|
|
|
- Fix pid-file reference in logrotate script
|
|
|
|
- include pam and nss modules for winbind
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Mon Nov 5 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-3
|
2004-09-09 12:04:08 +00:00
|
|
|
- Add "--with-utmp" to configure options (#55372)
|
|
|
|
- Include winbind, pam_smbpass.so, rpcclient and smbcacls
|
|
|
|
- start using /var/cache/samba, we need to keep state and there is
|
|
|
|
more than just locks involved
|
|
|
|
|
|
|
|
* Sat Nov 03 2001 Florian La Roche <Florian.LaRoche@redhat.de> 2.2.2-2
|
|
|
|
- add "reload" to the usage string in the startup script
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Mon Oct 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-1
|
2004-09-09 12:04:08 +00:00
|
|
|
- 2.2.2
|
2004-09-09 12:03:52 +00:00
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Tue Sep 18 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1a-5
|
2004-09-09 12:04:08 +00:00
|
|
|
- Add patch from Jeremy Allison to fix IA64 alignment problems (#51497)
|
2004-09-09 12:03:37 +00:00
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Mon Aug 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 12:03:11 +00:00
|
|
|
- Don't include smbpasswd in samba, it's in samba-common (#51598)
|
|
|
|
- Add a disabled "obey pam restrictions" statement - it's not
|
|
|
|
active, as we use encrypted passwords, but if the admin turns
|
|
|
|
encrypted passwords off the choice is available. (#31351)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Wed Aug 8 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 12:03:04 +00:00
|
|
|
- Use /var/cache/samba instead of /var/lock/samba
|
|
|
|
- Remove "domain controller" keyword from smb.conf, it's
|
|
|
|
deprecated (from #13704)
|
|
|
|
- Sync some examples with smb.conf.default
|
|
|
|
- Fix password synchronization (#16987)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Fri Jul 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 12:03:04 +00:00
|
|
|
- Tweaks of BuildRequires (#49581)
|
2004-09-09 12:02:55 +00:00
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Wed Jul 11 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 12:03:04 +00:00
|
|
|
- 2.2.1a bugfix release
|
2004-09-09 12:02:55 +00:00
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Tue Jul 10 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 12:03:04 +00:00
|
|
|
- 2.2.1, which should work better for XP
|
2004-09-09 12:02:47 +00:00
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Sat Jun 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 12:03:04 +00:00
|
|
|
- 2.2.0a security fix
|
|
|
|
- Mark lograte and pam configuration files as noreplace
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Fri Jun 22 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 12:03:04 +00:00
|
|
|
- Add the /etc/samba directory to samba-common
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Thu Jun 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 12:03:04 +00:00
|
|
|
- Add improvements to the smb.conf as suggested in #16931
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Tue Jun 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 12:03:04 +00:00
|
|
|
(these changes are from the non-head version)
|
|
|
|
- Don't include /usr/sbin/samba, it's the same as the initscript
|
|
|
|
- unset TMPDIR, as samba can't write into a TMPDIR owned
|
|
|
|
by root (#41193)
|
|
|
|
- Add pidfile: lines for smbd and nmbd and a config: line
|
|
|
|
in the initscript (#15343)
|
|
|
|
- don't use make -j
|
|
|
|
- explicitly include /usr/share/samba, not just the files in it
|
|
|
|
|
|
|
|
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- mount.smb/mount.smbfs go in /sbin, *not* %%{_sbindir}
|
|
|
|
|
|
|
|
* Fri Jun 8 2001 Preston Brown <pbrown@redhat.com>
|
|
|
|
- enable encypted passwords by default
|
|
|
|
|
|
|
|
* Thu Jun 7 2001 Helge Deller <hdeller@redhat.de>
|
|
|
|
- build as 2.2.0-1 release
|
|
|
|
- skip the documentation-directories docbook, manpages and yodldocs
|
|
|
|
- don't include *.sgml documentation in package
|
|
|
|
- moved codepage-directory to /usr/share/samba/codepages
|
|
|
|
- make it compile with glibc-2.2.3-10 and kernel-headers-2.4.2-2
|
|
|
|
|
|
|
|
* Mon May 21 2001 Helge Deller <hdeller@redhat.de>
|
|
|
|
- updated to samba 2.2.0
|
2007-04-19 14:44:15 +00:00
|
|
|
- moved codepages to %%{_datadir}/samba/codepages
|
2004-09-09 12:03:04 +00:00
|
|
|
- use all available CPUs for building rpm packages
|
2007-04-19 14:44:15 +00:00
|
|
|
- use %%{_xxx} defines at most places in spec-file
|
2004-09-09 12:03:04 +00:00
|
|
|
- "License:" replaces "Copyright:"
|
|
|
|
- dropped excludearch sparc
|
|
|
|
- de-activated japanese patches 100 and 200 for now
|
|
|
|
(they need to be fixed and tested wth 2.2.0)
|
|
|
|
- separated swat.desktop file from spec-file and added
|
|
|
|
german translations
|
|
|
|
- moved /etc/sysconfig/samba to a separate source-file
|
|
|
|
- use htmlview instead of direct call to netscape in
|
|
|
|
swat.desktop-file
|
2004-09-09 12:02:10 +00:00
|
|
|
|
2004-09-09 12:01:47 +00:00
|
|
|
* Mon May 7 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- device-remove security fix again (<tridge@samba.org>)
|
|
|
|
|
|
|
|
* Fri Apr 20 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix tempfile security problems, officially (<tridge@samba.org>)
|
|
|
|
- update to 2.0.8
|
|
|
|
|
|
|
|
* Sun Apr 8 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- turn of SSL, kerberos
|
|
|
|
|
2004-09-09 12:01:30 +00:00
|
|
|
* Thu Apr 5 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix tempfile security problems (patch from <Marcus.Meissner@caldera.de>)
|
|
|
|
|
|
|
|
* Thu Mar 29 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix quota support, and quotas with the 2.4 kernel (#31362, #33915)
|
|
|
|
|
|
|
|
* Mon Mar 26 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- tweak the PAM code some more to try to do a setcred() after initgroups()
|
|
|
|
- pull in all of the optflags on i386 and sparc
|
|
|
|
- don't explicitly enable Kerberos support -- it's only used for password
|
|
|
|
checking, and if PAM is enabled it's a no-op anyway
|
|
|
|
|
|
|
|
* Mon Mar 5 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- exit successfully from preun script (bug #30644).
|
|
|
|
|
|
|
|
* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- rebuild in new environment
|
|
|
|
|
|
|
|
* Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- updated japanese stuff (#27683)
|
|
|
|
|
|
|
|
* Fri Feb 9 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix trigger (#26859)
|
|
|
|
|
|
|
|
* Wed Feb 7 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add i18n support, japanese patch (#26253)
|
|
|
|
|
2007-03-29 18:11:01 +00:00
|
|
|
* Wed Feb 7 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
2004-09-09 12:01:30 +00:00
|
|
|
- i18n improvements in initscript (#26537)
|
|
|
|
|
|
|
|
* Wed Jan 31 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- put smbpasswd in samba-common (#25429)
|
|
|
|
|
|
|
|
* Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- new i18n stuff
|
|
|
|
|
|
|
|
* Sun Jan 21 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Thu Jan 18 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- i18n-ize initscript
|
|
|
|
- add a sysconfig file for daemon options (#23550)
|
|
|
|
- clarify smbpasswd man page (#23370)
|
|
|
|
- build with LFS support (#22388)
|
|
|
|
- avoid extraneous pam error messages (#10666)
|
|
|
|
- add Urban Widmark's bug fixes for smbmount (#19623)
|
|
|
|
- fix setgid directory modes (#11911)
|
|
|
|
- split swat into subpackage (#19706)
|
|
|
|
|
|
|
|
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- set a default CA certificate path in smb.conf (#19010)
|
|
|
|
- require openssl >= 0.9.5a-20 to make sure we have a ca-bundle.crt file
|
|
|
|
|
2004-09-09 12:01:05 +00:00
|
|
|
* Mon Oct 16 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix swat only_from line (#18726, others)
|
|
|
|
- fix attempt to write outside buildroot on install (#17943)
|
2004-09-09 12:01:01 +00:00
|
|
|
|
2004-09-09 12:00:55 +00:00
|
|
|
* Mon Aug 14 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add smbspool back in (#15827)
|
|
|
|
- fix absolute symlinks (#16125)
|
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
* Sun Aug 6 2000 Philipp Knirsch <pknirsch@redhat.com>
|
|
|
|
- bugfix for smbadduser script (#15148)
|
|
|
|
|
|
|
|
* Mon Jul 31 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- patch configure.ing (patch11) to disable cups test
|
|
|
|
- turn off swat by default
|
|
|
|
|
|
|
|
* Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix condrestart stuff
|
|
|
|
|
|
|
|
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add copytruncate to logrotate file (#14360)
|
|
|
|
- fix init script (#13708)
|
|
|
|
|
|
|
|
* Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- move initscript back
|
|
|
|
- remove 'Using Samba' book from %%doc
|
|
|
|
- move stuff to /etc/samba (#13708)
|
|
|
|
- default configuration tweaks (#13704)
|
|
|
|
- some logrotate tweaks
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix logrotate script (#13698)
|
|
|
|
|
|
|
|
* Thu Jul 6 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix initscripts req (prereq /etc/init.d)
|
|
|
|
|
|
|
|
* Wed Jul 5 2000 Than Ngo <than@redhat.de>
|
|
|
|
- add initdir macro to handle the initscript directory
|
|
|
|
- add a new macro to handle /etc/pam.d/system-auth
|
|
|
|
|
2004-09-09 12:00:55 +00:00
|
|
|
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- enable Kerberos 5 and SSL support
|
|
|
|
- patch for duplicate profile.h headers
|
|
|
|
|
2004-09-09 12:00:52 +00:00
|
|
|
* Thu Jun 29 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix init script
|
|
|
|
|
|
|
|
* Tue Jun 27 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rename samba logs (#11606)
|
|
|
|
|
|
|
|
* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- initscript munging
|
|
|
|
|
|
|
|
* Fri Jun 16 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- configure the swat stuff usefully
|
|
|
|
- re-integrate some specfile tweaks that got lost somewhere
|
|
|
|
|
|
|
|
* Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild to get rid of cups dependency
|
|
|
|
|
|
|
|
* Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- tweak logrotate configurations to use the PID file in /var/lock/samba
|
|
|
|
|
|
|
|
* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild in new environment
|
|
|
|
|
|
|
|
* Thu Jun 1 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- change PAM setup to use system-auth
|
|
|
|
|
|
|
|
* Mon May 8 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fixes for ia64
|
|
|
|
|
|
|
|
* Sat May 6 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- switch to %%configure
|
|
|
|
|
|
|
|
* Wed Apr 26 2000 Nils Philippsen <nils@redhat.de>
|
|
|
|
- version 2.0.7
|
|
|
|
|
|
|
|
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
|
|
|
|
- simplify preun
|
|
|
|
|
|
|
|
* Thu Mar 16 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix yp_get_default_domain in autoconf
|
|
|
|
- only link against readline for smbclient
|
|
|
|
- fix log rotation (#9909)
|
|
|
|
|
|
|
|
* Fri Feb 25 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix trigger, again.
|
|
|
|
|
|
|
|
* Mon Feb 7 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix trigger.
|
|
|
|
|
|
|
|
* Fri Feb 4 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- turn on quota support
|
|
|
|
|
|
|
|
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- rebuild to fox dependencies
|
|
|
|
- man pages are compressed
|
|
|
|
|
|
|
|
* Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- munge post scripts slightly
|
|
|
|
|
|
|
|
* Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- turn on mmap again. Wheee.
|
|
|
|
- ship smbmount on alpha
|
|
|
|
|
|
|
|
* Mon Dec 6 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- turn off mmap. ;)
|
|
|
|
|
|
|
|
* Wed Dec 1 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- change /var/log/samba to 0700
|
|
|
|
- turn on mmap support
|
|
|
|
|
|
|
|
* Thu Nov 11 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.0.6
|
|
|
|
|
|
|
|
* Fri Oct 29 1999 Bill Nottingham <notting@redhat.com>
|
2007-04-19 14:44:15 +00:00
|
|
|
- add a %%defattr for -common
|
2004-09-09 12:00:52 +00:00
|
|
|
|
|
|
|
* Tue Oct 5 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- shift some files into -client
|
|
|
|
- remove /home/samba from package.
|
|
|
|
|
|
|
|
* Tue Sep 28 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- initscript oopsie. killproc <name> -HUP, not other way around.
|
|
|
|
|
|
|
|
* Sat Sep 26 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- script cleanups. Again.
|
|
|
|
|
|
|
|
* Wed Sep 22 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add a patch to fix dropped reconnection attempts
|
|
|
|
|
|
|
|
* Mon Sep 6 1999 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- use cp rather than mv to preserve /etc/services perms (#4938 et al).
|
|
|
|
- use mktemp to generate /etc/tmp.XXXXXX file name.
|
|
|
|
- add prereqs on sed/mktemp/killall (need to move killall to /bin).
|
|
|
|
- fix trigger syntax (i.e. "samba < 1.9.18p7" not "samba < samba-1.9.18p7")
|
|
|
|
|
|
|
|
* Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- sed "s|nawk|gawk|" /usr/bin/convert_smbpasswd
|
|
|
|
|
|
|
|
* Sat Aug 21 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix typo in mount.smb
|
|
|
|
|
|
|
|
* Fri Aug 20 1999 Bill Nottingham <notting@redhat.com>
|
2007-04-19 14:44:15 +00:00
|
|
|
- add a %%trigger to work around (sort of) broken scripts in
|
2004-09-09 12:00:52 +00:00
|
|
|
previous releases
|
|
|
|
|
|
|
|
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- initscript munging
|
|
|
|
|
|
|
|
* Mon Aug 9 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add domain parsing to mount.smb
|
|
|
|
|
|
|
|
* Fri Aug 6 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add a -common package, shuffle files around.
|
|
|
|
|
|
|
|
* Fri Jul 23 1999 Bill Nottingham <notting@redhat.com>
|
2007-04-19 14:44:15 +00:00
|
|
|
- add a chmod in %%postun so /etc/services & inetd.conf don't become unreadable
|
2004-09-09 12:00:52 +00:00
|
|
|
|
|
|
|
* Wed Jul 21 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.0.5
|
|
|
|
- fix mount.smb - smbmount options changed again.........
|
|
|
|
- fix postun. oops.
|
|
|
|
- update some stuff from the samba team's spec file.
|
|
|
|
|
|
|
|
* Fri Jun 18 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- split off clients into separate package
|
|
|
|
- don't run samba by default
|
|
|
|
|
|
|
|
* Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix one problem with mount.smb script
|
|
|
|
- fix smbpasswd on sparc with a really ugly kludge
|
|
|
|
|
|
|
|
* Thu Jun 10 1999 Dale Lovelace <dale@redhat.com>
|
|
|
|
- fixed logrotate script
|
|
|
|
|
|
|
|
* Tue May 25 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- turn of 64-bit locking on 32-bit platforms
|
|
|
|
|
|
|
|
* Thu May 20 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- so many releases, so little time
|
|
|
|
- explicitly uncomment 'printing = bsd' in sample config
|
|
|
|
|
|
|
|
* Tue May 18 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.0.4a
|
|
|
|
- fix mount.smb arg ordering
|
|
|
|
|
|
|
|
* Fri Apr 16 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- go back to stop/start for restart (-HUP didn't work in testing)
|
|
|
|
|
|
|
|
* Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- add a mount.smb to make smb mounting a little easier.
|
|
|
|
- smb filesystems apparently don't work on alpha. Oops.
|
|
|
|
|
|
|
|
* Thu Mar 25 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- always create codepages
|
|
|
|
|
|
|
|
* Tue Mar 23 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- logrotate changes
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 3)
|
|
|
|
|
|
|
|
* Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- updated init script to use graceful restart (not stop/start)
|
|
|
|
|
|
|
|
* Tue Mar 9 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.0.3
|
|
|
|
|
|
|
|
* Thu Feb 18 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.0.2
|
|
|
|
|
|
|
|
* Mon Feb 15 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- swat swat
|
|
|
|
|
|
|
|
* Tue Feb 9 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- fix bash2 breakage in post script
|
|
|
|
|
|
|
|
* Fri Feb 5 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 2.0.0
|
|
|
|
|
|
|
|
* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- make sure all binaries are stripped
|
|
|
|
|
|
|
|
* Thu Sep 17 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- update to 1.9.18p10.
|
2007-04-19 14:44:15 +00:00
|
|
|
- fix %%triggerpostun.
|
2004-09-09 12:00:52 +00:00
|
|
|
|
|
|
|
* Tue Jul 07 1998 Erik Troan <ewt@redhat.com>
|
|
|
|
- updated postun triggerscript to check $0
|
2007-04-19 14:44:15 +00:00
|
|
|
- clear /etc/codepages from %%preun instead of %%postun
|
2004-09-09 12:00:52 +00:00
|
|
|
|
|
|
|
* Mon Jun 08 1998 Erik Troan <ewt@redhat.com>
|
2007-04-19 14:44:15 +00:00
|
|
|
- made the %%postun script a tad less agressive; no reason to remove
|
2004-09-09 12:00:52 +00:00
|
|
|
the logs or lock file (after all, if the lock file is still there,
|
|
|
|
samba is still running)
|
2007-04-19 14:44:15 +00:00
|
|
|
- the %%postun and %%preun should only exectute if this is the final
|
2004-09-09 12:00:52 +00:00
|
|
|
removal
|
2007-04-19 14:44:15 +00:00
|
|
|
- migrated %%triggerpostun from Red Hat's samba package to work around
|
2004-09-09 12:00:52 +00:00
|
|
|
packaging problems in some Red Hat samba releases
|
|
|
|
|
|
|
|
* Sun Apr 26 1998 John H Terpstra <jht@samba.anu.edu.au>
|
|
|
|
- minor tidy up in preparation for release of 1.9.18p5
|
|
|
|
- added findsmb utility from SGI package
|
|
|
|
|
|
|
|
* Wed Mar 18 1998 John H Terpstra <jht@samba.anu.edu.au>
|
|
|
|
- Updated version and codepage info.
|
|
|
|
- Release to test name resolve order
|
|
|
|
|
|
|
|
* Sat Jan 24 1998 John H Terpstra <jht@samba.anu.edu.au>
|
|
|
|
- Many optimisations (some suggested by Manoj Kasichainula <manojk@io.com>
|
|
|
|
- Use of chkconfig in place of individual symlinks to /etc/rc.d/init/smb
|
|
|
|
- Compounded make line
|
|
|
|
- Updated smb.init restart mechanism
|
|
|
|
- Use compound mkdir -p line instead of individual calls to mkdir
|
|
|
|
- Fixed smb.conf file path for log files
|
|
|
|
- Fixed smb.conf file path for incoming smb print spool directory
|
|
|
|
- Added a number of options to smb.conf file
|
|
|
|
- Added smbadduser command (missed from all previous RPMs) - Doooh!
|
|
|
|
- Added smbuser file and smb.conf file updates for username map
|
|
|
|
|