diff --git a/flatpak.changes b/flatpak.changes index 1db2e4e..4efde65 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 15 11:54:41 UTC 2024 - Dominique Leuenberger + +- Drop rcFOO symlinks (PED-266). + ------------------------------------------------------------------- Wed Oct 2 15:16:49 UTC 2024 - Robert Frohl diff --git a/flatpak.spec b/flatpak.spec index 98fa1f0..d0b75c7 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -169,8 +169,8 @@ more information. Summary: Add Flathub repository to system flatpak Group: System/Packages Requires: flatpak -Requires(postun):flatpak -Requires(postun):sed +Requires(postun): flatpak +Requires(postun): sed %if 0%{?suse_version} > 1600 Supplements: flatpak %endif @@ -232,8 +232,6 @@ sed -i -e '1s,#!%{_bindir}/env python3,#!%{_bindir}/python3,' scripts/flatpak-* %install %meson_install find %{buildroot} -type f -name "*.la" -delete -print -mkdir -p %{buildroot}%{_sbindir} -ln -s service %{buildroot}%{_sbindir}/rcflatpak-system-helper # add a 60- prefix to the rules file, otherwise it is not effective, because # /etc/polkit-1/rules.d/90-default-privs.rules is executed first and if no # polkit-default-privs rule grants access then an explicit reject is the @@ -350,7 +348,6 @@ fi; %{_unitdir}/flatpak-system-helper.service %{_unitdir}/update-system-flatpaks.{service,timer} %{_userunitdir}/update-user-flatpaks.{service,timer} -%{_sbindir}/rcflatpak-system-helper %{_userunitdir}/flatpak-session-helper.service %{_userunitdir}/flatpak-portal.service %ghost %dir %{_localstatedir}/lib/flatpak