diff --git a/openEuler_chroot.spec b/openEuler_chroot.spec index 08569ea7d0176f2427cabf4376bceb1325826ee2..7c4f0e32f4e1f0fadd7d01c1da86fa9a94c98121 100644 --- a/openEuler_chroot.spec +++ b/openEuler_chroot.spec @@ -5,11 +5,11 @@ Summary: Use for make iso in openEuler chroot License: GPL Group: System/Management Version: 1.0 -Release: 0.9 +Release: 0.10 BuildRoot: %{_tmppath}/%{name}-%{version} BuildArch: noarch -BuildRequires: dos2unix e2fsprogs filesystem info make tar vim perl libselinux-python coreutils -Buildrequires: wget tar bzip2 sudo yum-plugin-fastestmirror iputils expect git dnf-utils yum +BuildRequires: dos2unix e2fsprogs filesystem info make tar vim perl libselinux-python3 coreutils +Buildrequires: wget tar bzip2 sudo dnf-plugins-core iputils expect git dnf-utils yum %description Use for make iso in openeuler chroot @@ -46,12 +46,6 @@ reposdir=/xxx # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d -[obs-bringInRely] -name=obs-bringinrely -baseurl=http://openeuler-obs-repo.huawei.com:82/bringInRely/%{_repository}/ -enabled=1 -gpgcheck=0 - [obs-Mainline] name=obs-Mainline baseurl=http://openeuler-obs-repo.huawei.com:82/openEuler:/Mainline/%{_repository}/ @@ -199,6 +193,12 @@ rm -rf %{_tmppath}/%{name}-%{version} rm -rf $RPM_BUILD_DIR/%{name}-%{version} %changelog +* Tue Jul 19 2022 xiasenlin - 1.0-0.10 +- Type:bug-fix +- ID:NA +- SUG:NA +- DESC: liselinux-python -> libselinux-python3 and yum-plugin-fastestmirror -> dnf-plugins-core + * Tue May 24 2022 wangchong - 1.0-0.9 - Type:enhancement - ID:NA