apply patches using git

... to make sure that e.g. moves and symlinks are handled properly.

Resolves: RHEL-134217
Resolves: RHEL-31749
Resolves: RHEL-104289
Resolves: RHEL-23887
Resolves: RHEL-78583
Resolves: RHEL-111612
This commit is contained in:
Lukáš Zaoral 2026-01-29 09:10:29 +01:00
parent 2fd24e5c35
commit 06a8bd7941
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -166,6 +166,7 @@ Requires: s390utils-core
# default installed bootloader yaboot is also useed to make the bootable ISO image.
BuildRequires: efi-srpm-macros
BuildRequires: git-core
# Required for HTML user guide
BuildRequires: make
BuildRequires: asciidoctor
@ -214,7 +215,7 @@ Professional services and support are available.
#-- PREP, BUILD & INSTALL -----------------------------------------------------#
%prep
%autosetup -p1
%autosetup -p1 -S git
### Add a specific os.conf so we do not depend on LSB dependencies
%{?fedora:echo -e "OS_VENDOR=Fedora\nOS_VERSION=%{?fedora}" >etc/rear/os.conf}