- Switch to tty1 if we get an exception before meh is setup (dshea)
- Remove surprises from X startup. (dshea) - Import KS_MISSING_IGNORE from pykickstart.constants in DNF payload (mkolman) - Import Pykickstart constants directly (mkolman) - Switch error exit codes to 1 (bcl) - Add help texts for the remaining Anaconda options (mkolman)
This commit is contained in:
parent
4f01d19bec
commit
1b79c5c6c5
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/anaconda-21.42.tar.bz2
|
/anaconda-21.42.tar.bz2
|
||||||
/anaconda-21.43.tar.bz2
|
/anaconda-21.43.tar.bz2
|
||||||
/anaconda-21.44.tar.bz2
|
/anaconda-21.44.tar.bz2
|
||||||
|
/anaconda-21.45.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 21.44
|
Version: 21.45
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -302,6 +302,14 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 27 2014 Brian C. Lane <bcl@redhat.com> - 21.45-1
|
||||||
|
- Switch to tty1 if we get an exception before meh is setup (dshea)
|
||||||
|
- Remove surprises from X startup. (dshea)
|
||||||
|
- Import KS_MISSING_IGNORE from pykickstart.constants in DNF payload (mkolman)
|
||||||
|
- Import Pykickstart constants directly (mkolman)
|
||||||
|
- Switch error exit codes to 1 (bcl)
|
||||||
|
- Add help texts for the remaining Anaconda options (mkolman)
|
||||||
|
|
||||||
* Wed Jun 25 2014 Brian C. Lane <bcl@redhat.com> - 21.44-1
|
* Wed Jun 25 2014 Brian C. Lane <bcl@redhat.com> - 21.44-1
|
||||||
- Fix storage checker docstring (bcl)
|
- Fix storage checker docstring (bcl)
|
||||||
- Modify --dirinstall to take a path (bcl)
|
- Modify --dirinstall to take a path (bcl)
|
||||||
|
Loading…
Reference in New Issue
Block a user