Accepting request 870667 from hardware:nvdimm
OBS-URL: https://build.opensuse.org/request/show/870667 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ipmctl?expand=0&rev=11
This commit is contained in:
commit
8754136701
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6af69b16c2643f0005de067875c838cc1a32ede2e0986c199e5897e2b757e7dd
|
||||
size 40300
|
||||
oid sha256:af5aab415192d288a3ff88f37ca2892906b3ab4e24ec2dc59e6b6fc12dc1db0c
|
||||
size 13144
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7647f06d8b64bba9566acd63c1ca638e2039a35d61dfc3aae226fff0ce1e9adc
|
||||
size 10455836
|
3
ipmctl-02.00.00.3847.tar.gz
Normal file
3
ipmctl-02.00.00.3847.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e071f92a606b75ad52aa749123fe1318d1cd13997ad3f1e699a2ee3d719eacf1
|
||||
size 10461850
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 9 14:57:36 UTC 2021 - rw@suse.com
|
||||
|
||||
- Update to version 02.00.00.3847 [jsc#SLE-12711]
|
||||
(For detailed changes see 'ChangeLog.xz')
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 11 13:05:13 UTC 2020 - rw@suse.com
|
||||
|
||||
- Update to version 02.00.00.3833
|
||||
- Fix create goal command. [bsc#1174807]
|
||||
(For detailed changes see 'ChangeLog.xz')
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 10 14:06:35 UTC 2020 - rw@suse.com
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define vgit %{nil}
|
||||
|
||||
Name: ipmctl
|
||||
Version: 02.00.00.3733
|
||||
Version: 02.00.00.3847
|
||||
Release: 0
|
||||
Summary: Utility for managing Intel Optane persistent memory modules
|
||||
License: BSD-3-Clause
|
||||
@ -120,7 +120,7 @@ diff -u CMakeLists.txt{.00,} || sleep 4
|
||||
%cmake_install
|
||||
mkdir -p %{buildroot}%{_sbindir}
|
||||
rm -f %{buildroot}%{_datadir}/doc/ipmctl/ipmctl_default.conf
|
||||
rm -f %{buildroot}%{_libdir}/*.so.%{abi}
|
||||
rm -f %{buildroot}%{_datadir}/doc/ipmctl/LICENSE
|
||||
install -m 444 -p "%{SOURCE1}" .
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
@ -129,6 +129,7 @@ install -m 444 -p "%{SOURCE1}" .
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE
|
||||
%doc README.md CONTRIBUTING.md
|
||||
%doc ChangeLog.xz
|
||||
@ -140,8 +141,9 @@ install -m 444 -p "%{SOURCE1}" .
|
||||
%config %{_sysconfdir}/%{name}.conf
|
||||
%config %{_sysconfdir}/logrotate.d/%{name}
|
||||
%dir %{_localstatedir}/log/%{name}
|
||||
|
||||
#files -n lib%%{name}%%{abi}
|
||||
%{_libdir}/lib%{name}.so.%{abi}.*
|
||||
%{_libdir}/lib%{name}.so.%{abi}*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user