Remove the release suffix

This commit is contained in:
tanyulong2021 2022-06-13 18:54:01 +08:00
parent 88dd5deaa4
commit ccde78e9f5

View File

@ -16,9 +16,9 @@ Name: libmatemixer
Summary: Mixer library for MATE desktop Summary: Mixer library for MATE desktop
Version: %{branch}.0 Version: %{branch}.0
%if 0%{?rel_build} %if 0%{?rel_build}
Release: 1 Release: 2
%else %else
Release: 0.8%{?git_rel}%{?dist} Release: 0.8%{?git_rel}
%endif %endif
License: GPLv2+ License: GPLv2+
URL: http://mate-desktop.org URL: http://mate-desktop.org
@ -95,5 +95,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog %changelog
* Tue Jun 14 2022 tanyulong <tanyulong@kylinos.cn> - 1.22.0-2
- Remove the release suffix
* Thu Jul 9 2020 douyan <douyan@kylinos.cn> - 1.22.0-1 * Thu Jul 9 2020 douyan <douyan@kylinos.cn> - 1.22.0-1
- Init package for openEuler - Init package for openEuler