Compare commits

...

1 Commits

Author SHA1 Message Date
David Abdurachmanov 950ddc886b
Rebuild for RPM 4.16
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-07-14 17:44:17 +03:00
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Name: python-%{srcname}
# When updating, update the bundled libraries versions bellow!
# You can use vendor_meta.sh in the dist git repo
Version: %{base_version}%{?prerel:~%{prerel}}
Release: 6%{?dist}
Release: 6.0.riscv64%{?dist}
Summary: A tool for installing and managing Python packages
# We bundle a lot of libraries with pip, which itself is under MIT license.
@ -405,6 +405,9 @@ pytest_k='not completion and
%{python_wheeldir}/%{python_wheelname}
%changelog
* Tue Jul 14 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 20.1.1-6.0.riscv64
- Rebuild with RPM 4.16
* Fri Jul 10 2020 Lumír Balhar <lbalhar@redhat.com> - 20.1.1-6
- Do not emit a warning about root privileges when --root is used