#136 Update main to upstream release 40.22
Closed 2 months ago by m4rtink. Opened 2 months ago by packit.
rpms/ packit/anaconda 40.22-main-update-propose_downstream  into  main

file modified
+1
@@ -396,3 +396,4 @@ 

  /anaconda-40.18.tar.bz2

  /anaconda-40.20.tar.bz2

  /anaconda-40.21.tar.bz2

+ /anaconda-40.22.tar.bz2

file modified
+1 -1
@@ -1,3 +1,3 @@ 

  This repository is maintained by packit.

  https://packit.dev/

- The file was generated using packit 0.90.0.post1.dev9+g1f0325d1.

+ The file was generated using packit 0.91.0.post1.dev2+g269d9a5d.

file modified
+24 -8
@@ -1,7 +1,7 @@ 

  Summary: Graphical system installer

  Name:    anaconda

- Version: 40.21

- Release: 2%{?dist}

+ Version: 40.22

+ Release: 1%{?dist}

  License: GPL-2.0-or-later

  URL:     http://fedoraproject.org/wiki/Anaconda

  
@@ -12,11 +12,6 @@ 

  # make dist

  Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{version}-1/%{name}-%{version}.tar.bz2

  

- # https://github.com/rhinstaller/anaconda/pull/5460

- # https://bugzilla.redhat.com/show_bug.cgi?id=2262892

- # Fix ostree installs to btrfs with util-linux 2.40+

- Patch: 0001-Resolve-symlinks-in-ostree-install-bind-mount-destin.patch

- 

  # Versions of required components (done so we make sure the buildrequires

  # match the requires versions of things).

  
@@ -45,7 +40,7 @@ 

  %define nmver 1.0

  %define pykickstartver 3.52-1

  %define pypartedver 2.5-2

- %define pythonblivetver 1:3.8.2-2

+ %define pythonblivetver 1:3.9.0-1

  %define rpmver 4.15.0

  %define simplelinever 1.9.0-1

  %define subscriptionmanagerver 1.26
@@ -470,6 +465,27 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Tue Feb 13 2024 Packit <hello@packit.dev> - 40.22-1

+ - gui: Enforce the non-interactive text mode for dir and image installations

+   (vponcova)

+ - Update translations from Weblate for master (github-actions)

+ - Lower log file permission in /tmp (jkonecny)

+ - Add utility function to set file mode (jkonecny)

+ - Add release notes about proxy fix (jkonecny)

+ - webui: Disable unsupported use cases and installation environments (vponcova)

+ - Fix "proxy" boot option is printing inst. warning (#2177219) (jkonecny)

+ - Fix kickstart proxy cmd in stage1 (#2177219) (jkonecny)

+ - Use inst.proxy in stage1 (#2177219) (jkonecny)

+ - startup: Set up the session bus on the boot.iso (vponcova)

+ - Bump required version of blivet to 3.9.0 (vtrefny)

+ - Allow reusing existing "empty" filesystems for / (vtrefny)

+ - storage: Allow systemd-boot only for package installations (vponcova)

+ - Resolve symlinks in ostree install bind mount destinations (#2262892)

+   (awilliam)

+ - storage: Handle live images and inst.sdboot (jeremy.linton)

+ - gui: Remove the graphical support for additional repositories (vponcova)

+ - Add the attribute links to the device data (kkoukiou)

+ 

  * Tue Feb 06 2024 Adam Williamson <awilliam@redhat.com> - 40.21-2

  - Backport PR #5460 to fix ostree btrfs installs with new util-linux (#2262892)

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (anaconda-40.21.tar.bz2) = dccb68285b4fc233edffda6242541879971f32b76a4e53d3a4253675c7541fe6d2a7eb59ad28bd627133c16347a8e641a9004ac4081051a23d618d796b025cf0

+ SHA512 (anaconda-40.22.tar.bz2) = 6563a426c9fda2b5395908780a8f13d19eb9faf386d0fa5cdbd47b098a084bc5813a00d64b2b37bf31711158cdacd472be78b79d84c54e83aa6128a2e36ebe4d

Upstream tag: anaconda-40.22-1
Upstream commit: 0d74950c


If you need to do any change in this pull request, you can clone Packit's fork and push directly to the source branch of this PR (provided you have commit access to this repository):

git clone ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/anaconda.git
cd anaconda
git checkout 40.22-main-update-propose_downstream
git push origin 40.22-main-update-propose_downstream

Alternatively, if you already have the package repository cloned, you can just fetch the Packit's fork:

cd anaconda
git remote add packit ssh://$YOUR_USER@pkgs.fedoraproject.org/forks/packit/rpms/anaconda.git
git fetch packit refs/heads/40.22-main-update-propose_downstream
git checkout 40.22-main-update-propose_downstream
git push packit 40.22-main-update-propose_downstream

If you have the koji_build job configured as well, make sure to configure the allowed_pr_authors and/or allowed_committers (see the docs) since by default, Packit reacts only to its own PRs.


Before pushing builds/updates, please remember to check the new version against the packaging guidelines.

For example, please:

  • check that the new sources only contain permissible content
  • check that the license of the new version has not changed
  • check for any API/ABI and other changes that may break dependent packages
  • check the autogenerated changelog

:warning: Changed behaviour of loading the Packit configuration for koji_build and bodhi_update jobs

We would like to bring to your attention a recent update regarding the loading of Packit configuration for koji_build and bodhi_update jobs. Going forward, the configuration for these jobs will be loaded from the default repository branch (rawhide) instead of the respective branches. This aligns with the behavior of the pull_from_upstream job. We believe this adjustment will simplify the onboarding process and enhance the overall user experience.

Logs and details of the syncing: Packit dashboard

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/a714562389db4c1c9ec4275c784b5f35

Pull-Request has been closed by m4rtink

2 months ago