From 03672aa2f061bb7b1952e52e15369c7042c2c836 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Feb 27 2016 16:20:30 +0000 Subject: Fix upgrade bug in Workstation and Cloud Signed-off-by: Dennis Gilmore --- diff --git a/fedora-release.spec b/fedora-release.spec index 7a15b61..9153419 100644 --- a/fedora-release.spec +++ b/fedora-release.spec @@ -5,7 +5,7 @@ Summary: Fedora release files Name: fedora-release Version: 24 -Release: 0.10 +Release: 0.11 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,6 +381,9 @@ 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 - 24-0.11 +- Fix upgrade bug in Workstation and Cloud + * Tue Feb 23 2016 Dennis Gilmore - 24-0.10 - setup for f24 being branched diff --git a/sources b/sources index 4308441..2c3c762 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2e032612ed598a33372c05a72960c604 fedora-release-24.tar.bz2 +7157372b57770be12bc5e0c6867500ee fedora-release-24.tar.bz2