Skip to content

Commit

Permalink
New version - 37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rtinK committed Feb 21, 2022
1 parent 68808dd commit 1754afe
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 1 deletion.
91 changes: 91 additions & 0 deletions anaconda.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,97 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*

%changelog
* Mon Feb 21 2022 Martin Kolman <[email protected]> - 37.1-1
- webui: checkout last release instead of main for cockpit's test library
(kkoukiou)
- Do not modify boot order on UEFI if asked (vslavik)
- webui: use test images from the cockpit's image store (kkoukiou)
- webui: tests: use python3, python is not a thing in Cockpit's test container
anymore (kkoukiou)
- Remove RPM database cleanup (vslavik)
- Add all fields to PartSpec's string representation (vslavik)
- Add __repr__ to PartSpec (vslavik)
- UX: clarify meaning of "additional space" checkbox (hexagon-recursion)
- Create /var subvolume on Fedora Kinoite and Silverblue (cmurf)
- Remove misleading warning about inst.ks.device replacing ksdevice (rvykydal)
- Remove the support for detection of unsupported hardware (vponcova)
- Revert "Ignore webui specific parts in the rpm-test" (kkoukiou)
- webui: Add mising MAINTAINERCLEANFILES in Makefile.am (kkoukiou)
- webui: install eslint-config-standard-jsx to align with what starter-kit [1]
does (kkoukiou)
- build(deps): bump (49699333+dependabot[bot])
- Remove webui kernel boot argument support (jkonecny)
- Ignore deps-dev commits by dependabot (vslavik)
- 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)
- build(deps): bump (49699333+dependabot[bot])
- Restore contexts also in /usr/lib (vslavik)
- ci: rpm: install older rpm version in the container (kkoukiou)
- po: limit threads used by libgomp when building the merged translation files
(kkoukiou)
- 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)
- Remove the make-sphinx-docs script (vponcova)
- Remove the list-screens script (vponcova)
- Remove the anaconda-read-journal script (vponcova)
- Remove the run_boss_locally.py script (vponcova)
- Improve the indentation in pyanaconda.installation (vponcova)
- Translate strings when we create the installation queue (vponcova)
- Create a task for running the current installation queue (vponcova)
- webui: tests: update README file (kkoukiou)
- webui: tests: add support for destructive tests (kkoukiou)
- Don't use progressQ in tasks of the installation queue (vponcova)
- Do not fail on nonexistent fs nodes in pstore (vslavik)
- dockerfile: stop specifying nodejs stream explicitely (kkoukiou)
- Support Btrfs-only mount points in the default partitioning (vponcova)
- Use a task to write repositories on the target system (vponcova)
- Revert "Adjust configuration options for Fedora 36" (jkonecny)
- dockerfile: ci: rpm: install nodejs instead of NPM directly (kkoukiou)
- 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)
- Clean up pyanaconda.installation_tasks (vponcova)
- Extend the unit tests for the Flatpak manager (vponcova)
- Don't use progressQ in the payload classes (vponcova)
- Don't use progressQ in the DNF payload class (vponcova)
- Simplify the error message about a failed Flatpak operation (vponcova)
- Don't use progressQ in the Flatpak manager (vponcova)
- spec: Add dependency on libblockdev-lvm-dbus to install-env-deps (vtrefny)
- webui: users: do not try to use the proxy before it's ready (kkoukiou)
- Add documentation of how to fix our CI (jkonecny)
- Move save_hw_clock method to a D-Bus configuration task (kkoukiou)
- Remove the InstallRepoEnabled DBus property (vponcova)
- Add the `installation_enabled` attribute to the repository configuration data
(vponcova)
- Document how to enable Cockpit CI for Fedora branches (mkolman)
- Update branching docs (mkolman)
- 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)
- Remove the WriteResolvConfTask class (vponcova)
- Clean up the code for including Web UI in an updates image (vponcova)
- Adjust configuration options for Fedora 36 (mkolman)
- build: Remove make as part of run-build-and-arg script (kkoukiou)
- spec: list webui language translation files into the RPM (kkoukiou)
- po: don't translate the externally fetched pkg/lib content for now (kkoukiou)
- webui: po: cockpit-po-plugin expects that translations are from the current
directory (kkoukiou)
- po: add hack to workaround semicolon bug (kkoukiou)
- po: stop using --use-fist when creating the anaconda.pot file (kkoukiou)
- po: start translating webui files (jsx) and add support for cockpit
translation functions (kkoukiou)
- webui: eslint: let's always prefer double quotes since cockpit localization
needs it (kkoukiou)
- webui: start translating some strings (kkoukiou)
- Test a recreation of the same thread (vponcova)
- Add the `enabled` attribute to the repository configuration data (vponcova)

* Wed Jan 26 2022 Martin Kolman <[email protected]> - 36.16-1
- packit: release: unset use_cockpit by sedding the specfile in packit script
(kkoukiou)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [37.1], [[email protected]])

# make it possible to set build info at build time
# (patch only builds, modular builds, mass-rebuilds, etc.)
Expand Down

0 comments on commit 1754afe

Please sign in to comment.