- Updated pci, usb and vendor ids
[oweals/hwdata.git] / hwdata.spec
index e185ddc7fc0cee0ee7b0baa0580e55dab4bef0cf..f3b1a61a804a5ff5f192e3ae8250a48eb201145e 100644 (file)
@@ -1,7 +1,7 @@
 # This package is arch-specific just because of bundling different files for
 # different architectures. No -debuginfo package is needed.
 %global     debug_package %{nil}
-%global     uprelease   7.8
+%global     uprelease   8.6
 
 Name:       hwdata
 Summary:    Hardware identification and configuration data
@@ -9,10 +9,11 @@ Version:    0.252
 Release:    %{uprelease}%{?dist}
 License:    GPLv2+
 Group:      System Environment/Base
-Source0:    https://fedorahosted.org/releases/h/w/%{name}/%{name}-%{version}-%{uprelease}.tar.bz2
-URL:        http://git.fedorahosted.org/git/hwdata.git
+Source:     https://github.com/vcrhonek/hwdata/archive/v%{version}-%{?uprelease}.tar.gz
+URL:        https://github.com/vcrhonek/hwdata
 
 BuildRequires   : perl
+BuildRequires   : perl(Date::Format)
 
 Requires        : systemd
 Requires(post)  : systemd
@@ -24,9 +25,6 @@ such as the pci.ids and usb.ids databases.
 
 %prep
 %setup -q -n %{name}-%{version}-%{uprelease}
-%ifarch ppc ppc64
-patch -b -B nx_crypto -p1 < blacklist-nx_crypto.patch
-%endif
 %configure
 
 %build
@@ -52,6 +50,40 @@ udevadm hwdb --update >/dev/null 2>&1 || :
 %{_datadir}/%{name}/*
 
 %changelog
+* Tue Jun 27 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.6
+- Updated pci, usb and vendor ids
+  Resolves: #1386133 #1463185
+
+* Mon Mar 20 2017 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.5
+- Updated pci, usb and vendor ids
+  Resolves: #1386133 #1424763
+- Removed module nx_crypto from blacklist on PowerPCs
+  Resolves: #1264326
+
+* Thu Sep 29 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.4
+- Remove wrong entry from usb ids.
+  Resolves: #1380159
+
+* Mon Sep 26 2016 Vitezslav Crhonek <vcrhonek@redhat.com> - 0.252-8.3
+- Updated pci, usb and vendor ids.
+- Resolves: rhbz#1292382
+
+* Tue Jun 28 2016 Michal Minar <miminar@redhat.com> 0.252-8.2
+- Updated pci, usb and vendor ids.
+- Resolves: rhbz#1292382
+- Resolves: rhbz#1291614
+- Resolves: rhbz#1324198
+
+* Fri Oct 23 2015 Michal Minar <miminar@redhat.com> 0.252-8.1
+- Updated pci, usb and vendor ids.
+- Resolves: rhbz#1236458
+- Resolves: rhbz#1256004
+- Resolves: rhbz#1266217
+- Resolves: rhbz#1271797
+
+* Mon Jun 29 2015 Michal Minar <miminar@redhat.com> 0.252-7.9
+- Updated pci, usb and vendor ids.
+
 * Tue Apr 14 2015 Michal Minar <miminar@redhat.com> 0.252-7.8
 - Blacklisted module nx_crypto on PowerPCs.
 - Resolves: rhbz#1211389