Fix release value
The release value did not match with the value from the changelog. This update synchronizes them.
This commit is contained in:
parent
5976d9c222
commit
48724892fb
@ -1,6 +1,6 @@
|
|||||||
Name: libnxz
|
Name: libnxz
|
||||||
Version: 0.61
|
Version: 0.61
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Zlib implementation for POWER processors
|
Summary: Zlib implementation for POWER processors
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Url: https://github.com/libnxz/power-gzip
|
Url: https://github.com/libnxz/power-gzip
|
||||||
@ -67,5 +67,8 @@ make install PREFIX="%{buildroot}%{_prefix}" LIBDIR="%{buildroot}%{_libdir}"
|
|||||||
%{_libdir}/libnxz.a
|
%{_libdir}/libnxz.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 27 2020 Tulio Magno Quites Machado Filho <tuliom@ascii.art.br> - 0.61-0
|
||||||
- Initial packaging
|
- Initial packaging
|
||||||
|
Loading…
Reference in New Issue
Block a user