From b44aeacd27232b6113d9d179c84cd0a7feee5b18 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Apr 30 2016 01:59:12 +0000 Subject: - Handle unmounting ostree when exiting (bcl) - ostree: Use bind mounts to setup ostree root (bcl) - ostree: Skip root= setup when using --dirinstall (bcl) - disable_service: Specify string format args as logging params. (clumens) - Ignore failure when disable services that do not exist (phil) - Get rid of an unused variable in the network spoke. (clumens) - Revalidate source only if nm-con-ed change settings (#1270354) (jkonecny) - Merge solutions for test source when network change (#1270354) (jkonecny) - Changes in network state revalidate sources rhbz#1270354 (riehecky) --- diff --git a/.gitignore b/.gitignore index 2c94536..7004188 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /anaconda-25.7.tar.bz2 /anaconda-25.8.tar.bz2 /anaconda-25.9.tar.bz2 +/anaconda-25.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index c4ba501..451e0e1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 25.9 +Version: 25.10 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -323,6 +323,17 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Apr 29 2016 Brian C. Lane - 25.10-1 +- Handle unmounting ostree when exiting (bcl) +- ostree: Use bind mounts to setup ostree root (bcl) +- ostree: Skip root= setup when using --dirinstall (bcl) +- disable_service: Specify string format args as logging params. (clumens) +- Ignore failure when disable services that do not exist (phil) +- Get rid of an unused variable in the network spoke. (clumens) +- Revalidate source only if nm-con-ed change settings (#1270354) (jkonecny) +- Merge solutions for test source when network change (#1270354) (jkonecny) +- Changes in network state revalidate sources rhbz#1270354 (riehecky) + * Wed Apr 27 2016 Brian C. Lane - 25.9-1 - Use the iutil functions for interacting with systemd services. (dshea) - Add methods to enable and disable systemd services. (dshea) diff --git a/sources b/sources index cac4c67..c2d31c3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3b3a5e73742f7bc66387cf44688881e1 anaconda-25.9.tar.bz2 +1bf407a4e79c8cebc1a370aa7ffd87b8 anaconda-25.10.tar.bz2