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:
Tomáš Chvátal 2019-06-13 13:16:26 +00:00 committed by Git OBS Bridge
parent 129b572c03
commit 04b647ae0a
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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}