New version 35.6-1
- The network spoke should be visible in live spins (#1932961) (vponcova) - Ignore Pylint errors on DNF API (vslavik) - Ignore Pylint errors for PropertiesChanged.connect (vslavik) - Silence false Pylint warning (vslavik) - Ignore false Pylint errors for Enum subclasses (vslavik) - Determine GRUB directory relative path to use in config file (javierm)
This commit is contained in:
parent
57176b1321
commit
7d197c9ad9
1
.gitignore
vendored
1
.gitignore
vendored
@ -278,3 +278,4 @@
|
|||||||
/anaconda-35.3.tar.bz2
|
/anaconda-35.3.tar.bz2
|
||||||
/anaconda-35.4.tar.bz2
|
/anaconda-35.4.tar.bz2
|
||||||
/anaconda-35.5.tar.bz2
|
/anaconda-35.5.tar.bz2
|
||||||
|
/anaconda-35.6.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 35.5
|
Version: 35.6
|
||||||
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
|
||||||
@ -423,6 +423,14 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 25 2021 Martin Kolman <mkolman@redhat.com> - 35.6-1
|
||||||
|
- The network spoke should be visible in live spins (#1932961) (vponcova)
|
||||||
|
- Ignore Pylint errors on DNF API (vslavik)
|
||||||
|
- Ignore Pylint errors for PropertiesChanged.connect (vslavik)
|
||||||
|
- Silence false Pylint warning (vslavik)
|
||||||
|
- Ignore false Pylint errors for Enum subclasses (vslavik)
|
||||||
|
- Determine GRUB directory relative path to use in config file (javierm)
|
||||||
|
|
||||||
* Mon Feb 22 2021 Martin Kolman <mkolman@redhat.com> - 35.5-1
|
* Mon Feb 22 2021 Martin Kolman <mkolman@redhat.com> - 35.5-1
|
||||||
- Add the "Encrypt my data" checkbox to the custom partitioning spoke
|
- Add the "Encrypt my data" checkbox to the custom partitioning spoke
|
||||||
(vponcova)
|
(vponcova)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (anaconda-35.5.tar.bz2) = 19175e10d348e211328cf7ef38449f74f5e0fea0a84d53f4b3d68c720649c97c1bd7619145ee122a57b3f8d29945269bffdd593316e814a364da6e6b6aee97cc
|
SHA512 (anaconda-35.6.tar.bz2) = 1a35f3178d8e332c9ad1d41875171a469e7c3ffba7041b2ed310ffbd7be4c8ca41fa3fc9f399766f0252f6eb82bd362b61a74bc8fe6c744e94ba0a64018390d4
|
||||||
|
Loading…
Reference in New Issue
Block a user