Skip to content

Commit

Permalink
util-linux-selinux 2.36-2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
tqre authored and fishilico committed Aug 23, 2020
1 parent 763b25a commit 91ff841
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
16 changes: 12 additions & 4 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = util-linux-selinux
pkgdesc = SELinux aware miscellaneous system utilities for Linux
pkgver = 2.36
pkgrel = 1
pkgrel = 2
url = https://github.com/karelzak/util-linux
arch = x86_64
groups = selinux
Expand All @@ -10,6 +10,7 @@ pkgbase = util-linux-selinux
makedepends = python
makedepends = libcap-ng
makedepends = libselinux
makedepends = libxcrypt
options = strip
source = https://www.kernel.org/pub/linux/utils/util-linux/v2.36/util-linux-2.36.tar.xz
source = https://www.kernel.org/pub/linux/utils/util-linux/v2.36/util-linux-2.36.tar.sign
Expand Down Expand Up @@ -38,13 +39,20 @@ pkgname = util-linux-selinux
depends = shadow-selinux
depends = coreutils-selinux
depends = systemd-libs-selinux
depends = libsystemd.so
depends = libudev.so
depends = libcap-ng
depends = libxcrypt
depends = libcrypt.so
depends = libutil-linux-selinux
depends = libmagic.so
depends = libncursesw.so
depends = libreadline.so
optdepends = python: python bindings to libmount
optdepends = words: default dictionary for look
provides = rfkill
provides = util-linux=2.36-1
provides = selinux-util-linux=2.36-1
provides = util-linux=2.36-2
provides = selinux-util-linux=2.36-2
conflicts = rfkill
conflicts = util-linux
conflicts = selinux-util-linux
Expand All @@ -64,6 +72,6 @@ pkgname = libutil-linux-selinux
provides = libmount.so
provides = libsmartcols.so
provides = libuuid.so
provides = libutil-linux=2.36-1
provides = libutil-linux=2.36-2
conflicts = libutil-linux

8 changes: 5 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pkgbase=util-linux-selinux
pkgname=(util-linux-selinux libutil-linux-selinux)
_pkgmajor=2.36
pkgver=${_pkgmajor}
pkgrel=1
pkgrel=2
pkgdesc="SELinux aware miscellaneous system utilities for Linux"
url='https://github.com/karelzak/util-linux'
arch=('x86_64')
Expand All @@ -22,7 +22,7 @@ groups=('selinux')
# systemd depends on libutil-linux and util-linux depends on libudev
# provided by libsystemd (FS#39767). To break this cycle, make
# util-linux-selinux depend on systemd at build time.
makedepends=('systemd' 'python' 'libcap-ng' 'libselinux')
makedepends=('systemd' 'python' 'libcap-ng' 'libselinux' 'libxcrypt')
license=('GPL2')
options=('strip')
validpgpkeys=('B0C64D14301CC6EFAEDF60E4E4B71D5EEC39C284') # Karel Zak
Expand Down Expand Up @@ -80,7 +80,9 @@ package_util-linux-selinux() {
"${pkgname/-selinux}=${pkgver}-${pkgrel}"
"selinux-${pkgname/-selinux}=${pkgver}-${pkgrel}")
depends=('pam-selinux' 'shadow-selinux' 'coreutils-selinux'
'systemd-libs-selinux' 'libcap-ng' 'libutil-linux-selinux')
'systemd-libs-selinux' 'libsystemd.so' 'libudev.so'
'libcap-ng' 'libxcrypt' 'libcrypt.so' 'libutil-linux-selinux'
'libmagic.so' 'libncursesw.so' 'libreadline.so')
optdepends=('python: python bindings to libmount'
'words: default dictionary for look')
backup=(etc/pam.d/chfn
Expand Down

0 comments on commit 91ff841

Please sign in to comment.