Fix release value

The release value did not match with the value from the changelog.
This update synchronizes them.
This commit is contained in:
Tulio Magno Quites Machado Filho 2020-11-10 19:25:30 -03:00 committed by Tulio Magno Quites Machado Filho
parent 5976d9c222
commit 48724892fb

View File

@ -1,6 +1,6 @@
Name: libnxz
Version: 0.61
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Zlib implementation for POWER processors
License: ASL 2.0
Url: https://github.com/libnxz/power-gzip
@ -67,5 +67,8 @@ make install PREFIX="%{buildroot}%{_prefix}" LIBDIR="%{buildroot}%{_libdir}"
%{_libdir}/libnxz.a
%changelog
* Tue Nov 10 2020 Tulio Magno Quites Machado Filho <tuliom@ascii.art.br> - 0.61-2
- Fix release version and match with changelog.
* Tue Oct 27 2020 Tulio Magno Quites Machado Filho <tuliom@ascii.art.br> - 0.61-0
- Initial packaging