latest upstream SVN version
This commit is contained in:
parent
ce2211ea93
commit
21df465c1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ logwatch-7.3.6.tar.gz
|
||||
/logwatch-20110201.tar.xz
|
||||
/logwatch-svn25.tar.xz
|
||||
/logwatch-svn46.tar.xz
|
||||
/logwatch-svn50.tar.xz
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
Summary: A log file analysis program
|
||||
Name: logwatch
|
||||
Version: 7.3.6
|
||||
Release: 71.20110228svn46%{?dist}
|
||||
Version: 7.4.0
|
||||
Release: 1.20110328svn50%{?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 46 https://logwatch.svn.sourceforge.net/svnroot/logwatch logwatch-svn46
|
||||
# tar cJvf logwatch-svn46.tar.xz logwatch-svn46
|
||||
Source0: logwatch-svn46.tar.xz
|
||||
# svn export -r 50 https://logwatch.svn.sourceforge.net/svnroot/logwatch logwatch-svn50
|
||||
# tar cJvf logwatch-svn50.tar.xz logwatch-svn50
|
||||
Source0: logwatch-svn50.tar.xz
|
||||
#Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
|
||||
# Needs proper fix. Not applied by the upstream.
|
||||
Patch0: logwatch-vsftpd.patch
|
||||
@ -34,7 +34,7 @@ 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-svn46
|
||||
%setup -q -n logwatch-svn50
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
@ -133,6 +133,9 @@ echo "# Configuration overrides for specific logfiles/services may be placed her
|
||||
%{_mandir}/man*/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 28 2011 Karel Klíč <kklic@redhat.com> - 7.4.0-1.20110328svn50
|
||||
- Moved to the latest upstream SVN version
|
||||
|
||||
* Mon Mar 28 2011 Karel Klíč <kklic@redhat.com> - 7.3.6-71.20110228svn46
|
||||
- Added -smartd patch to suppress copyright message for smartd module (rhbz#673758)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user