From b8c48ac7b06e8507a9af9c2f5db09b189a651b8a Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Apr 09 2013 22:09:31 +0000 Subject: - Pass open file to execWithRedirect for vncpasswd (#948638) (bcl) - Fix ip= saving in parse-kickstart (hamzy) - Fix initial raid level when switching to a raid-capable device type. (dlehman) - The raid level combo cannot be not sensitive for preexisting devices. (dlehman) - Make sure fstype combo is not sensitive for btrfs devices. (dlehman) - Add an entry to the raid level combo for btrfs' single. (dlehman) - Clean up _save_right_side and adapt to changes in blivet.devicefactory. (dlehman) - Remove anaconda's udev rules. (dlehman) - Add requires for some things that aren't strictly required by blivet. (dlehman) - Parent's finalize method needs self (vpodzime) - Use Sphinx syntax for docstrings (vpodzime) - Use None for unbounded size requests. (dlehman) - Disable yum lock debugging for the final release. (clumens) - The source spoke should display something nicer than "Not ready" (#948112). (clumens) - Don't run storage execution in an endless loop (#948331, #948285). (clumens) - If an incorrect source is given for a ks install, don't fallback (#948212). (clumens) - Fix a bug when creating a new mountpoint with no given size (#948228). (clumens) - memInstalled has moved (#947261). (clumens) - Correctly report an error if OSError is hit when setting up the source (#947634). (clumens) - Add anaconda-yum to %files (bcl) --- diff --git a/.gitignore b/.gitignore index 7a04929..fc15e36 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,4 @@ anaconda-15.2.tar.bz2 /anaconda-19.14.tar.bz2 /anaconda-19.15.tar.bz2 /anaconda-19.16.tar.bz2 +/anaconda-19.17.tar.bz2 diff --git a/sources b/sources index 7d8da90..9db270c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19647a257062db4aff1c644039611e13 anaconda-19.16.tar.bz2 +0dd9b2e39b8015b41e90129d490eda4a anaconda-19.17.tar.bz2