Skip to content
Snippets Groups Projects
Commit 0444ef9c authored by Sergej Pupykin's avatar Sergej Pupykin
Browse files

FS#53981 - [logwatch] logwatch git now support journal

parent cb7a629b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=logwatch
pkgver=7.4.3
pkgrel=2
pkgrel=3
arch=('any')
pkgdesc="Logwatch is a customizable log analysis system."
url="http://www.logwatch.org/"
......@@ -14,13 +14,19 @@ backup=(etc/logwatch/conf/logwatch.conf
etc/logwatch/conf/ignore.conf
etc/logwatch/conf/override.conf)
source=(http://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
https://src.fedoraproject.org/cgit/rpms/logwatch.git/plain/logwatch-journald-source.patch
https://src.fedoraproject.org/cgit/rpms/logwatch.git/plain/logwatch-journal.patch
logwatch-xz-support.patch)
md5sums=('22bd22841caa45f12c605abc3e0c2b09'
'2bc1c11efd92c7859e378b5103497fd1')
sha256sums=('1dbdc48d65e150f2dbb43f1e4f4700d94166e053b1c7bbbdedf4ad670283720e'
'12704561991f1775dcf7751628ef8c12f8b4e822f523c095f57a5bbb6d4217e9'
'bef20eb3b68ee665c4c2ef6e794f59c50049605ec055a07b75fda055c70e4356'
'3da549a147c16eae38ec19c221205dfdf3467ed9f17ad14767ebf292880c6e31')
prepare() {
cd "$srcdir"/$pkgname-$pkgver
patch -p0 -i "$srcdir"/logwatch-xz-support.patch
patch -p1 -i "$srcdir"/logwatch-journal.patch
patch -p1 -i "$srcdir"/logwatch-journald-source.patch
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment