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:
parent
c968b2c266
commit
c72ef26ec8
@ -6,6 +6,14 @@ Mon Mar 26 22:37:15 UTC 2018 - jengelh@inai.de
|
|||||||
+ Remove redundant %clean section
|
+ Remove redundant %clean section
|
||||||
+ Replace old $RPM_* shell vars with macros
|
+ 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
|
Thu Mar 22 14:20:44 UTC 2018 - dmulder@suse.com
|
||||||
|
|
||||||
|
@ -149,8 +149,8 @@ BuildRequires: libxslt-tools
|
|||||||
%if 0%{?suse_version} > 1220
|
%if 0%{?suse_version} > 1220
|
||||||
BuildRequires: libavahi-devel
|
BuildRequires: libavahi-devel
|
||||||
# To only BuildRequire systemd-rpm-macros leads to broken binaries
|
# To only BuildRequire systemd-rpm-macros leads to broken binaries
|
||||||
BuildRequires: systemd
|
BuildRequires: pkgconfig(systemd)
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: pkgconfig(libsystemd)
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?build_ctdb_pmda}
|
%if 0%{?build_ctdb_pmda}
|
||||||
BuildRequires: libpcp-devel
|
BuildRequires: libpcp-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user