From 51f6fac1901a8d812ebc658f85cd351b861fe8d3 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Oct 08 2007 13:55:28 +0000 Subject: * Sat Oct 6 2007 Simo Sorce 3.0.26a-3.fc8 - Fix bug 245506 --- diff --git a/samba.log b/samba.log index 6415f0e..6ccd04d 100644 --- a/samba.log +++ b/samba.log @@ -1,5 +1,6 @@ -/var/log/samba/log.* { +/var/log/samba/* { notifempty + olddir /var/log/samba/old missingok sharedscripts copytruncate diff --git a/samba.spec b/samba.spec index 414dbea..4ec12ef 100644 --- a/samba.spec +++ b/samba.spec @@ -2,7 +2,7 @@ Summary: The Samba Suite of programs Name: samba Epoch: 0 Version: 3.0.26a -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ and LGPLv2+ Group: System Environment/Daemons URL: http://www.samba.org/ @@ -232,6 +232,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_initrddir} mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/{pam.d,logrotate.d,security} mkdir -p $RPM_BUILD_ROOT/%{_lib}/security mkdir -p $RPM_BUILD_ROOT/var/{log,spool}/samba +mkdir -p $RPM_BUILD_ROOT/var/log/samba/old mkdir -p $RPM_BUILD_ROOT/var/lib/samba mkdir -p $RPM_BUILD_ROOT/var/lib/samba/private mkdir -p $RPM_BUILD_ROOT/var/lib/samba/winbindd_privileged @@ -601,6 +602,7 @@ exit 0 #%dir %{_datadir}/samba/codepages %dir %{_sysconfdir}/samba %attr(0700,root,root) %dir /var/log/samba +%attr(0700,root,root) %dir /var/log/samba/old %{_initrddir}/winbind %{_mandir}/man1/ntlm_auth.1* %{_mandir}/man1/profiles.1* @@ -642,6 +644,9 @@ exit 0 #%{_includedir}/libmsrpc.h %changelog +* Sat Oct 6 2007 Simo Sorce 3.0.26a-3.fc8 +- Fix bug 245506 + * Wed Oct 3 2007 Simo Sorce 3.0.26a-2.fc8 - remove smbldap-tools as they are already packaged separately in Fedora