New version 36.3-1
Fix boolean comparisons in asserts (vslavik) Stop using distutils to compare kernel versions (vslavik) Clarify scope of ignored locations (amahdal) Clarify reference to other *multiple* `inst.ks` arguments (amahdal) Clarify default behavior before `inst.ks.all` (amahdal) Clarify `inst.ks.all` description by using imperative mode (amahdal) Add missing markup for option names and "value types" (amahdal) Copy logs in a task instead of a %post script (vslavik)
This commit is contained in:
parent
379f41be51
commit
25ec9892f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -297,3 +297,4 @@
|
|||||||
/anaconda-35.22.tar.bz2
|
/anaconda-35.22.tar.bz2
|
||||||
/anaconda-36.1.tar.bz2
|
/anaconda-36.1.tar.bz2
|
||||||
/anaconda-36.2.tar.bz2
|
/anaconda-36.2.tar.bz2
|
||||||
|
/anaconda-36.3.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 36.2
|
Version: 36.3
|
||||||
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
|
||||||
@ -99,6 +99,7 @@ Requires: python3-pwquality
|
|||||||
Requires: python3-systemd
|
Requires: python3-systemd
|
||||||
Requires: python3-productmd
|
Requires: python3-productmd
|
||||||
Requires: python3-dasbus >= %{dasbusver}
|
Requires: python3-dasbus >= %{dasbusver}
|
||||||
|
Requires: python3-packaging
|
||||||
Requires: flatpak-libs
|
Requires: flatpak-libs
|
||||||
%if %{defined rhel} && %{undefined centos}
|
%if %{defined rhel} && %{undefined centos}
|
||||||
Requires: subscription-manager >= %{subscriptionmanagerver}
|
Requires: subscription-manager >= %{subscriptionmanagerver}
|
||||||
@ -406,6 +407,16 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 16 2021 Martin Kolman <mkolman@redhat.com> - 36.3-1
|
||||||
|
- Fix boolean comparisons in asserts (vslavik)
|
||||||
|
- Stop using distutils to compare kernel versions (vslavik)
|
||||||
|
- Clarify scope of ignored locations (amahdal)
|
||||||
|
- Clarify reference to other *multiple* `inst.ks` arguments (amahdal)
|
||||||
|
- Clarify default behavior before `inst.ks.all` (amahdal)
|
||||||
|
- Clarify `inst.ks.all` description by using imperative mode (amahdal)
|
||||||
|
- Add missing markup for option names and "value types" (amahdal)
|
||||||
|
- Copy logs in a task instead of a %%post script (vslavik)
|
||||||
|
|
||||||
* Thu Sep 09 2021 Martin Kolman <mkolman@redhat.com> - 36.2-1
|
* Thu Sep 09 2021 Martin Kolman <mkolman@redhat.com> - 36.2-1
|
||||||
- Add missing apostrophe to suggestion (rffontenelle)
|
- Add missing apostrophe to suggestion (rffontenelle)
|
||||||
- Add test for new "nosave" config members (vslavik)
|
- Add test for new "nosave" config members (vslavik)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-36.2.tar.bz2) = c068a18159752c6f54c333da7a35f5dc797d7455d475928acacfe83abc4d28a7ca2b4cdf4576de21484a57c0407fae3676501869c3c18c1ef74890f064e1871c
|
SHA512 (anaconda-36.3.tar.bz2) = d12ed728f8ee1e337474ef48c50bd56a0a70f79ba69d83d395889dd03e7f2355ac35bca47bb892041b28db673aa58cbb9ffac7948ffd078c076387c12382be9f
|
||||||
|
Loading…
Reference in New Issue
Block a user