diff --git a/firetools-0.9.30.tar.bz2 b/firetools-0.9.30.tar.bz2 deleted file mode 100644 index 3edfb83..0000000 --- a/firetools-0.9.30.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:600a5f2009e7797f47b1209eee0ae29fef24f3ee953b66f664fa6d6d695dfb35 -size 93652 diff --git a/firetools-0.9.40.1.tar.bz2 b/firetools-0.9.40.1.tar.bz2 new file mode 100644 index 0000000..8edd2b2 --- /dev/null +++ b/firetools-0.9.40.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cef19fd662ba502c18435cca5caff4ae6eb5f7bd7c6725918cf1d71caeab1e4 +size 107122 diff --git a/firetools-qt-path-fix.diff b/firetools-qt-path-fix.diff deleted file mode 100644 index 572390f..0000000 --- a/firetools-qt-path-fix.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- - configure.ac | 6 ++---- - 1 file changed, 2 insertions(+), 4 deletions(-) - ---- a/configure.ac -+++ b/configure.ac -@@ -60,13 +60,11 @@ elif test -f /usr/lib/qt4/libQtCore.so - then - echo "Found qt4 library in /usr/lib/qt4 directory" - else -- AC_CHECK_LIB([QtCore], [main], [], AC_MSG_ERROR([*** QtCore library not installed - please install Qt4 or Qt5 first ***])) -- AC_CHECK_LIB([QtGui], [main], [], AC_MSG_ERROR([*** QtCore library not installed - please install Qt4 or Qt5 first ***])) -- -+ PKG_CHECK_MODULES(QT5CORE, Qt5Core Qt5Gui) - fi - - # testing qmake --QMAKE=`which qmake` -+test -z "$QMAKE" && QMAKE=`which qmake` - if test -z "$QMAKE" - then - # fix for Fedora diff --git a/firetools.changes b/firetools.changes index e462f0a..adfb96f 100644 --- a/firetools.changes +++ b/firetools.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Aug 5 17:37:22 CEST 2016 - tiwai@suse.de + +- Updated to version 0.9.40: + * including Grsecurity support, protocols, cup cores, sandbox + name and X11 sandboxing support in the stats section, and a + number of updates and bug fixes + * A file manager that allows the user to browse the filesystem + inside the sandbox is also included +- Update to version 0.9.40.1: + * Minor bugfix release +- Dropped the obsoleted patch: + firetools-qt-path-fix.diff + ------------------------------------------------------------------- Tue May 17 18:01:27 CEST 2016 - tiwai@suse.de diff --git a/firetools.spec b/firetools.spec index b45cb7e..b2a90c1 100644 --- a/firetools.spec +++ b/firetools.spec @@ -17,20 +17,19 @@ Name: firetools -Version: 0.9.30 +Version: 0.9.40.1 Release: 0 Summary: GUI for Firajail security sandbox License: GPL-2.0 Group: Productivity/Security Url: http://firejail.sourceforge.net Source0: http://firejail.sourceforge.net/%{name}-%{version}.tar.bz2 -Patch1: firetools-qt-path-fix.diff BuildRequires: gcc-c++ BuildRequires: libqt5-qtbase-devel BuildRequires: libQt5Svg5 BuildRequires: automake BuildRequires: autoconf -Requires: firejail >= %{version} +Requires: firejail >= 0.9.40 Requires: libQt5Svg5 %description @@ -38,12 +37,10 @@ Firetools is the graphical user interface of Firajail security sandbox. %prep %setup -q -%patch1 -p1 -autoreconf -fi +# autoreconf -fi %build -export QMAKE=qmake-qt5 -%configure --docdir=%{_docdir}/%{name} +%configure --docdir=%{_docdir}/%{name} --with-qmake=`which qmake-qt5` make %{?_smp_mflags} VERBOSE=1 %install @@ -51,7 +48,7 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install %files %defattr(-,root,root) -%{_bindir}/%{name} +%{_bindir}/* %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %doc %{_docdir}/%{name}