New version 27.9-1
- Add support for DNF-2.5.0 (jkonecny) - Fix simpleline_getpass related Pylint warning (mkolman) - Provide access to simpleline App instance (mkolman) - Make it possible to use a custom getpass() (mkolman) - Set the default filesystem type from a kickstart file (vponcova) - Adapt to our new daily builds of Anaconda (jkonecny) - Provide access to simpleline App instance (mkolman) - Make it possible to use a custom getpass() (mkolman) - Perform recursive copying of driver disk RPM repo contents (esyr) - network: fix setting hostname via boot options (#1441337) (rvykydal) - Fix a typo in an error message (esyr) - Use the function we already have for applying disk selection (#1412022) (rvykydal) - Ignore disks labeled OEMDRV (#1412022) (rvykydal) - network: create dracut arguments for iSCSI root accessed via vlan (#1374003) (rvykydal) - Test if Anaconda can be installed inside of mock (jkonecny) - Remove run_install_test test (jkonecny) - rpmostreepayload: Handle /var as a user-specified mountpoint (walters) - Fix the addon handlers for the checkbox (#1451754) (vponcova) - Show the text of completions in the datetime spoke. (vponcova) - Use new daily-blivet copr builds (jkonecny) - Prevent TUI from crashing with a single spoke on a hub (mkolman)
This commit is contained in:
parent
20eaf81c7a
commit
3fbe6fe976
1
.gitignore
vendored
1
.gitignore
vendored
@ -100,3 +100,4 @@
|
||||
/anaconda-27.6.tar.bz2
|
||||
/anaconda-27.7.tar.bz2
|
||||
/anaconda-27.8.tar.bz2
|
||||
/anaconda-27.9.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 27.8
|
||||
Version: 27.9
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -328,6 +328,31 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu May 25 2017 Martin Kolman <mkolman@redhat.com> - 27.9-1
|
||||
- Add support for DNF-2.5.0 (jkonecny)
|
||||
- Fix simpleline_getpass related Pylint warning (mkolman)
|
||||
- Provide access to simpleline App instance (mkolman)
|
||||
- Make it possible to use a custom getpass() (mkolman)
|
||||
- Set the default filesystem type from a kickstart file (vponcova)
|
||||
- Adapt to our new daily builds of Anaconda (jkonecny)
|
||||
- Provide access to simpleline App instance (mkolman)
|
||||
- Make it possible to use a custom getpass() (mkolman)
|
||||
- Perform recursive copying of driver disk RPM repo contents (esyr)
|
||||
- network: fix setting hostname via boot options (#1441337) (rvykydal)
|
||||
- Fix a typo in an error message (esyr)
|
||||
- Use the function we already have for applying disk selection (#1412022)
|
||||
(rvykydal)
|
||||
- Ignore disks labeled OEMDRV (#1412022) (rvykydal)
|
||||
- network: create dracut arguments for iSCSI root accessed via vlan (#1374003)
|
||||
(rvykydal)
|
||||
- Test if Anaconda can be installed inside of mock (jkonecny)
|
||||
- Remove run_install_test test (jkonecny)
|
||||
- rpmostreepayload: Handle /var as a user-specified mountpoint (walters)
|
||||
- Fix the addon handlers for the checkbox (#1451754) (vponcova)
|
||||
- Show the text of completions in the datetime spoke. (vponcova)
|
||||
- Use new daily-blivet copr builds (jkonecny)
|
||||
- Prevent TUI from crashing with a single spoke on a hub (mkolman)
|
||||
|
||||
* Tue May 09 2017 Martin Kolman <mkolman@redhat.com> - 27.8-1
|
||||
- Bump Pykickstart version (mkolman)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-27.8.tar.bz2) = 3c5ad74282fb2fa3667b17af829da549597c6f5af4ab4b23920d37b5894fc5cdf7905d1a00c4b4930c44257d312547a7da17468975b533d85e738a1325531cc3
|
||||
SHA512 (anaconda-27.9.tar.bz2) = 145a06febf32cab4509745353b3ba6d2e5c56aa70a2a0d267a0095bb3fdf8eff1e1f037d663f8324538b4f3329299f32989fe80922a41a82acb0d1e74d30be47
|
||||
|
Loading…
Reference in New Issue
Block a user