public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Workstation: Remove unneeded rpm-ostree polkit rule
@ 2026-08-10 9:35
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 9:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 9d022fcd2c66b4bc0aff098dfee5cb601dfff83a
Author : Timothée Ravier <tim@siosm.fr>
Date : 2021-03-17T12:44:45+01:00
Stats : +3/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/9d022fcd2c66b4bc0aff098dfee5cb601dfff83a?branch=f45
Log:
Workstation: Remove unneeded rpm-ostree polkit rule
This rule is only needed on ostree/rpm-ostree based systems such as
Silverblue. It was added as a side effect of the changes in:
670f9ba Conditionalize the creation of the identity subpackages
---
diff --git a/fedora-release.spec b/fedora-release.spec
index 5e7e1ad..32796c6 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -992,6 +992,9 @@ install -Dm0644 %{SOURCE21} -t %{buildroot}%{_sysconfdir}/dnf/protected.d/
install -Dm0644 %{SOURCE15} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
# Override the list of enabled gnome-shell extensions for Workstation
install -Dm0644 %{SOURCE16} -t %{buildroot}%{_datadir}/glib-2.0/schemas/
+%endif
+
+%if %{with silverblue}
# Install rpm-ostree polkit rules
install -Dm0644 %{SOURCE17} -t %{buildroot}%{_datadir}/polkit-1/rules.d/
%endif
@@ -1214,7 +1217,6 @@ ln -s %{_swidtagdir} %{buildroot}%{_sysconfdir}/swid/swidtags.d/fedoraproject.or
# Keep this in sync with silverblue above
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.override
%{_prefix}/lib/systemd/system-preset/80-workstation.preset
-%attr(0644,root,root) %{_prefix}/share/polkit-1/rules.d/org.projectatomic.rpmostree1.rules
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:35 [rpms/fedora-release] f45: Workstation: Remove unneeded rpm-ostree polkit rule
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox