!3 [sync] PR-2: 根据社区打包规范需要去掉Release中%{?dist}

From: @openeuler-sync-bot 
Reviewed-by: @isoftljj 
Signed-off-by: @isoftljj
This commit is contained in:
openeuler-ci-bot 2022-03-25 02:24:53 +00:00 committed by Gitee
commit 40077bd28b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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
* Thu Mar 24 2022 houyingchao <houyingchao@huawei.com> - 1.22.0-2
- Remove %{?dist}
* 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