Accepting request 590606 from YaST:Head
submitted by yast2-maintainers via jenkins OBS-URL: https://build.opensuse.org/request/show/590606 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libstorage-ng?expand=0&rev=16
This commit is contained in:
commit
6610a18c42
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:191f1e7d90e10fd1d4913ae292acc3f015bec4b37cc16ef5a51b86f14b56848c
|
|
||||||
size 555864
|
|
3
libstorage-ng-3.3.200.tar.xz
Normal file
3
libstorage-ng-3.3.200.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:002db4695d5d306209b1ad18f529690194d868923f08d4c2d8b1adec21b374a9
|
||||||
|
size 557776
|
@ -1,3 +1,43 @@
|
|||||||
|
--------------------------------------------------------------------
|
||||||
|
Fri Mar 23 09:31:06 UTC 2018 - aschnell@suse.de
|
||||||
|
|
||||||
|
- merge gh#openSUSE/libstorage-ng#501
|
||||||
|
- make LockException available in API
|
||||||
|
- 3.3.200
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Wed Mar 21 09:08:07 UTC 2018 - aschnell@suse.de
|
||||||
|
|
||||||
|
- merge gh#openSUSE/libstorage-ng#500
|
||||||
|
- extended documentation
|
||||||
|
- 3.3.199
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Tue Mar 20 17:19:17 UTC 2018 - aschnell@suse.de
|
||||||
|
|
||||||
|
- merge gh#openSUSE/libstorage-ng#499
|
||||||
|
- provide reasons why resize is not possible
|
||||||
|
- added unit tests
|
||||||
|
- added integration tests
|
||||||
|
- use more common notation
|
||||||
|
- 3.3.198
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Tue Mar 20 12:36:05 UTC 2018 - aschnell@suse.de
|
||||||
|
|
||||||
|
- merge gh#openSUSE/libstorage-ng#498
|
||||||
|
- added workaround for cryptsetup exit code regression (see
|
||||||
|
bsc#1082640)
|
||||||
|
- added convenience function
|
||||||
|
- 3.3.197
|
||||||
|
|
||||||
|
--------------------------------------------------------------------
|
||||||
|
Mon Mar 19 09:17:47 UTC 2018 - jlopez@suse.com
|
||||||
|
|
||||||
|
- merge gh#openSUSE/libstorage-ng#497
|
||||||
|
- Enable exception
|
||||||
|
- 3.3.196
|
||||||
|
|
||||||
--------------------------------------------------------------------
|
--------------------------------------------------------------------
|
||||||
Fri Mar 16 13:58:12 UTC 2018 - aschnell@suse.de
|
Fri Mar 16 13:58:12 UTC 2018 - aschnell@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define libname %{name}1
|
%define libname %{name}1
|
||||||
Name: libstorage-ng
|
Name: libstorage-ng
|
||||||
Version: 3.3.195
|
Version: 3.3.200
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for storage management
|
Summary: Library for storage management
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -163,8 +163,8 @@ make %{?_smp_mflags} check LOCALEDIR=%{buildroot}%{_datadir}/locale
|
|||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
find %{buildroot} -type f -name "*.pyc" -delete -print
|
find %{buildroot} -type f -name "*.pyc" -delete -print
|
||||||
|
|
||||||
install -d -m 755 %{buildroot}/run/libstorage
|
install -d -m 755 %{buildroot}/run/libstorage-ng
|
||||||
touch %{buildroot}/run/libstorage/lock
|
touch %{buildroot}/run/libstorage-ng/lock
|
||||||
|
|
||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
@ -181,7 +181,7 @@ touch %{buildroot}/run/libstorage/lock
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS LICENSE
|
%doc AUTHORS LICENSE
|
||||||
%{_libdir}/libstorage-ng.so.*
|
%{_libdir}/libstorage-ng.so.*
|
||||||
%ghost /run/libstorage
|
%ghost /run/libstorage-ng
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user