Modify lshw gui wrapper to fix bz#1368404

This commit is contained in:
Terje Røsten 2016-08-24 20:28:06 +02:00
parent ad5b392f91
commit 6cf87ac48b
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#! /bin/bash
exec /usr/bin/pkexec /usr/sbin/gtk-lshw
/usr/bin/pkexec /usr/sbin/gtk-lshw

View File

@ -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 <terje.rosten@ntnu.no> - B.02.18-5
- Modify lshw gui wrapper to fix bz#1368404
* Thu Aug 11 2016 Terje Rosten <terje.rosten@ntnu.no> - B.02.18-4
- Add patches to fix sysconf/long_bit issue and crash (bz#1342792)