1
0

Accepting request 1116643 from home:iznogood:factory

- Add explicit /usr/bin/dbus-daemon BuildRequires: needed for test

OBS-URL: https://build.opensuse.org/request/show/1116643
OBS-URL: https://build.opensuse.org/package/show/Base:System/power-profiles-daemon?expand=0&rev=17
This commit is contained in:
Atri Bhattacharya 2023-10-10 19:01:03 +00:00 committed by Git OBS Bridge
parent a8cd1bea6e
commit d1c1292c58
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 10 10:13:03 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Add explicit /usr/bin/dbus-daemon BuildRequires: needed for test
-------------------------------------------------------------------
Wed Apr 26 15:19:01 UTC 2023 - Enrico Belleri <idesmi@protonmail.com>

View File

@ -35,9 +35,12 @@ BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gudev-1.0) >= 234
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.114
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(upower-glib)
BuildRequires: pkgconfig(udev)
BuildRequires: pkgconfig(umockdev-1.0)
BuildRequires: pkgconfig(upower-glib)
# Needed for tests
BuildRequires: /usr/bin/dbus-daemon
Requires: polkit
%description