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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user