[packit] 37.1 upstream release

Upstream tag: anaconda-37.1-1
Upstream commit: 1754afeb

Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
Packit Service 2022-02-21 20:23:55 +00:00
parent ce9c06552b
commit b2f3f8a442
5 changed files with 102 additions and 6 deletions

1
.gitignore vendored
View File

@ -311,3 +311,4 @@
/anaconda-36.14.tar.bz2 /anaconda-36.14.tar.bz2
/anaconda-36.15.tar.bz2 /anaconda-36.15.tar.bz2
/anaconda-36.16.tar.bz2 /anaconda-36.16.tar.bz2
/anaconda-37.1.tar.bz2

View File

@ -13,8 +13,6 @@ actions:
jobs: jobs:
- job: propose_downstream - job: propose_downstream
trigger: release trigger: release
metadata:
dist_git_branches: fedora-development
- job: tests - job: tests
trigger: pull_request trigger: pull_request
@ -27,6 +25,10 @@ jobs:
metadata: metadata:
targets: targets:
- fedora-rawhide - fedora-rawhide
additional_repos:
# This repository contains fixup of Rawhide broken environment.
# Mainly useful when there is a package which is not yet in Rawhide but build is available.
- "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/"
- job: copr_build - job: copr_build
trigger: commit trigger: commit
@ -36,6 +38,10 @@ jobs:
branch: master branch: master
owner: "@rhinstaller" owner: "@rhinstaller"
project: Anaconda project: Anaconda
additional_repos:
# This repository contains fixup of Rawhide broken environment.
# Mainly useful when there is a package which is not yet in Rawhide but build is available.
- "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/"
preserve_project: True preserve_project: True
- job: copr_build - job: copr_build
@ -43,9 +49,12 @@ jobs:
metadata: metadata:
targets: targets:
- fedora-latest - fedora-latest
branch: f35-devel branch: f36-devel
owner: "@rhinstaller" owner: "@rhinstaller"
project: Anaconda-devel project: Anaconda-devel
preserve_project: True preserve_project: True
additional_repos: additional_repos:
- "copr://@storage/blivet-daily" - "copr://@storage/blivet-daily"
# This repository contains fixup of Rawhide broken environment.
# Mainly useful when there is a package which is not yet in Rawhide but build is available.
- "https://fedorapeople.org/groups/anaconda/repos/anaconda_fixup_repo/"

View File

@ -1,3 +1,3 @@
This repository is maintained by packit. This repository is maintained by packit.
https://packit.dev/ https://packit.dev/
The file was generated using packit 0.44.1.dev4+g5ec2bd1. The file was generated using packit 0.45.1.dev4+geb8fac4.

View File

@ -1,6 +1,6 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 36.16 Version: 37.1
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ and MIT License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda URL: http://fedoraproject.org/wiki/Anaconda
@ -176,6 +176,9 @@ for live installations.
Summary: Installation environment specific dependencies Summary: Installation environment specific dependencies
Requires: udisks2-iscsi Requires: udisks2-iscsi
Requires: libblockdev-plugins-all >= %{libblockdevver} Requires: libblockdev-plugins-all >= %{libblockdevver}
%if ! 0%{?rhel}
Requires: libblockdev-lvm-dbus
%endif
# active directory/freeipa join support # active directory/freeipa join support
Requires: realmd Requires: realmd
Requires: isomd5sum >= %{isomd5sumver} Requires: isomd5sum >= %{isomd5sumver}
@ -411,6 +414,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_datadir}/cockpit/anaconda-webui/index.css.gz %{_datadir}/cockpit/anaconda-webui/index.css.gz
%{_datadir}/cockpit/anaconda-webui/manifest.json %{_datadir}/cockpit/anaconda-webui/manifest.json
%{_datadir}/metainfo/org.cockpit-project.anaconda-webui.metainfo.xml %{_datadir}/metainfo/org.cockpit-project.anaconda-webui.metainfo.xml
%{_datadir}/cockpit/anaconda-webui/po.*.js.gz
%endif %endif
@ -449,6 +453,88 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_* %{_prefix}/libexec/anaconda/dd_*
%changelog %changelog
* Mon Feb 21 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 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 @patternfly/patternfly in /ui/webui (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 @patternfly/react-core in /ui/webui (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 Packit Service <user-cont-team+packit-service@redhat.com> - 36.16-1 * Wed Jan 26 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 36.16-1
- packit: release: unset use_cockpit by sedding the specfile in packit script (kkoukiou) - packit: release: unset use_cockpit by sedding the specfile in packit script (kkoukiou)
- webui: parameterize ports for ssh, cockpit connection and http server (kkoukiou) - webui: parameterize ports for ssh, cockpit connection and http server (kkoukiou)

View File

@ -1 +1 @@
SHA512 (anaconda-36.16.tar.bz2) = d9c452d929ce2d8ff436cc3bfd5a342e45cb6a3e9741112d839eb094a3aa83ac18a0e0bd078e899233870c243957066d46c0dac095bf92f24a41c5d34d19c7ef SHA512 (anaconda-37.1.tar.bz2) = 217997623a4c6a40452d63d3f15ce5ec71f7d49e13edca39847af95ed3e37c638cc3fe77fac753ce45575f406d7891c76f8a717444dd56b10aa3d0fcb413282f