Update to 1.5.0 release
Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
75090bb109
commit
b5d6ac68ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
*.rpm
|
||||
x86_64/
|
||||
*~
|
||||
/osinfo-db-tools-1.5.0.tar.gz.asc
|
||||
|
@ -2,10 +2,10 @@
|
||||
|
||||
Summary: Tools for managing the osinfo database
|
||||
Name: osinfo-db-tools
|
||||
Version: 1.4.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.gz
|
||||
Source: https://releases.pagure.io/libosinfo/%{name}-%{version}.tar.gz
|
||||
URL: http://libosinfo.org/
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gettext-devel
|
||||
@ -15,6 +15,9 @@ BuildRequires: libxslt-devel >= 1.0.0
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: json-glib-devel
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
BuildRequires: python3
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-requests
|
||||
Requires: gvfs
|
||||
|
||||
%description
|
||||
@ -28,6 +31,13 @@ information about operating systems for use with virtualization
|
||||
%configure
|
||||
%__make %{?_smp_mflags} V=1
|
||||
|
||||
%check
|
||||
if ! make check
|
||||
then
|
||||
cat tests/test-suite.log || true
|
||||
exit 1
|
||||
fi
|
||||
|
||||
%install
|
||||
%__make install DESTDIR=%{buildroot}
|
||||
|
||||
@ -46,6 +56,9 @@ information about operating systems for use with virtualization
|
||||
%{_mandir}/man1/osinfo-db-validate.1*
|
||||
|
||||
%changelog
|
||||
* Thu May 09 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.5.0-1
|
||||
- Update to 1.5.0 release
|
||||
|
||||
* Thu Apr 11 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.4.0-2
|
||||
- rhbz#1698845: Require GVFS
|
||||
|
||||
|
3
sources
3
sources
@ -1 +1,2 @@
|
||||
SHA512 (osinfo-db-tools-1.4.0.tar.gz) = f4813f948551f630cc9936986abc3ef4455647ec529b353dc4fee71f8071beeebac0a2ee1988cede92ea3635bca9bedd400ac9f275e3f5592ff50236d97cfb91
|
||||
SHA512 (osinfo-db-tools-1.5.0.tar.gz) = baa42086ae13365e463064f0313228ec79d785a863b72c396d2a24d35496420d17ea09191629663c8c67ec46f3168f256ff50896053244cd0255be6ac08583d1
|
||||
SHA512 (osinfo-db-tools-1.5.0.tar.gz.asc) = 5497f750adc0c5c4de32bc24071d6487acb13dd7c9f34ba92efeb6d5b714577f5639cbebbe9fa18e7d5165eb613a1a32fe744ab8143bed3959c4064b6fabb793
|
||||
|
Loading…
Reference in New Issue
Block a user