New version 34.12-1
- Use podman for pushing the nightly container update (mpitt) - Robustify container-autoupdate workflow (mpitt) - Disable seccomp profile when running containers on Ubuntu host (mpitt) - Use podman in GitHub workflows (mpitt) - Remove deviceprobe and install commands (vslavik) - Change handling of UID and GID values (vslavik) - Send UID and GID over D-Bus as UInt32 (vslavik) - Correct limits for UIDs and GIDs in GUI (vslavik) - Rename Subscription module tests (vslavik) - Rename common module tests (vslavik) - Rename Boss module tests (vslavik) - Remove autostep functionality (vslavik) - Don't include unknown files in the updates image (vponcova) - Clean up the code for the platform-specific partitioning requirements (vponcova) - Use a property for the platform-specific stage1 constraints (vponcova) - Use a property for the stage1 device descriptions (vponcova) - Use a property to provide a suggestion for the stage1 device (vponcova) - Use a property to define non-linux format types (vponcova) - Use a property to define platform-specific packages (vponcova) - Do not fail user check job in rhel-8 validate workflow (jkonecny) - Move the code that sets up the default disklabel type from platform.py (vponcova) - Add unit tests for platform.py (vponcova) - Revert "Standardize calls to parent via super()" in platform.py (#1858649) (vponcova)
This commit is contained in:
parent
060af793b2
commit
37de1417d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -260,3 +260,4 @@
|
||||
/anaconda-34.8.tar.bz2
|
||||
/anaconda-34.9.tar.bz2
|
||||
/anaconda-34.10.tar.bz2
|
||||
/anaconda-34.12.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 34.10
|
||||
Version: 34.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and MIT
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -369,6 +369,82 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 12 2020 Martin Kolman <mkolman@redhat.com> - 34.12-1
|
||||
- Use podman for pushing the nightly container update (mpitt)
|
||||
- Robustify container-autoupdate workflow (mpitt)
|
||||
- Disable seccomp profile when running containers on Ubuntu host (mpitt)
|
||||
- Use podman in GitHub workflows (mpitt)
|
||||
- Remove deviceprobe and install commands (vslavik)
|
||||
- Change handling of UID and GID values (vslavik)
|
||||
- Send UID and GID over D-Bus as UInt32 (vslavik)
|
||||
- Correct limits for UIDs and GIDs in GUI (vslavik)
|
||||
- Rename Subscription module tests (vslavik)
|
||||
- Rename common module tests (vslavik)
|
||||
- Rename Boss module tests (vslavik)
|
||||
- Remove autostep functionality (vslavik)
|
||||
- Don't include unknown files in the updates image (vponcova)
|
||||
- Clean up the code for the platform-specific partitioning requirements
|
||||
(vponcova)
|
||||
- Use a property for the platform-specific stage1 constraints (vponcova)
|
||||
- Use a property for the stage1 device descriptions (vponcova)
|
||||
- Use a property to provide a suggestion for the stage1 device (vponcova)
|
||||
- Use a property to define non-linux format types (vponcova)
|
||||
- Use a property to define platform-specific packages (vponcova)
|
||||
- Do not fail user check job in rhel-8 validate workflow (jkonecny)
|
||||
- Move the code that sets up the default disklabel type from platform.py
|
||||
(vponcova)
|
||||
- Add unit tests for platform.py (vponcova)
|
||||
- Revert "Standardize calls to parent via super()" in platform.py (#1858649)
|
||||
(vponcova)
|
||||
|
||||
* Thu Nov 05 2020 Martin Kolman <mkolman@redhat.com> - 34.11-1
|
||||
- Fix user permission checking for rhel-8 validate task (jkonecny)
|
||||
- Adjust rhel-8 log retrieval for changed container volume handling (mpitt)
|
||||
- Don't clobber host checkout on `make container-ci` (mpitt)
|
||||
- Drop anaconda-ci container entrypoint (mpitt)
|
||||
- workflows: Add manual triggering of tests (mpitt)
|
||||
- Fix and robustify validate workflow (mpitt)
|
||||
- Mock os.stat in the unit tests (vponcova)
|
||||
- Fix traceback when starting installation with inst.console (no args)
|
||||
(jkonecny)
|
||||
- Add container image build badge (jkonecny)
|
||||
- Rename our GH action for container build to a better name (jkonecny)
|
||||
- Improve the documentation of inst.variant (vponcova)
|
||||
- Add selinux=0 boot parameter when SELinux is set to disabled (#1882464)
|
||||
(omosnace)
|
||||
- Clean up the Payload class (vponcova)
|
||||
- Update the NVDIMM actions before we generate the output kickstart (vponcova)
|
||||
- Make the storage available to the NVDIMM module (vponcova)
|
||||
- Remove the execWithCaptureBinary function (vponcova)
|
||||
- Remove unused getters from the Subscription spoke (vponcova)
|
||||
- Remove an unused getter from the NetworkControlBox class (vponcova)
|
||||
- Remove the URLType enum (vponcova)
|
||||
- Remove the method_type property from the source classes (vponcova)
|
||||
- Remove the subscription-related unused code (vponcova)
|
||||
- Remove the DBus method GetPartitioned (vponcova)
|
||||
- Remove the active attribute from the FSSet class (vponcova)
|
||||
- Remove the short_label attribute from the BootLoaderImage class (vponcova)
|
||||
- Remove the can_dual_boot attribute from the Bootloader class (vponcova)
|
||||
- Remove the langcode_matches_locale function (vponcova)
|
||||
- Remove unused properties from the GeocodingResult class (vponcova)
|
||||
- Remove payload-related unused code (vponcova)
|
||||
- Remove unused code (vponcova)
|
||||
- kickstart.py: fix typo (kai.kang)
|
||||
- Remove the debug flag (vponcova)
|
||||
- Add workaround to fix support for installtree without repo (jkonecny)
|
||||
- Build container image only if the container files changed (jkonecny)
|
||||
- Names of signal handlers should have the on_ prefix (vponcova)
|
||||
- Move UI test to a directory (vslavik)
|
||||
- Move Storage module tests to directories (vslavik)
|
||||
- Move Localization module tests to directory (vslavik)
|
||||
- Change documentation - it's not required to build the container (jkonecny)
|
||||
- Push also latest tag just for master container (jkonecny)
|
||||
- Push new image only if unit tests went well (jkonecny)
|
||||
- Add GH workflow to build and push master container to registry (jkonecny)
|
||||
- Add anaconda-ci-push to Makefile to push container (jkonecny)
|
||||
- Use our container registry to tag anaconda-ci container (jkonecny)
|
||||
- Rename ci-tasks container to anaconda-ci (jkonecny)
|
||||
|
||||
* Fri Oct 23 2020 Martin Kolman <mkolman@redhat.com> - 34.10-1
|
||||
- Move the code for the kernel package selection to new functions (vponcova)
|
||||
- Remove the support for PAE (vponcova)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-34.10.tar.bz2) = fba8db2e63bddc35b5f4cf4370be5daa38793e24f2dce61b1ccba8d202dea2544c8dbc1dc8f0b64cee93e6a23555a39c0768b444052c5028aa35dc36f53877b6
|
||||
SHA512 (anaconda-34.12.tar.bz2) = b25fd0ff3b7dd206631791a17eef19337843e0cab041f40b3aabfe5131d09ff8d32c68f70ea9062aff22773e80cd4e5569e09cd7685bf176b8798535d6355819
|
||||
|
Loading…
Reference in New Issue
Block a user