summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-12-17 12:43:06 +0100
committerNicolas Iooss2022-12-17 12:43:06 +0100
commit58f1aada511489c87bcfce794139fcbb8235bcad (patch)
tree3b7e75852d35120edf1da7180b391e1e334d259c
parente72e2d898e78783c6671777b8f21ceb9ead1b543 (diff)
downloadaur-logrotate-selinux.tar.gz
logrotate-selinux 3.21.0-2 update
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21272b51b89c..ab936ff416f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = logrotate-selinux
pkgdesc = Rotates system logs automatically with SELinux support
- pkgver = 3.20.1
- pkgrel = 1
+ pkgver = 3.21.0
+ pkgrel = 2
url = https://github.com/logrotate/logrotate
arch = x86_64
arch = aarch64
@@ -11,16 +11,16 @@ pkgbase = logrotate-selinux
depends = gzip
depends = acl
depends = libselinux
- provides = logrotate=3.20.1-1
- provides = selinux-logrotate=3.20.1-1
+ provides = logrotate=3.21.0-2
+ provides = selinux-logrotate=3.21.0-2
conflicts = logrotate
conflicts = selinux-logrotate
backup = etc/logrotate.conf
- source = https://github.com/logrotate/logrotate/releases/download/3.20.1/logrotate-3.20.1.tar.xz
- source = https://github.com/logrotate/logrotate/releases/download/3.20.1/logrotate-3.20.1.tar.xz.asc
+ source = https://github.com/logrotate/logrotate/releases/download/3.21.0/logrotate-3.21.0.tar.xz
+ source = https://github.com/logrotate/logrotate/releases/download/3.21.0/logrotate-3.21.0.tar.xz.asc
source = logrotate.conf
validpgpkeys = 992A96E075056E79CD8214F9873DB37572A37B36
- sha256sums = 742f6d6e18eceffa49a4bacd933686d3e42931cfccfb694d7f6369b704e5d094
+ sha256sums = 8fa12015e3b8415c121fc9c0ca53aa872f7b0702f543afda7e32b6c4900f6516
sha256sums = SKIP
sha256sums = 42e289081a4d6b144c89dbfc49bde7a01b383055bf90a05a764f8c3dee25a6ce
diff --git a/PKGBUILD b/PKGBUILD
index 7ecb0282eb7d..64db24e786fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=logrotate-selinux
-pkgver=3.20.1
-pkgrel=1
+pkgver=3.21.0
+pkgrel=2
pkgdesc="Rotates system logs automatically with SELinux support"
arch=('x86_64' 'aarch64')
url="https://github.com/logrotate/logrotate"
@@ -19,7 +19,7 @@ provides=("${pkgname/-selinux}=${pkgver}-${pkgrel}"
backup=('etc/logrotate.conf')
source=("https://github.com/logrotate/logrotate/releases/download/${pkgver}/${pkgname/-selinux}-${pkgver}.tar.xz"{,.asc}
'logrotate.conf')
-sha256sums=('742f6d6e18eceffa49a4bacd933686d3e42931cfccfb694d7f6369b704e5d094'
+sha256sums=('8fa12015e3b8415c121fc9c0ca53aa872f7b0702f543afda7e32b6c4900f6516'
'SKIP'
'42e289081a4d6b144c89dbfc49bde7a01b383055bf90a05a764f8c3dee25a6ce')
validpgpkeys=('992A96E075056E79CD8214F9873DB37572A37B36')
@@ -41,6 +41,7 @@ build() {
check() {
cd "$srcdir/${pkgname/-selinux}-${pkgver}"
+
make test
}