Update to 1.11.18
This commit is contained in:
parent
45f8889632
commit
a7c2f970c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
||||
/dbus-1.11.12.tar.gz
|
||||
/dbus-1.11.14.tar.gz
|
||||
/dbus-1.11.16.tar.gz
|
||||
/dbus-1.11.18.tar.gz
|
||||
|
11
dbus.spec
11
dbus.spec
@ -7,7 +7,7 @@
|
||||
|
||||
%global dbus_user_uid 81
|
||||
|
||||
%global dbus_common_config_opts --enable-libaudit --enable-selinux=yes --with-init-scripts=redhat --with-system-socket=/run/dbus/system_bus_socket --with-system-pid-file=/run/dbus/messagebus.pid --with-dbus-user=dbus --libexecdir=/%{_libexecdir}/dbus-1 --enable-user-session --docdir=%{_pkgdocdir} --enable-installed-tests
|
||||
%global dbus_common_config_opts --enable-libaudit --enable-selinux=yes --with-system-socket=/run/dbus/system_bus_socket --with-dbus-user=dbus --libexecdir=/%{_libexecdir}/dbus-1 --enable-user-session --docdir=%{_pkgdocdir} --enable-installed-tests
|
||||
|
||||
# Allow extra dependencies required for some tests to be disabled.
|
||||
%bcond_without tests
|
||||
@ -16,8 +16,8 @@
|
||||
|
||||
Name: dbus
|
||||
Epoch: 1
|
||||
Version: 1.11.16
|
||||
Release: 4%{?dist}
|
||||
Version: 1.11.18
|
||||
Release: 1%{?dist}
|
||||
Summary: D-BUS message bus
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -175,8 +175,6 @@ install --directory %{buildroot}%{_datadir}/dbus-1/interfaces
|
||||
ln -s dbus.service %{buildroot}%{_unitdir}/messagebus.service
|
||||
|
||||
## %find_lang %{gettext_package}
|
||||
# Delete the old legacy sysv init script
|
||||
rm -rf %{buildroot}%{_initrddir}
|
||||
|
||||
install --directory %{buildroot}/var/lib/dbus
|
||||
|
||||
@ -360,6 +358,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 27 2017 David King <amigadave@amigadave.com> - 1:1.11.18-1
|
||||
- Update to 1.11.18
|
||||
|
||||
* Sun Aug 06 2017 Björn Esser <besser82@fedoraproject.org> - 1:1.11.16-4
|
||||
- Rebuilt for AutoReq cmake-filesystem
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dbus-1.11.16.tar.gz) = 991ba6293d5f305e5a7e4ce6b131ea7fddd3bebadbb5b8c2fec29ccb76ab324786a01b89d2df6a3a112756436549dc7b856e78d4adb3f7514c8537ad854741bc
|
||||
SHA512 (dbus-1.11.18.tar.gz) = daf7738cde405e517e46d8c5ac1d148245e135eb0d2806c8e96de4e59af1949bad3fce8ee928c2e05403566f93f6bb65edaee47ca9576a3f5f5a4d0dcbfeb8ef
|
||||
|
Loading…
Reference in New Issue
Block a user