- release 3.3.200
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/libstorage-ng?expand=0&rev=229
This commit is contained in:
parent
ab8860288a
commit
196b59be96
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8aefbaf4d813aabf200563e21902b59def7d4f7d3e9e65ac056a50393737b115
|
|
||||||
size 557636
|
|
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,10 @@
|
|||||||
|
--------------------------------------------------------------------
|
||||||
|
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
|
Wed Mar 21 09:08:07 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.199
|
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