Remove %{?dist}

(cherry picked from commit 4b7bc4b2680d6f002ce70c197e1a1e2393482002)
This commit is contained in:
houyingchao 2022-03-24 19:22:34 +08:00 committed by openeuler-sync-bot
parent 88dd5deaa4
commit 87dce9c891

View File

@ -16,9 +16,9 @@ Name: libmatemixer
Summary: Mixer library for MATE desktop
Version: %{branch}.0
%if 0%{?rel_build}
Release: 1
Release: 2
%else
Release: 0.8%{?git_rel}%{?dist}
Release: 0.8%{?git_rel}
%endif
License: GPLv2+
URL: http://mate-desktop.org
@ -95,5 +95,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%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