* Thu Mar 26 2009 Simo Sorce <ssorce@redhat.com> - 3.3.1-0.32
- Fix nmbd init script nmbd reload was causing smbd not nmbd to reload the configuration - Fix upstream bug 6224, nmbd was waiting 5+ minutes before running elections on startup, causing your own machine not to show up in the network for 5 minutes if it was the only client in that workgroup (fix committed upstream)
This commit is contained in:
parent
86b19f00b0
commit
23f482ba72
2
nmb.init
2
nmb.init
@ -64,7 +64,7 @@ restart() {
|
||||
|
||||
reload() {
|
||||
echo -n $"Reloading smb.conf file: "
|
||||
killproc smbd -HUP
|
||||
killproc nmbd -HUP
|
||||
RETVAL=$?
|
||||
echo
|
||||
return $RETVAL
|
||||
|
11
samba.spec
11
samba.spec
@ -1,3 +1,5 @@
|
||||
%define main_release 32
|
||||
%define samba_version 3.3.1
|
||||
%define main_release 31
|
||||
%define samba_version 3.3.2
|
||||
%define tdb_version 1.1.2
|
||||
@ -46,6 +48,7 @@ Patch104: samba-3.0.0rc3-nmbd-netbiosname.patch
|
||||
# The passwd part has been applied, but not the group part
|
||||
Patch107: samba-3.2.0pre1-grouppwd.patch
|
||||
Patch200: samba-3.2.5-inotify.patch
|
||||
Patch201: samba-3.2.8-nmbd_lmb_delay.patch
|
||||
|
||||
Requires(pre): samba-common = %{epoch}:%{samba_version}-%{release}
|
||||
Requires: pam >= 0:0.64
|
||||
@ -250,6 +253,7 @@ cp %{SOURCE11} packaging/Fedora/
|
||||
#%patch104 -p1 -b .nmbd-netbiosname # FIXME: does not apply
|
||||
%patch107 -p1 -b .grouppwd
|
||||
%patch200 -p0 -b .inotify
|
||||
%patch201 -p1 -b .nmbd_lmb_delay
|
||||
|
||||
mv source/VERSION source/VERSION.orig
|
||||
sed -e 's/SAMBA_VERSION_VENDOR_SUFFIX=$/&\"%{samba_release}\"/' < source/VERSION.orig > source/VERSION
|
||||
@ -879,6 +883,13 @@ exit 0
|
||||
%{_datadir}/pixmaps/samba/logo-small.png
|
||||
|
||||
%changelog
|
||||
* Thu Mar 26 2009 Simo Sorce <ssorce@redhat.com> - 3.3.1-0.32
|
||||
- Fix nmbd init script nmbd reload was causing smbd not nmbd to reload the
|
||||
configuration
|
||||
- Fix upstream bug 6224, nmbd was waiting 5+ minutes before running elections on
|
||||
startup, causing your own machine not to show up in the network for 5 minutes
|
||||
if it was the only client in that workgroup (fix committed upstream)
|
||||
|
||||
* Thu Mar 12 2009 Guenther Deschner <gdeschner@redhat.com> - 3.3.2-0.31
|
||||
- Update to 3.3.2
|
||||
- resolves: #489547
|
||||
|
Loading…
Reference in New Issue
Block a user