From 7e1d77ea06bda780498bfbb549b10dc8078b0cb5c8da0260d240a8870b1e78e6 Mon Sep 17 00:00:00 2001 From: Raymund Will Date: Tue, 9 Feb 2021 14:26:30 +0000 Subject: [PATCH] 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 --- ChangeLog.xz | 4 ++-- ipmctl-02.00.00.3733.tar.gz | 3 --- ipmctl-02.00.00.3833.tar.gz | 3 +++ ipmctl.changes | 6 ++++++ ipmctl.spec | 8 +++++--- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 ipmctl-02.00.00.3733.tar.gz create mode 100644 ipmctl-02.00.00.3833.tar.gz diff --git a/ChangeLog.xz b/ChangeLog.xz index f963ccc..1f47f90 100644 --- a/ChangeLog.xz +++ b/ChangeLog.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6af69b16c2643f0005de067875c838cc1a32ede2e0986c199e5897e2b757e7dd -size 40300 +oid sha256:d7ab43cfdb582cfd6a76fbe3c52d8c3b5e4ed0ada1eb7101b0149c39b7a2bd85 +size 11660 diff --git a/ipmctl-02.00.00.3733.tar.gz b/ipmctl-02.00.00.3733.tar.gz deleted file mode 100644 index 4cfe556..0000000 --- a/ipmctl-02.00.00.3733.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7647f06d8b64bba9566acd63c1ca638e2039a35d61dfc3aae226fff0ce1e9adc -size 10455836 diff --git a/ipmctl-02.00.00.3833.tar.gz b/ipmctl-02.00.00.3833.tar.gz new file mode 100644 index 0000000..88e9ca9 --- /dev/null +++ b/ipmctl-02.00.00.3833.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3449fbab5c209bd98fd2e3c5375ccac663a2a04bf6f66cb996527c12f22591e +size 10459404 diff --git a/ipmctl.changes b/ipmctl.changes index 001e0c6..7964526 100644 --- a/ipmctl.changes +++ b/ipmctl.changes @@ -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 diff --git a/ipmctl.spec b/ipmctl.spec index 6a7ac70..5fe7704 100644 --- a/ipmctl.spec +++ b/ipmctl.spec @@ -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)