Blame SPECS/osinfo-db.spec

70ab2c
# -*- rpm-spec -*-
70ab2c
70ab2c
%define PatchedSource ../%{name}-%{version}-patched.tar.xz
70ab2c
70ab2c
Summary: osinfo database files
70ab2c
Name: osinfo-db
5db7dc
Version: 20181214
c73b4a
Release: 1%{?dist}
70ab2c
License: LGPLv2+
70ab2c
Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz
70ab2c
Source1: /https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz.asc
70ab2c
URL: http://libosinfo.org/
70ab2c
BuildRequires: intltool
70ab2c
BuildRequires: osinfo-db-tools
70ab2c
BuildArch: noarch
70ab2c
Requires: hwdata
70ab2c
70ab2c
%description
70ab2c
The osinfo database provides information about operating systems and
70ab2c
hypervisor platforms to facilitate the automated configuration and
70ab2c
provisioning of new virtual machines
70ab2c
70ab2c
%prep
70ab2c
%setup -q
70ab2c
70ab2c
# For us to be able to apply patches on top of a rebase,
70ab2c
# we:
70ab2c
# 1. unpack the sources
70ab2c
# 2. patch the sources
70ab2c
# 3. pack the sources in a tarball
70ab2c
# 4. feed the patched tarball to osinfo-db-import
70ab2c
%build
70ab2c
tar -cvJf %{PatchedSource} ../%{name}-%{version}/
70ab2c
70ab2c
%install
70ab2c
osinfo-db-import  --root %{buildroot} --dir %{_datadir}/osinfo %{PatchedSource}
70ab2c
70ab2c
%files
70ab2c
%dir %{_datadir}/osinfo/
70ab2c
%{_datadir}/osinfo/VERSION
70ab2c
%{_datadir}/osinfo/LICENSE
70ab2c
%{_datadir}/osinfo/datamap
70ab2c
%{_datadir}/osinfo/device
70ab2c
%{_datadir}/osinfo/os
70ab2c
%{_datadir}/osinfo/platform
70ab2c
%{_datadir}/osinfo/install-script
70ab2c
%{_datadir}/osinfo/schema
70ab2c
70ab2c
%changelog
5db7dc
* Thu Dec 14 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20181214-1
5db7dc
- Resolves: rhbz#1652088 - Rebase to the latest upstream release
5db7dc
5db7dc
* Thu Dec 06 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20181203-1
5db7dc
- Resolves: rhbz#1652088 - Rebase to the latest upstream release
5db7dc
c73b4a
* Mon Jun 11 2018 Felipe Borges <feborges@redhat.com> - 20180531-1
c73b4a
- Rebase to 20180531
c73b4a
- Add RHEL 7.6
c73b4a
- Resolves: rhbz#1559001, rhbz#1576376
c73b4a
70ab2c
* Fri Feb 02 2018 Felipe Borges <feborges@redhat.com> - 20170813-6
70ab2c
- Both files inserted in the previous release were not processed.
70ab2c
70ab2c
* Fri Feb 02 2018 Felipe Borges <feborges@redhat.com> - 20170813-5
70ab2c
- Add OpenSUSE Leap 42.3 data
70ab2c
- Add Windows Server 2016 data
70ab2c
- Resolves: rhbz#1496711, rhbz#1474751
70ab2c
70ab2c
* Mon Jan 08 2018 Felipe Borges <feborges@redhat.com> - 20170813-4
70ab2c
- Add Fedora 27
70ab2c
70ab2c
* Wed Dec 06 2017 Felipe Borges <feborges@redhat.com> - 20170813-3
70ab2c
- Fix data of RHEL 7.5
70ab2c
- Resolves: rhbz#1511756
70ab2c
70ab2c
* Thu Oct 26 2017 Felipe Borges <feborges@redhat.com> - 20170813-2
70ab2c
- Add RHEL 7.5 data
70ab2c
- Resolves: #rhbz#1504600
70ab2c
70ab2c
* Mon Oct 16 2017 Felipe Borges <feborges@redhat.com> - 20170813-1
70ab2c
 - Update source URL to Pagure
70ab2c
 - Drop the rhel-7.4 data patch
70ab2c
 - Update to new release
70ab2c
 - Resolves: rhbz#1479731
70ab2c
70ab2c
* Tue Jun 27 2017 Felipe Borges <feborges@redhat.com> - 20170423-2
70ab2c
- Make this spec file patchable
70ab2c
- Add RHEL 7.4 data
70ab2c
- Resolves: rhbz#1462641
70ab2c
70ab2c
* Tue Jun  6 2017 Fabiano Fidêncio <fidencio@redhat.com> - 20170423-1
70ab2c
- Update osinfo-db to a new release
70ab2c
- Resolves: rhbz#1456950, rhbz#1456947
70ab2c
70ab2c
* Wed May 31 2017 Felipe Borges <feborges@redhat.com> - 20170225-3
70ab2c
- Fedora/RHEL passwords must be wrapped by a single quote
70ab2c
- Resolves: rhbz#1456950
70ab2c
70ab2c
* Wed May 31 2017 Felipe Borges <feborges@redhat.com> - 20170225-2
70ab2c
- Add RHEL-6.9 and RHEL-7.3 info
70ab2c
- Resolves: rhbz#1456947
70ab2c
70ab2c
* Sat Feb 25 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170225-1
70ab2c
- Update to new release
70ab2c
70ab2c
* Sat Feb 11 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170211-1
70ab2c
- Update to new release
70ab2c
70ab2c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170121-3
70ab2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
70ab2c
70ab2c
* Sat Jan 21 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170121-2
70ab2c
- 20170121-1 used an incorrect tarball
70ab2c
70ab2c
* Sat Jan 21 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170121-1
70ab2c
- Update to new release
70ab2c
70ab2c
* Sat Jan 14 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170114-1
70ab2c
- Update to new release
70ab2c
70ab2c
* Sat Jan 07 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170107-1
70ab2c
- Update to new release
70ab2c
70ab2c
* Wed Oct 26 2016 Daniel P. Berrange <berrange@redhat.com> - 20161026-1
70ab2c
- Update to new release
70ab2c
70ab2c
* Fri Jul 29 2016 Daniel P. Berrange <berrange@redhat.com> - 20160728-1
70ab2c
- Initial package after split from libosinfo (rhbz #1361596)