From d9f48ae538c21225d5c9fb8543d88a6d75934c6e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Feb 26 2016 13:31:43 +0000 Subject: Fix upgrade bug in Workstation and Cloud Signed-off-by: Stephen Gallagher --- 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 - 25-0.2 +- Fix typo that breaks %post on upgrades of Workstation and Cloud + * Tue Feb 23 2016 Dennis Gilmore - 25-0.1 - setup for rawhide being f25