From 6cf87ac48b1995f33b8eb009f5833022532162ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Terje=20R=C3=B8sten?= Date: Wed, 24 Aug 2016 20:28:06 +0200 Subject: [PATCH] Modify lshw gui wrapper to fix bz#1368404 --- lshw-gui | 2 +- lshw.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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)