- Search for a valid stage1 device on disks with stage1 mount points (#1168118)

(awilliam)
This commit is contained in:
Vratislav Podzimek 2014-11-28 12:47:55 +01:00
parent ac7149afdb
commit 59aef2d349
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@
/anaconda-21.48.16.tar.bz2
/anaconda-21.48.17.tar.bz2
/anaconda-21.48.18.tar.bz2
/anaconda-21.48.19.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 21.48.18
Version: 21.48.19
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -310,6 +310,10 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Nov 28 2014 Vratislav Podzimek <vpodzime@redhat.com> - 21.48.19-1
- Search for a valid stage1 device on disks with stage1 mount points (#1168118)
(awilliam)
* Thu Nov 27 2014 Vratislav Podzimek <vpodzime@redhat.com> - 21.48.18-1
- Tell curl it should follow redirects when fetching updates.img (#1168561)
(vpodzime)

View File

@ -1 +1 @@
644fc80ef521017ee3546df4c215bc2e anaconda-21.48.18.tar.bz2
6fd83b210e9a8e20411b458f3c2d9199 anaconda-21.48.19.tar.bz2