Bug 1943308
| Summary: | Review Request: centpkg - CentOS utility for working with dist-git | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Carl George 🎩 <carl> |
| Component: | Package Review | Assignee: | Neal Gompa <ngompa13> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | davide, ngompa13, package-review |
| Target Milestone: | --- | Flags: | ngompa13:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | centpkg-0.5.1-2.fc35 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-03-26 17:12:52 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Carl George 🎩
2021-03-25 18:56:16 UTC
Taking this review. > Source0: https://git.centos.org/centos/centpkg/archive/%{version}/centpkg-%{version}.tar.gz
You can shorten this to the following:
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
You are missing manually specified dependencies for EL7:
%if 0%{?el7}
Requires: python-pycurl
Requires: pyOpenSSL
Requires: python2-rpkg
Requires: python-six
%endif
Spec URL: https://download.copr.fedorainfracloud.org/results/james/centpkg/fedora-rawhide-x86_64/02098826-centpkg/centpkg.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/james/centpkg/fedora-rawhide-x86_64/02098826-centpkg/centpkg-0.5.1-2.fc35.src.rpm Review notes: * Package follows Fedora Packaging Guidelines * Package builds and installs * Package licensing is correctly marked and license file is installed correctly PACKAGE APPROVED. (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/centpkg |