[logwatch] Updated to the latest svn revision, removed patches merged by upstream

Karel Klíč kklic at fedoraproject.org
Tue Feb 1 20:54:16 UTC 2011


commit ee71123cb4cebb17b62bc03748237a297191a0d1
Author: Karel Klic <kklic at redhat.com>
Date:   Tue Feb 1 21:53:56 2011 +0100

    Updated to the latest svn revision, removed patches merged by upstream

 .gitignore               |    1 +
 logwatch-automount.patch |   11 -------
 logwatch-dovecot.patch   |   67 ----------------------------------------------
 logwatch-dovecot2.patch  |   14 ---------
 logwatch-pam_unix.patch  |   12 --------
 logwatch-smartd.patch    |   13 ---------
 logwatch-xntpd.patch     |   36 ------------------------
 logwatch.spec            |   33 ++++++----------------
 sources                  |    2 +-
 9 files changed, 11 insertions(+), 178 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40faa59..69306e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 logwatch-7.3.6.tar.gz
 /logwatch-20110113.tar.xz
+/logwatch-20110201.tar.xz
diff --git a/logwatch.spec b/logwatch.spec
index b7eb08a..6e8fa79 100644
--- a/logwatch.spec
+++ b/logwatch.spec
@@ -1,15 +1,15 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.3.6
-Release: 62.20110113svn22%{?dist}
+Release: 63.20110201svn23%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
-#  svn export -r 22 https://logwatch.svn.sourceforge.net/svnroot/logwatch logwatch-20110113
-#  tar cJvf logwatch-20110113.tar.xz logwatch-20110113
-Source0: logwatch-20110113.tar.xz
+#  svn export -r 23 https://logwatch.svn.sourceforge.net/svnroot/logwatch logwatch-20110201
+#  tar cJvf logwatch-20110201.tar.xz logwatch-20110201
+Source0: logwatch-20110201.tar.xz
 #Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Needs proper fix. Not applied by the upstream.
 Patch0: logwatch-vsftpd.patch
@@ -18,20 +18,9 @@ Patch1: logwatch-oldfiles.patch
 # Cannot be applied, as the postfix service has been reverted to some
 # older version by upstream due to licensing issues.  Some parts are
 # solved by upstream.
-Patch2: logwatch-postfix.patch
-# Sent to upstream.
-Patch3: logwatch-automount.patch
+#Patch2: logwatch-postfix.patch
 # Sent to upstream.
 Patch4: logwatch-dhcpd.patch
-# Sent to upstream.
-Patch5: logwatch-dovecot.patch
-# Sent to upstream.
-Patch6: logwatch-smartd.patch
-# Sent to upstream.
-Patch7: logwatch-xntpd.patch
-# Sent to upstream.
-Patch8: logwatch-dovecot2.patch
-Patch9: logwatch-pam_unix.patch
 Requires: textutils sh-utils grep mailx
 Requires: perl(Date::Manip)
 BuildArchitectures: noarch
@@ -43,17 +32,10 @@ that you wish with the detail that you wish.  Easy to use - works right out
 of the package on many systems.
 
 %prep
-%setup -q -n logwatch-20110113
+%setup -q -n logwatch-20110201
 %patch0 -p1
 %patch1 -p1
-#%patch2 -p1
-%patch3 -p1
 %patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
 rm -f scripts/services/*.orig
 
 %build
@@ -148,6 +130,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her
 #%doc License project/CHANGES
 
 %changelog
+* Wed Feb  2 2011 Karel Klic <kklic at redhat.com> - 7.3.6-63.20110201svn23
+- Updated to the latest svn revision, removed patches merged by upstream
+
 * Sun Jan 23 2011 Richard Fearn <richardfearn at gmail.com> - 7.3.6-62.20110113svn22
 - Fix rhbz#671201: make /etc/cron.daily/0logwatch executable
 
diff --git a/sources b/sources
index 21fdb5e..2ba8259 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b64856e1ad7fe3e2dcc30f0032d4df66  logwatch-20110113.tar.xz
+4b818b8e42ce2ed8f4f0d045ae897947  logwatch-20110201.tar.xz


More information about the scm-commits mailing list