Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with dist-git #42

Merged
merged 2 commits into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .distro/dracut.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Name: dracut
Version: 103
Release: 1%{?dist}
Release: 2%{?dist}

Summary: Initramfs generator using udev

Expand Down Expand Up @@ -432,8 +432,15 @@ echo 'dracut_rescue_image="yes"' > $RPM_BUILD_ROOT%{dracutlibdir}/dracut.conf.d/
%{_prefix}/lib/kernel/install.d/51-dracut-rescue.install

%changelog
* Thu Oct 31 2024 Manuel Fombuena <[email protected]> - 103-2
- fix(pcsc): add libpcsclite_real.so.*

* Mon Sep 16 2024 Pavel Valena <[email protected]> - 103-1
- Update to dracut 103.
- build: enable dracut-cpio binary
- feat(fips-crypto-policies): make c-p follow FIPS mode automatically
- fix(fips-crypto-policies): make it depend on fips dracut module
- build: package fips-crypto-policies module

* Wed Jul 17 2024 Fedora Release Engineering <[email protected]> - 102-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
Expand Down
3 changes: 2 additions & 1 deletion modules.d/91pcsc/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ install() {
{"tls/$_arch/",tls/,"$_arch/",}"pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist" \
{"tls/$_arch/",tls/,"$_arch/",}"pcsc/drivers/ifd-ccid.bundle/Contents/Linux/libccid.so" \
{"tls/$_arch/",tls/,"$_arch/",}"pcsc/drivers/serial/libccidtwin.so" \
{"tls/$_arch/",tls/,"$_arch/",}"libpcsclite.so.*"
{"tls/$_arch/",tls/,"$_arch/",}"libpcsclite.so.*" \
{"tls/$_arch/",tls/,"$_arch/",}"libpcsclite_real.so.*"

# Install the hosts local user configurations if enabled.
if [[ $hostonly ]]; then
Expand Down
Loading