-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -412,6 +412,24 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* Tue Mar 29 2022 Martin Kolman <[email protected]> - 36.16.3-1 | ||
- Fix failing pylint check. (rvykydal) | ||
- gui: update network spoke for symbolic icons (#2055883) (rvykydal) | ||
- gui: update beta-nag dialog for symbolic icons (#2055883) (rvykydal) | ||
- gui: update Quit dialog for symbolic icons (#2055883) (rvykydal) | ||
- Increase version of the anaconda-widgets (jkonecny) | ||
- Disable layout_indicator in Anaconda (jkonecny) | ||
- Don't configure the keyboard in Live environments with XWayland (jkonecny) | ||
- network: Handle network configuration paths not existing (awilliam) | ||
- Change pylint ignore from number to name (vslavik) | ||
- Remove RpmDb-related setup in OSTree payloads (vslavik) | ||
- packit: build SRPM in Copr (ttomecek) | ||
- Replace one more icon after removal from adwaita (#2055883) (jkonecny) | ||
- Replace legacy adwaita icons removed in adwaita-icon-theme 42 (awilliam) | ||
- Do not copy resolv.conf to target system at the end of installation | ||
(rvykydal) | ||
- Do not copy /etc/resolv.conf to chroot before installation (rvykydal) | ||
|
||
* Mon Feb 21 2022 Martin Kolman <[email protected]> - 36.16.2-1 | ||
- Do not modify boot order on UEFI if asked (vslavik) | ||
- Remove RPM database cleanup (vslavik) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
m4_define(python_required_version, 3.4) | ||
|
||
AC_PREREQ([2.63]) | ||
AC_INIT([anaconda], [36.16.2], [[email protected]]) | ||
AC_INIT([anaconda], [36.16.3], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|