Accepting request 1072689 from home:dirkmueller:Factory
- update to 0.9.72: * modif: move hardcoded apps recognized by default in uiapps file * modif: remove sandbox edit dialog and replace it with uiapps file * feature: added uiapps file for default and user apps configuration * feature: added a system network monitor in sandbox stats * feature: added apparmor support in firejail-ui * feature: added bluetooth support in firejail-ui * feature: print final sandbox configuration in firejail-ui * bugfixes OBS-URL: https://build.opensuse.org/request/show/1072689 OBS-URL: https://build.opensuse.org/package/show/Virtualization/firetools?expand=0&rev=16
This commit is contained in:
parent
256125de79
commit
b9ad62ba8d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2b5e90b46d654f7adb744a0a2f9a3dde21d796eaa4aa92957cad09d2178fe85
|
||||
size 182736
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE+VEWSZX1xABqc0EeLMs2rfxYSacFAl/7NL4ACgkQLMs2rfxY
|
||||
SacwqQf+M8tI9izAfxECzfFOBDvVxNZEUasSWtLiHXMu2rajOaD3ghr8nKQA21mU
|
||||
6uUhoe19mWrIwPvd4+sDs/7HGrL1g2Dy7b1U3nfvYz/az9iBS8IsL86Q6vO0zVcl
|
||||
IXD8/MgS5H51Cks2i6TD2Plne6IK9nxrIXzcOxG3oThxRDOBx9Bm3XJvWUEoPUKB
|
||||
3YIglNuGFDqYt56U1RfONndvFnH8BIU2UCrNGAcKQhQrpf7iW3g6uxbZcMLk1cIB
|
||||
a2FFvH/ruA8mOOVnTyFpccO3GcQuI1Zzc4mNRp6T7eyk0JWEc3mhtnMs4ctktjnN
|
||||
I7+UOnZvvDh49VhlY4yvxpuA1Z7vCA==
|
||||
=cIfQ
|
||||
-----END PGP SIGNATURE-----
|
3
firetools-0.9.72.tar.xz
Normal file
3
firetools-0.9.72.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f09cd216973c6ef7971f83cfc9288b7b3dc4c87890add744d7e2730929d18b96
|
||||
size 526824
|
11
firetools-0.9.72.tar.xz.asc
Normal file
11
firetools-0.9.72.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE+VEWSZX1xABqc0EeLMs2rfxYSacFAmPQQ5cACgkQLMs2rfxY
|
||||
Sacslgf9FMFjXt1XXpAzaKvaTBMZoVrsF21uKnFJf8bnxpEnmQKAQnjVFmc3b2r9
|
||||
dztZnYwRq1CJMq2x1YyS0lCvFhvFI6kkedbdoO/CqMqeClT1XgNDOhPnEk7P26Bc
|
||||
TMtwpDkGAX3w98LfkJhrZqMvREti5YzDGiw+0+ImMhsrQPsOPaLFXGTgo7x6xuPY
|
||||
FcLi3CvkaoByNrnV/I6VjIDdUTofN42TThWLMwwWeZWjnRVBiM6xrS5g6l39MqGv
|
||||
PuHp/i/19sJrY+dIAThWjntmwdcygUYz2zcncklMkYSJNmwlnUZsONDvxCvEFO/q
|
||||
+rUD/5AHTTFmJ09LgOuDHc9r3vtQMA==
|
||||
=db4b
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 16:31:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.9.72:
|
||||
* modif: move hardcoded apps recognized by default in uiapps file
|
||||
* modif: remove sandbox edit dialog and replace it with uiapps
|
||||
file
|
||||
* feature: added uiapps file for default and user apps
|
||||
configuration
|
||||
* feature: added a system network monitor in sandbox stats
|
||||
* feature: added apparmor support in firejail-ui
|
||||
* feature: added bluetooth support in firejail-ui
|
||||
* feature: print final sandbox configuration in firejail-ui
|
||||
* bugfixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 12 02:41:33 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package firetools
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: firetools
|
||||
Version: 0.9.64
|
||||
Version: 0.9.72
|
||||
Release: 0
|
||||
Summary: GUI for Firajail security sandbox
|
||||
License: GPL-2.0-only
|
||||
@ -29,7 +29,7 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libqt5-qtbase-devel
|
||||
Requires: firejail >= 0.9.40
|
||||
Requires: firejail >= 0.9.64
|
||||
|
||||
%description
|
||||
Firetools is the graphical user interface of Firejail security sandbox.
|
||||
|
Loading…
Reference in New Issue
Block a user