forked from pool/dictd
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:
parent
25977c9b9d
commit
aba9ef7b74
@ -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>
|
Wed Apr 24 12:04:26 CEST 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -35,12 +35,12 @@ BuildRequires: gcc
|
|||||||
BuildRequires: libdbi-devel
|
BuildRequires: libdbi-devel
|
||||||
BuildRequires: libmaa-devel
|
BuildRequires: libmaa-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: systemd
|
BuildRequires: pkgconfig(systemd)
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
# libtool-ltdl-devel byacc
|
# libtool-ltdl-devel byacc
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
%{?systemd_requires}
|
%{?systemd_ordering}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user