| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: flatpak-builder | Distribution: openSUSE Tumbleweed |
| Version: 1.4.4 | Vendor: openSUSE |
| Release: 2.1 | Build date: Tue Dec 17 14:57:13 2024 |
| Group: Development/Tools/Building | Build host: reproducible |
| Size: 414634 | Source RPM: flatpak-builder-1.4.4-2.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://flatpak.org/ | |
| Summary: Tool to build flatpaks from source | |
Tool to build flatpaks from source. See https://docs.flatpak.org/ for more information.
LGPL-2.1-or-later
* Tue Dec 17 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Require AppStream-compose instead of
/usr/libexec/appstreamcli-compose: binaries below /usr/libexec
are not automatically added to the rpm provides capabilities.
* Wed Dec 11 2024 Luna D Dragon <luna.dragon@suse.com>
- depend on appstreamcli-compose not appstream-compose
* Wed Dec 11 2024 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.4.4:
+ Default to a relative path for CMAKE_INSTALL_LIBDIR on cmake
modules.
+ Only pass --libdir to autotools modules when libdir is
explicitly set.
- Changes from version 1.4.3:
+ Always set `CMAKE_INSTALL_LIBDIR` with cmake buildsystems.
+ Update libglnx submodule to latest commit.
* Mon Aug 19 2024 Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire gettext-devel instead of gettext: allow OBS to
shortcut through gettext-runtime-mini.
* Fri Mar 15 2024 andy great <andythe_great@pm.me>
- Temporary use fixed-libglnx archive provided from upsteam to fix
https://github.com/flatpak/flatpak-builder/issues/590
- Update to version 1.4.2.
+ Fix missing test files in the generated tarballs
+ Fix possible empty id in provides when renaming
+ Fix minor memory leaks
- Update to version 1.4.1.
+ Add support for autoprune-unless in extensions
+ Add disable-http-decompression option to archive/file sources
+ Change rename-desktop-file and rename-appdata-file to also set
the launchable or provide the old id if needed
* Fri Dec 29 2023 Luna D Dragon <luna.dragon@suse.com>
- Update to version 1.4.0
+ Deprecate SHA1 and MD5 hashes for sources
+ Remove all usage of libsoup (bumps GLib requirement to 2.66)
+ Fix errors in included manifests not being fatal
+ Fix crash on empty manifests or incorrect JSON type
+ Various updates to the JSON Schema
+ Add meson buildsystem;
+ Set the HTTP Referer header on file/archive Sources
+ Fix no-autodownload in extensions incorrectly setting autodelete
+ Reduce verbosity of unzip usage
+ Ignore $schema properties in manifests
+ Change git usage to be more forgiving about submodules
+ Add installed_tests option to meson project
+ Fix libglnx meson subproject when built from autotools dist
+ Fix tests not running in parallel under meson
+ Replace appstream-glib with libappstream
+ Run tests in parallel respecting number of jobs set
+ Add missing secret-env and secret-opts keys to the JSON schema
+ Improve parsing of git submodules
+ Meson build fixes
+ Add rename-mime-file and rename-mime-icons properties
+ Re-implement support for data: URIs
+ Set download speed timeout for HTTP downloads
+ Enabled compressed HTTP downloads
+ Use meson setup with meson buildsystem to avoid warning
+ Fix libappstream not handling ID's ending with .desktop
+ Fix ostree deployment on 64-bit inode filesystems
- remove 0001-builder-Fix-silent-truncation-of-gt-32-bit-inodes.patch
- Add patch fusermount3.diff to enforce usage of fuse v3
- Switch to meson build system
- remove libsoup as a dependency
- bump min glib version
- Add dependency on Appstream & Appstream-compose
* Mon Aug 28 2023 Antonio Larrosa <alarrosa@suse.com>
- Add patch from upstream to fix corrupted files when using a large
fs with 64-bit inodes (boo#1214708):
* 0001-builder-Fix-silent-truncation-of-gt-32-bit-inodes.patch
* Thu Feb 09 2023 Bjørn Lie <bjorn.lie@gmail.com>
- Add explicit pkgconfig(gio-2.0), pkgconfig(gio-unix-2.0) and
pkgconfig(libxml-2.0) BuildRequires: Align with what configure
checks for.
* Sun Dec 04 2022 Dirk Müller <dmueller@suse.com>
- Update to version 1.2.3:
+ This is a minor bug-fix release that fixes cloning `file://`
URIs with git 2.38.1 or newer.
* Thu Apr 14 2022 Callum Farmer <gmbr3@opensuse.org>
- Use system debugedit on TW
+ Add BuildRequires debugedit.
+ Add Requires debugedit.
* Fri Apr 08 2022 Frederic Crozat <fcrozat@suse.com>
- Ensure flatpak >= 1.12.4 is a build and runtime dependency.
- Update url in description.
* Tue Jan 18 2022 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 1.2.2:
+ CVE-2022-21682: flatpak-builder --mirror-screenshots-url
commands to be allowed to create directories outside the build
directory boo#1194611
+ uses a new option --nofilesystem=host:reset to cancel out
filesystem permissions in the application manifest and
overrides with Flatpak >= 1.12.4
+ show "Unexpected filesystem suffix reset, ignoring" warning
in other cases
+ Make FUSE 2 optimizations opt-in
+ Make the JSON schema introduced in 1.2.1 more complete
* Mon Jan 17 2022 Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 1.2.1:
+ Fix debuginfo being re-processed multiple times in a manifest
+ Change manifest parsing issues from warnings to fatal errors
+ Add .tar.zst archive support
+ Fix auto-detection of .7z archives
+ Install a JSON schema for manifest format
+ Documentation updates
* Fri Oct 08 2021 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.2.0:
+ Add missing newlines in some output
+ Fix missing error check in the new inline data support
+ Updated documentation.
- Changes from version 1.1.2:
+ New secret-opts feature lets you pass e.g. CI secrets into the
build.
+ Support content-encoding when downloading.
+ New inline data source allowing easy creation of files from
embedded content from the manifest.
- Changes from version 1.1.1:
+ We now use the external debugedit project instead of using an
internal copy.
+ The system version can be used, or if not an internal version
is used built using git submodules.
+ Note, this needs libdw 0.172, which may not be available on
older distributions.
- Replace old and no longer used libdwarf-devel with the correct
pkgconfig(libdw) BuildRequires (and stop passing header to
configure).
* Mon Jul 05 2021 andy great <andythe_great@pm.me>
- Update to version 1.0.14.
* Ensure that sources cannot create files outside the build
directory.
* If --sandbox is enabled, ensure sources can't real files
outside the manifest directory.
- Update for version 1.0.13.
* Fix a bug where git submodules were bundled even when disabled
(whereas in the previous release this issue was fixed for the
extraction phase)
* For bundled extensions, use the specified version as the branch
rather than using the branch of the parent app
* Wed Mar 03 2021 andy great <andythe_great@pm.me>
- Update to version 1.0.12.
* Make --run work if manifest has --metadata in build-finish.
* Don't try to extract git submodules if they were disabled.
/usr/bin/flatpak-builder /usr/share/doc/flatpak-builder /usr/share/doc/flatpak-builder/docbook.css /usr/share/doc/flatpak-builder/flatpak-builder-docs.html /usr/share/doc/packages/flatpak-builder /usr/share/doc/packages/flatpak-builder/NEWS /usr/share/doc/packages/flatpak-builder/README.md /usr/share/licenses/flatpak-builder /usr/share/licenses/flatpak-builder/COPYING /usr/share/man/man1/flatpak-builder.1.gz /usr/share/man/man5/flatpak-manifest.5.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Sep 22 22:53:33 2025