2016-08-04 15:42:15 +00:00
|
|
|
# -*- rpm-spec -*-
|
|
|
|
|
|
|
|
Summary: Tools for managing the osinfo database
|
|
|
|
Name: osinfo-db-tools
|
2021-02-03 08:34:24 +00:00
|
|
|
Version: 1.9.0
|
|
|
|
Release: 1%{?dist}
|
2016-08-04 15:42:15 +00:00
|
|
|
License: GPLv2+
|
2019-11-29 15:03:55 +00:00
|
|
|
Source: https://releases.pagure.io/libosinfo/%{name}-%{version}.tar.xz
|
2016-08-04 15:42:15 +00:00
|
|
|
URL: http://libosinfo.org/
|
2019-06-03 08:17:04 +00:00
|
|
|
|
|
|
|
### Patches ###
|
|
|
|
|
2019-11-29 15:03:55 +00:00
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: gcc
|
2019-03-01 16:42:02 +00:00
|
|
|
BuildRequires: gettext-devel
|
2019-06-03 08:17:04 +00:00
|
|
|
BuildRequires: git
|
2016-08-04 15:42:15 +00:00
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: libxml2-devel >= 2.6.0
|
|
|
|
BuildRequires: libxslt-devel >= 1.0.0
|
|
|
|
BuildRequires: libarchive-devel
|
2019-07-26 20:13:49 +00:00
|
|
|
BuildRequires: libsoup-devel
|
2019-02-01 16:24:41 +00:00
|
|
|
BuildRequires: json-glib-devel
|
2016-08-04 15:42:15 +00:00
|
|
|
BuildRequires: /usr/bin/pod2man
|
2019-05-09 08:36:42 +00:00
|
|
|
BuildRequires: python3
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
BuildRequires: python3-requests
|
2016-08-04 15:42:15 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package provides tools for managing the osinfo database of
|
|
|
|
information about operating systems for use with virtualization
|
|
|
|
|
|
|
|
%prep
|
2019-06-03 08:17:04 +00:00
|
|
|
%autosetup -S git
|
2016-08-04 15:42:15 +00:00
|
|
|
|
|
|
|
%build
|
2019-11-29 15:03:55 +00:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2016-08-04 15:42:15 +00:00
|
|
|
|
2019-05-09 08:36:42 +00:00
|
|
|
%check
|
2019-11-29 15:03:55 +00:00
|
|
|
%meson_test
|
2019-05-09 08:36:42 +00:00
|
|
|
|
2016-08-04 15:42:15 +00:00
|
|
|
%install
|
2019-11-29 15:03:55 +00:00
|
|
|
%meson_install
|
2016-08-04 15:42:15 +00:00
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2019-11-29 15:03:55 +00:00
|
|
|
%doc NEWS README
|
2016-08-04 15:42:15 +00:00
|
|
|
%license COPYING
|
|
|
|
%{_bindir}/osinfo-db-export
|
|
|
|
%{_bindir}/osinfo-db-import
|
|
|
|
%{_bindir}/osinfo-db-path
|
|
|
|
%{_bindir}/osinfo-db-validate
|
|
|
|
%{_mandir}/man1/osinfo-db-export.1*
|
|
|
|
%{_mandir}/man1/osinfo-db-import.1*
|
|
|
|
%{_mandir}/man1/osinfo-db-path.1*
|
|
|
|
%{_mandir}/man1/osinfo-db-validate.1*
|
|
|
|
|
|
|
|
%changelog
|
2021-02-03 08:34:24 +00:00
|
|
|
* Wed Feb 03 2021 Fabiano Fidêncio <fidencio@redhat.com> - 1.9.0-1
|
|
|
|
- Update to 1.9.0 release
|
|
|
|
|
2021-01-26 22:44:11 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 12:57:06 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-30 07:42:59 +00:00
|
|
|
* Sat May 30 2020 Fabiano Fidêncio <fidencio@redhat.com> - 1.8.0-1
|
|
|
|
- Update to 1.8.0 release
|
|
|
|
|
2020-01-29 20:36:15 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-11-29 15:03:55 +00:00
|
|
|
* Fri Nov 29 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.7.0-1
|
|
|
|
- Update to 1.7.0 release
|
|
|
|
|
2019-07-26 20:13:49 +00:00
|
|
|
* Fri Jul 26 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.6.0-1
|
|
|
|
- Update to 1.6.0 release
|
|
|
|
|
2019-07-25 23:46:16 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-03 08:17:04 +00:00
|
|
|
* Mon Jun 03 2019 Fabiano Fidêncio <fidencio@redhat.com> -1.5.0-2
|
|
|
|
- Fix coverity issues
|
|
|
|
|
2019-05-09 08:36:42 +00:00
|
|
|
* Thu May 09 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.5.0-1
|
|
|
|
- Update to 1.5.0 release
|
|
|
|
|
2019-04-11 15:02:15 +00:00
|
|
|
* Thu Apr 11 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.4.0-2
|
|
|
|
- rhbz#1698845: Require GVFS
|
|
|
|
|
2019-03-01 16:42:02 +00:00
|
|
|
* Fri Mar 01 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.4.0-1
|
|
|
|
- Update to 1.4.0 release
|
|
|
|
|
2019-02-01 16:24:41 +00:00
|
|
|
* Fri Feb 01 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.3.0-1
|
|
|
|
- Update to 1.3.0 release
|
|
|
|
|
2018-07-13 15:19:02 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-20 10:12:30 +00:00
|
|
|
* Wed Jun 20 2018 Daniel P. Berrangé <berrange@redhat.com> - 1.2.0-1
|
|
|
|
- Update to 1.2.0 release
|
|
|
|
|
2018-02-08 18:00:50 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 04:41:09 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 01:59:43 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 01:05:11 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-10-26 08:48:58 +00:00
|
|
|
* Wed Oct 26 2016 Daniel P. Berrange <berrange@redhat.com> - 1.1.0-1
|
|
|
|
- Update to 1.1.0 release
|
|
|
|
|
2016-08-04 15:42:15 +00:00
|
|
|
* Fri Jul 29 2016 Daniel P. Berrange <berrange@redhat.com> - 1.0.0-1
|
|
|
|
- Initial package after split from libosinfo (rhbz #1361594)
|