public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: install the default system wide presets rhbz#1221339
@ 2026-08-10 9:34 Dennis Gilmore
0 siblings, 0 replies; only message in thread
From: Dennis Gilmore @ 2026-08-10 9:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : e10a87b3ab6acebaea83fb4c69d4441328086b44
Author : Dennis Gilmore <dennis@ausil.us>
Date : 2015-05-14T13:35:16-05:00
Stats : +13/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/e10a87b3ab6acebaea83fb4c69d4441328086b44?branch=f45
Log:
install the default system wide presets rhbz#1221339
---
diff --git a/fedora-release.spec b/fedora-release.spec
index 0075162..2b8ef83 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -5,7 +5,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 23
-Release: 0.11
+Release: 0.12
License: MIT
Group: System Environment/Base
URL: http://fedoraproject.org
@@ -145,8 +145,12 @@ cat >> $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/macros.dist << EOF
%%fc%{dist_version} 1
EOF
-# Add Product-specific presets
+# Add presets
mkdir -p %{buildroot}%{_prefix}/lib/systemd/system-preset/
+# Default system wide
+install -m 0644 85-display-manager.preset %{buildroot}%{_prefix}/lib/systemd/system-preset/
+install -m 0644 90-default.preset %{buildroot}%{_prefix}/lib/systemd/system-preset/
+install -m 0644 99-default-disable.preset %{buildroot}%{_prefix}/lib/systemd/system-preset/
# Fedora Server
install -m 0644 80-server.preset %{buildroot}%{_prefix}/lib/systemd/system-preset/
# Fedora Workstation
@@ -272,6 +276,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%config(noreplace) %attr(0644,root,root) /etc/issue
%config(noreplace) %attr(0644,root,root) /etc/issue.net
%attr(0644,root,root) %{_rpmconfigdir}/macros.d/macros.dist
+%{_prefix}/lib/systemd/system-preset/85-display-manager.preset
+%{_prefix}/lib/systemd/system-preset/90-default.preset
+%{_prefix}/lib/systemd/system-preset/99-default-disable.preset
%files cloud
%{!?_licensedir:%global license %%doc}
@@ -293,6 +300,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_prefix}/lib/systemd/system-preset/80-workstation.preset
%changelog
+* Thu May 14 2015 Dennis Gilmore <dennis@ausil.us> - 23.0.12
+- install the default system wide presets rhbz#1221339
+
* Fri May 08 2015 Dennis Gilmore <dennis@ausil.us> - 23-0.11
- make sure that the VARIANT is wrapped in ""
diff --git a/sources b/sources
index 30f423f..9f47bd7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac29836fed92c50a84b780dd5524f955 fedora-release-23.tar.bz2
+185ef1c8a453a16f6335b75117500979 fedora-release-23.tar.bz2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:34 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:34 [rpms/fedora-release] f45: install the default system wide presets rhbz#1221339 Dennis Gilmore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox