Accepting request 870554 from home:rwill:branches:hardware:nvdimm

- Update to version 02.00.00.3833

OBS-URL: https://build.opensuse.org/request/show/870554
OBS-URL: https://build.opensuse.org/package/show/hardware:nvdimm/ipmctl?expand=0&rev=39
This commit is contained in:
Raymund Will 2021-02-09 14:26:30 +00:00 committed by Git OBS Bridge
parent 7ff545d2de
commit 7e1d77ea06
5 changed files with 16 additions and 8 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6af69b16c2643f0005de067875c838cc1a32ede2e0986c199e5897e2b757e7dd
size 40300
oid sha256:d7ab43cfdb582cfd6a76fbe3c52d8c3b5e4ed0ada1eb7101b0149c39b7a2bd85
size 11660

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7647f06d8b64bba9566acd63c1ca638e2039a35d61dfc3aae226fff0ce1e9adc
size 10455836

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b3449fbab5c209bd98fd2e3c5375ccac663a2a04bf6f66cb996527c12f22591e
size 10459404

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 11 13:05:13 UTC 2020 - rw@suse.com
- Update to version 02.00.00.3833
(For detailed changes see 'ChangeLog.xz')
-------------------------------------------------------------------
Tue Mar 10 14:06:35 UTC 2020 - rw@suse.com

View File

@ -21,7 +21,7 @@
%define vgit %{nil}
Name: ipmctl
Version: 02.00.00.3733
Version: 02.00.00.3833
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)