public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/anaconda] rawhide: Update to 45.19 upstream release
@ 2026-08-14 15:33 Packit
  0 siblings, 0 replies; only message in thread
From: Packit @ 2026-08-14 15:33 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/anaconda
            Branch : rawhide
            Commit : 32e7abf12a024fda1840dd0dffcd6c69511dd66e
            Author : Packit <hello@packit.dev>
            Date   : 2026-08-14T16:55:50+02:00
            Stats  : +14/-4 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/anaconda/c/32e7abf12a024fda1840dd0dffcd6c69511dd66e?branch=rawhide

            Log:
            Update to 45.19 upstream release

Upstream tag: anaconda-45.19
Upstream commit: 63820099

Commit authored by Packit automation (https://packit.dev/)

---
diff --git a/.gitignore b/.gitignore
index bd59af9..724a6af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -518,3 +518,4 @@
 /anaconda-45.16.tar.bz2
 /anaconda-45.17.tar.bz2
 /anaconda-45.18.tar.bz2
+/anaconda-45.19.tar.bz2

diff --git a/.packit.yml b/.packit.yml
index 23f7302..3d046d5 100644
--- a/.packit.yml
+++ b/.packit.yml
@@ -53,6 +53,7 @@ jobs:
     packages: [anaconda-fedora]
     dist_git_branches:
       - rawhide
+      - f45
 
   # Tests on PR (Fedora)
   - job: tests
@@ -60,6 +61,7 @@ jobs:
     packages: [anaconda-fedora]
     targets:
       - fedora-rawhide
+      - fedora-45
 
   # COPR builds on PR (Fedora)
   - job: copr_build
@@ -67,6 +69,7 @@ jobs:
     packages: [anaconda-fedora]
     targets:
       - fedora-rawhide
+      - fedora-45
       - fedora-eln
 
   # COPR builds on commit (Fedora): single job with multiple targets (add ELN on main)
@@ -75,6 +78,7 @@ jobs:
     packages: [anaconda-fedora]
     targets:
       - fedora-rawhide
+      - fedora-45
       - fedora-eln
     branch: main
     owner: "@rhinstaller"

diff --git a/anaconda.spec b/anaconda.spec
index 51e227f..1b1ef5c 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
 Summary: Graphical system installer
 Name:    anaconda
-Version: 45.18
+Version: 45.19
 Release: 1%{?dist}
 ExcludeArch: %{ix86}
 License: GPL-2.0-or-later
@@ -76,8 +76,7 @@ BuildRequires: s390utils-devel
 BuildRequires: gdk-pixbuf2-devel
 BuildRequires: libxml2
 
-Requires: (anaconda-gui = %{version}-%{release} if (fedora-release-identity-server or fedora-release-identity-basic))
-Requires: (anaconda-webui or anaconda-gui)
+Requires: (anaconda-gui = %{version}-%{release} if (fedora-release-identity-server or fedora-release-identity-basic) else anaconda-webui)
 Requires: anaconda-tui = %{version}-%{release}
 
 %description
@@ -530,6 +529,12 @@ rm -rf \
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Fri Aug 14 2026 Packit <hello@packit.dev> - 45.19-1
+- spec: Use if/else rich dep to select anaconda-gui or anaconda-webui
+  (kkoukiou)
+- feat(webui): add authentication support for remote access (bciconel)
+- argument_parsing: Add webui.remote as a proper boot option (bciconel)
+
 * Wed Aug 12 2026 Packit <hello@packit.dev> - 45.18-1
 - Revert "tests: Temporarily ignore stratis kickstart commands" (vtrefny)
 - spec: Bump required version of pykickstart to 3.77 (vtrefny)

diff --git a/sources b/sources
index 80d2923..37867ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (anaconda-45.18.tar.bz2) = 4344c2e4e9d01b67bac0afb42e40114f99df20de7d2642f7cfe20175a8945d76f8c91575388cd0d02a171d054375976fd50f8213111a23cc056a308ca6bcab16
+SHA512 (anaconda-45.19.tar.bz2) = 4b2cae57d4e38df41dd1662fbe51de9b249163f14689555f52d0d0c3af620e39cb96e8aedaf89085e3b0e3bba42f65d5b57e78630855384b7c0727afa161aa26

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-14 15:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-14 15:33 [rpms/anaconda] rawhide: Update to 45.19 upstream release Packit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox