- Pass explicit systemdsystemunitdir=%{_unitdir} to meson, ensure we have the correct systemd unitdir. - Drop systemd and systemd-rpm-macros BuildRequires, not needed. - Add check section and run meson_test macro, replace umockdev with pkgconfig(umockdev-1.0) BuildRequires. - Add generic c_compiler BuildRequires as meson checks for it. - Add upstream patches: + c9b646025d9f155509a6cda1c292bfd120daeb9e.patch: platform-profile: Add support for 'quiet' profile. + 20a2d7f7b80a1847f36236d40388f14ae99fa94b.patch: tests: Add tests for quiet profile support. OBS-URL: https://build.opensuse.org/request/show/921427 OBS-URL: https://build.opensuse.org/package/show/Base:System/power-profiles-daemon?expand=0&rev=2
20 lines
867 B
Plaintext
20 lines
867 B
Plaintext
-------------------------------------------------------------------
|
|
Fri Sep 24 19:45:59 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
|
|
- Pass explicit systemdsystemunitdir=%{_unitdir} to meson, ensure
|
|
we have the correct systemd unitdir.
|
|
- Drop systemd and systemd-rpm-macros BuildRequires, not needed.
|
|
- Add check section and run meson_test macro, replace umockdev with
|
|
pkgconfig(umockdev-1.0) BuildRequires.
|
|
- Add generic c_compiler BuildRequires as meson checks for it.
|
|
- Add upstream patches:
|
|
+ c9b646025d9f155509a6cda1c292bfd120daeb9e.patch:
|
|
platform-profile: Add support for 'quiet' profile.
|
|
+ 20a2d7f7b80a1847f36236d40388f14ae99fa94b.patch: tests: Add
|
|
tests for quiet profile support.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 26 18:16:58 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Initial package.
|