- makebumpver: Any failure should cancel the bump (bcl)
- Add option help text for --image and --dirinstall flags (#1056791) (amulhern) - Update bumpver to allow Related bugs (bcl) - Fix up some pylint errors. (clumens) - If a user has been created, don't allow entering the user spoke (#1058564). (clumens) - Tweak passphrase wording a bit. (clumens) - Tweak the final progress messages to fit on the screen a little better (#1058463). (clumens) - Fix iscsi target selection checkbox in GUI (#1058653) (rvykydal) - network ks: allow setting only hostname with network command (#1051564) (rvykydal) - fcoe: add fcoe=<NIC>:<EDB> to boot options for nics added manually (#1040215) (rvykydal) - network GUI: ignore fcoe vlan devices (#1051268) (rvykydal) - Use an unused variable. (dshea) - Ignore an unused function warning on isys_init (dshea) - Remove unused isys files. (dshea) - Fix the handling of realloc failures. (dshea) - Run cppcheck on the C source files. (dshea) - Check RAID10 box for BTRFS (#1021856) (amulhern) - Make sure directory for DD extraction exists (vpodzime) - Handle --image arguments more thoroughly (#982164,#994488) (amulhern) - Remove the border from the custom part notebook. (clumens) - Style the Done button to make it more noticable (mizmo). (clumens) - Change the string used to test for serial console (#1054951) (dmarlin)
This commit is contained in:
parent
1bb62aa722
commit
ddd577d4dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -128,3 +128,4 @@ anaconda-15.2.tar.bz2
|
|||||||
/anaconda-21.17.tar.bz2
|
/anaconda-21.17.tar.bz2
|
||||||
/anaconda-21.18.tar.bz2
|
/anaconda-21.18.tar.bz2
|
||||||
/anaconda-21.19.tar.bz2
|
/anaconda-21.19.tar.bz2
|
||||||
|
/anaconda-21.20.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 21.19
|
Version: 21.20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -91,7 +91,7 @@ The anaconda package is a metapackage for the Anaconda installer.
|
|||||||
%package core
|
%package core
|
||||||
Summary: Core of the Anaconda installer
|
Summary: Core of the Anaconda installer
|
||||||
Requires: dnf >= %{dnfver}
|
Requires: dnf >= %{dnfver}
|
||||||
Requires: python-blivet >= 0.37
|
Requires: python-blivet >= 0.40
|
||||||
Requires: python-meh >= %{mehver}
|
Requires: python-meh >= %{mehver}
|
||||||
Requires: libreport-anaconda >= 2.0.21-1
|
Requires: libreport-anaconda >= 2.0.21-1
|
||||||
Requires: libselinux-python
|
Requires: libselinux-python
|
||||||
@ -298,6 +298,34 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 04 2014 Brian C. Lane <bcl@redhat.com> - 21.20-1
|
||||||
|
- makebumpver: Any failure should cancel the bump (bcl)
|
||||||
|
- Add option help text for --image and --dirinstall flags (#1056791) (amulhern)
|
||||||
|
- Update bumpver to allow Related bugs (bcl)
|
||||||
|
- Fix up some pylint errors. (clumens)
|
||||||
|
- If a user has been created, don't allow entering the user spoke (#1058564).
|
||||||
|
(clumens)
|
||||||
|
- Tweak passphrase wording a bit. (clumens)
|
||||||
|
- Tweak the final progress messages to fit on the screen a little better
|
||||||
|
(#1058463). (clumens)
|
||||||
|
- Fix iscsi target selection checkbox in GUI (#1058653) (rvykydal)
|
||||||
|
- network ks: allow setting only hostname with network command (#1051564)
|
||||||
|
(rvykydal)
|
||||||
|
- fcoe: add fcoe=<NIC>:<EDB> to boot options for nics added manually (#1040215)
|
||||||
|
(rvykydal)
|
||||||
|
- network GUI: ignore fcoe vlan devices (#1051268) (rvykydal)
|
||||||
|
- Use an unused variable. (dshea)
|
||||||
|
- Ignore an unused function warning on isys_init (dshea)
|
||||||
|
- Remove unused isys files. (dshea)
|
||||||
|
- Fix the handling of realloc failures. (dshea)
|
||||||
|
- Run cppcheck on the C source files. (dshea)
|
||||||
|
- Check RAID10 box for BTRFS (#1021856) (amulhern)
|
||||||
|
- Make sure directory for DD extraction exists (vpodzime)
|
||||||
|
- Handle --image arguments more thoroughly (#982164,#994488) (amulhern)
|
||||||
|
- Remove the border from the custom part notebook. (clumens)
|
||||||
|
- Style the Done button to make it more noticable (mizmo). (clumens)
|
||||||
|
- Change the string used to test for serial console (#1054951) (dmarlin)
|
||||||
|
|
||||||
* Tue Jan 28 2014 Brian C. Lane <bcl@redhat.com> - 21.19-1
|
* Tue Jan 28 2014 Brian C. Lane <bcl@redhat.com> - 21.19-1
|
||||||
- Change the reclaim space button rules (#980496) (bcl)
|
- Change the reclaim space button rules (#980496) (bcl)
|
||||||
- Revert "Fix up username checking regex a bit." (dshea)
|
- Revert "Fix up username checking regex a bit." (dshea)
|
||||||
|
Loading…
Reference in New Issue
Block a user