Compare commits
3 commits
rawhide
...
patch-rhbz
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f40356c1a9 | ||
|
|
90982f7282 | ||
|
|
d404a7ffea |
5 changed files with 38 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -468,3 +468,5 @@
|
|||
/anaconda-43.32.tar.bz2
|
||||
/anaconda-43.33.tar.bz2
|
||||
/anaconda-43.34.tar.bz2
|
||||
/anaconda-43.36.tar.bz2
|
||||
/anaconda-43.37.tar.bz2
|
||||
|
|
|
|||
|
|
@ -46,30 +46,38 @@ actions:
|
|||
- 'bash -c "ls -1 anaconda-*.tar.bz2"'
|
||||
|
||||
jobs:
|
||||
# Propose downstream (Fedora)
|
||||
- job: propose_downstream
|
||||
trigger: release
|
||||
packages: [anaconda-fedora]
|
||||
dist_git_branches:
|
||||
- main
|
||||
- f43
|
||||
|
||||
# Tests on PR (Fedora)
|
||||
- job: tests
|
||||
trigger: pull_request
|
||||
packages: [anaconda-fedora]
|
||||
targets:
|
||||
- fedora-rawhide
|
||||
- fedora-43
|
||||
|
||||
# COPR builds on PR (Fedora)
|
||||
- job: copr_build
|
||||
trigger: pull_request
|
||||
packages: [anaconda-fedora]
|
||||
targets:
|
||||
- fedora-rawhide
|
||||
- fedora-43
|
||||
- fedora-eln
|
||||
|
||||
# COPR builds on commit (Fedora): single job with multiple targets (add ELN on main)
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
packages: [anaconda-fedora]
|
||||
targets:
|
||||
- fedora-rawhide
|
||||
- fedora-43
|
||||
- fedora-eln
|
||||
branch: main
|
||||
owner: "@rhinstaller"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.11.0.
|
||||
The file was generated using packit 1.11.0.post1.dev3+g351a3979f.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 43.34
|
||||
Release: 1%{?dist}
|
||||
Version: 43.37
|
||||
Release: 2%{?dist}
|
||||
ExcludeArch: %{ix86}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
|
|
@ -16,6 +16,9 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers
|
|||
# Versions of required components (done so we make sure the buildrequires
|
||||
# match the requires versions of things).
|
||||
|
||||
# Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2351824
|
||||
Patch: https://patch-diff.githubusercontent.com/raw/rhinstaller/anaconda/pull/6597.patch
|
||||
|
||||
%if ! 0%{?rhel}
|
||||
%bcond_without glade
|
||||
%bcond_without live
|
||||
|
|
@ -513,6 +516,27 @@ rm -rf \
|
|||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 05 2025 Katerina Koukiou <kkoukiou@redhat.com> - 43.37-2
|
||||
- Add GetFreeSpaceForSystem API (kkoukiou)
|
||||
|
||||
* Mon Aug 25 2025 Packit <hello@packit.dev> - 43.37-1
|
||||
- Log correct boot option for iSCSI boot without iBFT (jstodola)
|
||||
- Get full nevra string from dnf instead of composing it (pkratoch)
|
||||
- Add release notes for RDP kickstart support (adamkankovsky)
|
||||
- test: Enable kickstart RDP command in Anaconda (adamkankovsky)
|
||||
- Enable kickstart RDP command in Anaconda (adamkankovsky)
|
||||
- storage: devicetree: read VERSION or VERSION_CODENAME for identifying OS from
|
||||
os-release (k.koukiou)
|
||||
|
||||
* Tue Aug 19 2025 Packit <hello@packit.dev> - 43.36-1
|
||||
- packit: drive jobs from supported_releases per branch; dedupe and group
|
||||
targets (k.koukiou)
|
||||
- Fix pylint warnings caused by dynamic kickstart command imports (k.koukiou)
|
||||
- core: kickstart: implement OS-release based version detection (k.koukiou)
|
||||
- build: decouple BASE_CONTAINER from branch configuration (k.koukiou)
|
||||
- workflows: remove hardcoded CONTAINER_TAG="lorax" usage (k.koukiou)
|
||||
- dracut module requires generic initramfs (jstodola)
|
||||
|
||||
* Tue Aug 05 2025 Packit <hello@packit.dev> - 43.34-1
|
||||
- Document Lorax template patching (mkolman)
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (anaconda-43.34.tar.bz2) = 536ea598a71c7f6b5a7a233d2db14ca28206fe9fb4fc7fb906415d45f21843cbdde4c4bbd759c4713ff8fa26d8fb826a38eb062457c0bafedacc7d59ab92862b
|
||||
SHA512 (anaconda-43.37.tar.bz2) = d97e1383f733cbf2fb52c003100e9fee7980420d68d37be3a1f1c97262f2033023e933c7f9016c1ae1364ff8ecfa0a588698e9d2aae221dfc540e1e22231dbf3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue