From e03a3125e2b1bdd7efea3a924af6ad7585b1fe7b Mon Sep 17 00:00:00 2001 From: weidong Date: Thu, 24 Dec 2020 15:47:42 +0800 Subject: [PATCH] Delete dist macro in spec (cherry picked from commit b03abba87511a2427707cd242d6cb6b951a1b365) --- openjfx8.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openjfx8.spec b/openjfx8.spec index 54df49e..2bcb3f9 100644 --- a/openjfx8.spec +++ b/openjfx8.spec @@ -11,7 +11,7 @@ Name: openjfx8 Version: 8.0.202 -Release: 22.b07%{?dist} +Release: 23.b07 Summary: Rich client application platform for Java #fxpackager is BSD @@ -233,6 +233,9 @@ ln -s %{openjfxdir}/bin/javapackager %{buildroot}%{_bindir} %license LICENSE %changelog +* Thu Dec 24 2020 weidong - 8.0.202-23.b07 +- Delete dist macro in spec + * Mon Dec 21 2020 Noah - 8.0.202-22.b07 - add a license to this repo -- Gitee