50 lines
1.4 KiB
RPMSpec
50 lines
1.4 KiB
RPMSpec
# -*- rpm-spec -*-
|
|
|
|
Summary: osinfo database files
|
|
Name: osinfo-db
|
|
Version: 20170121
|
|
Release: 1%{?dist}
|
|
License: LGPLv2+
|
|
Source0: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz
|
|
Source1: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz.asc
|
|
URL: http://libosinfo.org/
|
|
BuildRequires: intltool
|
|
BuildRequires: osinfo-db-tools
|
|
BuildArch: noarch
|
|
Requires: hwdata
|
|
|
|
%description
|
|
The osinfo database provides information about operating systems and
|
|
hypervisor platforms to facilitate the automated configuration and
|
|
provisioning of new virtual machines
|
|
|
|
%install
|
|
osinfo-db-import --root %{buildroot} --dir %{_datadir}/osinfo %{SOURCE0}
|
|
|
|
%files
|
|
%dir %{_datadir}/osinfo/
|
|
%{_datadir}/osinfo/VERSION
|
|
%{_datadir}/osinfo/LICENSE
|
|
%{_datadir}/osinfo/datamap
|
|
%{_datadir}/osinfo/device
|
|
%{_datadir}/osinfo/os
|
|
%{_datadir}/osinfo/platform
|
|
%{_datadir}/osinfo/install-script
|
|
%{_datadir}/osinfo/schema
|
|
|
|
%changelog
|
|
* Sat Jan 21 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170121-1
|
|
- Update to new release
|
|
|
|
* Sat Jan 14 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170114-1
|
|
- Update to new release
|
|
|
|
* Sat Jan 07 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170107-1
|
|
- Update to new release
|
|
|
|
* Wed Oct 26 2016 Daniel P. Berrange <berrange@redhat.com> - 20161026-1
|
|
- Update to new release
|
|
|
|
* Fri Jul 29 2016 Daniel P. Berrange <berrange@redhat.com> - 20160728-1
|
|
- Initial package after split from libosinfo (rhbz #1361596)
|