%define tarfile_release 513.18.1.el8_9
This commit is contained in:
parent
c999456e26
commit
5907e6a491
@ -43,6 +43,7 @@
|
|||||||
# allow pkg_release to have configurable %%{?dist} tag
|
# allow pkg_release to have configurable %%{?dist} tag
|
||||||
# alma patched to 513.18.2 but still using 513.18.1 sources plus patch file
|
# alma patched to 513.18.2 but still using 513.18.1 sources plus patch file
|
||||||
%define specrelease 513.18.2%{?dist}
|
%define specrelease 513.18.2%{?dist}
|
||||||
|
%define tarfile_release 513.18.1.el8_9
|
||||||
|
|
||||||
%define pkg_release %{specrelease}%{?buildid}
|
%define pkg_release %{specrelease}%{?buildid}
|
||||||
|
|
||||||
@ -435,7 +436,7 @@ BuildRequires: xmlto
|
|||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Source0: linux-%{specversion}-%{pkgrelease}.tar.xz
|
Source0: linux-%{specversion}-%{tarfile_release}.tar.xz
|
||||||
|
|
||||||
Source9: x509.genkey
|
Source9: x509.genkey
|
||||||
|
|
||||||
@ -1088,9 +1089,9 @@ ApplyOptionalPatch()
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
%setup -q -n %{name}-%{specversion}-%{pkgrelease} -c
|
%setup -q -n %{name}-%{specversion}-%{tarfile_release} -c
|
||||||
cp -v %{SOURCE9000} linux-%{specversion}-%{pkgrelease}/certs/rhel.pem
|
cp -v %{SOURCE9000} linux-%{specversion}-%{tarfile_release}/certs/rhel.pem
|
||||||
mv linux-%{specversion}-%{pkgrelease} linux-%{KVERREL}
|
mv linux-%{specversion}-%{tarfile_release} linux-%{KVERREL}
|
||||||
|
|
||||||
cd linux-%{KVERREL}
|
cd linux-%{KVERREL}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user