Bug 1789940
| Summary: | Review Request: Pound - Reverse proxy and load balancer | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Breno <brandfbb> |
| Component: | Package Review | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | bperkins, eclipseo, package-review |
| Target Milestone: | --- | Flags: | eclipseo:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-03-30 12:52:39 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
Breno
2020-01-10 19:10:28 UTC
- Why the Epoch?
- Why no parallel building?
make all → %make_build all
- make install DESTDIR=%{buildroot} → %make_install
- Don't use %{__install}, macro prefixed by __ are generally for rpm private use
- Please be more descriptive for the service description:
"Pound user" → "User for the Pound reverse proxy and load balancer"
- Why is there this stuff:
Requires(post): systemd-sysv
Requires(post): systemd-units
Requires(preun): systemd-units
Requires(postun): systemd-units
You just need BuildRequires: systemd-rpm-macros for Fedora.
Not sure what it is on EPEL8, test BuildRequires: systemd-rpm-macros first then if not available use BuildRequires: systemd-devel
- https://www.apsis.ch/pound/ is 403? Isn't there another official site? Using the fork as main page may be better: https://github.com/patrodyne/pound
- License seems to include an exception:
License: GPLv3 with exceptions
- License mist be included with %license not %doc:
%files
%doc CHANGELOG FAQ README.md
%license GPL.txt
Disregards the Epoch comment. Spec URL: https://src.fedoraproject.org/fork/brandfbb/rpms/Pound/tree/epel8 SRPM URL: https://copr-be.cloud.fedoraproject.org/results/brandfbb/Pound-2.8-patrodyne/srpm-builds/01144167/Pound-2.8-1.el8.src.rpm Description: Hi Robert-André, thanks for your feedback. I've updated the spec file with your corrections and ran another build. The diff can be seen here[1]. - Breno 1 - https://src.fedoraproject.org/fork/brandfbb/rpms/Pound/c/b63a0a0f789e1e3b51b3e1fd651455e923bc432f?branch=epel8 Fedora Account System Username:brandfbb LGTM, package approved. This request has been attended a long time ago. Closing the ticket. |