From 63adb93da2b521f523a592749fe725954e10ce7ba766dd328b1f4766189747f6 Mon Sep 17 00:00:00 2001 From: Steffen Winterfeldt Date: Fri, 28 Jan 2022 08:00:25 +0000 Subject: [PATCH] - release 4.4.78 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/libstorage-ng?expand=0&rev=817 --- libstorage-ng-4.4.77.tar.xz | 3 --- libstorage-ng-4.4.78.tar.xz | 3 +++ libstorage-ng.changes | 7 +++++++ libstorage-ng.spec | 18 +++++------------- 4 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 libstorage-ng-4.4.77.tar.xz create mode 100644 libstorage-ng-4.4.78.tar.xz diff --git a/libstorage-ng-4.4.77.tar.xz b/libstorage-ng-4.4.77.tar.xz deleted file mode 100644 index 7d80923..0000000 --- a/libstorage-ng-4.4.77.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab25421e6750ba4fc17d018dc6bc720e764d738bd519d3fbf61ff3e5253a6580 -size 858556 diff --git a/libstorage-ng-4.4.78.tar.xz b/libstorage-ng-4.4.78.tar.xz new file mode 100644 index 0000000..fa35672 --- /dev/null +++ b/libstorage-ng-4.4.78.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd037dc746b0391879e8417082cdb6c4e31a632b68df8a59bcdff60218c2705 +size 858512 diff --git a/libstorage-ng.changes b/libstorage-ng.changes index 28b2a6a..948a4e2 100644 --- a/libstorage-ng.changes +++ b/libstorage-ng.changes @@ -1,3 +1,10 @@ +-------------------------------------------------------------------- +Fri Jan 28 07:56:57 UTC 2022 - aschnell@suse.com + +- merge gh#openSUSE/libstorage-ng#858 +- Add glibc-locale buildrequires for testsuite on SUSE distros +- 4.4.78 + -------------------------------------------------------------------- Wed Jan 26 12:35:49 UTC 2022 - opensuse-packaging@opensuse.org diff --git a/libstorage-ng.spec b/libstorage-ng.spec index 221b943..c7bf02b 100644 --- a/libstorage-ng.spec +++ b/libstorage-ng.spec @@ -18,12 +18,12 @@ %define libname %{name}1 Name: libstorage-ng -Version: 4.4.77 +Version: 4.4.78 Release: 0 Summary: Library for storage management License: GPL-2.0-only Group: System/Libraries -Url: http://github.com/openSUSE/libstorage-ng +Url: https://github.com/openSUSE/libstorage-ng Source: %{name}-%{version}.tar.xz %if 0%{?suse_version} >= 1330 BuildRequires: libboost_headers-devel @@ -38,8 +38,10 @@ BuildRequires: graphviz BuildRequires: grep BuildRequires: libtool BuildRequires: pkgconfig +BuildRequires: python-rpm-macros BuildRequires: ruby BuildRequires: ruby-devel +BuildRequires: pkgconfig(python3) %if 0%{?suse_version} == 1315 # Using rubygem(test-unit) does not work since ruby2.1-stdlib claims to # provide rubygem(test-unit). But that is plain wrong. The version in @@ -57,11 +59,9 @@ BuildRequires: glibc-langpack-en BuildRequires: glibc-langpack-fr BuildRequires: json-c-devel %else +BuildRequires: glibc-locale BuildRequires: libjson-c-devel %endif -BuildRequires: python-rpm-macros -BuildRequires: pkgconfig(python3) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains libstorage-ng, a library for storage management. @@ -183,14 +183,11 @@ touch %{buildroot}/run/libstorage-ng/lock %find_lang libstorage-ng %post -n %{libname} -p /sbin/ldconfig - %postun -n %{libname} -p /sbin/ldconfig %files -n %{name}-lang -f libstorage-ng.lang -%defattr(-,root,root) %files -n %{libname} -%defattr(-,root,root) %doc %dir %{_docdir}/%{name} %doc %{_docdir}/%{name}/AUTHORS %license %{_docdir}/%{name}/LICENSE @@ -198,14 +195,12 @@ touch %{buildroot}/run/libstorage-ng/lock %ghost /run/libstorage-ng %files devel -%defattr(-,root,root) %{_libdir}/libstorage-ng.so %{_includedir}/storage %dir %{_docdir}/%{name}/autodocs %doc %{_docdir}/%{name}/autodocs/* %files python3 -%defattr(-,root,root) %{python3_sitelib}/storage.py* %attr(755,root,root) %{python3_sitearch}/_storage.so # Fedora has brp-python-bytecompile so apparently they want those packaged @@ -214,7 +209,6 @@ touch %{buildroot}/run/libstorage-ng/lock %endif %files ruby -%defattr(-,root,root) %if 0%{?fedora} %{ruby_vendorarchdir}/storage.so %else @@ -222,12 +216,10 @@ touch %{buildroot}/run/libstorage-ng/lock %endif %files utils -%defattr(-,root,root) %dir %{_prefix}/lib/libstorage-ng %{_prefix}/lib/libstorage-ng/utils %files integration-tests -%defattr(-,root,root) %{python3_sitelib}/storageitu.py* %dir %{_prefix}/lib/libstorage-ng %{_prefix}/lib/libstorage-ng/integration-tests