public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fedora-release] f45: Fix typo that breaks %post on upgrades of Workstation and Cloud
@ 2026-08-10 9:34 Dennis Gilmore
0 siblings, 0 replies; only message in thread
From: Dennis Gilmore @ 2026-08-10 9:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fedora-release
Branch : f45
Commit : 15b3d865edc7dcd9e392c9e6e90fef5f54c21dd0
Author : Dennis Gilmore <dennis@ausil.us>
Date : 2016-02-27T10:22:02-06:00
Stats : +7/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/fedora-release/c/15b3d865edc7dcd9e392c9e6e90fef5f54c21dd0?branch=f45
Log:
Fix typo that breaks %post on upgrades of Workstation and Cloud
Signed-off-by: Dennis Gilmore <dennis@ausil.us>
---
diff --git a/fedora-release.spec b/fedora-release.spec
index c3ef1e9..dc35bfd 100644
--- a/fedora-release.spec
+++ b/fedora-release.spec
@@ -5,7 +5,7 @@
Summary: Fedora release files
Name: fedora-release
Version: 25
-Release: 0.1
+Release: 0.2
License: MIT
Group: System Environment/Base
URL: http://fedoraproject.org
@@ -231,7 +231,7 @@ if [ "x$VARIANT_ID" = "xcloud" ]; then
else
# On upgrades, do not enable or disable presets to avoid surprising
# the user
- %{_prefix}/sbin/convert-to-edition -ip cloud
+ %{_prefix}/sbin/convert-to-edition -ie cloud
fi
fi
@@ -304,7 +304,7 @@ if [ "x$VARIANT_ID" = "xworkstation" ]; then
else
# On upgrades, do not enable or disable presets to avoid surprising
# the user
- %{_prefix}/sbin/convert-to-edition -ip workstation
+ %{_prefix}/sbin/convert-to-edition -ie workstation
fi
fi
@@ -381,5 +381,8 @@ 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 Feb 26 2016 Stephen Gallagher <sgallagh@redhat.com> - 25-0.2
+- Fix typo that breaks %post on upgrades of Workstation and Cloud
+
* Tue Feb 23 2016 Dennis Gilmore <dennis@ausil.us> - 25-0.1
- setup for rawhide being f25
diff --git a/sources b/sources
index 2ca667e..48bffe4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5a7505d7c6a732ce1f5bcd5f6b8e2544 fedora-release-25.tar.bz2
+9d4dcdc4150bfe6d86c1d9958ad4aee8 fedora-release-25.tar.bz2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 9:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 9:34 [rpms/fedora-release] f45: Fix typo that breaks %post on upgrades of Workstation and Cloud Dennis Gilmore
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox