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: Fix typo that breaks %post on upgrades of Workstation and Cloud
Date: Mon, 10 Aug 2026 09:34:12 GMT	[thread overview]
Message-ID: <178635445226.1.2291611011047139304.rpms-fedora-release-15b3d865edc7@fedoraproject.org> (raw)

            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

                 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=178635445226.1.2291611011047139304.rpms-fedora-release-15b3d865edc7@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