diff --git a/system/base/dbus/actions.py b/system/base/dbus/actions.py
index 0e995970..68100f08 100644
--- a/system/base/dbus/actions.py
+++ b/system/base/dbus/actions.py
@@ -41,7 +41,6 @@ def setup():
# Build only libdbus
pisitools.dosed("Makefile.am", "(.*SUBDIRS=dbus) .*", "\\1")
-
autotools.autoreconf("-vif")
autotools.configure(options)
diff --git a/system/base/dbus/pspec.xml b/system/base/dbus/pspec.xml
index bf15eff6..9d6239d2 100644
--- a/system/base/dbus/pspec.xml
+++ b/system/base/dbus/pspec.xml
@@ -13,12 +13,13 @@
service
A message bus system, a simple way for applications to talk to each other
D-Bus supplies both a system daemon (for events such as "new hardware device added" or "printer queue changed") and a per-user-login-session daemon (for general IPC needs among user applications). Also, the message bus is built on top of a general one-to-one message passing framework, which can be used by any two apps to communicate directly (without going through the message bus daemon). Currently the communicating applications are on one computer, but TCP/IP option is available and remote support planned.
- https://dbus.freedesktop.org/releases/dbus/dbus-1.11.0.tar.gz
+ https://dbus.freedesktop.org/releases/dbus/dbus-1.11.8.tar.gz
expat-devel
libX11-devel
libcap-ng-devel
+ autoconf-archive
@@ -40,6 +41,7 @@
/usr/share/dbus-1
/usr/share/doc
/usr/share/man
+ /usr/share/xml
/run/dbus
/var/lib/dbus
/lib/systemd/system
@@ -96,6 +98,13 @@
+
+ 2017-01-25
+ 1.11.8
+ Version Bump
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2016-09-14
1.11.0