summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-02-13 09:35:29 +0100
committerNicolas Iooss2023-02-13 09:35:29 +0100
commite2861ef4453cff6d44a1b90ab5af9277a7166eec (patch)
tree21107c609cdb4d236cd6ba63ed028335827f641e
parentaa019c254f6aa5afe418abdad2611fc8cd1bc18a (diff)
downloadaur-e2861ef4453cff6d44a1b90ab5af9277a7166eec.tar.gz
dbus-selinux 1.14.6-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dca7d58f24e9..c2bd646f197f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dbus-selinux
pkgdesc = Freedesktop.org message bus system with SELinux support
- pkgver = 1.14.4
+ pkgver = 1.14.6
pkgrel = 1
url = https://wiki.freedesktop.org/www/Software/dbus/
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = dbus-selinux
depends = systemd-libs-selinux>=242.84-2
depends = expat
depends = audit
- source = git+https://gitlab.freedesktop.org/dbus/dbus.git?signed#tag=dbus-1.14.4
+ source = git+https://gitlab.freedesktop.org/dbus/dbus.git?signed#tag=dbus-1.14.6
source = dbus-reload.hook
source = no-fatal-warnings.diff
validpgpkeys = DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90
@@ -38,8 +38,8 @@ pkgname = dbus-selinux
provides = libdbus
provides = libdbus-1.so
provides = libdbus-selinux
- provides = dbus=1.14.4-1
- provides = selinux-dbus=1.14.4-1
+ provides = dbus=1.14.6-1
+ provides = selinux-dbus=1.14.6-1
conflicts = libdbus
conflicts = libdbus-selinux
conflicts = dbus
diff --git a/PKGBUILD b/PKGBUILD
index 8f95604c3d60..635d951f5942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
# git -C dbus remote set-url origin https://gitlab.freedesktop.org/dbus/dbus.git
pkgbase=dbus-selinux
pkgname=(dbus-selinux dbus-docs-selinux)
-pkgver=1.14.4
+pkgver=1.14.6
pkgrel=1
pkgdesc="Freedesktop.org message bus system with SELinux support"
url="https://wiki.freedesktop.org/www/Software/dbus/"
@@ -35,7 +35,7 @@ prepare() {
cd dbus
# Allow us to enable checks without them being fatal
- patch -Np1 -i ../no-fatal-warnings.diff
+ git apply -3 ../no-fatal-warnings.diff
NOCONFIGURE=1 ./autogen.sh
}