public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Mohan Boddu <mboddu@bhujji.com>
To: git-commits@fedoraproject.org
Subject: [rpms/fedora-release] f45: Add selinux-autorelabel-mark.service to default presets
Date: Mon, 10 Aug 2026 09:34:22 GMT [thread overview]
Message-ID: <178635446289.1.14355782103652525596.rpms-fedora-release-58e4ecf21218@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 58e4ecf212180c00b382037f722e9eb1c30301f9
Author : Mohan Boddu <mboddu@bhujji.com>
Date : 2018-06-22T12:32:00-04:00
Stats : +11/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/58e4ecf212180c00b382037f722e9eb1c30301f9?branch=f45
Log:
Add selinux-autorelabel-mark.service to default presets
Enable the pipewire service for user sessions
fedora-* renamed to OS independent names
Fix pattern-match in convert-to-edition.lua
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
---
diff --git a/convert-to-edition.lua b/convert-to-edition.lua
index 2a5b9d9..20f847b 100644
--- a/convert-to-edition.lua
+++ b/convert-to-edition.lua
@@ -64,7 +64,7 @@ end
local function clear_presets()
local path = "/usr/lib/systemd/system-preset"
for file in posix.files(path) do
- if file:match("^80-.*%.preset$") then
+ if file:match("^80%-.*%.preset$") then
os.remove(path .. "/" .. file)
end
end
diff --git a/fedora-release.spec b/fedora-release.spec
index 3164e0b..b3c1b58 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -9,7 +9,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 29
-Release: 0.4
+Release: 0.5
License: MIT
Group: System Environment/Base
URL: https://pagure.io/fedora-release
@@ -206,6 +206,7 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/systemd/system-preset/
mkdir -p $RPM_BUILD_ROOT/usr/lib/os.release.d/presets
# Default system wide
+install -m 0644 90-default-user.preset $RPM_BUILD_ROOT/usr/lib/systemd/user-preset/
install -m 0644 85-display-manager.preset $RPM_BUILD_ROOT%{_prefix}/lib/systemd/system-preset/
install -m 0644 90-default.preset $RPM_BUILD_ROOT%{_prefix}/lib/systemd/system-preset/
install -m 0644 99-default-disable.preset $RPM_BUILD_ROOT%{_prefix}/lib/systemd/system-preset/
@@ -312,6 +313,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%config(noreplace) /etc/issue.net
%attr(0644,root,root) %{_rpmconfigdir}/macros.d/macros.dist
%dir /usr/lib/systemd/user-preset/
+%{_prefix}/lib/systemd/user-preset/90-default-user.preset
%dir %{_prefix}/lib/systemd/system-preset/
%{_prefix}/lib/systemd/system-preset/85-display-manager.preset
%{_prefix}/lib/systemd/system-preset/90-default.preset
@@ -351,6 +353,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
/usr/sbin/convert-to-edition
%changelog
+* Fri Jun 22 2018 Mohan Boddu <mboddu@bhujji.com> - 29-0.5
+- Add selinux-autorelabel-mark.service to default presets
+- Enable the pipewire service for user sessions
+- fedora-* renamed to OS independent names
+- Fix pattern-match in convert-to-edition.lua
+
* Fri May 25 2018 Stephen Gallagher <sgallagh@redhat.com> - 29-0.4
- Add fedora-repos-modular to Fedora Server installs
diff --git a/sources b/sources
index 5b81426..9f09dc6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fedora-release-29.tar.bz2) = 4b87039bd2954149779079cde8cb7d716bba015a2c3d776227f4c616209a408d2633c669088f7b5de02c2fa1f68274a024a3a2ae23050e848ae3655f69d3e441
+SHA512 (fedora-release-29.tar.bz2) = 5f4ad5c9479dd0b799d3f816d5f194da5c887f7c41127b7a8bd981d99c6ffbe622ee8ffaa24904e073c7bdef6aaab8f5f871e0f5964865af2b9331aed3571c6a
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=178635446289.1.14355782103652525596.rpms-fedora-release-58e4ecf21218@fedoraproject.org \
--to=mboddu@bhujji.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