[se-sandbox-runner] Version 1.6.10

f1ash f1ash at fedoraproject.org
Thu Feb 13 12:52:40 UTC 2014


commit 12c341d0e454d051167ec884d03d79f06d1e4478
Author: F1ash <kaperang07 at gmail.com>
Date:   Thu Feb 13 16:52:55 2014 +0400

    Version 1.6.10

 .gitignore             |    1 +
 1.6.8.tar.gz           |  Bin 36317 -> 0 bytes
 se-sandbox-runner.spec |   14 ++++++++++++--
 sources                |    2 +-
 4 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6b3662a..03f0513 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /se-sandbox-runner-1.3.2.tar.gz
 /1.3.5.tar.gz
+/1.6.10.tar.gz
diff --git a/se-sandbox-runner.spec b/se-sandbox-runner.spec
index 191fb1b..ad174c3 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.6.8
+Version:        1.6.10
 Release:        1%{?dist}
 Summary:        Qt wrapper for SELinux Sandbox
 Group:          Applications/System
@@ -11,9 +11,11 @@ URL:            https://github.com/F1ash/%{name}
 
 Requires:       xdg-utils
 Requires:       policycoreutils-sandbox
+%if (0%{?fedora} >= 20)
 Requires:       selinux-policy-sandbox
+%endif
 # for compatibility with the current version
-Requires:       sandbox-runner-data >= 0.2.2
+Requires:       sandbox-runner-data >= 0.3.3
 BuildRequires:  qt4-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  cmake
@@ -47,6 +49,14 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
 %{_datadir}/applications/%{name}.desktop
 
 %changelog
+* Thu Feb 13 2014 Fl at sh <kaperang07 at gmail.com> - 1.6.10-1
+- changed the selinux-policy-sandbox version in R;
+- version updated;
+
+* Sat Feb  8 2014 Fl at sh <kaperang07 at gmail.com> - 1.6.8-2
+- added a condition to the selinux-policy-sandbox requirement;
+- release updated;
+
 * Fri Feb  7 2014 Fl at sh <kaperang07 at gmail.com> - 1.6.8-1
 - added selinux-policy-sandbox to R;
 - version updated;
diff --git a/sources b/sources
index 86ab9a7..47dca09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-950caf5547e351261a59b719a72c8483  1.6.8.tar.gz
+508b634510ae5e222092d8d04986a093  1.6.10.tar.gz


More information about the scm-commits mailing list