#153 Update main to upstream release 41.13
Merged 16 days ago by jkonecny. Opened 16 days ago by packit.
rpms/ packit/anaconda 41.13-main-update-propose_downstream  into  main

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

  /anaconda-41.6.tar.bz2

  /anaconda-41.7.tar.bz2

  /anaconda-41.9.tar.bz2

+ /anaconda-41.13.tar.bz2

file modified
+12 -2
@@ -9,6 +9,7 @@ 

  upstream_package_name: anaconda

  upstream_tag_template: anaconda-{version}-1

  copy_upstream_release_description: true

+ downstream_package_name: anaconda

  

  srpm_build_deps:

    - automake
@@ -25,6 +26,13 @@ 

    - nss_wrapper

    - nodejs-npm

  

+ packages:

+   anaconda-fedora:

+     specfile_path: anaconda.spec

+   anaconda-centos:

+     specfile_path: anaconda.spec

+     pkg_tool: centpkg

+ 

  actions:

    post-upstream-clone:

      - ./autogen.sh
@@ -34,25 +42,27 @@ 

      - 'bash -c "ls -1 anaconda-*.tar.bz2"'

  

  jobs:

- 

- 

    - job: propose_downstream

      trigger: release

+     packages: [anaconda-fedora]

      dist_git_branches: main

  

    - job: tests

      trigger: pull_request

+     packages: [anaconda-fedora]

      targets:

        - fedora-rawhide

  

    - job: copr_build

      trigger: pull_request

+     packages: [anaconda-fedora]

      targets:

        - fedora-rawhide

        - fedora-eln

  

    - job: copr_build

      trigger: commit

+     packages: [anaconda-fedora]

      targets:

        - fedora-rawhide

        - fedora-eln

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

  Summary: Graphical system installer

  Name:    anaconda

- Version: 41.9

+ Version: 41.13

  Release: 1%{?dist}

  License: GPL-2.0-or-later

  URL:     http://fedoraproject.org/wiki/Anaconda
@@ -116,17 +116,19 @@ 

  # which is apparently great for containers but unhelpful for the rest of us

  Requires: cracklib-dicts

  

+ %if 0%{?rhel} < 10 || 0%{?fedora}

  Requires: teamd

+ Requires: NetworkManager-team

+ %endif

  %ifarch s390 s390x

  Requires: openssh

  %endif

  Requires: NetworkManager >= %{nmver}

  Requires: NetworkManager-libnm >= %{nmver}

- Requires: NetworkManager-team

  Requires: kbd

  Requires: chrony

  Requires: systemd

- %if ! 0%{?rhel}

+ %if 0%{?rhel} > 10 || 0%{?fedora}

  Requires: systemd-resolved

  %endif

  Requires: python3-pid
@@ -477,6 +479,12 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Thu Apr 18 2024 Packit <hello@packit.dev> - 41.13-1

+ - Fix signature of the method passed to DNF (jkonecny)

+ - Do not include teamd on RHEL (rvykydal)

+ - network: guard team devices configuration in kickstart by capabilities

+   (rvykydal)

+ 

  * Tue Apr 09 2024 Packit <hello@packit.dev> - 41.9-1

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

  

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

- SHA512 (anaconda-41.9.tar.bz2) = c02c450523623508724feb52b9000f6caa89811c947c71efd094ad216a8a61dcfe965b06c2dad45af46b8374c09b9725fa6e09bd09b8355386d10fb0a8171594

+ SHA512 (anaconda-41.13.tar.bz2) = 9b9debbe9938355f84778fa0d11608a9246ff7a275be13df6a91746ecc37036e864a0419c2772d1a25a197d301a8adb482480be4cba97d972cbbf552000853a8

Upstream tag: anaconda-41.13-1
Upstream commit: 4f4989b9


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 41.13-main-update-propose_downstream
git push origin 41.13-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/41.13-main-update-propose_downstream
git checkout 41.13-main-update-propose_downstream
git push packit 41.13-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

:exclamation: Changed default for the changelog entry generated by Packit

We would like to bring to your attention a recent update regarding the default changelog entry generated by Packit during release syncing. Going forward, the default changelog entry will be generated as follows:

- Update to version {version}

followed by a Bugzilla reference if thereis an open bug about a new upstream release.
This aligns with the Fedora Packaging Guidelines and has been agreed upon in this discussion. If you prefer a different behaviour, you can override this default in your configuration, e.g. by using custom command(s) in changelog-entry action (see example).

Logs and details of the syncing: Packit dashboard

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/58b9a2653bbf442aa5b265dec9f79998

rebased onto 388fb7f

16 days ago

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/940995d7a73c410dba90bac7a70c30c1

Pull-Request has been merged by jkonecny

16 days ago