Fix the 'Release' error in SPEC file

Fix the 'Release' error.

Resolves: RHBZ#1962381

Signed-off-by: Wen Liang <wenliang@redhat.com>
This commit is contained in:
Wen Liang 2021-06-17 09:47:16 -04:00 committed by Wen Liang
parent 3a75acf7f3
commit d682da16eb
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: nmstate
Version: 1.1.0
Release: 0.1.alpha3%{?dist}
Release: 0.3.alpha3%{?dist}
Summary: Declarative network manager API
License: LGPLv2+
URL: https://github.com/%{srcname}/%{srcname}
@ -90,6 +90,9 @@ gpgv2 --keyring ./gpgkey-mantainers.gpg %{SOURCE1} %{SOURCE0}
%{python3_sitelib}/%{libname}/plugins/__pycache__/nmstate_plugin_ovsdb*
%changelog
* Fri Jun 18 2021 Wen Liang <wenliang@redhat.com> - 1.1.0-0.3
- Fix the 'Release' error. Resolves: RHBZ#1962381
* Thu Jun 10 2021 Wen Liang <wenliang@redhat.com> - 1.1.0-0.3
- Upgrade to 1.1.0 alpha3