Accepting request 417128 from home:tiwai:branches:Virtualization
- 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 OBS-URL: https://build.opensuse.org/request/show/417128 OBS-URL: https://build.opensuse.org/package/show/Virtualization/firetools?expand=0&rev=2
This commit is contained in:
parent
c22f7db209
commit
468ee10a81
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:600a5f2009e7797f47b1209eee0ae29fef24f3ee953b66f664fa6d6d695dfb35
|
|
||||||
size 93652
|
|
3
firetools-0.9.40.1.tar.bz2
Normal file
3
firetools-0.9.40.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4cef19fd662ba502c18435cca5caff4ae6eb5f7bd7c6725918cf1d71caeab1e4
|
||||||
|
size 107122
|
@ -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
|
|
@ -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
|
Tue May 17 18:01:27 CEST 2016 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,20 +17,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: firetools
|
Name: firetools
|
||||||
Version: 0.9.30
|
Version: 0.9.40.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GUI for Firajail security sandbox
|
Summary: GUI for Firajail security sandbox
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Url: http://firejail.sourceforge.net
|
Url: http://firejail.sourceforge.net
|
||||||
Source0: http://firejail.sourceforge.net/%{name}-%{version}.tar.bz2
|
Source0: http://firejail.sourceforge.net/%{name}-%{version}.tar.bz2
|
||||||
Patch1: firetools-qt-path-fix.diff
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libqt5-qtbase-devel
|
BuildRequires: libqt5-qtbase-devel
|
||||||
BuildRequires: libQt5Svg5
|
BuildRequires: libQt5Svg5
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
Requires: firejail >= %{version}
|
Requires: firejail >= 0.9.40
|
||||||
Requires: libQt5Svg5
|
Requires: libQt5Svg5
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,12 +37,10 @@ Firetools is the graphical user interface of Firajail security sandbox.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
# autoreconf -fi
|
||||||
autoreconf -fi
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export QMAKE=qmake-qt5
|
%configure --docdir=%{_docdir}/%{name} --with-qmake=`which qmake-qt5`
|
||||||
%configure --docdir=%{_docdir}/%{name}
|
|
||||||
make %{?_smp_mflags} VERBOSE=1
|
make %{?_smp_mflags} VERBOSE=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -51,7 +48,7 @@ make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/*
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%{_datadir}/pixmaps/%{name}.png
|
%{_datadir}/pixmaps/%{name}.png
|
||||||
%doc %{_docdir}/%{name}
|
%doc %{_docdir}/%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user