public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Stephen Gallagher <sgallagh@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Move common presets to redhat-systemd-presets
Date: Mon, 10 Aug 2026 09:37:02 GMT [thread overview]
Message-ID: <178635462259.1.5407417139313903311.rpms-fedora-release-2f38662e8bb9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 2f38662e8bb9c5db537b2cfac20d4c9b6fb1df29
Author : Stephen Gallagher <sgallagh@redhat.com>
Date : 2026-04-03T08:44:34-04:00
Stats : +138/-625 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/2f38662e8bb9c5db537b2cfac20d4c9b6fb1df29?branch=f45
Log:
Move common presets to redhat-systemd-presets
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
---
diff --git a/81-atomic-desktop.preset b/81-atomic-desktop.preset
deleted file mode 100644
index 8dc8edd..0000000
--- a/81-atomic-desktop.preset
+++ /dev/null
@@ -1,5 +0,0 @@
-# https://fedoraproject.org/wiki/Changes/Third_Party_Software_Mechanism
-enable fedora-third-party-refresh.service
-
-# https://fedoraproject.org/wiki/Changes/AutomaticBootloaderUpdatesBootc
-enable bootloader-update.service
diff --git a/81-desktop.preset b/81-desktop.preset
deleted file mode 100644
index 7db49d6..0000000
--- a/81-desktop.preset
+++ /dev/null
@@ -1,13 +0,0 @@
-# Common configuration for all Fedora desktop variants
-# Workstation & Silverblue specific configuration goes into 80-workstation.preset
-# KDE Spin & Kinoite specific configuration goes into 80-kde.preset
-
-# disable sshd socket and sshd service by default
-disable sshd.socket
-disable sshd.service
-
-# enable cups on-demand socket activation by default
-# https://pagure.io/fedora-workstation/issue/8
-enable cups.socket
-enable cups.path
-disable cups.service
diff --git a/85-display-manager.preset b/85-display-manager.preset
deleted file mode 100644
index d88bba4..0000000
--- a/85-display-manager.preset
+++ /dev/null
@@ -1,20 +0,0 @@
-# We enable all display managers by default. Since only one can
-# actually be enabled at the same time the one which is installed
-# first wins
-
-enable gdm.service
-enable lightdm.service
-enable slim.service
-enable lxdm.service
-enable sddm.service
-enable kdm.service
-enable xdm.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=2417187
-enable plasmalogin.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=2305602
-enable cosmic-greeter.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=2447643
-enable phrog.service
diff --git a/90-default-user.preset b/90-default-user.preset
deleted file mode 100644
index e64701f..0000000
--- a/90-default-user.preset
+++ /dev/null
@@ -1,46 +0,0 @@
-# Enable the D-Bus service (including its socket for socket activation)
-# unconditionally. It is used throughout Fedora and required on all machines.
-# https://src.fedoraproject.org/rpms/fedora-release/pull-request/4
-# https://fedoraproject.org/w/index.php?title=Starting_services_by_default&oldid=377748
-enable dbus.socket
-enable dbus-broker.service
-
-# Socket-activated pipewire service for individual user sessions
-# https://bugzilla.redhat.com/show_bug.cgi?id=1592434
-enable pipewire.socket
-
-# Enable the PipeWire PulseAudio compatibility socket interface
-# https://bugzilla.redhat.com/show_bug.cgi?id=1904239
-# https://bugzilla.redhat.com/show_bug.cgi?id=1907906
-# https://fedoraproject.org/wiki/Changes/DefaultPipeWire
-enable pipewire-pulse.socket
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1976006
-enable pipewire-media-session.service
-# https://bugzilla.redhat.com/show_bug.cgi?id=1979419
-enable wireplumber.service
-
-# Enable the session agent for snaps
-# https://bugzilla.redhat.com/show_bug.cgi?id=1734371
-enable snapd.session-agent.socket
-
-# https://src.fedoraproject.org/rpms/fedora-release/pull-request/80
-enable obex.service
-enable grub-boot-success.timer
-enable pulseaudio.socket
-
-# Enable hidpipe
-# https://bugzilla.redhat.com/show_bug.cgi?id=2317288
-enable hidpipe.socket
-
-# Enable mpris-proxy
-# https://bugzilla.redhat.com/show_bug.cgi?id=2323365
-enable mpris-proxy.service
-
-# Ensure xdg-user-dirs are created properly
-# https://bugzilla.redhat.com/show_bug.cgi?id=2319081
-enable xdg-user-dirs.service
-
-# Enable Phosh Tour
-# https://bugzilla.redhat.com/show_bug.cgi?id=2447760
-enable mobi.phosh.PhoshTour-first-login.service
diff --git a/90-default.preset b/90-default.preset
deleted file mode 100644
index 05a292d..0000000
--- a/90-default.preset
+++ /dev/null
@@ -1,487 +0,0 @@
-# See https://docs.fedoraproject.org/en-US/packaging-guidelines/DefaultServices/
-# for the Fedora policy.
-
-# On Fedora we deviate from some upstream defaults
-disable systemd-timesyncd.service
-disable systemd-networkd.service
-disable systemd-networkd-wait-online.service
-# We want to update systemd-boot from packaging scriptlets after updates.
-disable systemd-boot-update.service
-
-# https://fedoraproject.org/wiki/Changes/systemd-resolved
-enable systemd-resolved.service
-
-# https://fedoraproject.org/wiki/Changes/EnableSystemdOomd
-enable systemd-oomd.service
-
-# These presets were last validated en-masse on 2015-09-09
-# https://fedorahosted.org/fesco/ticket/1472
-
-# System stuff
-# https://fedoraproject.org/w/index.php?title=Starting_services_by_default&oldid=377748
-enable dbus.socket
-enable dbus-broker.service
-enable sshd.service
-
-# Locally-running services
-enable atd.*
-enable crond.*
-
-# Approved by FESCo - https://fedorahosted.org/fesco/ticket/636
-enable chronyd.service
-
-# https://fedoraproject.org/w/index.php?title=Starting_services_by_default&oldid=377748
-# https://bugzilla.redhat.com/show_bug.cgi?id=1455704
-enable NetworkManager.service
-enable NetworkManager-wait-online.service
-enable NetworkManager-dispatcher.service
-enable ModemManager.service
-
-# Approved by FESCo - https://fedorahosted.org/fesco/ticket/1311
-enable auditd.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=2258520
-enable audit-rules.service
-
-# Locally-running service
-enable restorecond.service
-
-# Approved by FESCo - https://fedorahosted.org/fesco/ticket/1166
-enable bluetooth.*
-
-# https://fedoraproject.org/w/index.php?title=Starting_services_by_default&oldid=377748
-enable avahi-daemon.*
-
-# Default configuration is locally-running only
-# CUPS is now socket-activatable for local use-cases, so don't enable cups.service
-# https://pagure.io/fesco/issue/1701
-enable cups.socket
-enable cups.path
-
-# The various syslog implementations
-enable rsyslog.*
-enable syslog-ng.*
-enable sysklogd.*
-
-# Network facing
-# https://fedoraproject.org/w/index.php?title=Starting_services_by_default&oldid=377748
-enable firewalld.service
-
-# Approved by FESCo - https://fedorahosted.org/fesco/ticket/2627
-# Virtualization driver specific daemons. Start by default at boot for VM
-# autostart, but shutdown after 2 mins and socket activated thereafter
-enable virtqemud.service
-enable virtxend.service
-enable virtlxcd.service
-enable virtvboxd.service
-
-# Sockets for the services listed above, to support socket activation
-# after the initial timeout
-enable virtqemud.socket
-enable virtqemud-ro.socket
-enable virtqemud-admin.socket
-enable virtxend.socket
-enable virtxend-ro.socket
-enable virtxend-admin.socket
-enable virtlxcd.socket
-enable virtlxcd-ro.socket
-enable virtlxcd-admin.socket
-enable virtvboxd.socket
-enable virtvboxd-ro.socket
-enable virtvboxd-admin.socket
-
-# Compatibility with libvirtd sockets for old clients (socket activated
-# only when required). Note that the -tcp and -tls sockets are kept disabled
-# by default, as they require additional configuration before they can work
-enable virtproxyd.socket
-enable virtproxyd-ro.socket
-enable virtproxyd-admin.socket
-
-# Secondary drivers providing supporting functionality to main virtualization
-# drivers (socket activated only when required)
-enable virtinterfaced.socket
-enable virtinterfaced-ro.socket
-enable virtinterfaced-admin.socket
-enable virtnetworkd.socket
-enable virtnetworkd-ro.socket
-enable virtnetworkd-admin.socket
-enable virtnodedevd.socket
-enable virtnodedevd-ro.socket
-enable virtnodedevd-admin.socket
-enable virtnwfilterd.socket
-enable virtnwfilterd-ro.socket
-enable virtnwfilterd-admin.socket
-enable virtsecretd.socket
-enable virtsecretd-ro.socket
-enable virtsecretd-admin.socket
-enable virtstoraged.socket
-enable virtstoraged-ro.socket
-enable virtstoraged-admin.socket
-
-# Non-driver support services (socket activated only when required, no
-# read-only socket)
-enable virtlogd.socket
-enable virtlogd-admin.socket
-enable virtlockd.socket
-enable virtlockd-admin.socket
-
-# Intel SGX
-# https://bugzilla.redhat.com/show_bug.cgi?id=2346248
-enable aesmd.service
-enable mpa_registration.service
-enable qgs.service
-
-# https://fedoraproject.org/w/index.php?title=Starting_services_by_default&oldid=377748
-enable xinetd.service
-
-# Storage
-# Approved by FESCo - https://fedorahosted.org/fesco/ticket/391
-enable multipathd.service
-
-# Approved by FESCo - https://fedorahosted.org/fesco/ticket/876
-enable libstoragemgmt.service
-
-# Approved by FESCo - https://pagure.io/fesco/issue/2386
-enable iscsid.socket
-enable iscsiuio.socket
-
-# Approved by FESCo - https://pagure.io/fesco/issue/2943
-enable iscsi-starter.service
-
-# iSCSI support for early-boot
-# https://bugzilla.redhat.com/show_bug.cgi?id=1930470
-enable iscsi-onboot.service
-
-# Locally-running services
-enable lvm2-monitor.*
-enable lvm2-lvmetad.*
-enable dm-event.*
-enable dmraid-activation.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=855372
-enable mdmonitor.service
-enable mdmonitor-takeover.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1817491
-enable raid-check.timer
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=876237
-enable spice-vdagentd.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=885406
-enable qemu-guest-agent.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=928726
-enable dnf-makecache.timer
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1995495
-enable rpm-ostree-countme.timer
-
-# Hyper-V guest support daemons
-# https://bugzilla.redhat.com/show_bug.cgi?id=957135
-# https://bugzilla.redhat.com/show_bug.cgi?id=1279322
-enable vmtoolsd.service
-enable vgauthd.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=976315
-enable dkms.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=961878
-enable ipmi.service
-enable ipmievd.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1039351
-enable x509watch.timer
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1060754
-enable dnssec-triggerd.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1095353
-enable uuidd.socket
-
-# Hardware
-# Locally-running service
-enable gpm.*
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1066421
-enable gpsd.socket
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1141607
-enable x2gocleansessions.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1215641
-enable unbound-anchor.timer
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1222495
-enable lvm2-lvmpolld.*
-
-# https://fedoraproject.org/wiki/Changes/UEFISecureBootBlacklistUpdates
-enable dbxtool.service
-
-# Locally-running services
-enable irqbalance.service
-enable lm_sensors.service
-enable mcelog.*
-enable smartd.service
-enable pcscd.socket
-enable rngd.service
-
-# Other stuff
-# Approved by FESCo - https://fedorahosted.org/fesco/ticket/937
-# Note: abrt-ccpp.service is excluded in favor of systemd-coredump.
-enable abrtd.service
-enable abrt-journal-core.service
-enable abrt-oops.service
-enable abrt-xorg.service
-enable abrt-vmcore.service
-
-# Locally-running services
-enable ksm.service
-enable ksmtuned.service
-enable rootfs-resize.service
-enable sysstat.service
-enable sysstat-collect.timer
-enable sysstat-summary.timer
-enable uuidd.service
-enable xendomains.service
-enable xenstored.service
-enable xenconsoled.service
-
-# Desktop stuff
-# Locally-running services
-enable accounts-daemon.service
-enable rtkit-daemon.service
-enable upower.service
-enable udisks2.service
-enable polkit.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=2418550
-enable plasma-setup.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1187072
-enable timedatex.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1231745
-enable mlocate-updatedb.timer
-
-# https://src.fedoraproject.org/rpms/fedora-release/pull-request/204
-enable plocate-updatedb.timer
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1218999
-enable sa-update.timer
-
-# mcelog is a utility that collects and decodes Machine Check Exception data
-# on x86-32 and x86-64 systems.
-# https://bugzilla.redhat.com/show_bug.cgi?id=1302179
-enable mcelog.service
-
-# OPAL-prd is a utility specific to ppc64le systems
-# It is the "OPAL Processor Recovery Diagnostics Daemon"
-# https://bugzilla.redhat.com/show_bug.cgi?id=1312018
-enable opal-prd.service
-
-# lircd is the Linux Infrared Control daemon
-# Starting with version 0.9.4, it requires no manual configuration
-# https://bugzilla.redhat.com/show_bug.cgi?id=1340061
-enable lircd.socket
-
-# IPSec management
-# https://bugzilla.redhat.com/show_bug.cgi?id=1276285
-enable pluto.socket
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1367932
-# Automatically refresh installed snaps
-enable snapd.refresh.timer
-# Socket activated daemon to manage snaps
-enable snapd.socket
-
-# Support for dual-GPU systems
-# https://bugzilla.redhat.com/show_bug.cgi?id=1389762
-enable switcheroo-control.service
-
-# Support for the DRBD link-cleaning service
-# https://bugzilla.redhat.com/show_bug.cgi?id=1399387
-enable drbdlinksclean.service
-
-# Enable the System Security Services Daemon
-# https://bugzilla.redhat.com/show_bug.cgi?id=1427649
-enable sssd.service
-
-# Enable ostree-remount on ostree-based systems
-# (Does nothing on non-ostree systems)
-# https://bugzilla.redhat.com/show_bug.cgi?id=1451458
-enable ostree-remount.service
-
-# Enable Performance Co-Pilot services
-# https://bugzilla.redhat.com/show_bug.cgi?id=1472350
-enable pmcd.service
-enable pmlogger.service
-enable pmie.service
-
-# Enable SSSD Kerberos Credential Cache Server
-# https://bugzilla.redhat.com/show_bug.cgi?id=1475999
-enable sssd-kcm.socket
-
-# sssd-secrets.socket was previously enabled, but as of
-# SSSD 2.0 it is not longer needed
-# https://bugzilla.redhat.com/show_bug.cgi?id=1615584
-
-# A mechanism to transfer state between the initramfs and the real
-# system. Obsolete since /run was introduced, but still used by some
-# services.
-# https://bugzilla.redhat.com/show_bug.cgi?id=1493479
-# https://bugzilla.redhat.com/show_bug.cgi?id=1584645
-enable import-state.service
-
-# An initscripts mechanism for readonly root
-# https://bugzilla.redhat.com/show_bug.cgi?id=1493479
-# https://bugzilla.redhat.com/show_bug.cgi?id=1584645
-enable readonly-root.service
-
-# Ensure that any installed kmods are built for the currently-running
-# kernel at boot
-# https://bugzilla.redhat.com/show_bug.cgi?id=1518258
-enable akmods.service
-
-# virtualbox-guest-additions service, yet another virtual-machine guest
-# integration agent, this is a locally-running service, Note this has a
-# "ConditionVirtualization=|oracle" so it will only run under VirtualBox
-# https://bugzilla.redhat.com/show_bug.cgi?id=1534595
-enable vboxservice.service
-
-# Mark the system for SELinux autorelabel when appropriate
-# https://bugzilla.redhat.com/show_bug.cgi?id=1589720
-enable selinux-autorelabel-mark.service
-
-# https://bugzilla.redhat.com/show_bug.cgi?id=1623901
-enable cpi.service
-
-# Initialize persistent devices on s390x
-enable device_cio_free.service
-
-# Enable the stratis daemon for managing stratis storage
-# https://bugzilla.redhat.com/show_bug.cgi?id=1630514
-enable stratisd.service
-
-# Enable a service to finalize staged OSTree changes at shutdown
-# https://bugzilla.redhat.com/show_bug.cgi?id=1639372
-enable ostree-finalize-staged.path
-
-# Enable the Docker daemon socket
-# https://bugzilla.redhat.com/show_bug.cgi?id=1655602
-enable docker.socket
-
-# Enable the service for adding Fedora OCI repos to flatpak
-# https://bugzilla.redhat.com/show_bug.cgi?id=1696225
-enable flatpak-add-fedora-repos.service
-
-# Run fstrim weekly on filesystems listed in fstab
-enable fstrim.timer
-
-# oneshot to generate kata VM appliance at host bootup
-# for the booted kernel
-enable kata-osbuilder-generate.service
-
-# Enable rotation of system log files
-# https://bugzilla.redhat.com/show_bug.cgi?id=1655153#c4
-enable logrotate.timer
-
-# Enable regular update of SpamAssassin data files
-# https://bugzilla.redhat.com/show_bug.cgi?id=1651002
-enable sa-update.timer
-
-# Enable service to automatically rebuild the RPM database
-# on startup when /var/lib/rpm/.rebuilddb exists
-# https://bugzilla.redhat.com/show_bug.cgi?id=1826658
-enable rpmdb-rebuild.service
-
-# Enable service to automatically migrate the RPM database to /usr
-# on startup when /var/lib/rpm/.migratedb exists
-# https://bugzilla.redhat.com/show_bug.cgi?id=2044061
-enable rpmdb-migrate.service
-
-# Support services for Google Cloud
-# Approved by FESCo: https://pagure.io/fesco/issue/2578
-enable google-guest-agent.service
-enable google-startup-scripts.service
-enable google-shutdown-scripts.service
-
-# Support service for Azure
-# Approved by FESCo: https://pagure.io/fesco/issue/2849
-enable waagent.service
-
-# Certbot (Let's Encrypt)
-# https://bugzilla.redhat.com/show_bug.cgi?id=1940211
-enable certbot-renew.timer
-
-# enable thermald by default for desktops
-# https://pagure.io/fedora-workstation/issue/71
-enable thermald.service
-
-# enable uresourced by default for desktops
-# https://pagure.io/fesco/issue/2457
-enable uresourced.service
-
-# enable power-profiles-daemon
-# https://pagure.io/fedora-workstation/issue/191
-enable power-profiles-daemon.service
-
-# enable tuned and tuned-ppd
-# https://bugzilla.redhat.com/show_bug.cgi?id=2293665
-enable tuned.service
-enable tuned-ppd.service
-
-# Enable clevis-luks-askpass.path
-# https://bugzilla.redhat.com/show_bug.cgi?id=2101719
-enable clevis-luks-askpass.path
-
-# Enable livesys services for live media
-# https://bugzilla.redhat.com/show_bug.cgi?id=2148790
-enable livesys.service
-enable livesys-late.service
-
-# Enable Waydroid
-# https://bugzilla.redhat.com/show_bug.cgi?id=2157810
-enable waydroid-container.service
-
-# Enable nmstate to apply network configuration from /etc/nmstate/*.yml
-# https://github.com/coreos/fedora-coreos-tracker/issues/1175
-# https://github.com/coreos/fedora-coreos-config/pull/2269
-enable nmstate.service
-
-# Enable nfs-client.target
-# https://bugzilla.redhat.com/show_bug.cgi?id=2218006
-enable nfs-client.target
-
-# Enable cloud-init services
-# https://bugzilla.redhat.com/show_bug.cgi?id=2233948
-enable cloud-config.service
-enable cloud-final.service
-enable cloud-init-main.service
-enable cloud-init-local.service
-
-# Enable kernel-bootcfg-boot-successful.service
-# https://bugzilla.redhat.com/show_bug.cgi?id=2239607
-enable kernel-bootcfg-boot-successful.service
-
-# Enable lvm-devices-import
-# https://bugzilla.redhat.com/show_bug.cgi?id=2301651
-enable lvm-devices-import.path
-enable lvm-devices-import.service
-
-# Enable fips-crypto-policy-overlay
-# https://bugzilla.redhat.com/show_bug.cgi?id=2325499
-enable fips-crypto-policy-overlay.service
-
-# Enable gpio-manager.service
-# https://bugzilla.redhat.com/show_bug.cgi?id=2358608
-enable gpio-manager.service
-
-# Enable authselect-apply-changes.service
-# https://bugzilla.redhat.com/show_bug.cgi?id=2397255
-enable authselect-apply-changes.service
-
-# Enable Intel Low Power Model Daemon
-# https://bugzilla.redhat.com/show_bug.cgi?id=2442391
-enable intel_lpmd.service
-
diff --git a/99-default-disable.preset b/99-default-disable.preset
deleted file mode 100644
index 1f29b50..0000000
--- a/99-default-disable.preset
+++ /dev/null
@@ -1 +0,0 @@
-disable *
diff --git a/fedora-release.spec b/fedora-release.spec
index 3a84079..eddb01a 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -81,10 +81,6 @@ URL: https://fedoraproject.org/
Source1: LICENSE
Source2: Fedora-Legal-README.txt
-Source10: 85-display-manager.preset
-Source11: 90-default.preset
-Source12: 90-default-user.preset
-Source13: 99-default-disable.preset
Source14: 80-server.preset
Source15: 80-workstation.preset
Source16: org.gnome.shell.gschema.override
@@ -98,7 +94,6 @@ Source23: zezere-ignition-url
Source24: 80-iot-user.preset
Source25: plasma-desktop.conf
Source26: 80-kde-desktop.preset
-Source27: 81-desktop.preset
Source28: longer-default-shutdown-timeout.conf
Source29: org.gnome.settings-daemon.plugins.power.gschema.override
Source30: fedora-sway.conf
@@ -108,7 +103,6 @@ Source33: plasma-mobile.conf
Source34: 80-kde-mobile.preset
Source35: fedora-miraclewm.conf
Source36: fedora-cosmic.conf
-Source37: 81-atomic-desktop.preset
BuildArch: noarch
@@ -147,6 +141,11 @@ Requires: fedora-repos(%{version})
%endif
Requires: fedora-release-identity = %{version}-%{release}
+# We need to ensure that the systemd presets common to all Fedora installs are
+# pulled in here. Spin-specific ones are located further below. These are kept
+# in a separate file to make life easier for Fedora Remixes to reuse them.
+Requires: redhat-systemd-presets
+
%if %{is_rawhide}
# Make $releasever return "rawhide" on Rawhide
# and "eln" on ELN.
@@ -162,6 +161,9 @@ Conflicts: generic-release
# rpm-ostree count me is now enabled in 90-default.preset
Obsoletes: fedora-release-ostree-counting <= 36-0.7
+# Handle the split between fedora-release-common and redhat-systemd-presets
+Obsoletes: fedora-release-common < 45-0.3
+
%description common
Release files common to all Editions and Spins of Fedora
@@ -211,6 +213,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-cinnamon = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-cinnamon < 45-0.3
+Conflicts: fedora-release-identity-cinnamon < 45-0.3
+
%description identity-cinnamon
Provides the necessary files for a Fedora installation that is identifying
@@ -285,6 +292,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-compneuro = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-compneuro < 45-0.3
+Conflicts: fedora-release-identity-compneuro < 45-0.3
+
%description identity-compneuro
Provides the necessary files for a Fedora installation that is identifying
@@ -397,6 +409,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-designsuite = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-designsuite < 45-0.3
+Conflicts: fedora-release-identity-designsuite < 45-0.3
+
%description identity-designsuite
Provides the necessary files for a Fedora installation that is identifying
@@ -634,6 +651,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-kde-desktop = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-kde-desktop < 45-0.3
+Conflicts: fedora-release-identity-kde-desktop < 45-0.3
+
%description identity-kde-desktop
Provides the necessary files for a Fedora installation that is identifying
@@ -670,6 +692,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-kde-mobile = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-kde-mobile < 45-0.3
+Conflicts: fedora-release-identity-kde-mobile < 45-0.3
+
%description identity-kde-mobile
Provides the necessary files for a Fedora installation that is identifying
@@ -706,6 +733,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-matecompiz = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-matecompiz < 45-0.3
+Conflicts: fedora-release-identity-matecompiz < 45-0.3
+
%description identity-matecompiz
Provides the necessary files for a Fedora installation that is identifying
@@ -781,6 +813,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-silverblue = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-silverblue < 45-0.3
+Conflicts: fedora-release-identity-silverblue < 45-0.3
+
%description identity-silverblue
Provides the necessary files for a Fedora installation that is identifying
@@ -819,6 +856,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-kinoite = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-kinoite < 45-0.3
+Conflicts: fedora-release-identity-kinoite < 45-0.3
+
%description identity-kinoite
Provides the necessary files for a Fedora installation that is identifying
@@ -856,6 +898,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-kinoite-mobile = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-kinoite-mobile < 45-0.3
+Conflicts: fedora-release-identity-kinoite-mobile < 45-0.3
+
%description identity-kinoite-mobile
Provides the necessary files for a Fedora installation that is identifying
@@ -866,6 +913,14 @@ itself as Fedora Kinoite Mobile.
%package ostree-desktop
Summary: Configuration package for rpm-ostree variants to add rpm-ostree polkit rules
+# Pull in atomic desktop-specific presets
+Requires: redhat-systemd-presets-desktop-atomic
+
+# Handle the split between fedora-release-ostree-desktop and redhat-systemd-presets-desktop-atomic
+Obsoletes: fedora-release-ostree-desktop < 45-0.3
+Conflicts: fedora-release-ostree-desktop < 45-0.3
+
+
%description ostree-desktop
Configuration package for rpm-ostree variants to add rpm-ostree polkit rules
%endif
@@ -938,6 +993,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-soas = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-soas < 45-0.3
+Conflicts: fedora-release-identity-soas < 45-0.3
+
%description identity-soas
Provides the necessary files for a Fedora installation that is identifying
@@ -1012,6 +1072,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-workstation = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-workstation < 45-0.3
+Conflicts: fedora-release-identity-workstation < 45-0.3
+
%description identity-workstation
Provides the necessary files for a Fedora installation that is identifying
@@ -1049,6 +1114,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-xfce = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-xfce < 45-0.3
+Conflicts: fedora-release-identity-xfce < 45-0.3
+
%description identity-xfce
Provides the necessary files for a Fedora installation that is identifying
@@ -1086,6 +1156,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-i3 = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-i3 < 45-0.3
+Conflicts: fedora-release-identity-i3 < 45-0.3
+
%description identity-i3
Provides the necessary files for a Fedora installation that is identifying
@@ -1123,6 +1198,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-lxde = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-lxde < 45-0.3
+Conflicts: fedora-release-identity-lxde < 45-0.3
+
%description identity-lxde
Provides the necessary files for a Fedora installation that is identifying
@@ -1160,6 +1240,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-lxqt = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-lxqt < 45-0.3
+Conflicts: fedora-release-identity-lxqt < 45-0.3
+
%description identity-lxqt
Provides the necessary files for a Fedora installation that is identifying
@@ -1196,6 +1281,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-budgie = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-budgie < 45-0.3
+Conflicts: fedora-release-identity-budgie < 45-0.3
+
%description identity-budgie
Provides the necessary files for a Fedora installation that is identifying
@@ -1233,6 +1323,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-sway = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-sway < 45-0.3
+Conflicts: fedora-release-identity-sway < 45-0.3
+
%description identity-sway
Provides the necessary files for a Fedora installation that is identifying
@@ -1271,6 +1366,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-sway-atomic = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-sway-atomic < 45-0.3
+Conflicts: fedora-release-identity-sway-atomic < 45-0.3
+
%description identity-sway-atomic
Provides the necessary files for a Fedora installation that is identifying
@@ -1308,6 +1408,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-budgie-atomic = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-budgie-atomic < 45-0.3
+Conflicts: fedora-release-identity-budgie-atomic < 45-0.3
+
%description identity-budgie-atomic
Provides the necessary files for a Fedora installation that is identifying
@@ -1345,6 +1450,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-mobility = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-mobility < 45-0.3
+Conflicts: fedora-release-identity-mobility < 45-0.3
+
%description identity-mobility
Provides the necessary files for a Fedora installation that is identifying
@@ -1381,6 +1491,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-miraclewm = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-miraclewm < 45-0.3
+Conflicts: fedora-release-identity-miraclewm < 45-0.3
+
%description identity-miraclewm
Provides the necessary files for a Fedora installation that is identifying
@@ -1419,6 +1534,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-miraclewm-atomic = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-miraclewm-atomic < 45-0.3
+Conflicts: fedora-release-identity-miraclewm-atomic < 45-0.3
+
%description identity-miraclewm-atomic
Provides the necessary files for a Fedora installation that is identifying
@@ -1456,6 +1576,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-cosmic = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-cosmic < 45-0.3
+Conflicts: fedora-release-identity-cosmic < 45-0.3
+
%description identity-cosmic
Provides the necessary files for a Fedora installation that is identifying
@@ -1494,6 +1619,11 @@ Provides: fedora-release-identity = %{version}-%{release}
Conflicts: fedora-release-identity
Requires(meta): fedora-release-cosmic-atomic = %{version}-%{release}
+# Pull in desktop-specific presets
+Requires: redhat-systemd-presets-desktop
+Obsoletes: fedora-release-identity-cosmic-atomic < 45-0.3
+Conflicts: fedora-release-identity-cosmic-atomic < 45-0.3
+
%description identity-cosmic-atomic
Provides the necessary files for a Fedora installation that is identifying
@@ -1899,26 +2029,21 @@ install -Dm0644 %{SOURCE21} -t %{buildroot}%{_sysconfdir}/dnf/protected.d/
%if %{with silverblue} || %{with workstation}
# Silverblue and Workstation
install -Dm0644 %{SOURCE15} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
-install -Dm0644 %{SOURCE27} -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 kde_desktop} || %{with kinoite}
-# Common desktop preset and spin specific preset
+# Spin specific preset
install -Dm0644 %{SOURCE26} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
-install -Dm0644 %{SOURCE27} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
%endif
%if %{with kde_mobile} || %{with kinoite_mobile}
-# Common desktop preset and spin specific preset
+# Spin specific preset
install -Dm0644 %{SOURCE34} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
-install -Dm0644 %{SOURCE27} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
%endif
%if %{with ostree_desktop}
-# Install Atomic Desktop specific presets
-install -Dm0644 %{SOURCE37} -t %{buildroot}%{_prefix}/lib/systemd/system-preset/
# Install rpm-ostree polkit rules
install -Dm0644 %{SOURCE17} -t %{buildroot}%{_datadir}/polkit-1/rules.d/
%endif
@@ -2095,14 +2220,6 @@ EOF
# Install licenses
install -pm 0644 %{SOURCE1} licenses/LICENSE
-# Default system wide
-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/
-
# Create distro-level SWID tag file
install -d %{buildroot}%{_swidtagdir}
sed -e "s#\$version#%{bug_version}#g" -e 's/<!--.*-->//;/^$/d' %{SOURCE19} > %{buildroot}%{_swidtagdir}/org.fedoraproject.Fedora-%{bug_version}.swidtag
@@ -2128,13 +2245,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%config(noreplace) %{_sysconfdir}/issue.net
%dir %{_sysconfdir}/issue.d
%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
-%{_prefix}/lib/systemd/system-preset/99-default-disable.preset
%dir %{_swidtagdir}
%{_swidtagdir}/org.fedoraproject.Fedora-%{bug_version}.swidtag
%dir %{_sysconfdir}/swid
@@ -2154,7 +2264,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-cinnamon
%{_prefix}/lib/os-release.cinnamon
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.cinnamon
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2171,7 +2280,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-compneuro
%{_prefix}/lib/os-release.compneuro
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.compneuro
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2199,7 +2307,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-designsuite
%{_prefix}/lib/os-release.designsuite
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.designsuite
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2237,7 +2344,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-kde-desktop
%{_prefix}/lib/os-release.kde-desktop
%{_prefix}/lib/systemd/system-preset/80-kde-desktop.preset
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.kde-desktop
%{_sysconfdir}/dnf/protected.d/plasma-desktop.conf
%endif
@@ -2247,7 +2353,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-kde-mobile
%{_prefix}/lib/os-release.kde-mobile
%{_prefix}/lib/systemd/system-preset/80-kde-mobile.preset
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.kde-mobile
%{_sysconfdir}/dnf/protected.d/plasma-mobile.conf
%endif
@@ -2257,7 +2362,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-matecompiz
%{_prefix}/lib/os-release.matecompiz
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.matecompiz
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2281,7 +2385,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
# Keep this in sync with workstation below
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.override
%{_prefix}/lib/systemd/system-preset/80-workstation.preset
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2290,7 +2393,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-kinoite
%{_prefix}/lib/os-release.kinoite
%{_prefix}/lib/systemd/system-preset/80-kde-desktop.preset
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.kinoite
%endif
@@ -2299,13 +2401,11 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-kinoite-mobile
%{_prefix}/lib/os-release.kinoite-mobile
%{_prefix}/lib/systemd/system-preset/80-kde-mobile.preset
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.kinoite-mobile
%endif
%if %{with ostree_desktop}
%files ostree-desktop
-%{_prefix}/lib/systemd/system-preset/81-atomic-desktop.preset
%attr(0644,root,root) %{_prefix}/share/polkit-1/rules.d/org.projectatomic.rpmostree1.rules
%endif
@@ -2323,7 +2423,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-soas
%{_prefix}/lib/os-release.soas
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.soas
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2344,7 +2443,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
# 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
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2353,7 +2451,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-xfce
%{_prefix}/lib/os-release.xfce
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.xfce
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2362,7 +2459,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-i3
%{_prefix}/lib/os-release.i3
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.i3
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2371,7 +2467,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-lxde
%{_prefix}/lib/os-release.lxde
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.lxde
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2380,7 +2475,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-lxqt
%{_prefix}/lib/os-release.lxqt
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.lxqt
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
%if %{with budgie}
@@ -2388,7 +2482,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-budgie
%{_prefix}/lib/os-release.budgie
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.budgie
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2397,7 +2490,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-sway
%{_prefix}/lib/os-release.sway
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.sway
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%{_sysconfdir}/dnf/protected.d/fedora-sway.conf
%endif
@@ -2407,7 +2499,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-sway-atomic
%{_prefix}/lib/os-release.sway-atomic
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.sway-atomic
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
%if %{with budgie_atomic}
@@ -2415,7 +2506,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-budgie-atomic
%{_prefix}/lib/os-release.budgie-atomic
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.budgie-atomic
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2424,7 +2514,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-mobility
%{_prefix}/lib/os-release.mobility
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.mobility
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2433,7 +2522,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-miraclewm
%{_prefix}/lib/os-release.miraclewm
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.miraclewm
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%{_sysconfdir}/dnf/protected.d/fedora-miraclewm.conf
%endif
@@ -2443,7 +2531,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-miraclewm-atomic
%{_prefix}/lib/os-release.miraclewm-atomic
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.miraclewm-atomic
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
@@ -2452,7 +2539,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-cosmic
%{_prefix}/lib/os-release.cosmic
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.cosmic
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%{_sysconfdir}/dnf/protected.d/fedora-cosmic.conf
%endif
@@ -2462,7 +2548,6 @@ install -Dm0644 %{SOURCE31} -t %{buildroot}%{_prefix}/share/dnf5/libdnf.conf.d/
%files identity-cosmic-atomic
%{_prefix}/lib/os-release.cosmic-atomic
%attr(0644,root,root) %{_swidtagdir}/org.fedoraproject.Fedora-edition.swidtag.cosmic-atomic
-%{_prefix}/lib/systemd/system-preset/81-desktop.preset
%endif
%if %{with wsl}
reply other threads:[~2026-08-10 9:37 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=178635462259.1.5407417139313903311.rpms-fedora-release-2f38662e8bb9@fedoraproject.org \
--to=sgallagh@redhat.com \
--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