[se-sandbox-runner] Version 1.3.5

f1ash f1ash at fedoraproject.org
Fri Dec 27 11:34:57 UTC 2013


commit 3ec71a27fea6eef19b3009063cb5ca0ee578797d
Author: F1ash <kaperang07 at gmail.com>
Date:   Fri Dec 27 15:34:25 2013 +0400

    Version 1.3.5

 .gitignore             |    1 +
 1.3.3.tar.gz           |  Bin 86718 -> 0 bytes
 1.3.4.tar.gz           |  Bin 86621 -> 0 bytes
 se-sandbox-runner.spec |   23 +++++++++++++++++++++--
 sources                |    2 +-
 5 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index edc317b..6b3662a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /se-sandbox-runner-1.3.2.tar.gz
+/1.3.5.tar.gz
diff --git a/se-sandbox-runner.spec b/se-sandbox-runner.spec
index fc17d83..ba48ec4 100644
--- a/se-sandbox-runner.spec
+++ b/se-sandbox-runner.spec
@@ -1,7 +1,7 @@
 %global cmake_build_dir build-cmake
 
 Name:           se-sandbox-runner
-Version:        1.3.4
+Version:        1.3.5
 Release:        1%{?dist}
 Summary:        Qt wrapper for SELinux Sandbox
 Group:          Applications/System
@@ -12,6 +12,7 @@ URL:            https://github.com/F1ash/%{name}
 Requires:       xdg-utils
 Requires:       policycoreutils-sandbox
 Requires:       oxygen-icon-theme
+Requires:       hicolor-icon-theme
 BuildRequires:  qt4-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  cmake
@@ -39,13 +40,31 @@ popd
 %check
 desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 
+%post
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
 %files
 %doc README.md COPYING Changelog Licenses
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
-%{_datadir}/pixmaps/applications-safety.png
+%{_datadir}/pixmaps/applications-safety-selinux.png
+%{_datadir}/icons/hicolor/*/actions/stop-sandbox.png
 
 %changelog
+* Fri Dec 27 2013 Fl at sh <kaperang07 at gmail.com> - 1.3.5-1
+- added new icon path & Icon_Cache ScriptletSnippets;
+- added hicolor-icon-theme to R;
+- version updated;
+
 * Tue Nov 26 2013 Fl at sh <kaperang07 at gmail.com> - 1.3.4-1
 - version updated;
 
diff --git a/sources b/sources
index 3554065..77af64e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-124cf502f2f6fd2cc9315fa7f814db53  1.3.4.tar.gz
+8d24d1c7a53aea4a1a51a7fbbf3bf839  1.3.5.tar.gz


More information about the scm-commits mailing list