- Fix storage checker docstring (bcl)
- Modify --dirinstall to take a path (bcl) - Drop ROOT_PATH, add a method to set it (bcl) - Call setUpBootLoader in custom autopart (#1086811) (bcl) - Remove the noipv6 Anaconda option (mkolman) - Remove the -s/--script Anaconda option (mkolman) - Make rescue_mode part of flags, hence more publicly available (#1090009) (amulhern) - Check host filesystem space for dirinstall (bcl) - Remove the viewport from the addon repo tree view (dshea) - Add a check for GtkScrollables contained in GtkViewports (dshea) - Enable rubber-banding in the disk tree views (dshea) - Make the configure mount point dialog taller. (#924182) (dshea) - Add the disk TreeViews directly to the scrolled windows (dshea) - Opened up custom_storage_helpers.glade and hit Save (dshea) - Add help texts for more Anaconda CLI options (mkolman) - Remove the targetarch Anaconda option (mkolman) - Add anaconda_options.txt to makeupdates (dshea) - Allow the location of anaconda_options.txt to be overridden (dshea) - Remove an unused import. (dshea) - Remove the headless Anaconda option (mkolman)
This commit is contained in:
parent
0d2296c89c
commit
ddf73364c7
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/anaconda-21.41.tar.bz2
|
/anaconda-21.41.tar.bz2
|
||||||
/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
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 21.43
|
Version: 21.44
|
||||||
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.57
|
Requires: python-blivet >= 0.58
|
||||||
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
|
||||||
@ -302,6 +302,29 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 25 2014 Brian C. Lane <bcl@redhat.com> - 21.44-1
|
||||||
|
- Fix storage checker docstring (bcl)
|
||||||
|
- Modify --dirinstall to take a path (bcl)
|
||||||
|
- Drop ROOT_PATH, add a method to set it (bcl)
|
||||||
|
- Call setUpBootLoader in custom autopart (#1086811) (bcl)
|
||||||
|
- Remove the noipv6 Anaconda option (mkolman)
|
||||||
|
- Remove the -s/--script Anaconda option (mkolman)
|
||||||
|
- Make rescue_mode part of flags, hence more publicly available (#1090009)
|
||||||
|
(amulhern)
|
||||||
|
- Check host filesystem space for dirinstall (bcl)
|
||||||
|
- Remove the viewport from the addon repo tree view (dshea)
|
||||||
|
- Add a check for GtkScrollables contained in GtkViewports (dshea)
|
||||||
|
- Enable rubber-banding in the disk tree views (dshea)
|
||||||
|
- Make the configure mount point dialog taller. (#924182) (dshea)
|
||||||
|
- Add the disk TreeViews directly to the scrolled windows (dshea)
|
||||||
|
- Opened up custom_storage_helpers.glade and hit Save (dshea)
|
||||||
|
- Add help texts for more Anaconda CLI options (mkolman)
|
||||||
|
- Remove the targetarch Anaconda option (mkolman)
|
||||||
|
- Add anaconda_options.txt to makeupdates (dshea)
|
||||||
|
- Allow the location of anaconda_options.txt to be overridden (dshea)
|
||||||
|
- Remove an unused import. (dshea)
|
||||||
|
- Remove the headless Anaconda option (mkolman)
|
||||||
|
|
||||||
* Thu Jun 19 2014 Brian C. Lane <bcl@redhat.com> - 21.43-1
|
* Thu Jun 19 2014 Brian C. Lane <bcl@redhat.com> - 21.43-1
|
||||||
- Allow NFS addon repos (#985080) (dshea)
|
- Allow NFS addon repos (#985080) (dshea)
|
||||||
- Add --disklabel support to clearpart (#1078537) (bcl)
|
- Add --disklabel support to clearpart (#1078537) (bcl)
|
||||||
|
Loading…
Reference in New Issue
Block a user