From 71f59c858ca4542753cac3605f32a92660b643c6d1b26c2eb9b603eb32f5a5f9 Mon Sep 17 00:00:00 2001 From: Raymund Will Date: Mon, 10 Feb 2020 13:14:31 +0000 Subject: [PATCH] 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 --- ipmctl.changes | 6 ++++++ ipmctl.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ipmctl.changes b/ipmctl.changes index 6fa53d1..8f59193 100644 --- a/ipmctl.changes +++ b/ipmctl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 3 13:58:05 UTC 2020 - Dominique Leuenberger + +- 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 diff --git a/ipmctl.spec b/ipmctl.spec index 53ac6a9..d6c6ee5 100644 --- a/ipmctl.spec +++ b/ipmctl.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 License: BSD-3-Clause Group: System/Management -Url: https://github.com/intel/ipmctl +URL: https://github.com/intel/ipmctl %if "%{vgit}" == "" Source: https://github.com/intel/ipmctl/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz %else @@ -50,9 +50,9 @@ BuildRequires: python BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig -BuildRequires: systemd BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(libndctl) >= 58.2 +BuildRequires: pkgconfig(systemd) # for SafeC BuildRequires: autoconf BuildRequires: automake