New version 30.15-1
- Remove install classes from the code (vponcova) - Remove files with install classes (vponcova) - Use the Anaconda configuration to configure the storage (vponcova) - Use the Anaconda configuration to configure the bootloader (vponcova) - Use the correct name of the variant AtomicHost (vponcova) - Use the Anaconda configuration to configure payload (vponcova) - Use the Anaconda configuration to configure network devices (vponcova) - Use the Anaconda configuration to customize the user interface (vponcova) - Use the Anaconda configuration to show EULA (vponcova) - Use the Anaconda configuration to detect unsupported hardware (vponcova) - Remove the kickstart command installclass (vponcova) - Fix the anaconda documentation (vponcova) - Add support for inst.product and inst.variant (vponcova) - Use the product configuration files in Anaconda (vponcova)
This commit is contained in:
parent
06a7339fd8
commit
2efdcb399e
1
.gitignore
vendored
1
.gitignore
vendored
@ -170,3 +170,4 @@
|
||||
/anaconda-30.12.tar.bz2
|
||||
/anaconda-30.13.tar.bz2
|
||||
/anaconda-30.14.tar.bz2
|
||||
/anaconda-30.15.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 30.14
|
||||
Version: 30.15
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -359,6 +359,22 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 03 2019 Martin Kolman <mkolman@redhat.com> - 30.15-1
|
||||
- Remove install classes from the code (vponcova)
|
||||
- Remove files with install classes (vponcova)
|
||||
- Use the Anaconda configuration to configure the storage (vponcova)
|
||||
- Use the Anaconda configuration to configure the bootloader (vponcova)
|
||||
- Use the correct name of the variant AtomicHost (vponcova)
|
||||
- Use the Anaconda configuration to configure payload (vponcova)
|
||||
- Use the Anaconda configuration to configure network devices (vponcova)
|
||||
- Use the Anaconda configuration to customize the user interface (vponcova)
|
||||
- Use the Anaconda configuration to show EULA (vponcova)
|
||||
- Use the Anaconda configuration to detect unsupported hardware (vponcova)
|
||||
- Remove the kickstart command installclass (vponcova)
|
||||
- Fix the anaconda documentation (vponcova)
|
||||
- Add support for inst.product and inst.variant (vponcova)
|
||||
- Use the product configuration files in Anaconda (vponcova)
|
||||
|
||||
* Wed Jan 02 2019 Martin Kolman <mkolman@redhat.com> - 30.14-1
|
||||
- Require password confirmation in GUI (#1584064) (mkolman)
|
||||
- Run zipl again after generating initramfs (#1652727) (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-30.14.tar.bz2) = 09cf2679298ecddf35e8708c3a604c17f2e37c25234be34f9bfe9c8a3db14c917d00eebc70a52e2c0069849f257df3ca29328363f49d08a55a815345e3ede5cf
|
||||
SHA512 (anaconda-30.15.tar.bz2) = b6cf84f8960243fcb297694c4c0caed9f5f602bbc92b55a6cff9dda0f2a07f1bb1a1dbdabaeaeb636548b527fafd469db29e9d3015839d1c709c673e3ed13c99
|
||||
|
Loading…
Reference in New Issue
Block a user