#137 Update f40 to upstream release 40.22.1
Merged 3 months ago by m4rtink. Opened 3 months ago by packit.
rpms/ packit/anaconda 40.22.1-f40-update-propose_downstream  into  f40

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.1.tar.bz2

file modified
+10 -12
@@ -38,26 +38,24 @@ 

  

    - job: propose_downstream

      trigger: release

-     dist_git_branches: main

+     dist_git_branches: f40

  

    - job: tests

      trigger: pull_request

      targets:

-       - fedora-rawhide

- 

-   - job: copr_build

-     trigger: pull_request

-     targets:

-       - fedora-rawhide

-       - fedora-eln

+       - fedora-40

  

    - job: copr_build

      trigger: commit

      targets:

-       - fedora-rawhide

-       - fedora-eln

-     branch: master

+       - fedora-40

+     branch: fedora-40

      owner: "@rhinstaller"

-     project: Anaconda

+     project: Anaconda-devel

      preserve_project: True

+     additional_repos:

+       - "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/"

  

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.dev4+ge6fd4a25.

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

  Summary: Graphical system installer

  Name:    anaconda

- Version: 40.21

- Release: 2%{?dist}

+ Version: 40.22.1

+ 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,9 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Thu Feb 15 2024 Packit <hello@packit.dev> - 40.22.1-1

+ - Set up the fedora-40 branch (mkolman)

+ 

  * 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.1.tar.bz2) = 455260d804436bd41e08b0d9d07b3c25d7dd962682b7c25cd5a152dcf9c87c8612607d811c7180902797b4a36a3340fc9d65ea9b21ad1c13a04c40d9cbf80198

Upstream tag: anaconda-40.22.1-1
Upstream commit: 93a7e391


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.1-f40-update-propose_downstream
git push origin 40.22.1-f40-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.1-f40-update-propose_downstream
git checkout 40.22.1-f40-update-propose_downstream
git push packit 40.22.1-f40-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

Pull-Request has been merged by m4rtink

3 months ago