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