Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
25f392a65f | ||
|
|
2eeeec6038 |
3 changed files with 11 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -33,3 +33,5 @@
|
|||
/dbus-1.11.10.tar.gz
|
||||
/dbus-1.11.12.tar.gz
|
||||
/dbus-1.11.14.tar.gz
|
||||
/dbus-1.11.16.tar.gz
|
||||
/dbus-1.11.18.tar.gz
|
||||
|
|
|
|||
12
dbus.spec
12
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,7 +16,7 @@
|
|||
|
||||
Name: dbus
|
||||
Epoch: 1
|
||||
Version: 1.11.14
|
||||
Version: 1.11.18
|
||||
Release: 1%{?dist}
|
||||
Summary: D-BUS message bus
|
||||
|
||||
|
|
@ -173,8 +173,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
|
||||
|
||||
|
|
@ -358,6 +356,12 @@ popd
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 27 2017 David King <amigadave@amigadave.com> - 1:1.11.18-1
|
||||
- Update to 1.11.18
|
||||
|
||||
* Fri Jul 28 2017 David King <amigadave@amigadave.com> - 1:1.11.16-1
|
||||
- Update to 1.11.16
|
||||
|
||||
* Thu Jun 29 2017 David King <amigadave@amigadave.com> - 1:1.11.14-1
|
||||
- Update to 1.11.14
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (dbus-1.11.14.tar.gz) = 533702f1eaa1bd35dc72b1781b8757c24d10f360e1472e543809a809874c95bf7d3aa12f43705d33456248ddc8a1d4284b9eeca5ba48d9b911d6344bceb3c95c
|
||||
SHA512 (dbus-1.11.18.tar.gz) = daf7738cde405e517e46d8c5ac1d148245e135eb0d2806c8e96de4e59af1949bad3fce8ee928c2e05403566f93f6bb65edaee47ca9576a3f5f5a4d0dcbfeb8ef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue