rebuilt by autoport with build requirements: libmultipath-tools-devel>=0:0.9.4-1mamba [release 4.16.2-2mamba;Mon Dec 26 2022]
This commit is contained in:
parent
e1427548b7
commit
9d110e229b
12
xen.spec
12
xen.spec
@ -2,7 +2,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: xen
|
Name: xen
|
||||||
Version: 4.16.2
|
Version: 4.16.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An high performing server virtualization software
|
Summary: An high performing server virtualization software
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -71,8 +71,8 @@ BuildRequires: libyajl-devel
|
|||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
BuildRequires: libzstd-devel
|
BuildRequires: libzstd-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libmultipath-tools-devel >= 0:0.9.4-1mamba
|
||||||
BuildRequires: ocaml-findlib
|
BuildRequires: ocaml-findlib
|
||||||
BuildRequires: libmultipath-tools-devel >= 0.8.8
|
|
||||||
Requires: bridge-utils
|
Requires: bridge-utils
|
||||||
Requires: python
|
Requires: python
|
||||||
Requires: libxen = %{version}-%{release}
|
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
|
# remove qemu etc, man and doc stuff installed under /usr/local
|
||||||
rm -rf %{buildroot}%{_prefix}/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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -296,6 +301,9 @@ rm -rf %{buildroot}%{_prefix}/local
|
|||||||
%{python3_sitearch}/pygrub-*.egg-info
|
%{python3_sitearch}/pygrub-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 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 <autodist@mambasoft.it> 4.16.2-1mamba
|
* Wed Aug 24 2022 Automatic Build System <autodist@mambasoft.it> 4.16.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user