Accepting request 590371 from home:dimstar:Factory

- BuildRequire pkgconfig(systemd) and pkgconfig(libsystemd) in
  place of systemd and systemd-devel: Allow OBS to optimize the
  workload by allowing the usage of the 'build-optimized' systemd
  packages.

The build failure seen in my branch is unrelated to this change!

OBS-URL: https://build.opensuse.org/request/show/590371
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=594
This commit is contained in:
Aurelien Aptel 2018-04-03 10:26:56 +00:00 committed by Git OBS Bridge
parent c968b2c266
commit c72ef26ec8
2 changed files with 10 additions and 2 deletions

View File

@ -6,6 +6,14 @@ Mon Mar 26 22:37:15 UTC 2018 - jengelh@inai.de
+ Remove redundant %clean section
+ Replace old $RPM_* shell vars with macros
-------------------------------------------------------------------
Thu Mar 22 16:28:02 UTC 2018 - dimstar@opensuse.org
- BuildRequire pkgconfig(systemd) and pkgconfig(libsystemd) in
place of systemd and systemd-devel: Allow OBS to optimize the
workload by allowing the usage of the 'build-optimized' systemd
packages.
-------------------------------------------------------------------
Thu Mar 22 14:20:44 UTC 2018 - dmulder@suse.com

View File

@ -149,8 +149,8 @@ BuildRequires: libxslt-tools
%if 0%{?suse_version} > 1220
BuildRequires: libavahi-devel
# To only BuildRequire systemd-rpm-macros leads to broken binaries
BuildRequires: systemd
BuildRequires: systemd-devel
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(libsystemd)
%endif
%if 0%{?build_ctdb_pmda}
BuildRequires: libpcp-devel