rebuilt without extended support for xen to reduce base dependencies [release 2.0.27-3mamba;Wed Jan 10 2024]
This commit is contained in:
parent
05ff04fcb1
commit
3f2ce3276f
@ -1,6 +1,6 @@
|
||||
Name: kexec-tools
|
||||
Version: 2.0.27
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Load one kernel from another
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -15,14 +15,11 @@ License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: liblzma-devel
|
||||
%ifarch %{ix86} x86_64
|
||||
BuildRequires: libxen-devel
|
||||
%endif
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%ifarch %{ix86} x86_64
|
||||
BuildRequires: libxen-devel >= 4.17.2-1mamba
|
||||
%endif
|
||||
#%ifarch %{ix86} x86_64
|
||||
#BuildRequires: libxen-devel >= 4.17.2-1mamba
|
||||
#%endif
|
||||
|
||||
%description
|
||||
/sbin/kexec is a user space utility for loading another kernel and asking the currently running kernel to do something with it.
|
||||
@ -43,7 +40,8 @@ The panic case is useful for having an intact kernel for writing crash dumps. B
|
||||
|
||||
%build
|
||||
%configure \
|
||||
CFLAGS="%{optflags} -fcommon"
|
||||
CFLAGS="%{optflags} -fcommon" \
|
||||
--without-xen
|
||||
|
||||
%make
|
||||
|
||||
@ -67,6 +65,9 @@ The panic case is useful for having an intact kernel for writing crash dumps. B
|
||||
#TODO
|
||||
|
||||
%changelog
|
||||
* Wed Jan 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.27-3mamba
|
||||
- rebuilt without extended support for xen to reduce base dependencies
|
||||
|
||||
* Tue Oct 10 2023 Automatic Build System <autodist@mambasoft.it> 2.0.27-2mamba
|
||||
- rebuilt by autoport with build requirements: libxen-devel>=4.17.2-1mamba
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user