New version 36.2-1
Add missing apostrophe to suggestion (rffontenelle) Add test for new "nosave" config members (vslavik) Remove nosave flags, use conf instead (vslavik) Add (no)save options to Anaconda section of config (vslavik) Define a unique id in the main spokes and hubs (vponcova) Add the Screen class (vponcova) Print progress dots on one line in TUI (honza.stodola) Cleanup unneeded NFS repo with rd.live.ram parameter (mmatsuya) Include the anaconda-generator script in the updates image (vponcova) Don't run shell on every found virtualization console (vponcova)
This commit is contained in:
parent
9199e20cef
commit
379f41be51
1
.gitignore
vendored
1
.gitignore
vendored
@ -296,3 +296,4 @@
|
||||
/anaconda-35.21.tar.bz2
|
||||
/anaconda-35.22.tar.bz2
|
||||
/anaconda-36.1.tar.bz2
|
||||
/anaconda-36.2.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 36.1
|
||||
Version: 36.2
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -406,6 +406,18 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 09 2021 Martin Kolman <mkolman@redhat.com> - 36.2-1
|
||||
- Add missing apostrophe to suggestion (rffontenelle)
|
||||
- Add test for new "nosave" config members (vslavik)
|
||||
- Remove nosave flags, use conf instead (vslavik)
|
||||
- Add (no)save options to Anaconda section of config (vslavik)
|
||||
- Define a unique id in the main spokes and hubs (vponcova)
|
||||
- Add the Screen class (vponcova)
|
||||
- Print progress dots on one line in TUI (honza.stodola)
|
||||
- Cleanup unneeded NFS repo with rd.live.ram parameter (mmatsuya)
|
||||
- Include the anaconda-generator script in the updates image (vponcova)
|
||||
- Don't run shell on every found virtualization console (vponcova)
|
||||
|
||||
* Tue Aug 24 2021 Martin Kolman <mkolman@redhat.com> - 36.1-1
|
||||
- fsset: Ignore all swap activation errors in turn_on_swap (vtrefny)
|
||||
- Don't try to use line buffering in binary mode (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-36.1.tar.bz2) = a40d461f22c3753fd6ecd76935552f32521f79958ef6fd5ab74c62494b16f6a3de73bd5a4a62a180792eeabbaee15e367e59bf5068550f6449634398127954c2
|
||||
SHA512 (anaconda-36.2.tar.bz2) = c068a18159752c6f54c333da7a35f5dc797d7455d475928acacfe83abc4d28a7ca2b4cdf4576de21484a57c0407fae3676501869c3c18c1ef74890f064e1871c
|
||||
|
Loading…
Reference in New Issue
Block a user