!41 Modify release file name due to release package name change

From: @ccdxx 
Reviewed-by: @zhuchunyi 
Signed-off-by: @zhuchunyi
This commit is contained in:
openeuler-ci-bot 2023-12-06 06:05:14 +00:00 committed by Gitee
commit 744edd61b5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@ index f2d9d3e..94ec845 100644
(stat "/etc/UnionTech-release").st_kind = S_REG ||
- (stat "/etc/anolis-release").st_kind = S_REG
+ (stat "/etc/anolis-release").st_kind = S_REG ||
+ (stat "/etc/openEuler-NestOS-For-Virt-release").st_kind = S_REG
+ (stat "/etc/openEuler-release-nestos-for-virt").st_kind = S_REG
with Unix_error _ -> false)
let opensuse_detect () =

View File

@ -1,6 +1,6 @@
Name: supermin
Version: 5.3.3
Release: 2
Release: 3
Summary: A tool for building supermin appliances, required by libguestfs
License: GPLv2+
URL: http://libguestfs.org/
@ -69,6 +69,9 @@ install -m 0755 %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/
%{_mandir}/man1/*
%changelog
* Thu Nov 30 2023 chendexi <chendexi@kylinos.cn> - 5.3.3-3
- Modify release file name due to release package name change
* Mon Oct 16 2023 lijian <lijian2@kylinos.cn> -5.3.3-2
- fix cannot detect package manager on NestOS