Update to 1.16.0
Resolves: RHEL-72779 Add support for preinstalling Flatpaks Resolves: RHEL-26066
This commit is contained in:
parent
946ff23cc6
commit
34285389a4
2
.gitignore
vendored
2
.gitignore
vendored
@ -113,3 +113,5 @@
|
|||||||
/flatpak-1.15.6.tar.xz
|
/flatpak-1.15.6.tar.xz
|
||||||
/flatpak-1.15.8.tar.xz
|
/flatpak-1.15.8.tar.xz
|
||||||
/flatpak-1.15.10.tar.xz
|
/flatpak-1.15.10.tar.xz
|
||||||
|
/flatpak-1.15.91.tar.xz
|
||||||
|
/flatpak-1.16.0.tar.xz
|
||||||
|
1519
flatpak-add-support-for-preinstalling-flatpaks.patch
Normal file
1519
flatpak-add-support-for-preinstalling-flatpaks.patch
Normal file
File diff suppressed because it is too large
Load Diff
4178
flatpak-allow-direct-installation-from-oci-images.patch
Normal file
4178
flatpak-allow-direct-installation-from-oci-images.patch
Normal file
File diff suppressed because it is too large
Load Diff
1983
flatpak-implement-etc-containers-certs-for-oci-registries.patch
Normal file
1983
flatpak-implement-etc-containers-certs-for-oci-registries.patch
Normal file
File diff suppressed because it is too large
Load Diff
1672
flatpak-support-sideload-repositories-for-oci-remotes.patch
Normal file
1672
flatpak-support-sideload-repositories-for-oci-remotes.patch
Normal file
File diff suppressed because it is too large
Load Diff
23
flatpak.spec
23
flatpak.spec
@ -11,8 +11,8 @@
|
|||||||
%bcond malcontent %[!0%{?rhel}]
|
%bcond malcontent %[!0%{?rhel}]
|
||||||
|
|
||||||
Name: flatpak
|
Name: flatpak
|
||||||
Version: 1.15.10
|
Version: 1.16.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Application deployment framework for desktop apps
|
Summary: Application deployment framework for desktop apps
|
||||||
|
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -28,6 +28,19 @@ Source1: flatpak-add-fedora-repos.service
|
|||||||
# with the config from upstream sources.
|
# with the config from upstream sources.
|
||||||
Source2: flatpak.sysusers.conf
|
Source2: flatpak.sysusers.conf
|
||||||
|
|
||||||
|
# Add support for preinstalling flatpaks
|
||||||
|
# https://github.com/flatpak/flatpak/pull/5832
|
||||||
|
Patch0: flatpak-add-support-for-preinstalling-flatpaks.patch
|
||||||
|
# Implement /etc/containers/certs.d for OCI registries
|
||||||
|
# https://github.com/flatpak/flatpak/pull/5916
|
||||||
|
Patch1: flatpak-implement-etc-containers-certs-for-oci-registries.patch
|
||||||
|
# Allow direct installation from OCI images
|
||||||
|
# https://github.com/flatpak/flatpak/pull/5972
|
||||||
|
Patch2: flatpak-allow-direct-installation-from-oci-images.patch
|
||||||
|
# Support sideload repositories for OCI remotes
|
||||||
|
# https://github.com/owtaylor/flatpak/commits/oci-sideload
|
||||||
|
Patch3: flatpak-support-sideload-repositories-for-oci-remotes.patch
|
||||||
|
|
||||||
# ostree not on i686 for RHEL 10
|
# ostree not on i686 for RHEL 10
|
||||||
# https://github.com/containers/composefs/pull/229#issuecomment-1838735764
|
# https://github.com/containers/composefs/pull/229#issuecomment-1838735764
|
||||||
%if 0%{?rhel} >= 10
|
%if 0%{?rhel} >= 10
|
||||||
@ -296,6 +309,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 13 2025 Jan Grulich <jgrulich@redhat.com> - 1.16.0-1
|
||||||
|
- Update to 1.16.0
|
||||||
|
Resolves: RHEL-72779
|
||||||
|
- Add support for preinstalling Flatpaks
|
||||||
|
Resolves: RHEL-26066
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.15.10-2
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.15.10-2
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (flatpak-1.15.10.tar.xz) = 0786aab6818304513056918a17843a3bce321a0d6464c8bfaeaa4df9c660c5b4f711bc19e9fd419722e70899e17152e11f21806eb99a6c466336f52138c0b9a0
|
SHA512 (flatpak-1.16.0.tar.xz) = 57a8b660193ef1f9724718533963d854fa8bb0eb823470261f3f0a685f8ddbd209d6a1ae8378411c131e9c298cba605863d394f43c8d9eccda608001aadbb68d
|
||||||
|
Loading…
Reference in New Issue
Block a user