Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f70c57a

Browse files
committedDec 5, 2024··
Update flatpak.patch
1 parent 7f9e4eb commit f70c57a

File tree

1 file changed

+51
-2
lines changed

1 file changed

+51
-2
lines changed
 

‎SPECS-PATCHES/flatpak.patch

+51-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- flatpak.spec 2024-09-18 13:42:15.639023737 +0800
2-
+++ flatpak.spec.new 2024-09-18 13:43:13.043767782 +0800
1+
--- flatpak.spec 2024-10-27 22:50:14.532990085 +0800
2+
+++ flatpak.spec.new 2024-12-05 22:34:42.381245896 +0800
33
@@ -7,8 +7,8 @@
44
%global wayland_protocols_version 1.32
55
%global wayland_scanner_version 1.15
@@ -11,3 +11,52 @@
1111

1212
Name: flatpak
1313
Version: 1.15.10
14+
@@ -86,8 +86,9 @@
15+
Requires: /usr/bin/fusermount3
16+
Requires: /usr/bin/xdg-dbus-proxy
17+
# https://fedoraproject.org/wiki/SELinux/IndependentPolicy
18+
-Requires: (flatpak-selinux = %{?epoch:%{epoch}:}%{version}-%{release} if selinux-policy-targeted)
19+
+Requires: (%{name}-selinux = %{?epoch:%{epoch}:}%{version}-%{release} if selinux-policy-targeted)
20+
Requires: %{name}-session-helper%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
21+
+Requires: (%{name}-fish-completion = %{?epoch:%{epoch}:}%{version}-%{release} if fish)
22+
Recommends: p11-kit-server
23+
24+
# Make sure the document portal is installed
25+
@@ -140,6 +141,14 @@
26+
This package contains the org.freedesktop.Flatpak user D-Bus service
27+
that's used by %{name} and other packages.
28+
29+
+%package fish-completion
30+
+Summary: Fish shell completion for %{name}
31+
+Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
32+
+Requires: fish
33+
+
34+
+%description fish-completion
35+
+This package contains fish shell completion for %{name}.
36+
+
37+
%package tests
38+
Summary: Tests for %{name}
39+
Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
40+
@@ -231,7 +240,6 @@
41+
%{_datadir}/dbus-1/services/org.flatpak.Authenticator.Oci.service
42+
%{_datadir}/dbus-1/services/org.freedesktop.portal.Flatpak.service
43+
%{_datadir}/dbus-1/system-services/org.freedesktop.Flatpak.SystemHelper.service
44+
-%{_datadir}/fish/
45+
%{_datadir}/%{name}
46+
%{_datadir}/polkit-1/actions/org.freedesktop.Flatpak.policy
47+
%{_datadir}/polkit-1/rules.d/org.freedesktop.Flatpak.rules
48+
@@ -290,6 +298,9 @@
49+
%{_libexecdir}/flatpak-session-helper
50+
%{_userunitdir}/flatpak-session-helper.service
51+
52+
+%files fish-completion
53+
+%{_datadir}/fish/
54+
+
55+
%files tests
56+
%{_datadir}/installed-tests
57+
%{_libexecdir}/installed-tests
58+
@@ -883,4 +894,3 @@
59+
60+
* Tue May 24 2016 David King <amigadave@amigadave.com> - 0.6.2-1
61+
- Rename from xdg-app to flatpak (#1337434)
62+
-

0 commit comments

Comments
 (0)
Please sign in to comment.