Accepting request 817872 from YaST:Head

submitted by yast2-maintainers via jenkins

OBS-URL: https://build.opensuse.org/request/show/817872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libstorage-ng?expand=0&rev=87
This commit is contained in:
Dominique Leuenberger 2020-07-01 12:26:02 +00:00 committed by Git OBS Bridge
commit 3ac7585f37
4 changed files with 42 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,37 @@
--------------------------------------------------------------------
Tue Jun 30 12:38:47 UTC 2020 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#753
- Fixes for %_libexecdir changing to /usr/libexec
- 4.3.32
--------------------------------------------------------------------
Mon Jun 29 15:04:21 UTC 2020 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#758
- extended integration test
- added integration test
- added const
- coding style
- minor code and test improvements
- 4.3.31
--------------------------------------------------------------------
Mon Jun 29 13:54:13 UTC 2020 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#757
- also add a UsedFeature for pmem devices
- 4.3.30
--------------------------------------------------------------------
Mon Jun 29 12:41:11 UTC 2020 - aschnell@suse.com
- merge gh#openSUSE/libstorage-ng#756
- merge gh#openSUSE/libstorage-ng#754
- added UsedFeature for NVMe disks (for bsc#1172866)
- Bsc1172866
- 4.3.29
--------------------------------------------------------------------
Mon Jun 22 08:23:32 UTC 2020 - aschnell@suse.com

View File

@ -18,7 +18,7 @@
%define libname %{name}1
Name: libstorage-ng
Version: 4.3.28
Version: 4.3.32
Release: 0
Summary: Library for storage management
License: GPL-2.0-only
@ -206,13 +206,13 @@ touch %{buildroot}/run/libstorage-ng/lock
%files utils
%defattr(-,root,root)
%dir %{_libexecdir}/libstorage-ng
%{_libexecdir}/libstorage-ng/utils
%dir %{_prefix}/lib/libstorage-ng
%{_prefix}/lib/libstorage-ng/utils
%files integration-tests
%defattr(-,root,root)
%{python3_sitelib}/storageitu.py*
%dir %{_libexecdir}/libstorage-ng
%{_libexecdir}/libstorage-ng/integration-tests
%dir %{_prefix}/lib/libstorage-ng
%{_prefix}/lib/libstorage-ng/integration-tests
%changelog