Accepting request 949599 from YaST:Head
submitted by yast2-maintainers via jenkins OBS-URL: https://build.opensuse.org/request/show/949599 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libstorage-ng?expand=0&rev=149
This commit is contained in:
commit
9f788b475d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ab25421e6750ba4fc17d018dc6bc720e764d738bd519d3fbf61ff3e5253a6580
|
|
||||||
size 858556
|
|
3
libstorage-ng-4.4.78.tar.xz
Normal file
3
libstorage-ng-4.4.78.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:efd037dc746b0391879e8417082cdb6c4e31a632b68df8a59bcdff60218c2705
|
||||||
|
size 858512
|
@ -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
|
Wed Jan 26 12:35:49 UTC 2022 - opensuse-packaging@opensuse.org
|
||||||
|
|
||||||
|
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%define libname %{name}1
|
%define libname %{name}1
|
||||||
Name: libstorage-ng
|
Name: libstorage-ng
|
||||||
Version: 4.4.77
|
Version: 4.4.78
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for storage management
|
Summary: Library for storage management
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://github.com/openSUSE/libstorage-ng
|
Url: https://github.com/openSUSE/libstorage-ng
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
%if 0%{?suse_version} >= 1330
|
%if 0%{?suse_version} >= 1330
|
||||||
BuildRequires: libboost_headers-devel
|
BuildRequires: libboost_headers-devel
|
||||||
@ -38,8 +38,10 @@ BuildRequires: graphviz
|
|||||||
BuildRequires: grep
|
BuildRequires: grep
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: ruby
|
BuildRequires: ruby
|
||||||
BuildRequires: ruby-devel
|
BuildRequires: ruby-devel
|
||||||
|
BuildRequires: pkgconfig(python3)
|
||||||
%if 0%{?suse_version} == 1315
|
%if 0%{?suse_version} == 1315
|
||||||
# Using rubygem(test-unit) does not work since ruby2.1-stdlib claims to
|
# 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
|
# 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: glibc-langpack-fr
|
||||||
BuildRequires: json-c-devel
|
BuildRequires: json-c-devel
|
||||||
%else
|
%else
|
||||||
|
BuildRequires: glibc-locale
|
||||||
BuildRequires: libjson-c-devel
|
BuildRequires: libjson-c-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python-rpm-macros
|
|
||||||
BuildRequires: pkgconfig(python3)
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains libstorage-ng, a library for storage management.
|
This package contains libstorage-ng, a library for storage management.
|
||||||
@ -183,14 +183,11 @@ touch %{buildroot}/run/libstorage-ng/lock
|
|||||||
%find_lang libstorage-ng
|
%find_lang libstorage-ng
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %{name}-lang -f libstorage-ng.lang
|
%files -n %{name}-lang -f libstorage-ng.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc %dir %{_docdir}/%{name}
|
%doc %dir %{_docdir}/%{name}
|
||||||
%doc %{_docdir}/%{name}/AUTHORS
|
%doc %{_docdir}/%{name}/AUTHORS
|
||||||
%license %{_docdir}/%{name}/LICENSE
|
%license %{_docdir}/%{name}/LICENSE
|
||||||
@ -198,14 +195,12 @@ touch %{buildroot}/run/libstorage-ng/lock
|
|||||||
%ghost /run/libstorage-ng
|
%ghost /run/libstorage-ng
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libstorage-ng.so
|
%{_libdir}/libstorage-ng.so
|
||||||
%{_includedir}/storage
|
%{_includedir}/storage
|
||||||
%dir %{_docdir}/%{name}/autodocs
|
%dir %{_docdir}/%{name}/autodocs
|
||||||
%doc %{_docdir}/%{name}/autodocs/*
|
%doc %{_docdir}/%{name}/autodocs/*
|
||||||
|
|
||||||
%files python3
|
%files python3
|
||||||
%defattr(-,root,root)
|
|
||||||
%{python3_sitelib}/storage.py*
|
%{python3_sitelib}/storage.py*
|
||||||
%attr(755,root,root) %{python3_sitearch}/_storage.so
|
%attr(755,root,root) %{python3_sitearch}/_storage.so
|
||||||
# Fedora has brp-python-bytecompile so apparently they want those packaged
|
# Fedora has brp-python-bytecompile so apparently they want those packaged
|
||||||
@ -214,7 +209,6 @@ touch %{buildroot}/run/libstorage-ng/lock
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files ruby
|
%files ruby
|
||||||
%defattr(-,root,root)
|
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%{ruby_vendorarchdir}/storage.so
|
%{ruby_vendorarchdir}/storage.so
|
||||||
%else
|
%else
|
||||||
@ -222,12 +216,10 @@ touch %{buildroot}/run/libstorage-ng/lock
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files utils
|
%files utils
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{_prefix}/lib/libstorage-ng
|
%dir %{_prefix}/lib/libstorage-ng
|
||||||
%{_prefix}/lib/libstorage-ng/utils
|
%{_prefix}/lib/libstorage-ng/utils
|
||||||
|
|
||||||
%files integration-tests
|
%files integration-tests
|
||||||
%defattr(-,root,root)
|
|
||||||
%{python3_sitelib}/storageitu.py*
|
%{python3_sitelib}/storageitu.py*
|
||||||
%dir %{_prefix}/lib/libstorage-ng
|
%dir %{_prefix}/lib/libstorage-ng
|
||||||
%{_prefix}/lib/libstorage-ng/integration-tests
|
%{_prefix}/lib/libstorage-ng/integration-tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user