Accepting request 582230 from home:sebix:branches:Virtualization
- update to version 0.9.50: * modif: removed the periodic window update for seccomp, caps, and dns * feature: memory deny exec stats support * feature: print security profile name in stats window * feature: protocol support in firejail-ui * feature: nodvd support in firejail-ui * feature: novideo support in firejail-ui * feature: notv support in firejail-ui * enhancement: save window size for fmgr and fstats upon exit and restore it next time the program is started * enhancement: updated default application list * enhancement: rework icon search for firetools launcher * enhancement: --enable-fatal-warnings compile configuration * bugfixes OBS-URL: https://build.opensuse.org/request/show/582230 OBS-URL: https://build.opensuse.org/package/show/Virtualization/firetools?expand=0&rev=4
This commit is contained in:
parent
a43ee4d0e2
commit
930cfe695f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1245c6c3aa1437ea218a78dd62ff6c06f7e22fca7b62e967ff9630b54ed3f37c
|
||||
size 206544
|
3
firetools-0.9.50.tar.xz
Normal file
3
firetools-0.9.50.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a82eb2716941ee18f0bee7680a8626e1145d02ae47b05cf490622639eb8a84f
|
||||
size 180848
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 3 15:03:08 UTC 2018 - sebix+novell.com@sebix.at
|
||||
|
||||
- update to version 0.9.50:
|
||||
* modif: removed the periodic window update for seccomp, caps,
|
||||
and dns
|
||||
* feature: memory deny exec stats support
|
||||
* feature: print security profile name in stats window
|
||||
* feature: protocol support in firejail-ui
|
||||
* feature: nodvd support in firejail-ui
|
||||
* feature: novideo support in firejail-ui
|
||||
* feature: notv support in firejail-ui
|
||||
* enhancement: save window size for fmgr and fstats upon exit
|
||||
and restore it next time the program is started
|
||||
* enhancement: updated default application list
|
||||
* enhancement: rework icon search for firetools launcher
|
||||
* enhancement: --enable-fatal-warnings compile configuration
|
||||
* bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 15 15:53:12 CEST 2017 - tiwai@suse.de
|
||||
|
||||
|
@ -17,27 +17,24 @@
|
||||
|
||||
|
||||
Name: firetools
|
||||
Version: 0.9.46
|
||||
Version: 0.9.50
|
||||
Release: 0
|
||||
Summary: GUI for Firajail security sandbox
|
||||
License: GPL-2.0
|
||||
Group: Productivity/Security
|
||||
Url: http://firejail.sourceforge.net
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Url: https://firejail.wordpress.com/
|
||||
Source0: https://superb-sea2.dl.sourceforge.net/project/firejail/firetools/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libqt5-qtbase-devel
|
||||
BuildRequires: libQt5Svg5
|
||||
BuildRequires: automake
|
||||
BuildRequires: autoconf
|
||||
Requires: firejail >= 0.9.40
|
||||
Requires: libQt5Svg5
|
||||
|
||||
%description
|
||||
Firetools is the graphical user interface of Firajail security sandbox.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
# autoreconf -fi
|
||||
|
||||
%build
|
||||
%configure --docdir=%{_docdir}/%{name} --with-qmake=`which qmake-qt5`
|
||||
@ -45,14 +42,15 @@ make %{?_smp_mflags} VERBOSE=1
|
||||
|
||||
%install
|
||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||
rm %{buildroot}%{_docdir}/%{name}/COPYING
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README RELNOTES
|
||||
%license COPYING
|
||||
%{_bindir}/*
|
||||
%{_libexecdir}/firetools
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/pixmaps/*.png
|
||||
%doc %{_docdir}/%{name}
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user