Accepting request 501805 from home:dimstar:Factory

- BuildRequire pkgconfig(systemd) instead of systemd-devel: this
  allows OBS to chose systemd-mini and produce a better
  rebuild-chain.

OBS-URL: https://build.opensuse.org/request/show/501805
OBS-URL: https://build.opensuse.org/package/show/science:HPC/rdma-core?expand=0&rev=33
This commit is contained in:
Nicolas Morey-Chaisemartin 2017-06-08 05:43:30 +00:00 committed by Git OBS Bridge
parent 75d72844d0
commit 28f3eec941
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jun 7 18:45:12 UTC 2017 - dimstar@opensuse.org
- BuildRequire pkgconfig(systemd) instead of systemd-devel: this
allows OBS to chose systemd-mini and produce a better
rebuild-chain.
-------------------------------------------------------------------
Wed Jun 7 13:02:09 UTC 2017 - nmoreychaisemartin@suse.com

View File

@ -52,7 +52,7 @@ BuildRequires: cmake >= 2.8.11
BuildRequires: gcc
BuildRequires: libudev-devel
BuildRequires: pkgconfig
BuildRequires: systemd-devel
BuildRequires: pkgconfig(systemd)
%ifnarch s390 s390x
BuildRequires: valgrind-devel
%endif