amigadave pushed to xdg-app (f22). "Update to 0.3.1"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 4 15:37:56 UTC 2015


From fc791eb9d17cf1a08a3544bf315d1cdc000c6bb0 Mon Sep 17 00:00:00 2001
From: David King <amigadave at amigadave.com>
Date: Thu, 4 Jun 2015 16:24:15 +0100
Subject: Update to 0.3.1


diff --git a/.gitignore b/.gitignore
index ca47f7e..9466277 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /xdg-app-0.2.tar.xz
 /xdg-app-0.2.1.tar.xz
 /xdg-app-0.3.0.tar.xz
+/xdg-app-0.3.1.tar.xz
diff --git a/sources b/sources
index d6da9e6..07fa68f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f48ee8c65e1c1c063ef5c13a00af6654  xdg-app-0.3.0.tar.xz
+64b631990774023449a1b0f0498649f0  xdg-app-0.3.1.tar.xz
diff --git a/xdg-app.spec b/xdg-app.spec
index f59be1b..e527f12 100644
--- a/xdg-app.spec
+++ b/xdg-app.spec
@@ -1,5 +1,5 @@
 Name:           xdg-app
-Version:        0.3.0
+Version:        0.3.1
 Release:        1%{?dist}
 Summary:        Application deployment framework for desktop apps
 
@@ -12,12 +12,17 @@ BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(libgsystem)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(ostree-1)
+BuildRequires:  pkgconfig(libseccomp)
 BuildRequires:  docbook-dtds
 BuildRequires:  docbook-style-xsl
 BuildRequires:  libattr-devel
 BuildRequires:  libcap-devel
 BuildRequires:  /usr/bin/xsltproc
 
+# Crashes with older kernels (the bug being introduced in 4.0.2), without the
+# upstream fixes in this version.
+Requires:       kernel >= 4.0.4-202
+
 %description
 xdg-app is a system for building, distributing and running sandboxed desktop
 applications on Linux. See https://wiki.gnome.org/Projects/SandboxedApps for
@@ -29,7 +34,7 @@ more information.
 
 
 %build
-# Set capabilities in the files section instead.
+# User namespace support is sufficient.
 %configure --with-priv-mode=none
 %make_build
 
@@ -43,7 +48,7 @@ more information.
 %license COPYING
 %{_bindir}/xdg-app
 %{_bindir}/xdg-dbus-proxy
-%caps(cap_sys_admin+ep) %{_bindir}/xdg-app-helper
+%{_bindir}/xdg-app-helper
 %{_datadir}/bash-completion
 %{_datadir}/dbus-1/services/xdg-app-session.service
 %{_datadir}/%{name}
@@ -54,6 +59,9 @@ more information.
 
 
 %changelog
+* Thu Jun 04 2015 David King <amigadave at amigadave.com> - 0.3.1-1
+- Update to 0.3.1
+
 * Tue May 26 2015 David King <amigadave at amigadave.com> - 0.3.0-1
 - Update to 0.3.0
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xdg-app.git/commit/?h=f22&id=fc791eb9d17cf1a08a3544bf315d1cdc000c6bb0


More information about the scm-commits mailing list