Accepting request 707878 from home:dimstar:Factory

- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
  make the build dep chain cheaper by using systemd-mini.
- USe systemd_ordering instead of systemd_requires: only ask for
  systemd to be early in the transaction, but don't forcibly
  require systemd to be present.

OBS-URL: https://build.opensuse.org/request/show/707878
OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=17
This commit is contained in:
Lars Vogdt 2019-06-05 22:42:49 +00:00 committed by Git OBS Bridge
parent 25977c9b9d
commit aba9ef7b74
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 5 15:29:38 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
make the build dep chain cheaper by using systemd-mini.
- USe systemd_ordering instead of systemd_requires: only ask for
systemd to be early in the transaction, but don't forcibly
require systemd to be present.
-------------------------------------------------------------------
Wed Apr 24 12:04:26 CEST 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -35,12 +35,12 @@ BuildRequires: gcc
BuildRequires: libdbi-devel
BuildRequires: libmaa-devel
BuildRequires: libtool
BuildRequires: systemd
BuildRequires: pkgconfig(systemd)
BuildRequires: zlib-devel
# libtool-ltdl-devel byacc
%if 0%{?suse_version}
BuildRequires: systemd-rpm-macros
%{?systemd_requires}
%{?systemd_ordering}
%endif
%description