diff --git a/firetools-0.9.46.tar.xz b/firetools-0.9.46.tar.xz deleted file mode 100644 index 28930e5..0000000 --- a/firetools-0.9.46.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1245c6c3aa1437ea218a78dd62ff6c06f7e22fca7b62e967ff9630b54ed3f37c -size 206544 diff --git a/firetools-0.9.50.tar.xz b/firetools-0.9.50.tar.xz new file mode 100644 index 0000000..80780e9 --- /dev/null +++ b/firetools-0.9.50.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a82eb2716941ee18f0bee7680a8626e1145d02ae47b05cf490622639eb8a84f +size 180848 diff --git a/firetools.changes b/firetools.changes index 5573328..74e6139 100644 --- a/firetools.changes +++ b/firetools.changes @@ -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 diff --git a/firetools.spec b/firetools.spec index 2fa03c0..28e9492 100644 --- a/firetools.spec +++ b/firetools.spec @@ -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