New version 35.1-1
- Add dependabot support for GitHub actions (jkonecny) - Set volume id for iso built for kickstart test (rvykydal) - Guess the default product name from the os-release files (vponcova) - Apply overrides for the anaconda widgets only in the test environment (vponcova) - Create real updates images (vponcova) - Remove deprecated support for add-ons (vponcova) - Don't run installation tasks of add-ons in a meta task (vponcova) - network: wrap IP addresses showed in GUI for wireless devices (#1925781) (rvykydal) - Install support for non-ascii keyboard layouts (#1919483) (vponcova)
This commit is contained in:
parent
74b214809d
commit
e65d6c6f17
1
.gitignore
vendored
1
.gitignore
vendored
@ -273,3 +273,4 @@
|
||||
/anaconda-34.22.tar.bz2
|
||||
/anaconda-34.23.tar.bz2
|
||||
/anaconda-34.24.tar.bz2
|
||||
/anaconda-35.1.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.24
|
||||
Version: 35.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -420,6 +420,19 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 11 2021 Martin Kolman <mkolman@redhat.com> - 35.1-1
|
||||
- Add dependabot support for GitHub actions (jkonecny)
|
||||
- Set volume id for iso built for kickstart test (rvykydal)
|
||||
- Guess the default product name from the os-release files (vponcova)
|
||||
- Apply overrides for the anaconda widgets only in the test environment
|
||||
(vponcova)
|
||||
- Create real updates images (vponcova)
|
||||
- Remove deprecated support for add-ons (vponcova)
|
||||
- Don't run installation tasks of add-ons in a meta task (vponcova)
|
||||
- network: wrap IP addresses showed in GUI for wireless devices (#1925781)
|
||||
(rvykydal)
|
||||
- Install support for non-ascii keyboard layouts (#1919483) (vponcova)
|
||||
|
||||
* Mon Feb 08 2021 Martin Kolman <mkolman@redhat.com> - 34.24-1
|
||||
- Modify spec file to add patches required on rhel-9 rebuild (#1907566)
|
||||
(jkonecny)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.24.tar.bz2) = 5a5b240debf0b45ab7471ad8639bc634741582fd4e86fd8cea8ff516ee9cf90fe35f0193c2383306ad68125569d80a7968017092b36979f240026b15eddf2276
|
||||
SHA512 (anaconda-35.1.tar.bz2) = d75d04c43e857ee82d289a6aa5a7cefa34d0a88d7d662e9d538acf111ec6370acfc5b7978784a390b2df6e602c4097f91dc137113f5b1a81b2706390f93dadef
|
||||
|
Loading…
Reference in New Issue
Block a user