Remove unnecessary script operations

Signed-off-by: lizhanchun <lizhanchun@kylinos.cn>
This commit is contained in:
lizhanchun 2024-05-11 16:42:00 +08:00
parent 775b0890e3
commit 8b5f78a76c

View File

@ -4,7 +4,7 @@
Name: libguestfs
Version: 1.49.5
Release: 2
Release: 3
Epoch: 1
Summary: A set of tools for accessing and modifying virtual machine (VM) disk images
License: LGPLv2+
@ -198,8 +198,6 @@ if [ "$(stat -f -L -c %T .)" != "nfs" ] && [ "$(getenforce | tr '[A-Z]' '[a-z]')
chcon --reference=/tmp tmp
fi
sed -i 's/FEDORA | RHEL | CENTOS)/FEDORA | RHEL | CENTOS | OPENEULER | GENERIC)/g' configure
%build
ip addr list ||:
ip route list ||:
@ -359,6 +357,9 @@ rm -rf ocaml/html/.gitignore
%lang(uk) %{_mandir}/uk/man*/*
%changelog
* Sat May 11 2024 lizhanchun <lizhanchun@kylinos.cn> - 1:1.49.5-3
- Remove unnecessary script operations.
* Wed Feb 22 2023 wulei <wulei80@h-partners.com> - 1:1.49.5-2
- Enable Vala bindings