From 783466452d5bcb93c7768d7dd1e7407b96213b01 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:40:22 +0100 Subject: [PATCH] update to 1.8.14 remove previous patch apparently not needed anymore with systemd 218 [release 1.8.14-1mamba;Sat Jan 10 2015] --- dbus.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/dbus.spec b/dbus.spec index ddbdfc7..25b214b 100644 --- a/dbus.spec +++ b/dbus.spec @@ -2,8 +2,8 @@ %define messagebus_gid 25 Name: dbus -Version: 1.8.8 -Release: 2mamba +Version: 1.8.14 +Release: 1mamba Summary: A message bus, used for sending messages between applications Group: System/Servers Vendor: openmamba @@ -111,7 +111,7 @@ This package includes the %{name} API documentation. %prep %setup -q %patch0 -p1 -b .cve_2006_6107 -%patch2 -p1 +#%patch2 -p1 %build %configure \ @@ -257,6 +257,10 @@ find /etc/rc[0-6].d/ -type l -xtype l -exec rm -f {} \; %{_docdir}/dbus/* %changelog +* Sat Jan 10 2015 Silvan Calarco 1.8.14-1mamba +- update to 1.8.14 +- remove previous patch apparently not needed anymore with systemd 218 + * Fri Dec 05 2014 Silvan Calarco 1.8.8-2mamba - patch systemd service file to fix shutdown hang (http://superuser.com/questions/767414/why-does-systemd-hang-during-reboot) - remove old initscript and complete systemd migration