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: apply fix from adamw for lua globbing bug rhbz#1349664
Date: Mon, 10 Aug 2026 09:34:15 GMT [thread overview]
Message-ID: <178635445596.1.14434209920142841990.rpms-fedora-release-c974f93ff895@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : c974f93ff8954eee0a247bd542681a585126b606
Author : Dennis Gilmore <dennis@ausil.us>
Date : 2016-06-23T20:09:57-05:00
Stats : +10/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/c974f93ff8954eee0a247bd542681a585126b606?branch=f45
Log:
apply fix from adamw for lua globbing bug rhbz#1349664
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
---
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 c506536..fe88d53 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -5,7 +5,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 25
-Release: 0.8
+Release: 0.10
License: MIT
Group: System Environment/Base
URL: http://fedoraproject.org
@@ -231,9 +231,7 @@ end
%include %{_sourcedir}/convert-to-edition.lua
-- If we get to %%posttrans and nothing created /usr/lib/variant, set it to
-- nonproduct.
-if posix.stat(VARIANT_FILE) == nil then
- convert_to_edition("nonproduct", true)
-end
+install_edition("nonproduct")
%post atomichost -p <lua>
%include %{_sourcedir}/convert-to-edition.lua
@@ -333,6 +331,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%config %attr(0644,root,root) /usr/lib/os.release.d/presets/80-workstation.preset
%changelog
+* Fri Jun 24 2016 Dennis Gilmore <dennis@ausil.us> - 25-0.10
+- apply fix from adamw for lua globbing bug rhbz#1349664
+
+* Thu May 19 2016 Stephen Gallagher <sgallagh@redhat.com> - 25-0.9
+- Fix %%posttrans to properly write /usr/lib/variant for nonproduct
+
* Tue Apr 19 2016 Dennis Gilmore <dennis@ausil.us> - 25-0.8
- enable virtlogd.socket
diff --git a/sources b/sources
index 40da0ab..ee55aae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aedd9a548a74f00637fb45fcf27c4f76 fedora-release-25.tar.bz2
+e2497efff58b52fe8f4e5db9188ad129 fedora-release-25.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=178635445596.1.14434209920142841990.rpms-fedora-release-c974f93ff895@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