Remove %{?dist}

(cherry picked from commit 314dca8d60106f1057985f2d811480e5c4f42396)
This commit is contained in:
houyingchao 2022-03-24 19:14:57 +08:00 committed by openeuler-sync-bot
parent 2ba777f175
commit a6ebe0c6c1

View File

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