diff --git a/.gitignore b/.gitignore index 0156a14..3ab3b1d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/hwdata-0.252-7.8.tar.bz2 +SOURCES/hwdata-0.252-8.1.tar.bz2 diff --git a/.hwdata.metadata b/.hwdata.metadata index 922c938..def9260 100644 --- a/.hwdata.metadata +++ b/.hwdata.metadata @@ -1 +1 @@ -7a84f2161b5f971207c897afd9d8e784b0478f36 SOURCES/hwdata-0.252-7.8.tar.bz2 +51491ca2587aa1b7f11d8da13322ab7a39b5332d SOURCES/hwdata-0.252-8.1.tar.bz2 diff --git a/SPECS/hwdata.spec b/SPECS/hwdata.spec index e185ddc..75c3048 100644 --- a/SPECS/hwdata.spec +++ b/SPECS/hwdata.spec @@ -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.1 Name: hwdata Summary: Hardware identification and configuration data @@ -13,6 +13,7 @@ Source0: https://fedorahosted.org/releases/h/w/%{name}/%{name}-%{version}-%{u URL: http://git.fedorahosted.org/git/hwdata.git BuildRequires : perl +BuildRequires : perl(Date::Format) Requires : systemd Requires(post) : systemd @@ -52,6 +53,16 @@ udevadm hwdb --update >/dev/null 2>&1 || : %{_datadir}/%{name}/* %changelog +* Fri Oct 23 2015 Michal Minar 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 0.252-7.9 +- Updated pci, usb and vendor ids. + * Tue Apr 14 2015 Michal Minar 0.252-7.8 - Blacklisted module nx_crypto on PowerPCs. - Resolves: rhbz#1211389