Accepting request 709441 from home:dimstar:Factory
Allow OBS to pick better candidates to shorten rebuild queues OBS-URL: https://build.opensuse.org/request/show/709441 OBS-URL: https://build.opensuse.org/package/show/hardware/usb_modeswitch?expand=0&rev=78
This commit is contained in:
parent
129b572c03
commit
04b647ae0a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 12 14:17:34 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
|
||||||
|
shortcut the build queues by allowing usage of systemd-mini
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 15 12:55:31 UTC 2018 - enzokiel@kabelmail.de
|
Sun Apr 15 12:55:31 UTC 2018 - enzokiel@kabelmail.de
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ BuildRequires: pkg-config
|
|||||||
BuildRequires: tcl
|
BuildRequires: tcl
|
||||||
BuildRequires: pkgconfig(libusb-1.0)
|
BuildRequires: pkgconfig(libusb-1.0)
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
BuildRequires: systemd
|
BuildRequires: pkgconfig(systemd)
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
Requires: tcl >= 8.4
|
Requires: tcl >= 8.4
|
||||||
Requires: usb_modeswitch-data = %{version}
|
Requires: usb_modeswitch-data = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user