Skip to content

Commit

Permalink
systemd-selinux 250.2-2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
fishilico committed Jan 15, 2022
1 parent 1b212be commit e8ffc46
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
24 changes: 12 additions & 12 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = systemd-selinux
pkgver = 250
pkgrel = 4
pkgver = 250.2
pkgrel = 2
url = https://www.github.com/systemd/systemd
arch = x86_64
arch = aarch64
Expand Down Expand Up @@ -44,7 +44,7 @@ pkgbase = systemd-selinux
makedepends = rsync
makedepends = libselinux
options = strip
source = git+https://github.com/systemd/systemd-stable#tag=9c8279cdd5d0bc256b8cc0ced2312e27e069a214?signed
source = git+https://github.com/systemd/systemd-stable#tag=95d0353dad616c275fda9b123ba9660e16b20d0a?signed
source = git+https://github.com/systemd/systemd#tag=v250?signed
source = 0001-Use-Arch-Linux-device-access-groups.patch
source = initcpio-hook-udev
Expand Down Expand Up @@ -103,7 +103,7 @@ pkgname = systemd-selinux
depends = kbd
depends = kmod
depends = libkmod.so
depends = hwids
depends = hwdata
depends = libcap
depends = libcap.so
depends = libgcrypt
Expand Down Expand Up @@ -134,9 +134,9 @@ pkgname = systemd-selinux
optdepends = libfido2: unlocking LUKS2 volumes with FIDO2 token
optdepends = tpm2-tss: unlocking LUKS2 volumes with TPM2
provides = nss-myhostname
provides = systemd-tools=250
provides = udev=250
provides = systemd=250-4
provides = systemd-tools=250.2
provides = udev=250.2
provides = systemd=250.2-2
conflicts = nss-myhostname
conflicts = systemd-tools
conflicts = udev
Expand Down Expand Up @@ -174,7 +174,7 @@ pkgname = systemd-libs-selinux
provides = libsystemd.so
provides = libudev.so
provides = libsystemd-selinux
provides = systemd-libs=250-4
provides = systemd-libs=250.2-2
conflicts = libsystemd
conflicts = libsystemd-selinux
conflicts = systemd-libs
Expand All @@ -186,16 +186,16 @@ pkgname = systemd-resolvconf-selinux
depends = systemd-selinux
provides = openresolv
provides = resolvconf
provides = systemd-resolvconf=250-4
provides = systemd-resolvconf=250.2-2
conflicts = openresolv
conflicts = systemd-resolvconf=250-4
conflicts = systemd-resolvconf=250.2-2

pkgname = systemd-sysvcompat-selinux
pkgdesc = sysvinit compat for systemd with SELinux support
license = GPL2
depends = systemd-selinux
provides = systemd-sysvcompat=250-4
provides = selinux-systemd-sysvcompat=250-4
provides = systemd-sysvcompat=250.2-2
provides = selinux-systemd-sysvcompat=250.2-2
conflicts = sysvinit
conflicts = systemd-sysvcompat
conflicts = selinux-systemd-sysvcompat
15 changes: 6 additions & 9 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

pkgbase=systemd-selinux
pkgname=('systemd-selinux' 'systemd-libs-selinux' 'systemd-resolvconf-selinux' 'systemd-sysvcompat-selinux')
_tag='9c8279cdd5d0bc256b8cc0ced2312e27e069a214' # git rev-parse v${_tag_name}
_tag_name=250
_tag='95d0353dad616c275fda9b123ba9660e16b20d0a' # git rev-parse v${_tag_name}
_tag_name=250.2
pkgver="${_tag_name/-/}"
pkgrel=4
pkgrel=2
arch=('x86_64' 'aarch64')
url='https://www.github.com/systemd/systemd'
groups=('selinux')
Expand Down Expand Up @@ -69,11 +69,8 @@ sha512sums=('SKIP'
'825b9dd0167c072ba62cabe0677e7cd20f2b4b850328022540f122689d8b25315005fa98ce867cf6e7460b2b26df16b88bb3b5c9ebf721746dce4e2271af7b97')

_backports=(
# chrattr-util: return EOPNOTSUPP from chrattr_full if no other failure was observed
'7c3b51c469140cdbc1b7e9a232af3f250fea3884'

# manager: always close idle pipe when sending ready notification
'9c1b17c3dc1541df02118ee3aaf6dd5dd540cdc2'
# boot: Fix readdir_harder() on VirtualBox
'ed3abbfbde674bd163cb1c64d9e31dd24e352f85'
)

_reverts=(
Expand Down Expand Up @@ -167,7 +164,7 @@ package_systemd-selinux() {
pkgdesc='system and service manager with SELinux support'
license=('GPL2' 'LGPL2.1')
depends=('acl' 'libacl.so' 'bash' 'cryptsetup' 'libcryptsetup.so' 'dbus'
'iptables' 'kbd' 'kmod' 'libkmod.so' 'hwids' 'libcap' 'libcap.so'
'iptables' 'kbd' 'kmod' 'libkmod.so' 'hwdata' 'libcap' 'libcap.so'
'libgcrypt' 'libxcrypt' 'libcrypt.so' 'systemd-libs-selinux' 'libidn2' 'lz4' 'pam-selinux'
'libelf' 'libseccomp' 'libseccomp.so' 'util-linux-selinux' 'libblkid.so'
'libmount.so' 'xz' 'pcre2' 'audit' 'libaudit.so' 'libp11-kit'
Expand Down

0 comments on commit e8ffc46

Please sign in to comment.