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
|
Name: kexec-tools
|
||||||
Version: 2.0.27
|
Version: 2.0.27
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: Load one kernel from another
|
Summary: Load one kernel from another
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,14 +15,11 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
%ifarch %{ix86} x86_64
|
|
||||||
BuildRequires: libxen-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
%ifarch %{ix86} x86_64
|
#%ifarch %{ix86} x86_64
|
||||||
BuildRequires: libxen-devel >= 4.17.2-1mamba
|
#BuildRequires: libxen-devel >= 4.17.2-1mamba
|
||||||
%endif
|
#%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
/sbin/kexec is a user space utility for loading another kernel and asking the currently running kernel to do something with it.
|
/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
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
CFLAGS="%{optflags} -fcommon"
|
CFLAGS="%{optflags} -fcommon" \
|
||||||
|
--without-xen
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -67,6 +65,9 @@ The panic case is useful for having an intact kernel for writing crash dumps. B
|
|||||||
#TODO
|
#TODO
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- rebuilt by autoport with build requirements: libxen-devel>=4.17.2-1mamba
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user