diff --git a/xen.spec b/xen.spec index ee7b1b1..c008818 100644 --- a/xen.spec +++ b/xen.spec @@ -2,7 +2,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: xen Version: 4.16.2 -Release: 1mamba +Release: 2mamba Summary: An high performing server virtualization software Group: Applications/Emulators Vendor: openmamba @@ -71,8 +71,8 @@ BuildRequires: libyajl-devel BuildRequires: libz-devel BuildRequires: libzstd-devel ## AUTOBUILDREQ-END +BuildRequires: libmultipath-tools-devel >= 0:0.9.4-1mamba BuildRequires: ocaml-findlib -BuildRequires: libmultipath-tools-devel >= 0.8.8 Requires: bridge-utils Requires: python Requires: libxen = %{version}-%{release} @@ -175,6 +175,11 @@ rm -f %{buildroot}%{_sysconfdir}/udev/xend.rules # remove qemu etc, man and doc stuff installed under /usr/local rm -rf %{buildroot}%{_prefix}/local +# remove files causing brp-strip error +rm -f %{buildroot}%{_datadir}/qemu-xen/qemu/opensbi-riscv*generic*.elf +rm -f %{buildroot}%{_datadir}/qemu-xen/qemu/palcode-clipper +rm -f %{buildroot}%{_datadir}/qemu-xen/qemu/hppa-firmware.img + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -296,6 +301,9 @@ rm -rf %{buildroot}%{_prefix}/local %{python3_sitearch}/pygrub-*.egg-info %changelog +* Mon Dec 26 2022 Silvan Calarco 4.16.2-2mamba +- rebuilt by autoport with build requirements: libmultipath-tools-devel>=0:0.9.4-1mamba + * Wed Aug 24 2022 Automatic Build System 4.16.2-1mamba - automatic version update by autodist