- Add support for doing a liveimg kickstart with local file (#1140358) (bcl)

- Add a placeholder for a product-specific logo (dshea)
- Load a stylesheet from product.img (dshea)
- Fix make distcheck (mkolman)
- Include help content in the Anaconda tarball (mkolman)
- Fix typo causing traceback when NTP is turned ON/OFF (vpodzime)
- Unpack the callback data given to us by blivet (vpodzime)
- Add timeout to callbacks waiting for enough entropy (#1073679) (vpodzime)
- Prevent tb on s390x when de-selecting a DASD and doing custom part.
  (sbueno+anaconda)
- Revert "Revert productName repo name change (#1128474)" (bcl)
- Update the background image paths used in Fedora. (dshea)
- dracut/save-initramfs.sh: don't save /tmp (wwoods)
- Add a pylint module to detect uses of interruptible system calls. (dshea)
- Wrap interruptible system calls in a loop (#1160041) (dshea)
- Warn users about liveinst usage of --updates (#1153550) (bcl)
- Catch EOFError in raw_input (#1158841) (bcl)
- Ensure we are specifying sensible target sizes for resize. (#1120964)
  (dlehman)
- Set the autopart fstype for boot too (#1112697) (bcl)
- Unconditionally clear the process handle when nm-c-e exits (#1132645) (dshea)
- Make anaconda more scrollable (#1135024) (dshea)
- Lightly rearrange the nav_area (dshea)
- Do not install interactive exception handler in cmdline mode (#1155979)
  (vpodzime)
- Wait until all spokes are setup before updating continue button (bcl)
- Allow adding prepboot to a blank disk in custom (#1155660) (bcl)
- Remove unused imports (vpodzime)
This commit is contained in:
Samantha N. Bueno 2014-11-11 15:36:06 -05:00
parent cdeae0d5a4
commit c85c1b0b4d
3 changed files with 34 additions and 3 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/anaconda-21.48.11.tar.bz2
/anaconda-21.48.12.tar.bz2
/anaconda-21.48.13.tar.bz2
/anaconda-21.48.14.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 21.48.13
Version: 21.48.14
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -91,7 +91,7 @@ The anaconda package is a metapackage for the Anaconda installer.
%package core
Summary: Core of the Anaconda installer
Requires: dnf >= %{dnfver}
Requires: python-blivet >= 1:0.61.5
Requires: python-blivet >= 1:0.61.9
Requires: python-meh >= %{mehver}
Requires: libreport-anaconda >= 2.0.21-1
Requires: libselinux-python
@ -311,6 +311,36 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Tue Nov 11 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.14-1
- Add support for doing a liveimg kickstart with local file (#1140358) (bcl)
- Add a placeholder for a product-specific logo (dshea)
- Load a stylesheet from product.img (dshea)
- Fix make distcheck (mkolman)
- Include help content in the Anaconda tarball (mkolman)
- Fix typo causing traceback when NTP is turned ON/OFF (vpodzime)
- Unpack the callback data given to us by blivet (vpodzime)
- Add timeout to callbacks waiting for enough entropy (#1073679) (vpodzime)
- Prevent tb on s390x when de-selecting a DASD and doing custom part.
(sbueno+anaconda)
- Revert "Revert productName repo name change (#1128474)" (bcl)
- Update the background image paths used in Fedora. (dshea)
- dracut/save-initramfs.sh: don't save /tmp (wwoods)
- Add a pylint module to detect uses of interruptible system calls. (dshea)
- Wrap interruptible system calls in a loop (#1160041) (dshea)
- Warn users about liveinst usage of --updates (#1153550) (bcl)
- Catch EOFError in raw_input (#1158841) (bcl)
- Ensure we are specifying sensible target sizes for resize. (#1120964)
(dlehman)
- Set the autopart fstype for boot too (#1112697) (bcl)
- Unconditionally clear the process handle when nm-c-e exits (#1132645) (dshea)
- Make anaconda more scrollable (#1135024) (dshea)
- Lightly rearrange the nav_area (dshea)
- Do not install interactive exception handler in cmdline mode (#1155979)
(vpodzime)
- Wait until all spokes are setup before updating continue button (bcl)
- Allow adding prepboot to a blank disk in custom (#1155660) (bcl)
- Remove unused imports (vpodzime)
* Tue Oct 28 2014 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 21.48.13-1
- Fix handling of md fwraid names in kickstart bootloader command. (#1156354)
(dlehman)

View File

@ -1 +1 @@
aca6ead566f42508d8b98cc22c19a4b8 anaconda-21.48.13.tar.bz2
e91acc591e4393ef38eba1a134fb595c anaconda-21.48.14.tar.bz2