Steffen Winterfeldt 2018-03-23 09:36:42 +00:00 committed by Git OBS Bridge
parent ab8860288a
commit 196b59be96
4 changed files with 14 additions and 7 deletions

View File

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

View File

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

View File

@ -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

View File

@ -18,7 +18,7 @@
%define libname %{name}1
Name: libstorage-ng
Version: 3.3.199
Version: 3.3.200
Release: 0
Summary: Library for storage management
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 "*.pyc" -delete -print
install -d -m 755 %{buildroot}/run/libstorage
touch %{buildroot}/run/libstorage/lock
install -d -m 755 %{buildroot}/run/libstorage-ng
touch %{buildroot}/run/libstorage-ng/lock
%fdupes -s %{buildroot}
@ -181,7 +181,7 @@ touch %{buildroot}/run/libstorage/lock
%defattr(-,root,root)
%doc AUTHORS LICENSE
%{_libdir}/libstorage-ng.so.*
%ghost /run/libstorage
%ghost /run/libstorage-ng
%files devel
%defattr(-,root,root)