[packit] 40.15 upstream release
Upstream tag: anaconda-40.15-1 Upstream commit: c6e2e850
This commit is contained in:
parent
3561d33119
commit
1af350ab15
1
.gitignore
vendored
1
.gitignore
vendored
@ -391,3 +391,4 @@
|
||||
/anaconda-40.11.tar.bz2
|
||||
/anaconda-40.12.tar.bz2
|
||||
/anaconda-40.13.tar.bz2
|
||||
/anaconda-40.15.tar.bz2
|
||||
|
@ -49,13 +49,20 @@ jobs:
|
||||
trigger: pull_request
|
||||
targets:
|
||||
- fedora-rawhide
|
||||
- fedora-eln
|
||||
|
||||
- job: copr_build
|
||||
trigger: commit
|
||||
targets:
|
||||
- fedora-rawhide
|
||||
- fedora-eln
|
||||
branch: master
|
||||
owner: "@rhinstaller"
|
||||
project: Anaconda
|
||||
preserve_project: True
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- fedora-rawhide
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.87.1.post1.dev5+g6e286a7b.
|
||||
The file was generated using packit 0.87.1.post1.dev9+ge52a00d1.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 40.13
|
||||
Version: 40.15
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
URL: http://fedoraproject.org/wiki/Anaconda
|
||||
@ -41,7 +41,7 @@ Source0: https://github.com/rhinstaller/%{name}/releases/download/%{name}-%{vers
|
||||
%define nmver 1.0
|
||||
%define pykickstartver 3.51-1
|
||||
%define pypartedver 2.5-2
|
||||
%define pythonblivetver 1:3.8.1-1
|
||||
%define pythonblivetver 1:3.8.2-2
|
||||
%define rpmver 4.15.0
|
||||
%define simplelinever 1.9.0-1
|
||||
%define subscriptionmanagerver 1.26
|
||||
@ -465,6 +465,24 @@ rm -rf \
|
||||
%{_prefix}/libexec/anaconda/dd_*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 19 2023 Packit <hello@packit.dev> - 40.15-1
|
||||
- fix missing emit of zfcp kickstart statements (maier)
|
||||
- DeviceTreeViewer: Add path-id attribute to zfcp-attached SCSI disks (maier)
|
||||
- fix missing WWID values for multipath devices in advanced storage UI
|
||||
(#2046654) (maier)
|
||||
- Update translations from Weblate for master (github-actions)
|
||||
- storage: do not add /boot among required partitions (rvykydal)
|
||||
- storage: add a new more generic API for mount point constraints (rvykydal)
|
||||
- Update translations from Weblate for master (github-actions)
|
||||
- tests: no need in HFS+ on Apple Macs (vponcova)
|
||||
- storage: no need in HFS+ on Apple Macs (temap)
|
||||
- bootupd: Use --write-uuid (walters)
|
||||
- network: ignore BOOTIF connections when creating device configurations
|
||||
(rvykydal)
|
||||
- network: ignore BOOTIF connections when looking for initramfs bond ports
|
||||
(rvykydal)
|
||||
- anaconda-diskroot: wait before dying on media check fail (awilliam)
|
||||
|
||||
* Tue Dec 05 2023 Packit <hello@packit.dev> - 40.13-1
|
||||
- Keyboard layout descriptions: more liberal language name check (awilliam)
|
||||
- Don't prepend random language to keyboard layout names (awilliam)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (anaconda-40.13.tar.bz2) = 4bb2970cd8450c2ed5e71c5a3ff75aa72bf21ae9fa2846be832a5f9dbe1849cfb51b2ff7601b95aae912e6147bbb19495361d7cb086095b5be34368d09f8c1ca
|
||||
SHA512 (anaconda-40.15.tar.bz2) = 6f23bb6ad21a7d5b2a2b32e32ec5fc27505ea72e214d867b9161e3f3689eb8151de6e12ee8adef0a28c60df514cfbc447723a42478fd97a05353f83aa7974c7c
|
||||
|
Loading…
Reference in New Issue
Block a user