New version 35.12-1
- Remove patches to avoid forcing inst. prefix on RHEL 9 (jkonecny) - Allow to exclude the kernel-lpae package (vponcova) - Remove the pwpolicy kickstart command (vponcova) - Do not generate dracut arguments multiple times for some storage devices (rvykydal) - Run RHEL8 contributor tests on kstest runners (vslavik) - Add support for comps to the DNF manager (vponcova) - Add DBus structures for comps data (vponcova) - Add the is_cdn_registration_required function (vponcova) - Use the default_environment property in UI (vponcova) - Add the default_environment property to the DNF manager (vponcova) - Create the substitute method (vponcova) - Rename tests-owners to just tests (jkonecny) - Use GitHub environment gating for kstests workflow (jkonecny) - Replace our Fedora owners check by GH environments for our workflows (jkonecny) - Fix a small typo in common bugs (jkonecny)
This commit is contained in:
parent
3d3a3bd681
commit
21fa0dbc75
1
.gitignore
vendored
1
.gitignore
vendored
@ -284,3 +284,4 @@
|
||||
/anaconda-35.9.tar.bz2
|
||||
/anaconda-35.10.tar.bz2
|
||||
/anaconda-35.11.tar.bz2
|
||||
/anaconda-35.12.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 35.11
|
||||
Version: 35.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -12,17 +12,6 @@ URL: http://fedoraproject.org/wiki/Anaconda
|
||||
# make dist
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
# TODO: Remove this as soon as rhbz#1907566 will be solved!
|
||||
# These patches will disable requirement of inst. prefix for RHEL-9.
|
||||
# We need these to avoid beaker breakage see rhbz#1907566 for more info.
|
||||
# Patches are generated from last three commits on:
|
||||
# https://github.com/jkonecny12/anaconda/tree/master-add-patches-to-allow-no-inst-prefix
|
||||
%if 0%{?rhel} == 9
|
||||
Patch0: 0001-Revert-Remove-support-for-boot-arguments-without-ins.patch
|
||||
Patch1: 0002-Revert-Do-not-support-no-inst.-Anaconda-boot-args-in.patch
|
||||
Patch2: 0003-Do-not-require-inst.-prefixes-for-Anaconda-boot-argu.patch
|
||||
%endif
|
||||
|
||||
# Versions of required components (done so we make sure the buildrequires
|
||||
# match the requires versions of things).
|
||||
|
||||
@ -419,6 +408,25 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 12 2021 Martin Kolman <mkolman@redhat.com> - 35.12-1
|
||||
- Remove patches to avoid forcing inst. prefix on RHEL 9 (jkonecny)
|
||||
- Allow to exclude the kernel-lpae package (vponcova)
|
||||
- Remove the pwpolicy kickstart command (vponcova)
|
||||
- Do not generate dracut arguments multiple times for some storage devices
|
||||
(rvykydal)
|
||||
- Run RHEL8 contributor tests on kstest runners (vslavik)
|
||||
- Add support for comps to the DNF manager (vponcova)
|
||||
- Add DBus structures for comps data (vponcova)
|
||||
- Add the is_cdn_registration_required function (vponcova)
|
||||
- Use the default_environment property in UI (vponcova)
|
||||
- Add the default_environment property to the DNF manager (vponcova)
|
||||
- Create the substitute method (vponcova)
|
||||
- Rename tests-owners to just tests (jkonecny)
|
||||
- Use GitHub environment gating for kstests workflow (jkonecny)
|
||||
- Replace our Fedora owners check by GH environments for our workflows
|
||||
(jkonecny)
|
||||
- Fix a small typo in common bugs (jkonecny)
|
||||
|
||||
* Wed Mar 31 2021 Martin Kolman <mkolman@redhat.com> - 35.11-1
|
||||
- Turn off wrapping of the scale values (vponcova)
|
||||
- Make the scale visible by default (#1943370) (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-35.11.tar.bz2) = de3984ba3a48fabbdbab8d323e32b2f7f8262bd5b60d770bda568c6d79c2cb5984a2d24d906f7c6def8aeb9a5d1a8369c0f1fa05cb71f087fe64b0e41e6a44a8
|
||||
SHA512 (anaconda-35.12.tar.bz2) = d5ac229126998860ed538a62c6663156f096432b16ef45c737b589f2f3bb719cd5d6d52e6250260bc217b483236455348552dff7882e679dfd0d237582431f3d
|
||||
|
Loading…
Reference in New Issue
Block a user