|
|
@ -1,22 +1,13 @@
|
|
|
|
%global appstream_version 1.0.0~
|
|
|
|
%global bubblewrap_version 0.4.1-8
|
|
|
|
%global bubblewrap_version 0.10.0
|
|
|
|
|
|
|
|
%global glib_version 2.46.0
|
|
|
|
|
|
|
|
%global gpgme_version 1.8.0
|
|
|
|
|
|
|
|
%global libcurl_version 7.29.0
|
|
|
|
|
|
|
|
%global ostree_version 2020.8
|
|
|
|
%global ostree_version 2020.8
|
|
|
|
%global wayland_protocols_version 1.32
|
|
|
|
|
|
|
|
%global wayland_scanner_version 1.15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Disable parental control for RHEL builds
|
|
|
|
|
|
|
|
%bcond malcontent %[!0%{?rhel}]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: flatpak
|
|
|
|
Name: flatpak
|
|
|
|
Version: 1.15.10
|
|
|
|
Version: 1.12.9
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Application deployment framework for desktop apps
|
|
|
|
Summary: Application deployment framework for desktop apps
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.1-or-later
|
|
|
|
License: LGPLv2+
|
|
|
|
URL: https://flatpak.org/
|
|
|
|
URL: http://flatpak.org/
|
|
|
|
Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora}
|
|
|
@ -24,66 +15,43 @@ Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/
|
|
|
|
Source1: flatpak-add-fedora-repos.service
|
|
|
|
Source1: flatpak-add-fedora-repos.service
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
# systemd-sysusers config. Only used for the %%pre macro. Must be kept in sync
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1935508
|
|
|
|
# with the config from upstream sources.
|
|
|
|
Patch0: flatpak-dir-Use-SHA256-not-SHA1-to-name-the-cache-for-a-filt.patch
|
|
|
|
Source2: flatpak.sysusers.conf
|
|
|
|
# Backported upstream patch for CVE-2024-42472
|
|
|
|
|
|
|
|
Patch1: flatpak-1.12.x-CVE-2024-42472.patch
|
|
|
|
# ostree not on i686 for RHEL 10
|
|
|
|
|
|
|
|
# https://github.com/containers/composefs/pull/229#issuecomment-1838735764
|
|
|
|
|
|
|
|
%if 0%{?rhel} >= 10
|
|
|
|
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(appstream) >= %{appstream_version}
|
|
|
|
BuildRequires: pkgconfig(appstream-glib)
|
|
|
|
BuildRequires: pkgconfig(dconf)
|
|
|
|
BuildRequires: pkgconfig(dconf)
|
|
|
|
BuildRequires: pkgconfig(fuse3)
|
|
|
|
BuildRequires: pkgconfig(fuse)
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib_version}
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.40.0
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.40.0
|
|
|
|
BuildRequires: pkgconfig(gpgme) >= %{gpgme_version}
|
|
|
|
BuildRequires: pkgconfig(gpgme)
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
|
|
BuildRequires: pkgconfig(json-glib-1.0)
|
|
|
|
BuildRequires: pkgconfig(libarchive) >= 2.8.0
|
|
|
|
BuildRequires: pkgconfig(libarchive) >= 2.8.0
|
|
|
|
BuildRequires: pkgconfig(libseccomp)
|
|
|
|
BuildRequires: pkgconfig(libseccomp)
|
|
|
|
BuildRequires: pkgconfig(libcurl) >= %{libcurl_version}
|
|
|
|
BuildRequires: pkgconfig(libsoup-2.4)
|
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
|
|
|
BuildRequires: pkgconfig(libsystemd)
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.4
|
|
|
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.4
|
|
|
|
BuildRequires: pkgconfig(libzstd) >= 0.8.1
|
|
|
|
BuildRequires: pkgconfig(libzstd) >= 0.8.1
|
|
|
|
%if %{with malcontent}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(malcontent-0)
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(ostree-1) >= %{ostree_version}
|
|
|
|
BuildRequires: pkgconfig(ostree-1) >= %{ostree_version}
|
|
|
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
|
|
|
BuildRequires: pkgconfig(polkit-gobject-1)
|
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(wayland-scanner) >= %{wayland_scanner_version}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(xau)
|
|
|
|
BuildRequires: pkgconfig(xau)
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: bison
|
|
|
|
BuildRequires: bubblewrap >= %{bubblewrap_version}
|
|
|
|
BuildRequires: bubblewrap >= %{bubblewrap_version}
|
|
|
|
BuildRequires: docbook-dtds
|
|
|
|
BuildRequires: docbook-dtds
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: gettext-devel
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: meson
|
|
|
|
|
|
|
|
BuildRequires: python3-pyparsing
|
|
|
|
BuildRequires: python3-pyparsing
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
|
|
|
|
BuildRequires: /usr/bin/fusermount3
|
|
|
|
|
|
|
|
BuildRequires: /usr/bin/pkcheck
|
|
|
|
|
|
|
|
BuildRequires: /usr/bin/socat
|
|
|
|
|
|
|
|
BuildRequires: /usr/bin/xdg-dbus-proxy
|
|
|
|
BuildRequires: /usr/bin/xdg-dbus-proxy
|
|
|
|
BuildRequires: /usr/bin/xmlto
|
|
|
|
BuildRequires: /usr/bin/xmlto
|
|
|
|
BuildRequires: /usr/bin/xsltproc
|
|
|
|
BuildRequires: /usr/bin/xsltproc
|
|
|
|
|
|
|
|
|
|
|
|
%{?sysusers_requires_compat}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: appstream%{?_isa} >= %{appstream_version}
|
|
|
|
|
|
|
|
Requires: bubblewrap >= %{bubblewrap_version}
|
|
|
|
Requires: bubblewrap >= %{bubblewrap_version}
|
|
|
|
Requires: glib2%{?_isa} >= %{glib_version}
|
|
|
|
|
|
|
|
Requires: libcurl%{?_isa} >= %{libcurl_version}
|
|
|
|
|
|
|
|
Requires: librsvg2%{?_isa}
|
|
|
|
Requires: librsvg2%{?_isa}
|
|
|
|
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
|
|
|
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
|
|
|
Requires: /usr/bin/fusermount3
|
|
|
|
|
|
|
|
Requires: /usr/bin/xdg-dbus-proxy
|
|
|
|
Requires: /usr/bin/xdg-dbus-proxy
|
|
|
|
# https://fedoraproject.org/wiki/SELinux/IndependentPolicy
|
|
|
|
# https://fedoraproject.org/wiki/SELinux/IndependentPolicy
|
|
|
|
Requires: (flatpak-selinux = %{?epoch:%{epoch}:}%{version}-%{release} if selinux-policy-targeted)
|
|
|
|
Requires: (flatpak-selinux = %{?epoch:%{epoch}:}%{version}-%{release} if selinux-policy-targeted)
|
|
|
@ -104,24 +72,26 @@ more information.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
License: LGPLv2+
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
This package contains the pkg-config file and development headers for %{name}.
|
|
|
|
This package contains the pkg-config file and development headers for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package libs
|
|
|
|
%package libs
|
|
|
|
Summary: Libraries for %{name}
|
|
|
|
Summary: Libraries for %{name}
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
Requires: bubblewrap >= %{bubblewrap_version}
|
|
|
|
Requires: bubblewrap >= %{bubblewrap_version}
|
|
|
|
# We can assume ostree is installed on ostree systems
|
|
|
|
Requires: ostree%{?_isa} >= %{ostree_version}
|
|
|
|
# So do not enforce it on non-ostree ones
|
|
|
|
Requires(pre): /usr/sbin/useradd
|
|
|
|
Requires: ostree-libs%{?_isa} >= %{ostree_version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
%description libs
|
|
|
|
This package contains libflatpak.
|
|
|
|
This package contains libflatpak.
|
|
|
|
|
|
|
|
|
|
|
|
%package selinux
|
|
|
|
%package selinux
|
|
|
|
Summary: SELinux policy module for %{name}
|
|
|
|
Summary: SELinux policy module for %{name}
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
BuildRequires: selinux-policy
|
|
|
|
BuildRequires: selinux-policy
|
|
|
|
BuildRequires: selinux-policy-devel
|
|
|
|
BuildRequires: selinux-policy-devel
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
@ -133,6 +103,7 @@ This package contains the SELinux policy module for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package session-helper
|
|
|
|
%package session-helper
|
|
|
|
Summary: User D-Bus service used by %{name} and others
|
|
|
|
Summary: User D-Bus service used by %{name} and others
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
Conflicts: flatpak < 1.4.1-2
|
|
|
|
Conflicts: flatpak < 1.4.1-2
|
|
|
|
Requires: systemd
|
|
|
|
Requires: systemd
|
|
|
|
|
|
|
|
|
|
|
@ -142,9 +113,10 @@ that's used by %{name} and other packages.
|
|
|
|
|
|
|
|
|
|
|
|
%package tests
|
|
|
|
%package tests
|
|
|
|
Summary: Tests for %{name}
|
|
|
|
Summary: Tests for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
License: LGPLv2+
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-session-helper%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
Requires: %{name}-session-helper%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: bubblewrap >= %{bubblewrap_version}
|
|
|
|
Requires: bubblewrap >= %{bubblewrap_version}
|
|
|
|
Requires: ostree%{?_isa} >= %{ostree_version}
|
|
|
|
Requires: ostree%{?_isa} >= %{ostree_version}
|
|
|
|
|
|
|
|
|
|
|
@ -157,27 +129,32 @@ This package contains installed tests for %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%meson \
|
|
|
|
# gobject introspection does not work with LTO. There is an effort to fix this
|
|
|
|
-Dinstalled_tests=true \
|
|
|
|
# in the appropriate project upstreams, so hopefully LTO can be enabled someday
|
|
|
|
-Dsystem_bubblewrap=/usr/bin/bwrap \
|
|
|
|
# Disable LTO.
|
|
|
|
-Dsystem_dbus_proxy=/usr/bin/xdg-dbus-proxy \
|
|
|
|
%define _lto_cflags %{nil}
|
|
|
|
-Dtmpfilesdir=%{_tmpfilesdir} \
|
|
|
|
|
|
|
|
%if %{with malcontent}
|
|
|
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
|
|
|
-Dmalcontent=enabled \
|
|
|
|
# Generate consistent IDs between runs to avoid multilib problems.
|
|
|
|
%else
|
|
|
|
export XMLTO_FLAGS="--stringparam generate.consistent.ids=1"
|
|
|
|
-Dmalcontent=disabled \
|
|
|
|
%configure \
|
|
|
|
%endif
|
|
|
|
--enable-docbook-docs \
|
|
|
|
-Dwayland_security_context=enabled \
|
|
|
|
--enable-installed-tests \
|
|
|
|
%{nil}
|
|
|
|
--enable-selinux-module \
|
|
|
|
%meson_build
|
|
|
|
--with-priv-mode=none \
|
|
|
|
|
|
|
|
--with-system-bubblewrap \
|
|
|
|
|
|
|
|
--with-system-dbus-proxy \
|
|
|
|
|
|
|
|
$CONFIGFLAGS)
|
|
|
|
|
|
|
|
%make_build V=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%meson_install
|
|
|
|
%make_install
|
|
|
|
install -pm 644 NEWS README.md %{buildroot}/%{_pkgdocdir}
|
|
|
|
install -pm 644 NEWS README.md %{buildroot}/%{_pkgdocdir}
|
|
|
|
# The system repo is not installed by the flatpak build system.
|
|
|
|
# The system repo is not installed by the flatpak build system.
|
|
|
|
install -d %{buildroot}%{_localstatedir}/lib/flatpak
|
|
|
|
install -d %{buildroot}%{_localstatedir}/lib/flatpak
|
|
|
|
install -d %{buildroot}%{_sysconfdir}/flatpak/remotes.d
|
|
|
|
install -d %{buildroot}%{_sysconfdir}/flatpak/remotes.d
|
|
|
|
|
|
|
|
rm -f %{buildroot}%{_libdir}/libflatpak.la
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora}
|
|
|
|
install -D -t %{buildroot}%{_unitdir} %{SOURCE1}
|
|
|
|
install -D -t %{buildroot}%{_unitdir} %{SOURCE1}
|
|
|
@ -185,8 +162,18 @@ install -D -t %{buildroot}%{_unitdir} %{SOURCE1}
|
|
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
%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
|
|
|
|
%pre
|
|
|
|
%sysusers_create_compat %{SOURCE2}
|
|
|
|
getent group flatpak >/dev/null || groupadd -r flatpak
|
|
|
|
|
|
|
|
getent passwd flatpak >/dev/null || \
|
|
|
|
|
|
|
|
useradd -r -g flatpak -d / -s /sbin/nologin \
|
|
|
|
|
|
|
|
-c "User for flatpak system helper" flatpak
|
|
|
|
|
|
|
|
exit 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora}
|
|
|
@ -248,20 +235,15 @@ fi
|
|
|
|
%{_mandir}/man5/flatpak-flatpakrepo.5*
|
|
|
|
%{_mandir}/man5/flatpak-flatpakrepo.5*
|
|
|
|
%{_mandir}/man5/flatpak-installation.5*
|
|
|
|
%{_mandir}/man5/flatpak-installation.5*
|
|
|
|
%{_mandir}/man5/flatpak-remote.5*
|
|
|
|
%{_mandir}/man5/flatpak-remote.5*
|
|
|
|
%{_mandir}/man5/flatpakref.5*
|
|
|
|
|
|
|
|
%{_mandir}/man5/flatpakrepo.5*
|
|
|
|
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf
|
|
|
|
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.Flatpak.SystemHelper.conf
|
|
|
|
%dir %{_sysconfdir}/flatpak
|
|
|
|
%dir %{_sysconfdir}/flatpak
|
|
|
|
%{_sysconfdir}/flatpak/remotes.d
|
|
|
|
%{_sysconfdir}/flatpak/remotes.d
|
|
|
|
%{_sysconfdir}/profile.d/flatpak.csh
|
|
|
|
|
|
|
|
%{_sysconfdir}/profile.d/flatpak.sh
|
|
|
|
%{_sysconfdir}/profile.d/flatpak.sh
|
|
|
|
%{_sysusersdir}/%{name}.conf
|
|
|
|
%{_sysusersdir}/flatpak.conf
|
|
|
|
%{_unitdir}/flatpak-system-helper.service
|
|
|
|
%{_unitdir}/flatpak-system-helper.service
|
|
|
|
%{_userunitdir}/flatpak-oci-authenticator.service
|
|
|
|
%{_userunitdir}/flatpak-oci-authenticator.service
|
|
|
|
%{_userunitdir}/flatpak-portal.service
|
|
|
|
%{_userunitdir}/flatpak-portal.service
|
|
|
|
%{_systemd_system_env_generator_dir}/60-flatpak-system-only
|
|
|
|
|
|
|
|
%{_systemd_user_env_generator_dir}/60-flatpak
|
|
|
|
%{_systemd_user_env_generator_dir}/60-flatpak
|
|
|
|
%{_tmpfilesdir}/%{name}.conf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%if 0%{?fedora}
|
|
|
|
%{_unitdir}/flatpak-add-fedora-repos.service
|
|
|
|
%{_unitdir}/flatpak-add-fedora-repos.service
|
|
|
@ -296,152 +278,76 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.15.10-2
|
|
|
|
* Wed Sep 04 2024 Kalev Lember <klember@redhat.com> - 1.12.9-3
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Fix previous changelog entry
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 30 2024 Kalev Lember <klember@redhat.com> - 1.15.10-1
|
|
|
|
|
|
|
|
- Update to 1.15.10 (CVE-2024-42472)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.15.8-2
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2024 Kalev Lember <klember@redhat.com> - 1.15.8-1
|
|
|
|
|
|
|
|
- Update to 1.15.8 (CVE-2024-32462)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.6-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.6-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 16 2023 Debarshi Ray <rishi@fedoraproject.org> - 1.15.6-1
|
|
|
|
|
|
|
|
- Update to 1.15.6 (#2249763)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 07 2023 Neal Gompa <ngompa@fedoraproject.org> - 1.15.4-5
|
|
|
|
|
|
|
|
- Fix appstream_version macro for prerelease appstream 1.0 package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 07 2023 Debarshi Ray <rishi@fedoraproject.org> - 1.15.4-4
|
|
|
|
|
|
|
|
- Adjust to Appstream 1.0 API changes
|
|
|
|
|
|
|
|
- Fix Appstream regression in 'remote-info'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.4-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 22 2023 Tomas Popela <tpopela@redhat.com> - 1.15.4-2
|
|
|
|
|
|
|
|
- Disable parental control support (through malcontent) on RHEL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Mar 17 2023 David King <amigadave@amigadave.com> - 1.15.4-1
|
|
|
|
* Mon Sep 02 2024 Kalev Lember <klember@redhat.com> - 1.12.9-2
|
|
|
|
- Update to 1.15.4
|
|
|
|
- Backport upstream patches for CVE-2024-42472
|
|
|
|
|
|
|
|
- Require bubblewrap version that has new --bind-fd option backported for
|
|
|
|
|
|
|
|
addressing CVE-2024-42472
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 David King <amigadave@amigadave.com> - 1.15.3-1
|
|
|
|
* Tue Apr 30 2024 Kalev Lember <klember@redhat.com> - 1.12.9-1
|
|
|
|
- Update to 1.15.3 (#2120890)
|
|
|
|
- Update to 1.12.9 (CVE-2024-32462)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-3
|
|
|
|
* Tue Jul 11 2023 Debarshi Ray <rishi@fedoraproject.org> - 1.12.8-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
- Update to 1.12.8 (CVE-2023-28100, CVE-2023-28101)
|
|
|
|
|
|
|
|
Resolves: #2180312, #2221792
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 06 2023 David King <amigadave@amigadave.com> - 1.15.1-2
|
|
|
|
* Mon Jun 27 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.7-2
|
|
|
|
- Require fusermount (#2158474)
|
|
|
|
- Let flatpak own %%{_sysconfdir}/flatpak
|
|
|
|
|
|
|
|
Resolves: #2101456
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 13 2022 David King <amigadave@amigadave.com> - 1.15.1-1
|
|
|
|
* Thu Mar 17 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.7-1
|
|
|
|
- Update to 1.15.1
|
|
|
|
- Update to 1.12.7
|
|
|
|
|
|
|
|
Resolves: #2058633
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Dec 08 2022 David King <amigadave@amigadave.com> - 1.14.1-1
|
|
|
|
* Mon Mar 07 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.5-2
|
|
|
|
- Update to 1.14.1 (#2151850)
|
|
|
|
- Cope better with /var/lib/flatpak existing but being empty
|
|
|
|
|
|
|
|
Resolves: #2062806
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 15 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 1.14.0-2
|
|
|
|
* Sun Feb 20 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.5-1
|
|
|
|
- Refresh gssproxy patch to use new socket path
|
|
|
|
- Update to 1.12.5
|
|
|
|
|
|
|
|
Resolves: #2054215
|
|
|
|
* Wed Sep 07 2022 Kalev Lember <klember@redhat.com> - 1.14.0-1
|
|
|
|
|
|
|
|
- Update to 1.14.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 19 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.13.3-6
|
|
|
|
|
|
|
|
- Use %%sysusers_requires_compat to match %%sysusers_create_compat
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.3-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 14 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.13.3-4
|
|
|
|
|
|
|
|
- Avoid SELinux denials caused by reading symbolic links in /var/lib/flatpak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 26 2022 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.13.3-3
|
|
|
|
|
|
|
|
- Let flatpak own %%{_sysconfdir}/flatpak (RHBZ#2101073).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 17 2022 David King <amigadave@amigadave.com> - 1.13.3-2
|
|
|
|
|
|
|
|
- Add gssproxy support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 17 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.13.3-1
|
|
|
|
|
|
|
|
- Update to 1.13.3
|
|
|
|
|
|
|
|
- Remove downstream patch for gssproxy support until it gets rebased
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 07 2022 David King <amigadave@amigadave.com> - 1.13.2-4
|
|
|
|
|
|
|
|
- Add gssproxy support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 17 2022 Timothée Ravier <tim@siosm.fr> - 1.13.2-3
|
|
|
|
|
|
|
|
- Use sysusers_create_compat macro to create user & group.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 12 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.13.2-2
|
|
|
|
|
|
|
|
- Avoid SELinux denials caused by read access to /etc/passwd, watching files
|
|
|
|
|
|
|
|
inside /usr/libexec and read access to /var/lib/flatpak
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Mar 17 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.13.2-1
|
|
|
|
|
|
|
|
- Update to 1.13.2 (#2064038)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Mar 12 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.13.1-1
|
|
|
|
|
|
|
|
- Update to 1.13.1 (#2059784)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 02 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.6-2
|
|
|
|
|
|
|
|
- Specify the %%{epoch} consistently
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 25 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.6-1
|
|
|
|
|
|
|
|
- Update to 1.12.6 (#2053655)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 14 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.5-1
|
|
|
|
|
|
|
|
- Update to 1.12.5 (#2032528)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.4-2
|
|
|
|
* Tue Feb 08 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.4-2
|
|
|
|
- Don't try to add Fedora's OCI Flatpak repository on RHEL
|
|
|
|
- Don't try to add Fedora's OCI Flatpak repository on RHEL
|
|
|
|
- Remove an obsolete Fedora-specific update path
|
|
|
|
- Remove an obsolete Fedora-specific update path
|
|
|
|
|
|
|
|
Resolves: #2051697
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4-2
|
|
|
|
* Mon Feb 07 2022 Neal Gompa <ngompa@centosproject.org> - 1.12.4-1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebase to 1.12.4
|
|
|
|
|
|
|
|
Resolves: #2050302
|
|
|
|
* Tue Jan 18 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.4-1
|
|
|
|
|
|
|
|
- Update to 1.12.4 (#2042071)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 14 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.3-1
|
|
|
|
* Thu Feb 03 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.10.7-2
|
|
|
|
- Update to 1.12.3 (#2040094)
|
|
|
|
- Use SHA256, not SHA1, to name the cache for a filtered remote
|
|
|
|
|
|
|
|
Resolves: #1935508
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 13 2021 David King <amigadave@amigadave.com> - 1.12.2-1
|
|
|
|
* Wed Feb 02 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.10.7-1
|
|
|
|
- Update to 1.12.2 (#2013492)
|
|
|
|
- Update to 1.10.7 (CVE-2021-43860)
|
|
|
|
|
|
|
|
Resolves: #2041973
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 08 2021 David King <amigadave@amigadave.com> - 1.12.1-1
|
|
|
|
* Tue Oct 26 2021 Debarshi Ray <rishi@fedoraproject.org> - 1.10.5-1
|
|
|
|
- Update to 1.12.1 (#2012273)
|
|
|
|
- Update to 1.10.5 (CVE-2021-41133)
|
|
|
|
|
|
|
|
Resolves: #2012862
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 08 2021 David King <amigadave@amigadave.com> - 1.12.0-1
|
|
|
|
* Wed Sep 22 2021 Debarshi Ray <rishi@fedoraproject.org> - 1.10.3-1
|
|
|
|
- Update to 1.12.0 (#2012246)
|
|
|
|
- Update to 1.10.3
|
|
|
|
|
|
|
|
Resolves: #2006554
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 09 2021 Kalev Lember <klember@redhat.com> - 1.11.3-2
|
|
|
|
* Sat Aug 28 2021 Debarshi Ray <rishi@fedoraproject.org> - 1.10.2-6
|
|
|
|
- Enable malcontent support
|
|
|
|
- Fix local deploys using system helper
|
|
|
|
|
|
|
|
Resolves: #1982304
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 25 2021 Kalev Lember <klember@redhat.com> - 1.11.3-1
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.2-5
|
|
|
|
- Update to 1.11.3
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.2-2
|
|
|
|
* Fri May 07 2021 Kalev Lember <klember@redhat.com> - 1.10.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 14 2021 David King <amigadave@amigadave.com> - 1.11.2-1
|
|
|
|
|
|
|
|
- Update to 1.11.2 (#1973591)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 13 2021 Jeff Law <jlaw@tachyum.com> - 1.11.1-2
|
|
|
|
|
|
|
|
- Re-enable LTO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 27 2021 David King <amigadave@amigadave.com> - 1.11.1-1
|
|
|
|
|
|
|
|
- Update to 1.11.1 (#1953833)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 14 2021 Kalev Lember <klember@redhat.com> - 1.10.2-3
|
|
|
|
|
|
|
|
- Disable system env generator to work around selinux denials (#1947214)
|
|
|
|
- Disable system env generator to work around selinux denials (#1947214)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.10.2-3
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 05 2021 Kalev Lember <klember@redhat.com> - 1.10.2-2
|
|
|
|
* Mon Apr 05 2021 Kalev Lember <klember@redhat.com> - 1.10.2-2
|
|
|
|
- OCI: Switch to pax format for tar archives
|
|
|
|
- OCI: Switch to pax format for tar archives
|
|
|
|
|
|
|
|
|
|
|
|