diff --git a/.gitignore b/.gitignore index 4cdf76d..0156a14 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/hwdata-0.252-7.5.tar.bz2 +SOURCES/hwdata-0.252-7.8.tar.bz2 diff --git a/.hwdata.metadata b/.hwdata.metadata index a03d165..922c938 100644 --- a/.hwdata.metadata +++ b/.hwdata.metadata @@ -1 +1 @@ -c9579d307068e771fd5d4082b356c98b8f76b2a1 SOURCES/hwdata-0.252-7.5.tar.bz2 +7a84f2161b5f971207c897afd9d8e784b0478f36 SOURCES/hwdata-0.252-7.8.tar.bz2 diff --git a/SPECS/hwdata.spec b/SPECS/hwdata.spec index 0db18a8..e185ddc 100644 --- a/SPECS/hwdata.spec +++ b/SPECS/hwdata.spec @@ -1,14 +1,16 @@ -%global uprelease 7.5 - -Name: hwdata -Summary: Hardware identification and configuration data -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 -BuildArch: noarch +# 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 + +Name: hwdata +Summary: Hardware identification and configuration data +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 BuildRequires : perl @@ -22,6 +24,9 @@ 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 @@ -47,6 +52,15 @@ udevadm hwdb --update >/dev/null 2>&1 || : %{_datadir}/%{name}/* %changelog +* Tue Apr 14 2015 Michal Minar 0.252-7.8 +- Blacklisted module nx_crypto on PowerPCs. +- Resolves: rhbz#1211389 +- Disable debuginfo build. + +* Fri Apr 10 2015 Michal Minar 0.252-7.6 +- Blacklisted experimental module sha1-mb. +- Resolves: rhbz#1208120 + * Fri Jan 30 2015 Michal Minar 0.252-7.5 - Updated vendor, usb and pci ids.