New version 29.23-1
- Bump required DNF version (mkolman) - Fix some small issues with the platform id patch (mkolman) - Set platform id for DNF (mkolman) - Fix crash when software environment is False (jkonecny) - Allow to delete all file systems used by Unknown (#1597199) (vponcova) - DD: Use text mode when calling tools with subprocess (rvykydal) - Update RHEL placeholder names (mkolman) - Typo fixup (rvykydal) - Define if blivet-gui is supported via installclasses (rvykydal) - Offer Blivet-GUI partitioning only if supported (rvykydal) - Only show the "closest mirror" source option where appropriate (mkolman) - Starting from 3.0 DNF expects strings in comps queries (mkolman) - Use the manual partitioning module in TUI (vponcova) - Use the manual partitioning module in UI (vponcova) - Add tests for the manual partitioning module (vponcova) - Create the manual partitioning module (vponcova) - Reserve enough static space for 2 lines in spoke status on hub (#1584160) (rvykydal) - Fix disable additional repositories (jkonecny) - Show better messages for NoSuchPackage and NoSuchGroup (#1599190) (vponcova) - Bootloader stage2 can't be on btrfs on rhel (#1533904) (rvykydal)
This commit is contained in:
parent
99fd9e8711
commit
cfc7337a7e
1
.gitignore
vendored
1
.gitignore
vendored
@ -154,3 +154,4 @@
|
||||
/anaconda-29.20.tar.bz2
|
||||
/anaconda-29.21.tar.bz2
|
||||
/anaconda-29.22.tar.bz2
|
||||
/anaconda-29.23.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 29.22
|
||||
Version: 29.23
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
Group: Applications/System
|
||||
@ -24,7 +24,7 @@ Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
%define blivetguiver 2.1.7-2
|
||||
%define dbusver 1.2.3
|
||||
%define dnfver 3.1.0
|
||||
%define dnfver 3.2.0
|
||||
%define dracutver 034-7
|
||||
%define fcoeutilsver 1.0.12-3.20100323git
|
||||
%define gettextver 0.19.8
|
||||
@ -347,6 +347,29 @@ update-desktop-database &> /dev/null || :
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 07 2018 Martin Kolman <mkolman@redhat.com> - 29.23-1
|
||||
- Bump required DNF version (mkolman)
|
||||
- Fix some small issues with the platform id patch (mkolman)
|
||||
- Set platform id for DNF (mkolman)
|
||||
- Fix crash when software environment is False (jkonecny)
|
||||
- Allow to delete all file systems used by Unknown (#1597199) (vponcova)
|
||||
- DD: Use text mode when calling tools with subprocess (rvykydal)
|
||||
- Update RHEL placeholder names (mkolman)
|
||||
- Typo fixup (rvykydal)
|
||||
- Define if blivet-gui is supported via installclasses (rvykydal)
|
||||
- Offer Blivet-GUI partitioning only if supported (rvykydal)
|
||||
- Only show the "closest mirror" source option where appropriate (mkolman)
|
||||
- Starting from 3.0 DNF expects strings in comps queries (mkolman)
|
||||
- Use the manual partitioning module in TUI (vponcova)
|
||||
- Use the manual partitioning module in UI (vponcova)
|
||||
- Add tests for the manual partitioning module (vponcova)
|
||||
- Create the manual partitioning module (vponcova)
|
||||
- Reserve enough static space for 2 lines in spoke status on hub (#1584160)
|
||||
(rvykydal)
|
||||
- Fix disable additional repositories (jkonecny)
|
||||
- Show better messages for NoSuchPackage and NoSuchGroup (#1599190) (vponcova)
|
||||
- Bootloader stage2 can't be on btrfs on rhel (#1533904) (rvykydal)
|
||||
|
||||
* Fri Jul 27 2018 Martin Kolman <mkolman@redhat.com> - 29.22-1
|
||||
- Handle new module specific error states (mkolman)
|
||||
- Handle missing package errors reported by the install_specs() function
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-29.22.tar.bz2) = 7b8c483e224d57d42374197ad8233f0b8434e579ef36483c0138b42a043601ea9003e27701fd20a5fa934eb7618bb606eda18a60bb7c0b8a6c2eb4189f94ce61
|
||||
SHA512 (anaconda-29.23.tar.bz2) = 2a31b32cc3c6b164cc60468cc2afd6b24a4e85fa116cde778b1c9c934c24cdb75d2bac89f475075d8582b089ce9314731fd3345f8e1a5786bce1310a6fca44c7
|
||||
|
Loading…
Reference in New Issue
Block a user