New version 35.14-1
- Document too little memory for LUKS setup (vslavik) - Remove redundant logging messages from the DNF module (vponcova) - Use the new support for checking the software selection in UI (vponcova) - Add an installation task for resolving the packages selection (vponcova) - Add a validation task for checking the packages selection (vponcova) - Handle marking errors in the DNF manager (vponcova) - Add the clear_selection method to the DNF manager (vponcova) - Add the resolve_selection method to the DNF manager (vponcova) - Remove the bugUrl variable (vponcova) - Remove the productStamp variable (vponcova) - Remove the productArch variable (vponcova) - Improve debug message about configuration loading and writing (jkonecny) - Enable closest mirror in CentOS Stream config (carl) - The kernel boot argument sshd is removed and should warn user (jkonecny) - Document the workaround for missing options of the repo command (vponcova) - Replace metacity with gnome-kiosk (rvykydal) - Drop deprecated support for comps from the DNF payload class (vponcova) - Use the software selection cache in GUI (vponcova) - Use new fedora-latest alias in COPR (jkonecny)
This commit is contained in:
parent
daa0e57220
commit
3a7e42467f
1
.gitignore
vendored
1
.gitignore
vendored
@ -286,3 +286,4 @@
|
|||||||
/anaconda-35.11.tar.bz2
|
/anaconda-35.11.tar.bz2
|
||||||
/anaconda-35.12.tar.bz2
|
/anaconda-35.12.tar.bz2
|
||||||
/anaconda-35.13.tar.bz2
|
/anaconda-35.13.tar.bz2
|
||||||
|
/anaconda-35.14.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 35.13
|
Version: 35.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -236,7 +236,7 @@ Requires: dbus-x11
|
|||||||
Requires: gsettings-desktop-schemas
|
Requires: gsettings-desktop-schemas
|
||||||
Requires: nm-connection-editor
|
Requires: nm-connection-editor
|
||||||
Requires: librsvg2
|
Requires: librsvg2
|
||||||
Requires: metacity
|
Requires: gnome-kiosk
|
||||||
|
|
||||||
%description install-img-deps
|
%description install-img-deps
|
||||||
The anaconda-install-img-deps metapackage lists all boot.iso installation image dependencies.
|
The anaconda-install-img-deps metapackage lists all boot.iso installation image dependencies.
|
||||||
@ -266,7 +266,6 @@ Requires: system-logos
|
|||||||
|
|
||||||
# Needed to compile the gsettings files
|
# Needed to compile the gsettings files
|
||||||
BuildRequires: gsettings-desktop-schemas
|
BuildRequires: gsettings-desktop-schemas
|
||||||
BuildRequires: metacity
|
|
||||||
|
|
||||||
%description gui
|
%description gui
|
||||||
This package contains graphical user interface for the Anaconda installer.
|
This package contains graphical user interface for the Anaconda installer.
|
||||||
@ -419,6 +418,27 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 05 2021 Martin Kolman <mkolman@redhat.com> - 35.14-1
|
||||||
|
- Document too little memory for LUKS setup (vslavik)
|
||||||
|
- Remove redundant logging messages from the DNF module (vponcova)
|
||||||
|
- Use the new support for checking the software selection in UI (vponcova)
|
||||||
|
- Add an installation task for resolving the packages selection (vponcova)
|
||||||
|
- Add a validation task for checking the packages selection (vponcova)
|
||||||
|
- Handle marking errors in the DNF manager (vponcova)
|
||||||
|
- Add the clear_selection method to the DNF manager (vponcova)
|
||||||
|
- Add the resolve_selection method to the DNF manager (vponcova)
|
||||||
|
- Remove the bugUrl variable (vponcova)
|
||||||
|
- Remove the productStamp variable (vponcova)
|
||||||
|
- Remove the productArch variable (vponcova)
|
||||||
|
- Improve debug message about configuration loading and writing (jkonecny)
|
||||||
|
- Enable closest mirror in CentOS Stream config (carl)
|
||||||
|
- The kernel boot argument sshd is removed and should warn user (jkonecny)
|
||||||
|
- Document the workaround for missing options of the repo command (vponcova)
|
||||||
|
- Replace metacity with gnome-kiosk (rvykydal)
|
||||||
|
- Drop deprecated support for comps from the DNF payload class (vponcova)
|
||||||
|
- Use the software selection cache in GUI (vponcova)
|
||||||
|
- Use new fedora-latest alias in COPR (jkonecny)
|
||||||
|
|
||||||
* Tue Apr 27 2021 Martin Kolman <mkolman@redhat.com> - 35.13-1
|
* Tue Apr 27 2021 Martin Kolman <mkolman@redhat.com> - 35.13-1
|
||||||
- Disable ELN for our unit and rpm tests (jkonecny)
|
- Disable ELN for our unit and rpm tests (jkonecny)
|
||||||
- Disable ELN builds for Packit (jkonecny)
|
- Disable ELN builds for Packit (jkonecny)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-35.13.tar.bz2) = de875c7b0ec379c28bd488948333ac6a71f254b9c28d00a9bff788908c2ff8869cbc0f254c1378f6814db7f7f3b6d3c8ba2014a52febc6e25fc23fb959615804
|
SHA512 (anaconda-35.14.tar.bz2) = 385df54753de9fa1ee4469222824141a9921776349ca7d2eedb98d5ae75777f96b45b1c122788dc8a1b157a00c59c172dc2bc119ce450ae35aeb01881e4bcc18
|
||||||
|
Loading…
Reference in New Issue
Block a user