diff --git a/lshw-gui b/lshw-gui index 2b57589..8acf205 100644 --- a/lshw-gui +++ b/lshw-gui @@ -1,5 +1,5 @@ #! /bin/bash -exec /usr/bin/pkexec /usr/sbin/gtk-lshw +/usr/bin/pkexec /usr/sbin/gtk-lshw diff --git a/lshw.spec b/lshw.spec index f857349..dc82fe0 100644 --- a/lshw.spec +++ b/lshw.spec @@ -1,7 +1,7 @@ Summary: Hardware lister Name: lshw Version: B.02.18 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 Group: Applications/System URL: http://ezix.org/project/wiki/HardwareLiSter @@ -107,6 +107,9 @@ rm -rf %{buildroot}%{_datadir}/locale/fr/ %{_datadir}/polkit-1/actions/org.ezix.lshw.gui.policy %changelog +* Wed Aug 23 2016 Terje Rosten - B.02.18-5 +- Modify lshw gui wrapper to fix bz#1368404 + * Thu Aug 11 2016 Terje Rosten - B.02.18-4 - Add patches to fix sysconf/long_bit issue and crash (bz#1342792)