diff --git a/dist b/dist new file mode 100644 index 0000000000000000000000000000000000000000..9c0e36ec42a2d9bfefacb21ac6354c9ddd910533 --- /dev/null +++ b/dist @@ -0,0 +1 @@ +an8 diff --git a/download b/download index 3b791bd26148d21052af865a9b8209a28154deb8..c36a0c9947c017af06cbd1f4a55fa95e5d11107e 100644 --- a/download +++ b/download @@ -1 +1 @@ -da1046a471129ca2b3e725ee067fb77c flatpak-1.8.7.tar.xz +a711d9a1b056975bf4169be191c6bb8d flatpak-1.10.7.tar.xz diff --git a/flatpak.spec b/flatpak.spec index a9c988cdbf42749cdb9f244c6a1501aa1f4b94f5..9e50902efc45a52f30f6eabeb8dcacfda8ede9fd 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -1,8 +1,8 @@ %global bubblewrap_version 0.4.0 -%global ostree_version 2018.9 +%global ostree_version 2020.8 Name: flatpak -Version: 1.8.7 +Version: 1.10.7 Release: 1%{?dist} Summary: Application deployment framework for desktop apps @@ -10,8 +10,6 @@ License: LGPLv2+ URL: http://flatpak.org/ Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz -BuildRequires: autoconf -BuildRequires: automake BuildRequires: pkgconfig(appstream-glib) BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(fuse) @@ -33,11 +31,8 @@ BuildRequires: bubblewrap >= %{bubblewrap_version} BuildRequires: docbook-dtds BuildRequires: docbook-style-xsl BuildRequires: gettext -BuildRequires: gettext-devel BuildRequires: gpgme-devel -BuildRequires: gtk-doc BuildRequires: libcap-devel -BuildRequires: libtool BuildRequires: python3-pyparsing BuildRequires: systemd BuildRequires: /usr/bin/python3 @@ -126,8 +121,6 @@ This package contains installed tests for %{name}. %build -autoreconf --force --install --verbose - (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; # Generate consistent IDs between runs to avoid multilib problems. export XMLTO_FLAGS="--stringparam generate.consistent.ids=1" @@ -150,6 +143,11 @@ install -d %{buildroot}%{_sysconfdir}/flatpak/remotes.d rm -f %{buildroot}%{_libdir}/libflatpak.la %find_lang %{name} +# Work around selinux denials, see +# https://github.com/flatpak/flatpak/issues/4128 for details. Note that we are +# going to need the system env generator if we should enable malcontent support +# in the future. +rm %{buildroot}%{_systemd_system_env_generator_dir}/60-flatpak-system-only %pre getent group flatpak >/dev/null || groupadd -r flatpak @@ -247,6 +245,9 @@ fi %changelog +* Wed Mar 09 2022 Debarshi Ray - 1.10.7-1 +- Rebase to 1.10.7 (#2062417) + * Thu Feb 03 2022 Debarshi Ray - 1.8.7-1 - Rebase to 1.8.7 (#2041972)