-
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
17 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,22 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d | |
%{_prefix}/libexec/anaconda/dd_* | ||
|
||
%changelog | ||
* 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) | ||
- Remove npm dependencies from the containers (jkonecny) | ||
- Remove webui code from the Fedora 36 (jkonecny) | ||
- Restore contexts also in /usr/lib (vslavik) | ||
- Reset the password if the root account is disabled (vponcova) | ||
- Fix the status of the root configuration screen (vponcova) | ||
- Fix the condition for entering the root configuration (vponcova) | ||
- Move tests for pyanaconda.ui.lib.users to a new file (vponcova) | ||
- Revert "Show correctly that no admin user is set up" (vponcova) | ||
- Do not fail on nonexistent fs nodes in pstore (vslavik) | ||
- Support Btrfs-only mount points in the default partitioning (vponcova) | ||
- Adjust configuration options for Fedora 36 (mkolman) | ||
- Adjust configuration options for Fedora 36 (mkolman) | ||
|
||
* Wed Jan 26 2022 Martin Kolman <[email protected]> - 36.16-1 | ||
- packit: release: unset use_cockpit by sedding the specfile in packit script | ||
(kkoukiou) | ||
|
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], [[email protected]]) | ||
AC_INIT([anaconda], [36.16.1], [[email protected]]) | ||
|
||
# make it possible to set build info at build time | ||
# (patch only builds, modular builds, mass-rebuilds, etc.) | ||
|