- 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)
This commit is contained in:
Brian C. Lane 2013-04-09 15:09:31 -07:00
parent 409f2cc692
commit b8c48ac7b0
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
19647a257062db4aff1c644039611e13 anaconda-19.16.tar.bz2
0dd9b2e39b8015b41e90129d490eda4a anaconda-19.17.tar.bz2