!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:25:13 +00:00 committed by Gitee
commit a1e7a07c4b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -15,9 +15,9 @@
Name: libmatekbd Name: libmatekbd
Version: %{branch}.0 Version: %{branch}.0
%if 0%{?rel_build} %if 0%{?rel_build}
Release: 1 Release: 2
%else %else
Release: 0.9%{?git_rel}%{?dist} Release: 0.9%{?git_rel}
%endif %endif
Summary: Libraries for mate kbd Summary: Libraries for mate kbd
License: LGPLv2+ License: LGPLv2+
@ -99,5 +99,8 @@ find %{buildroot} -name '*.la' -exec rm -fv {} ';'
%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