diff --git a/SPECS/lshw.spec b/SPECS/lshw.spec
index b4cbd1f..e7113d4 100644
--- a/SPECS/lshw.spec
+++ b/SPECS/lshw.spec
@@ -1,7 +1,7 @@
 Summary:       Hardware lister
 Name:          lshw
 Version:       B.02.19.2
-Release:       3%{?dist}
+Release:       4%{?dist}
 License:       GPLv2
 Group:         Applications/System
 URL:           http://ezix.org/project/wiki/HardwareLiSter
@@ -59,7 +59,6 @@ BuildRequires: python3-devel
 BuildRequires: sqlite
 BuildRequires: sqlite-devel
 Requires:      hwdata
-Requires:      gtk3 >= 3.22
 %description
 lshw is a small tool to provide detailed informaton on the hardware
 configuration of the machine. It can report exact memory
@@ -73,6 +72,7 @@ Information can be output in plain text, XML or HTML.
 Summary:       Graphical hardware lister
 Group:         Applications/System
 Requires:      polkit
+Requires:      gtk3 >= 3.22
 Requires:      %{name} = %{version}-%{release}
 %description   gui
 Graphical frontend for the hardware lister (lshw) tool. If desired,
@@ -168,6 +168,10 @@ src/lshw -json \
 %{_datadir}/polkit-1/actions/org.ezix.lshw.gui.policy
 
 %changelog
+* Wed Dec 16 2020 Lianbo Jiang <lijiang@redhat.com> - B.02.19.2-4
+- Fix the gtk3 dependency for lshw-gui instead of lshw
+- Resolves: rhbz#1905816
+
 * Thu Dec 03 2020 Lianbo Jiang <lijiang@redhat.com> - B.02.19.2-3
 - Update to upstream master 56f1de9d1e4d
 - Resolves: rhbz#1844426