Fix the issues found during package review

1. Increment release version (1 is the minimum value);
2. Explain why each patch is required.
This commit is contained in:
Tulio Magno Quites Machado Filho 2020-11-09 23:15:22 -03:00
parent 5cbb04c91d
commit 55b79bdb25

View File

@ -1,13 +1,15 @@
Name: libnxz
Version: 0.61
Release: 0%{?dist}
Release: 1%{?dist}
Summary: Zlib implementation for POWER processors
License: ASL 2.0
Url: https://github.com/libnxz/power-gzip
BuildRequires: zlib-devel
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
# Stop depending on a git repository when running make.
Patch0: rm-git.patch
# Upstream PR #42: Keep libraries' symlinks when installing.
Patch1: libnxz.so.patch
# Be explicit about the soname in order to avoid unintentional changes.