Skip to content

Conversation

@pvalena
Copy link
Contributor

@pvalena pvalena commented May 28, 2025

WIP

pvalena and others added 30 commits January 20, 2025 20:43
From-dist-git-commit: a1ebaf27b616010bc672be9409ff42b8234b008d
Based on a commit 856e7ac.

Currently upstream does not create releases.

Reference PR: dracutdevs/dracut#2509
Unpacked archive: https://github.com/pvalena/dracut-fedora/tree/v60-srpm-unpacked
 - rebased from state acf404a
 - rebased from state a24e127
 - rebased from state 93937d8
 - rebased from state 5e49171
From-dist-git-commit: 4faeede00276da9101b9f279a9f1d1a188824021
The original dracut repository is no longer maintained, new initiative was started:

https://github.com/dracut-ng/dracut-ng/
Module to install hwdb.bin. Further extensions might make only selected
part of hwdb installable to save space. The module is not included by default.

Including the module adds 2MB of compressed data (on Fedora, the file has 12MB).

Installing hwdb.bin is needed in case of custom HW like a keyboard/mouse, or various interfaces.

Original PR: dracutdevs/dracut#1681
…f no args"

revert: "fix(install.d): simplify and use what kernel-install gives us"

This reverts commits:
  d401553
  8388ad1

dracut-ng/dracut-ng#334

This is temporary, until the `20-grub.install` will be able to handle initrd
from kernel staging area.
…R says so

dracut may be installed without being actually used. This is very common in
binary distros where a package may be pulled in through dependencies, even
though the user does not need it in a particular setup. KERNEL_INSTALL_INITRD_GENERATOR
is being added in systemd's kernel-install to select which of the possibly many
initrd generation mechanisms will be used.

For backwards compat, if it not set, continue as before. But if set to
something else, skip our kernel-install plugins.

(Cherry-picked commit f47bcdd7342ca0d46b889e712a1c7446e18434bc from PR#1825)
According to the synopsis, kernel-install can be called with an
already-prepared initrd. In that case, no initrd should be generated by dracut.

(Cherry-picked commit 0b72cf5c4eca0e0db76e3e210cfdc48e6b49bb74 from PR#1825)
From downstream commit 3fce598 onto upstream
tag 103 (3fce598).
+ additional fix for source-git config.
+ unify .packit.yml and .distro/source-git.yaml

From-dist-git-commit: 544ea5d1a604b41aa42dd5a183ee3e59dc6e966d
This binary uses reflinks to speed up initramfs generation on btrfs
and XFS filesystems so let's build it and include it in the dracut
package to speed up initramfs generation.

Author: Daan De Meyer <daan.j.demeyer@gmail.com>

https://src.fedoraproject.org/rpms/dracut/pull-request/62
Signed-off-by: Clemens Lang <cllang@redhat.com>
Author: Manuel Fombuena <fombuena@outlook.com>
Date:   Thu Oct 31 12:46:48 2024 +0000

https://src.fedoraproject.org/rpms/dracut/pull-request/66
dracut-ng/dracut-ng#835

From-dist-git-commit: d3d5411d6a0291caf2d50f874a9f3bab06febec2
also added .dist/rebase.sh tool to help with rebases.
Do not install the path unit when the service unit is not installed
for systemd-ask-password-wall.

Fixes the following warning on the CI:

[FAILED] Failed to start Forward Password Requests to Wall Directory Watch.
See 'systemctl status systemd-ask-password-wall.path' for details.
...
systemd[1]: systemd-ask-password-wall.path: Refusing to start, unit systemd-ask-password-wall.service to trigger not loaded.
systemd[1]: Failed to start Forward Password Requests to Wall Directory Watch.
pvalena and others added 5 commits March 23, 2025 02:24
+ fix(ossl): build failure bellow resolved

  non-PLT reloc for symbol defined in shared library and accessed from executable

and other compiler issues (PIE).

+ fix(ossl): copy executables for the test suite

and also fix CFLAGS in case of std=c99.
Commit 1e802f1 creates a default multipath.conf file with
"find_multipaths strict" when run in non-hostonly mode if there are no
multipath devices and no multipath.conf. Unfortunately for systems that
want to use mpathconf to create a multipath.conf file (e.g. Fedora and
Centos) either through multipathd-configure.service or multipathd.sh,
this default file keeps that from occurring. To make sure mpathconf is
called to create the config file, do not install a default config file
if mpathconf is installed.

Fixes: ("fix(multipath): include module with find_multipaths strict")
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>

(cherry picked from commit c43b790)
```
src/ossl-files.c:37:8: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]

src/ossl-files.c:38:34: error: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Werror=sign-compare]
src/ossl-files.c:109:34: error: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Werror=sign-compare]
src/ossl-files.c:150:34: error: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Werror=sign-compare]
```
@pvalena pvalena self-assigned this May 28, 2025
@pvalena pvalena changed the title Enhance packit [WIP] Enhance packit config May 28, 2025
@pvalena pvalena marked this pull request as draft May 28, 2025 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants