- release 4.5.53
OBS-URL: https://build.opensuse.org/package/show/YaST:Head/libstorage-ng?expand=0&rev=891
This commit is contained in:
parent
de3df70b4d
commit
817fa283bd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:071336609809f765f63684ffda4cc102365305932fe116735e30b53eb30a5914
|
||||
size 886916
|
3
libstorage-ng-4.5.53.tar.xz
Normal file
3
libstorage-ng-4.5.53.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d64f3f8d054bf4d0b8fe57003720d0ca3d020688d1a02c188ba325c513a00f5
|
||||
size 888816
|
@ -1,3 +1,13 @@
|
||||
--------------------------------------------------------------------
|
||||
Fri Nov 25 11:37:41 UTC 2022 - aschnell@suse.com
|
||||
|
||||
- merge gh#openSUSE/libstorage-ng#905
|
||||
- read filters for udev links from config file
|
||||
- limit allowed by-id links for NVMEs (bsc#1205352)
|
||||
- make integration-tests subpackage noarch
|
||||
- cleanup
|
||||
- 4.5.53
|
||||
|
||||
--------------------------------------------------------------------
|
||||
Thu Nov 10 23:06:18 UTC 2022 - aschnell@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define libname %{name}1
|
||||
Name: libstorage-ng
|
||||
Version: 4.5.52
|
||||
Version: 4.5.53
|
||||
Release: 0
|
||||
Summary: Library for storage management
|
||||
License: GPL-2.0-only
|
||||
@ -149,6 +149,7 @@ This package contains utils for libstorage-ng.
|
||||
Summary: Integration tests for libstorage-ng
|
||||
Group: Development/Tools/Other
|
||||
Requires: libstorage-ng-python3
|
||||
BuildArch: noarch
|
||||
|
||||
%description integration-tests
|
||||
This package contains integration tests for libstorage-ng.
|
||||
@ -162,13 +163,15 @@ export CXXFLAGS="%{optflags} -DNDEBUG"
|
||||
|
||||
autoreconf -fvi
|
||||
%configure \
|
||||
--docdir="%{_docdir}/%{name}" \
|
||||
--disable-static \
|
||||
--disable-silent-rules
|
||||
--docdir="%{_docdir}/%{name}" \
|
||||
--disable-static \
|
||||
--disable-silent-rules
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check VERBOSE=1 LOCALEDIR=%{buildroot}%{_datadir}/locale
|
||||
make %{?_smp_mflags} check VERBOSE=1 \
|
||||
LIBSTORAGE_CONFDIR=%{buildroot}%{_datadir}/libstorage \
|
||||
LIBSTORAGE_LOCALEDIR=%{buildroot}%{_datadir}/locale
|
||||
|
||||
%install
|
||||
%make_install
|
||||
@ -193,6 +196,8 @@ touch %{buildroot}/run/libstorage-ng/lock
|
||||
%license %{_docdir}/%{name}/LICENSE
|
||||
%{_libdir}/libstorage-ng.so.*
|
||||
%ghost /run/libstorage-ng
|
||||
%dir %{_datadir}/libstorage
|
||||
%{_datadir}/libstorage/udev-filters.json
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libstorage-ng.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user