- Remove build dependency on python2. [bsc#1111020]
From <https://en.opensuse.org/openSUSE:Packaging_Python_Singlespec#BuildRequires>: "If you need to BuildRequire "python", you can instead use %pythons: BuildRequires: %{pythons} " OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/ipmctl?expand=0&rev=11
This commit is contained in:
parent
f5bb755d22
commit
a85be28144
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 10 14:28:25 UTC 2018 - rw@suse.com
|
||||||
|
|
||||||
|
- Remove build dependency on python2. [bsc#1111020]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 10 15:28:34 UTC 2018 - rw@suse.com
|
Fri Aug 10 15:28:34 UTC 2018 - rw@suse.com
|
||||||
|
|
||||||
|
15
ipmctl.spec
15
ipmctl.spec
@ -15,25 +15,26 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: ipmctl
|
Name: ipmctl
|
||||||
Version: 01.00.00.3102
|
Version: 01.00.00.3102
|
||||||
Release: 0
|
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
|
||||||
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
|
||||||
Source1: %{name}-rpmlintrc
|
Source1: %{name}-rpmlintrc
|
||||||
Patch1: ipmctl-fix-SLE12-build.patch
|
Patch1: ipmctl-fix-SLE12-build.patch
|
||||||
|
|
||||||
Requires: libipmctl2%{?_isa} = %{version}-%{release}
|
Requires: libipmctl2%{?_isa} = %{version}-%{release}
|
||||||
|
BuildRequires: %{pythons}
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: python2
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(libndctl)
|
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
BuildRequires: pkgconfig(libndctl)
|
||||||
Obsoletes: ixpdimm-cli < 01.00.00.3000
|
Obsoletes: ixpdimm-cli < 01.00.00.3000
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
@ -48,10 +49,6 @@ Supports functionality to:
|
|||||||
* Track performance of PMMs.
|
* Track performance of PMMs.
|
||||||
* Debug and troubleshoot PMMs.
|
* Debug and troubleshoot PMMs.
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n %{name}-%{version}
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%package -n ipmctl-monitor
|
%package -n ipmctl-monitor
|
||||||
Summary: Daemon for monitoring the status of Intel PMM
|
Summary: Daemon for monitoring the status of Intel PMM
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
@ -94,6 +91,10 @@ Obsoletes: ixpdimm_sw-devel < 01.00.00.3000
|
|||||||
%description -n ipmctl-devel
|
%description -n ipmctl-devel
|
||||||
API for development of Intel Optane DC persistent memory management utilities.
|
API for development of Intel Optane DC persistent memory management utilities.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{name}-%{version}
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -DBUILDNUM=%{version} -DCMAKE_INSTALL_PREFIX=/ \
|
%cmake -DBUILDNUM=%{version} -DCMAKE_INSTALL_PREFIX=/ \
|
||||||
-DLINUX_PRODUCT_NAME=%{name} \
|
-DLINUX_PRODUCT_NAME=%{name} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user