#148 Update main to upstream release 41.8
Closed 21 days ago by kkoukiou. Opened a month ago by packit.
rpms/ packit/anaconda 41.8-main-update-propose_downstream  into  main

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

  /anaconda-41.2.tar.bz2

  /anaconda-41.6.tar.bz2

  /anaconda-41.7.tar.bz2

+ /anaconda-41.8.tar.bz2

file modified
+11 -7
@@ -1,7 +1,7 @@ 

  Summary: Graphical system installer

  Name:    anaconda

- Version: 41.7

- Release: 2%{?dist}

+ Version: 41.8

+ Release: 1%{?dist}

  License: GPL-2.0-or-later

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

  
@@ -11,10 +11,6 @@ 

  # ./autogen.sh

  # make dist

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

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

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

- # Fix bootupd UEFI path to create an EFI boot manager entry

- Patch: 0001-bootupd-call-bootupctl-with-update-firmware.patch

  

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

  # match the requires versions of things).
@@ -171,7 +167,6 @@ 

  BuildRequires: desktop-file-utils

  # live installation currently implies a graphical installation

  Requires: anaconda-gui = %{version}-%{release}

- Requires: usermode

  Requires: zenity

  Requires: xisxwayland

  Recommends: xhost
@@ -478,6 +473,15 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Tue Apr 02 2024 Packit <hello@packit.dev> - 41.8-1

+ - docs: seperate section for ci-status of the anaconda-webui repository

+   (kkoukiou)

+ - docs: Remove / Update CI status badges for removed / moved workflows

+   (vslavik)

+ - maint: anaconda.spec.in: drop unused usermode (consolehelper) (kkoukiou)

+ - desired capacity tooltip text adapt language (bbrucezhang)

+ - network: do not crash on destroyed device object in GUI (rvykydal)

+ 

  * Tue Mar 26 2024 Packit <hello@packit.dev> - 41.7-1

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

  - Disable preexec for vtActivate() (mkolman)

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

- SHA512 (anaconda-41.7.tar.bz2) = de40887caff7c553996822ab4262751dabf3120c8390580aeaae71565b4e6373deec06cb750015164fa7f78262b76523c7ff566547a50122b69b259ba9ad63c4

+ SHA512 (anaconda-41.8.tar.bz2) = 3b7e1f77a5c6c82dfedbcc93c698adbd2832c8f269db80563d9a058b9f224d967335d9f92fd11b553db17b2c609e05117c550146ca74be1f95eb750ae0c652ca

Upstream tag: anaconda-41.8-1
Upstream commit: 1238d671


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.8-main-update-propose_downstream
git push origin 41.8-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.8-main-update-propose_downstream
git checkout 41.8-main-update-propose_downstream
git push packit 41.8-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

Logs and details of the syncing: Packit dashboard

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/0422e9f04f334cd6af3ff3551413ff0e

Pull-Request has been closed by kkoukiou

21 days ago