-
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
9 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 |
---|---|---|
|
@@ -411,6 +411,14 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* 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) | ||
- Add all fields to PartSpec's string representation (vslavik) | ||
- Add __repr__ to PartSpec (vslavik) | ||
- Create /var subvolume on Fedora Kinoite and Silverblue (cmurf) | ||
- Remove misleading warning about inst.ks.device replacing ksdevice (rvykydal) | ||
|
||
* Wed Feb 16 2022 Martin Kolman <[email protected]> - 36.16.1-1 | ||
- Remove webui kernel boot argument support (jkonecny) | ||
- Remove web UI from spec file on Fedora 36 (jkonecny) | ||
|
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.1], [[email protected]]) | ||
AC_INIT([anaconda], [36.16.2], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|