Skip to content

Commit

Permalink
Merge systemd-selinux 255.2-3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
fishilico committed Jan 19, 2024
2 parents b3bce10 + b1c1b73 commit 87efd38
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions systemd-selinux/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = systemd-selinux
pkgver = 255.2
pkgrel = 2
pkgrel = 3
url = https://www.github.com/systemd/systemd
arch = x86_64
arch = aarch64
Expand Down Expand Up @@ -156,7 +156,7 @@ pkgname = systemd-selinux
provides = nss-myhostname
provides = systemd-tools=255.2
provides = udev=255.2
provides = systemd=255.2-2
provides = systemd=255.2-3
conflicts = nss-myhostname
conflicts = systemd-tools
conflicts = udev
Expand Down Expand Up @@ -195,7 +195,7 @@ pkgname = systemd-libs-selinux
provides = libsystemd.so
provides = libudev.so
provides = libsystemd-selinux
provides = systemd-libs=255.2-2
provides = systemd-libs=255.2-3
conflicts = libsystemd
conflicts = libsystemd-selinux
conflicts = systemd-libs
Expand All @@ -207,16 +207,16 @@ pkgname = systemd-resolvconf-selinux
depends = systemd-selinux
provides = openresolv
provides = resolvconf
provides = systemd-resolvconf=255.2-2
provides = systemd-resolvconf=255.2-3
conflicts = resolvconf
conflicts = systemd-resolvconf=255.2-2
conflicts = systemd-resolvconf=255.2-3

pkgname = systemd-sysvcompat-selinux
pkgdesc = sysvinit compat for systemd with SELinux support
license = GPL2
depends = systemd-selinux
provides = systemd-sysvcompat=255.2-2
provides = selinux-systemd-sysvcompat=255.2-2
provides = systemd-sysvcompat=255.2-3
provides = selinux-systemd-sysvcompat=255.2-3
conflicts = sysvinit
conflicts = systemd-sysvcompat
conflicts = selinux-systemd-sysvcompat
Expand All @@ -231,4 +231,4 @@ pkgname = systemd-ukify-selinux
optdepends = python-pillow: Show the size of splash image
optdepends = sbsigntools: Sign the embedded kernel
provides = ukify
provides = systemd-ukify=255.2-2
provides = systemd-ukify=255.2-3
4 changes: 2 additions & 2 deletions systemd-selinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pkgname=('systemd-selinux'
_tag='be88ad03366b8aa059bb72b39a270128ba62b428' # git rev-parse v${_tag_name}
_tag_name=255.2
pkgver="${_tag_name/-/}"
pkgrel=2
pkgrel=3
arch=('x86_64' 'aarch64')
url='https://www.github.com/systemd/systemd'
groups=('selinux')
Expand Down Expand Up @@ -274,7 +274,7 @@ package_systemd-selinux() {
install -d -o root -g root -m 2755 "$pkgdir"/var/log/journal

# match directory owner/group and mode from [extra]/polkit
install -d -o root -g 102 -m 0750 "$pkgdir"/usr/share/polkit-1/rules.d
install -d -o root -g root -m 0755 "$pkgdir"/usr/share/polkit-1/rules.d

# add example bootctl configuration
install -D -m0644 arch.conf "$pkgdir"/usr/share/systemd/bootctl/arch.conf
Expand Down

0 comments on commit 87efd38

Please sign in to comment.