- Update to release 36
OBS-URL: https://build.opensuse.org/package/show/Base:System/dbus-broker?expand=0&rev=45
This commit is contained in:
parent
e239b00355
commit
b28e4eae0c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d50daa31ff33f48693194596ea2aeb1a925183b59cdc82a550774e5c43982252
|
||||
size 263388
|
3
dbus-broker-36.tar.xz
Normal file
3
dbus-broker-36.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d333d99bd2688135b6d6961e7ad1360099d186078781c87102230910ea4e162b
|
||||
size 266084
|
16
dbus-broker-36.tar.xz.asc
Normal file
16
dbus-broker-36.tar.xz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCAAdFiEEvl+8jJwcn2Ck8K6uek86Ceve/yYFAmYZQPUACgkQek86Ceve
|
||||
/yYQIhAAmwUAQMdZZul6qqVNvUPmXL+0Bp3LDhn58kEXbPDj3lXzuXwChU+llwmV
|
||||
05LuxfCvbQFmBeCCAWEny5LUdhcwIrIKGyk7gNvbolhaNwk6nsOPLdJ+QP+pUNZR
|
||||
FVRMmTIU0XNh4/yuFn31MYcZrYkNtxka6H+1L5fZsJMUzFigixiIYw4gX2RVya23
|
||||
numos0ROu/BQklLES5glTyDnn2lEwpzOHY2zzX+DkFncNMgGEfIZgIzrxTb/+Jlt
|
||||
5ph+OtvcbnlTmpp68hWTk75ICxE7CM7DiOyOOJA49x5omPEeNggWd5oO/VJtN+h+
|
||||
GFX4ulbjlc2k1o44oclN2GfubeYG2PPadReYBneRDJ//ej/4ySH3Ub7t7Rg2puMu
|
||||
2sTnZsFH1uyfnkP/SKY0eLhnBkT+uoWHZC3zD3QLu/LjqGG10d8TN5gr/bQhLpJ0
|
||||
l46GR4ckhaZ4MesmJcyDZhHOVIqrjolkvap6/3/I5NPS+W0mOipaIu47QBaaoIwM
|
||||
ujJ2V+Ph4LTLD9GV1z+Z5k9NeNRhnKhf7luODb7diE2Iw/Z+7l2L13kHYpxTh5+9
|
||||
4vocJ6pxmNhwpPXLZ1UbGgZ7b9ZiBnHT393+DwwwbBp/CfoF5lgg2/JkNDdrjHkv
|
||||
XH62Wh/yNs36nk+krfoMpecRQEOmNemUL8FJ5vkH6vqjiPtUTjs=
|
||||
=tBa0
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 12 16:21:44 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 36
|
||||
* Fix possible file-descriptor use-after-close
|
||||
* More verbose activation failures
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 13:07:37 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: dbus-broker
|
||||
Version: 35
|
||||
Version: 36
|
||||
Release: 0
|
||||
Summary: XDG message bus implementation
|
||||
License: Apache-2.0
|
||||
@ -25,8 +25,9 @@ Group: System/Daemons
|
||||
URL: https://github.com/bus1/dbus-broker
|
||||
|
||||
Source: https://github.com/bus1/dbus-broker/releases/download/v%version/dbus-broker-%version.tar.xz
|
||||
Source1: allow-restart.conf
|
||||
Source2: block-restart.conf
|
||||
Source2: https://github.com/bus1/dbus-broker/releases/download/v%version/dbus-broker-%version.tar.xz.asc
|
||||
Source10: allow-restart.conf
|
||||
Source11: block-restart.conf
|
||||
BuildRequires: linux-glibc-devel >= 4.17
|
||||
BuildRequires: meson
|
||||
BuildRequires: pkg-config
|
||||
@ -49,8 +50,8 @@ Provides: bundled(c-rbtree) = 3+git34
|
||||
Provides: bundled(c-shquote) = 1+
|
||||
Provides: bundled(c-stdaux) = 1+
|
||||
Provides: bundled(c-utf8) = 1+
|
||||
Requires: dbus-broker-restart-behavior = %{version}
|
||||
Suggests: dbus-broker-block-restart = %{version}
|
||||
Requires: dbus-broker-restart-behavior = %version
|
||||
Suggests: dbus-broker-block-restart = %version
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
@ -69,7 +70,7 @@ from classic D-Bus:
|
||||
|
||||
%package allow-restart
|
||||
Summary: Restart behavior configuration for dbus-broker - Allow restarting
|
||||
Provides: dbus-broker-restart-behavior = %{version}-%{release}
|
||||
Provides: dbus-broker-restart-behavior = %version-%release
|
||||
Conflicts: dbus-broker-restart-behavior
|
||||
BuildArch: noarch
|
||||
|
||||
@ -80,7 +81,7 @@ By installing this package dbus-broker will be allowed to restart
|
||||
|
||||
%package block-restart
|
||||
Summary: Restart behavior configuration for dbus-broker - Block restarting
|
||||
Provides: dbus-broker-restart-behavior = %{version}-%{release}
|
||||
Provides: dbus-broker-restart-behavior = %version-%release
|
||||
Conflicts: dbus-broker-restart-behavior
|
||||
BuildArch: noarch
|
||||
|
||||
@ -100,8 +101,8 @@ ln -s /bin/true rst2man
|
||||
%install
|
||||
%meson_install
|
||||
for mode in allow block ; do
|
||||
install -D -m 0644 ${RPM_SOURCE_DIR}/${mode}-restart.conf %{buildroot}%_unitdir/dbus-broker.service.d/${mode}-restart.conf
|
||||
install -D -m 0644 ${RPM_SOURCE_DIR}/${mode}-restart.conf %{buildroot}%_userunitdir/dbus-broker.service.d/${mode}-restart.conf
|
||||
install -Dpm0644 "%_sourcedir/$mode-restart.conf" "%buildroot/%_unitdir/dbus-broker.service.d/$mode-restart.conf"
|
||||
install -Dpm0644 "%_sourcedir/$mode-restart.conf" "%buildroot/%_userunitdir/dbus-broker.service.d/$mode-restart.conf"
|
||||
done
|
||||
|
||||
%pre
|
||||
|
Loading…
x
Reference in New Issue
Block a user