Bug 1911780
| Summary: | Review Request: R-gitcreds - Query 'git' Credentials from 'R' | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Elliott Sales de Andrade <quantum.analyst> |
| Component: | Package Review | Assignee: | José Matos <jamatos> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | jamatos, package-review |
| Target Milestone: | --- | Flags: | jamatos:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | R-gitcreds-0.1.1-1.fc34 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-01-01 00:04:09 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: | |||
| Bug Depends On: | 1911783 | ||
| Bug Blocks: | 1911777 | ||
|
Description
Elliott Sales de Andrade
2020-12-31 07:13:00 UTC
The license is correct and appropriated for Fedora.
The spec file is simple and correct.
fedora-review complains:
- Package have the default element marked as %%doc :DESCRIPTION
- Package requires R-core.
The only pattern that I am seeing here is the number of 0.1.1 packages that are introduced in the updates of R packages. :-)
After reviewing so many packages the other thing that shows up is that probably the %install section could get a macro on R-rpm-macros since this chunk appears so many times:
mkdir -p %{buildroot}%{rlibdir}
%{_bindir}/R CMD INSTALL -l %{buildroot}%{rlibdir} %{packname}
test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so)
rm -f %{buildroot}%{rlibdir}/R.css
The package is approved.
Thank you for the review, José https://pagure.io/releng/fedora-scm-requests/issue/31520 (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/R-gitcreds |