summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-02-01 22:42:02 +0100
committerNicolas Iooss2017-02-01 22:42:02 +0100
commit344895bfcaf69c317cc3a64947cea8b277388ed0 (patch)
tree924df49d6de848a9e48ffd9ea88b32fa5414ac78
parent9405a952ee566ead3322c55b9289619b63fb35d3 (diff)
downloadaur-344895bfcaf69c317cc3a64947cea8b277388ed0.tar.gz
iproute2-selinux: put the package in selinux group
This has been forgotten when the package was created.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 275553b4e921..8b6fa740ac68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = iproute2-selinux
url = http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
arch = i686
arch = x86_64
+ groups = selinux
license = GPL2
makedepends = iptables
makedepends = linux-atm
@@ -23,7 +24,6 @@ pkgbase = iproute2-selinux
sha256sums = f60fefe4c17d3b768824bb50ae6416292bcebba06d73452e23f4147b46b827d3
pkgname = iproute2-selinux
- groups = base
depends = glibc
depends = iptables
depends = libselinux
diff --git a/PKGBUILD b/PKGBUILD
index 84c87345cbed..8a1464efc4a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ pkgrel=1
pkgdesc='IP Routing Utilities with SELinux support'
arch=('i686' 'x86_64')
license=('GPL2')
+groups=('selinux')
url='http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2'
makedepends=('iptables' 'linux-atm' 'linuxdoc-tools' 'texlive-bin' 'texlive-core' 'texlive-latexextra')
options=('staticlibs' '!makeflags')
@@ -46,7 +47,6 @@ build() {
package_iproute2-selinux() {
depends=('glibc' 'iptables' 'libselinux')
optdepends=('linux-atm: ATM support')
- groups=('base')
provides=('iproute' "${pkgname/-selinux}=${pkgver}-${pkgrel}")
conflicts=('iproute' "${pkgname/-selinux}")
replaces=('iproute')