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: Add systemd preset file for Fedora Server
Date: Mon, 10 Aug 2026 09:33:58 GMT	[thread overview]
Message-ID: <178635443828.1.12984842932201580495.rpms-fedora-release-5d8c374030af@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/fedora-release
            Branch : f45
            Commit : 5d8c374030afcd7dcfc837ff5e32eac7edcce298
            Author : Dennis Gilmore <dennis@ausil.us>
            Date   : 2014-07-14T12:21:06-05:00
            Stats  : +14/-2 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/fedora-release/c/5d8c374030afcd7dcfc837ff5e32eac7edcce298?branch=f45

            Log:
            Add systemd preset file for Fedora Server

- Add requirement on Cockpit

---
diff --git a/fedora-release.spec b/fedora-release.spec
index f6b09ab..3db537c 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -5,7 +5,7 @@
 Summary:        Fedora release files
 Name:           fedora-release
 Version:        22
-Release:        0.2
+Release:        0.3
 License:        MIT
 Group:          System Environment/Base
 URL:            http://fedoraproject.org
@@ -51,6 +51,8 @@ Summary:        Base package for Fedora Server-specific default configurations
 Provides:       system-release-server
 Provides:       system-release-server(%{version})
 Requires:       fedora-release = %{version}-%{release}
+Requires:       systemd
+Requires:       cockpit
 Conflicts:      fedora-release-cloud
 Conflicts:      fedora-release-standard
 Conflicts:      fedora-release-workstation
@@ -116,6 +118,11 @@ cat >> $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d/macros.dist << EOF
 %%fc%{dist_version}                1
 EOF
 
+# Add Product-specific presets
+mkdir -p %{buildroot}%{_prefix}/lib/systemd/system-preset/
+# Fedora Server
+install -m 0644 80-server.preset %{buildroot}%{_prefix}/lib/systemd/system-preset/
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -143,12 +150,17 @@ rm -rf $RPM_BUILD_ROOT
 %files server
 %{!?_licensedir:%global license %%doc}
 %license LICENSE
+%{_prefix}/lib/systemd/system-preset/80-server.preset
 
 %files workstation
 %{!?_licensedir:%global license %%doc}
 %license LICENSE
 
 %changelog
+* Mon Jul 14 2014 Stephen Gallagher <sgallagh@redhat.com> 22-0.3
+- Add systemd preset file for Fedora Server
+- Add requirement on Cockpit
+
 * Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> 22-0.2
 - fix license handling
 

diff --git a/sources b/sources
index a4f2aef..1f6e304 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf788d98dbdf8e4e93c1ba7fb0c0b490  fedora-release-22.tar.bz2
+10b49b34712edb911fa1530751b2c5dd  fedora-release-22.tar.bz2

                 reply	other threads:[~2026-08-10  9:33 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=178635443828.1.12984842932201580495.rpms-fedora-release-5d8c374030af@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