From b8a455862d6329ec8ad8a77093c5cc0c7d33ee32 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Tue, 29 Aug 2023 10:01:11 +0800 Subject: [PATCH] Specification spec file --- qt5-qtwebengine.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index d38472c..6273f62 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -1,3 +1,4 @@ +%define anolis_release 1 Excludearch:loongarch64 %global qt_module qtwebengine @@ -54,7 +55,7 @@ Excludearch:loongarch64 Summary: Qt5 - QtWebEngine components Name: qt5-qtwebengine Version: 5.15.2 -Release: 1%{?dist}.04 +Release: 1.04.%{anolis_release}%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html @@ -634,6 +635,9 @@ done %changelog +* Mon Aug 28 2023 yangxianzhao - 5.15.2-1.04.1 +- Specification spec file + * Wed Mar 01 2023 liweiganga - 5.15.2-1.04 - feat: modify patch100 -- Gitee