summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-04 08:57:18 +0200
committerNicolas Iooss2022-05-04 08:57:18 +0200
commit0327906d82c6658a0d7ecaaaa4b75fc89605c91d (patch)
treecf9f28d32f4f6146462d0a386c5566f479ff4a84
parent29a7794701f97d69b0a347c882dcd961a059f5b2 (diff)
downloadaur-0327906d82c6658a0d7ecaaaa4b75fc89605c91d.tar.gz
iproute2-selinux 5.17.0-3 update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dd791680550..8946e29dfa26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iproute2-selinux
pkgdesc = IP Routing Utilities with SELinux support
pkgver = 5.17.0
- pkgrel = 2
+ pkgrel = 3
url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
arch = x86_64
arch = aarch64
@@ -17,10 +17,13 @@ pkgbase = iproute2-selinux
optdepends = libcap: tipc
optdepends = linux-atm: ATM support
provides = iproute
- provides = iproute2=5.17.0-2
+ provides = iproute2=5.17.0-3
conflicts = iproute2
options = staticlibs
+ backup = etc/iproute2/bpf_pinning
backup = etc/iproute2/ematch_map
+ backup = etc/iproute2/group
+ backup = etc/iproute2/nl_protos
backup = etc/iproute2/rt_dsfield
backup = etc/iproute2/rt_protos
backup = etc/iproute2/rt_realms
diff --git a/PKGBUILD b/PKGBUILD
index e46d5c91da2e..84473d545935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=iproute2-selinux
pkgver=5.17.0
-pkgrel=2
+pkgrel=3
pkgdesc='IP Routing Utilities with SELinux support'
arch=('x86_64' 'aarch64')
license=('GPL2')
@@ -20,7 +20,10 @@ optdepends=('db: userspace arp daemon'
'linux-atm: ATM support')
provides=('iproute' "${pkgname/-selinux}=${pkgver}-${pkgrel}")
conflicts=("${pkgname/-selinux}")
-backup=('etc/iproute2/ematch_map'
+backup=('etc/iproute2/bpf_pinning'
+ 'etc/iproute2/ematch_map'
+ 'etc/iproute2/group'
+ 'etc/iproute2/nl_protos'
'etc/iproute2/rt_dsfield'
'etc/iproute2/rt_protos'
'etc/iproute2/rt_realms'