diff --git a/.gitignore b/.gitignore
index 1a59957..f66d387 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/hwdata-0.252-8.4.tar.bz2
+SOURCES/v0.252-8.6.tar.gz
diff --git a/.hwdata.metadata b/.hwdata.metadata
index 4598957..b2cf085 100644
--- a/.hwdata.metadata
+++ b/.hwdata.metadata
@@ -1 +1 @@
-9a5acf9280881657663b2e57192fab3f367ae611 SOURCES/hwdata-0.252-8.4.tar.bz2
+803ba36b6c5155078e78c96d5ec73db469e6feec SOURCES/v0.252-8.6.tar.gz
diff --git a/SPECS/hwdata.spec b/SPECS/hwdata.spec
index 36982e8..f3b1a61 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   8.4
+%global     uprelease   8.6
 
 Name:       hwdata
 Summary:    Hardware identification and configuration data
@@ -9,8 +9,8 @@ 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)
@@ -25,10 +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
-patch < remove-wrong-usb-id.patch
 %configure
 
 %build
@@ -54,6 +50,16 @@ 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