From f0c1b879cfc7d23ea41a54e3908c4d3703462686 Mon Sep 17 00:00:00 2001 From: wangkerong Date: Fri, 6 May 2022 10:58:25 +0800 Subject: [PATCH] remove %dist --- mozjs91.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mozjs91.spec b/mozjs91.spec index ddeac98..0ca8f74 100644 --- a/mozjs91.spec +++ b/mozjs91.spec @@ -12,7 +12,7 @@ # Big endian platforms Name: mozjs%{major} Version: 91.6.0 -Release: 1%{?dist} +Release: 2 Summary: SpiderMonkey JavaScript library License: MPL-2.0 Group: System/Libraries @@ -206,6 +206,9 @@ popd %{_includedir}/mozjs-%{major}/ %changelog +* Fri May 06 2022 wangkerong - 91.6.0-2 +- remove %dist + * Wed Mar 16 2022 liuyumeng - 91.6.0-1 - update to mozjs91.6.0-1 -- Gitee