New version 30.10-1
- Make the pyanaconda/image.py more pep8 (jkonecny) - Test image repodata folder based on treeinfo file (jkonecny) - Use var instead of strings in findFirstIsoImage (jkonecny) - Use new InstallTreeMetadata instead of TreeInfo (jkonecny) - Add InstallTreeMetadata class (jkonecny) - Move DEFAULT_REPOS to the constants (jkonecny) - Don't check for firmware compatibility to enable BootLoaderSpec support (javierm) - Update kernel command line parameters in BLS files (javierm) - Add support for GRUB_ENABLE_BLSCFG and inst.noblscfg (pjones) - Get rid of new-kernel-pkg invocations (pjones) - Minor pylint cleanups (pjones)
This commit is contained in:
parent
b1974bddd8
commit
7d8060b9e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -165,3 +165,4 @@
|
|||||||
/anaconda-30.7.tar.bz2
|
/anaconda-30.7.tar.bz2
|
||||||
/anaconda-30.8.tar.bz2
|
/anaconda-30.8.tar.bz2
|
||||||
/anaconda-30.9.tar.bz2
|
/anaconda-30.9.tar.bz2
|
||||||
|
/anaconda-30.10.tar.bz2
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 30.9
|
Version: 30.10
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -353,6 +353,20 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 06 2018 Martin Kolman <mkolman@redhat.com> - 30.10-1
|
||||||
|
- Make the pyanaconda/image.py more pep8 (jkonecny)
|
||||||
|
- Test image repodata folder based on treeinfo file (jkonecny)
|
||||||
|
- Use var instead of strings in findFirstIsoImage (jkonecny)
|
||||||
|
- Use new InstallTreeMetadata instead of TreeInfo (jkonecny)
|
||||||
|
- Add InstallTreeMetadata class (jkonecny)
|
||||||
|
- Move DEFAULT_REPOS to the constants (jkonecny)
|
||||||
|
- Don't check for firmware compatibility to enable BootLoaderSpec support
|
||||||
|
(javierm)
|
||||||
|
- Update kernel command line parameters in BLS files (javierm)
|
||||||
|
- Add support for GRUB_ENABLE_BLSCFG and inst.noblscfg (pjones)
|
||||||
|
- Get rid of new-kernel-pkg invocations (pjones)
|
||||||
|
- Minor pylint cleanups (pjones)
|
||||||
|
|
||||||
* Mon Nov 05 2018 Martin Kolman <mkolman@redhat.com> - 30.9-1
|
* Mon Nov 05 2018 Martin Kolman <mkolman@redhat.com> - 30.9-1
|
||||||
- Load configuration files from /etc/anaconda/conf.d (vponcova)
|
- Load configuration files from /etc/anaconda/conf.d (vponcova)
|
||||||
- Let the DBus launcher to set up the modules (vponcova)
|
- Let the DBus launcher to set up the modules (vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-30.9.tar.bz2) = 180daaccaa3f2e34a9d6b5cda9d49f4e01cbab87490136c3f96aa245d419c99da438c782c3e021493b3498b409e03221f6ba6a7a8efc43356645cec16284b74a
|
SHA512 (anaconda-30.10.tar.bz2) = f5398c243643efd32d64432364598a88f6304f86eb9b7d90fb936ff66de6f4bb7718c9b8b63c498a9ef5760cc3804ec9241fbbb13a0fea1ee43282f1ed414fd3
|
||||||
|
Loading…
Reference in New Issue
Block a user