public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dennis Gilmore <dennis@ausil.us>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: install the default system wide presets rhbz#1221339
Date: Mon, 10 Aug 2026 09:34:08 GMT [thread overview]
Message-ID: <178635444808.1.6849391614039045917.rpms-fedora-release-e10a87b3ab6a@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-10 9:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178635444808.1.6849391614039045917.rpms-fedora-release-e10a87b3ab6a@fedoraproject.org \
--to=dennis@ausil.us \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox