public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [flatpaks/flatpak-runtime] f45: Add mailcap
@ 2026-09-11 14:42 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-09-11 14:42 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : flatpaks/flatpak-runtime
Branch : f45
Commit : 5f39931d17e69151b71a0fc6651b65c0ff1e3ee2
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-03-02T20:29:46-05:00
Stats : +3/-0 in 3 file(s)
URL : https://src.fedoraproject.org/flatpaks/flatpak-runtime/c/5f39931d17e69151b71a0fc6651b65c0ff1e3ee2?branch=f45
Log:
Add mailcap
/etc/mime.types is used as a file dependency in the buildroot (e.g.
httpd-core, for git). Building mailcap in /app for flatpaks (namely,
for perl-LWP-MediaTypes as a dependency of perl-libwww-perl) breaks
the buildroot in that case. Instead, perl-LWP-MediaTypes will need to
use the fixed location rather than %_sysconfdir.
---
diff --git a/container-sdk.yaml b/container-sdk.yaml
index 5db711a..5b756dd 100644
--- a/container-sdk.yaml
+++ b/container-sdk.yaml
@@ -963,6 +963,7 @@ flatpak:
- lz4-libs
- lzip
- m4
+ - mailcap
- make
- mallard-rng
- man-db
diff --git a/container.yaml b/container.yaml
index 28fb293..04c4901 100644
--- a/container.yaml
+++ b/container.yaml
@@ -611,6 +611,7 @@ flatpak:
- lz4
- lz4-libs
- lzip
+ - mailcap
- mbedtls
- mesa-dri-drivers
- mesa-filesystem
diff --git a/package-notes.txt b/package-notes.txt
index 56c5474..8602862 100644
--- a/package-notes.txt
+++ b/package-notes.txt
@@ -110,6 +110,7 @@ libusb1
libutempter: FD: util-linux
libvisual
lz4-libs: W: libarchive
+mailcap: EB: provides /etc/mime.types
make
mesa-libGLU: E: used by about 100 applications in Fedora
mlocate: F: this makes no sense - nobody ever is going to run updatedb
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-11 14:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 14:42 [flatpaks/flatpak-runtime] f45: Add mailcap Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox