|
|
@ -2,8 +2,8 @@
|
|
|
|
%global ostree_version 2020.8
|
|
|
|
%global ostree_version 2020.8
|
|
|
|
|
|
|
|
|
|
|
|
Name: flatpak
|
|
|
|
Name: flatpak
|
|
|
|
Version: 1.12.7
|
|
|
|
Version: 1.12.8
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Application deployment framework for desktop apps
|
|
|
|
Summary: Application deployment framework for desktop apps
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
@ -24,6 +24,7 @@ BuildRequires: pkgconfig(fuse)
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
|
|
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)
|
|
|
|
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)
|
|
|
@ -39,7 +40,6 @@ BuildRequires: bubblewrap >= %{bubblewrap_version}
|
|
|
|
BuildRequires: docbook-dtds
|
|
|
|
BuildRequires: docbook-dtds
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: gpgme-devel
|
|
|
|
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: python3-pyparsing
|
|
|
|
BuildRequires: python3-pyparsing
|
|
|
|
BuildRequires: systemd
|
|
|
|
BuildRequires: systemd
|
|
|
@ -276,6 +276,10 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Jul 11 2023 Debarshi Ray <rishi@fedoraproject.org> - 1.12.8-1
|
|
|
|
|
|
|
|
- Update to 1.12.8 (CVE-2023-28100, CVE-2023-28101)
|
|
|
|
|
|
|
|
Resolves: #2180312, #2221792
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 27 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.7-2
|
|
|
|
* Mon Jun 27 2022 Debarshi Ray <rishi@fedoraproject.org> - 1.12.7-2
|
|
|
|
- Let flatpak own %%{_sysconfdir}/flatpak
|
|
|
|
- Let flatpak own %%{_sysconfdir}/flatpak
|
|
|
|
Resolves: #2101456
|
|
|
|
Resolves: #2101456
|
|
|
|