#65 Update to upstream release 38.21
Merged 2 months ago by vponcova. Opened 2 months ago by packit.
rpms/ packit/anaconda 38.21-main-update-propose_downstream  into  main

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

  /anaconda-38.18.tar.bz2

  /anaconda-38.19.tar.bz2

  /anaconda-38.20.tar.bz2

+ /anaconda-38.21.tar.bz2

file modified
+6 -2
@@ -1,6 +1,6 @@ 

  Summary: Graphical system installer

  Name:    anaconda

- Version: 38.20

+ Version: 38.21

  Release: 1%{?dist}

  License: GPLv2+ and MIT

  URL:     http://fedoraproject.org/wiki/Anaconda
@@ -101,7 +101,6 @@ 

  Requires: python3-systemd

  Requires: python3-productmd

  Requires: python3-dasbus >= %{dasbusver}

- Requires: python3-packaging

  Requires: flatpak-libs

  %if %{defined rhel} && %{undefined centos}

  Requires: subscription-manager >= %{subscriptionmanagerver}
@@ -464,6 +463,11 @@ 

  %{_prefix}/libexec/anaconda/dd_*

  

  %changelog

+ * Tue Feb 07 2023 Packit <hello@packit.dev> - 38.21-1

+ - Sort RPM versions via rpm.labelCompare() and not via

+   packaging.version.LegacyVersion() (miro)

+ - Update translations from Weblate

+ 

  * Tue Feb 07 2023 Packit <hello@packit.dev> - 38.20-1

  - Add Sericea - ostree based Sway variant (jkonecny)

  - Fix the systemd generator for systemd 253 (#2165433) (awilliam)

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

- SHA512 (anaconda-38.20.tar.bz2) = 0a371375ac31b6b821736c12566f90ab70ded8c84bfd3dbfa168d924a900b3b7a5bf56e3dc3de72675a7aee6b7855ee34ccc9947b1866149f2cbf5dcd0f2d12b

+ SHA512 (anaconda-38.21.tar.bz2) = 4a3d4a5fd8b3b628bf547c5e123c376b68340fc9ee9fb7984879b85343e9c0485eda735cc03299d5aa73271d62dfc588826dea25452e31e476f0074e8c973dc4

Upstream tag: anaconda-38.21-1
Upstream commit: 61e22ca1

Pull-Request has been merged by vponcova

2 months ago