public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Add "disable *" default preset for user units
@ 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 : 5a06de2a99cf8728087a02b26b9575736e7ba4a3
Author : Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Date : 2020-02-07T15:06:39+01:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/5a06de2a99cf8728087a02b26b9575736e7ba4a3?branch=f45
Log:
Add "disable *" default preset for user units
Signed-off-by: "If it's a fedora package, what is the signoff for?" <user@example.com>
---
diff --git a/fedora-release.spec b/fedora-release.spec
index d01fc26..bdba221 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -14,7 +14,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 32
-Release: 0.4
+Release: 0.5
License: MIT
URL: https://fedoraproject.org/
@@ -498,7 +498,9 @@ install -pm 0644 %{SOURCE2} licenses/Fedora-Legal-README.txt
install -Dm0644 %{SOURCE10} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
install -Dm0644 %{SOURCE11} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
install -Dm0644 %{SOURCE12} -t %{buildroot}%{_prefix}/lib/systemd/user-preset/
+# The same file is installed in two places with identical contents
install -Dm0644 %{SOURCE13} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
+install -Dm0644 %{SOURCE13} -t %{buildroot}%{_prefix}/lib/systemd/user-preset/
# Fedora CoreOS
install -Dm0644 %{SOURCE22} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
@@ -553,6 +555,7 @@ echo _DISABLED_ > %{buildroot}%{_prefix}/lib/variant
%attr(0644,root,root) %{_rpmconfigdir}/macros.d/macros.dist
%dir %{_prefix}/lib/systemd/user-preset/
%{_prefix}/lib/systemd/user-preset/90-default-user.preset
+%{_prefix}/lib/systemd/user-preset/99-default-disable.preset
%dir %{_prefix}/lib/systemd/system-preset/
%{_prefix}/lib/systemd/system-preset/85-display-manager.preset
%{_prefix}/lib/systemd/system-preset/90-default.preset
@@ -643,6 +646,9 @@ echo _DISABLED_ > %{buildroot}%{_prefix}/lib/variant
%changelog
+* Fri Feb 7 2020 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 32-0.5
+- Add 'disable *' default preset for user units (#1468501)
+
* Wed Oct 30 2019 Peter Robinson <pbrobinson@fedoraproject.org> 32-0.4
- Drop clevis IoT defaults change
^ 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: Add "disable *" default preset for user units
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox