Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
49da0ae4fd |
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 22 20:39:33 UTC 2025 - Eugenio Paolantonio <eugenio.paolantonio@suse.com>
|
||||
|
||||
- Undefine %_enable_debug_packages to fix building with rpm-4.20
|
||||
(backport of the fix from Factory in SR#1232808)
|
||||
- Fix build with rpm 4.20 by copying the extracted directories
|
||||
explicitly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 19 06:27:27 UTC 2024 - Gary Ching-Pang Lin <glin@suse.com>
|
||||
|
||||
|
@@ -17,6 +17,7 @@
|
||||
|
||||
%undefine _debuginfo_subpackages
|
||||
%undefine _build_create_debug
|
||||
%undefine _enable_debug_packages
|
||||
# Move 'efi'-executables to '/usr/share/efi' (FATE#326960, bsc#1166523)
|
||||
%define sysefibasedir %{_datadir}/efi
|
||||
%define sysefidir %{sysefibasedir}/%{_target_cpu}
|
||||
@@ -87,7 +88,7 @@ rpm2cpio %{SOURCE5} | cpio --extract --unconditional --preserve-modification-tim
|
||||
|
||||
%install
|
||||
# purely repackaged
|
||||
cp -a * %{buildroot}
|
||||
cp -a etc usr %{buildroot}
|
||||
|
||||
%if %{defined shim_lib64_share_compat}
|
||||
echo old
|
||||
|
Reference in New Issue
Block a user