SHA256
1
0
forked from pool/ipmctl

Accepting request 769595 from home:dimstar:Factory

Shortcut through -mini

OBS-URL: https://build.opensuse.org/request/show/769595
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/ipmctl?expand=0&rev=32
This commit is contained in:
Raymund Will 2020-02-10 13:14:31 +00:00 committed by Git OBS Bridge
parent 52d6cc5d5f
commit 71f59c858c
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 3 13:58:05 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
shortcut through the -mini flavors.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 13 13:49:54 UTC 2019 - rw@suse.com Fri Dec 13 13:49:54 UTC 2019 - rw@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ipmctl # spec file for package ipmctl
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -28,7 +28,7 @@ Release: 0
Summary: Utility for managing Intel Optane DC persistent memory modules Summary: Utility for managing Intel Optane DC persistent memory modules
License: BSD-3-Clause License: BSD-3-Clause
Group: System/Management Group: System/Management
Url: https://github.com/intel/ipmctl URL: https://github.com/intel/ipmctl
%if "%{vgit}" == "" %if "%{vgit}" == ""
Source: https://github.com/intel/ipmctl/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: https://github.com/intel/ipmctl/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
%else %else
@ -50,9 +50,9 @@ BuildRequires: python
BuildRequires: cmake BuildRequires: cmake
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: systemd
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(libndctl) >= 58.2 BuildRequires: pkgconfig(libndctl) >= 58.2
BuildRequires: pkgconfig(systemd)
# for SafeC # for SafeC
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: automake BuildRequires: automake