!42 Modify release file name due to release package name change
From: @ccdxx Reviewed-by: @zhuchunyi Signed-off-by: @zhuchunyi
This commit is contained in:
commit
48f3c7924e
@ -26,7 +26,7 @@ index db7818a..9a65d0a 100644
|
||||
(stat "/etc/hce-release").st_kind = S_REG ||
|
||||
- (stat "/etc/kylinsec-release").st_kind = S_REG
|
||||
+ (stat "/etc/kylinsec-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)
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
Name: supermin
|
||||
Version: 5.1.19
|
||||
Release: 18
|
||||
Release: 19
|
||||
Summary: A tool for building supermin appliances, required by libguestfs
|
||||
License: GPLv2+
|
||||
URL: http://libguestfs.org/
|
||||
@ -97,6 +97,9 @@ install -m 0755 %{SOURCE2} $RPM_BUILD_ROOT%{_rpmconfigdir}/
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 30 2023 chendexi <chendexi@kylinos.cn> - 5.1.19-19
|
||||
- Modify release file name due to release package name change
|
||||
|
||||
* Mon Oct 16 2023 lijian <lijian2@kylinos.cn> - 5.1.19-18
|
||||
- fix cannot detect package manager on NestOS
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user