Bug 2224193
Summary: | Review Request: ipcgull - A GDBus-based IPC library for modern C++ | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Nicolas De Amicis <deamicis> | ||||
Component: | Package Review | Assignee: | Vasiliy Glazov <vascom2> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | package-review, vascom2 | ||||
Target Milestone: | --- | Flags: | vascom2:
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: | 2023-07-24 07:01:23 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: | |||||||
Attachments: |
|
Description
Nicolas De Amicis
2023-07-20 07:06:27 UTC
1. Why debug_package %{nil} ? 2. Release: 0%{?dist} must be Release: 1%{?dist} 3. Need to change License: GPLv3 to License: GPL-3.0-or-later 4. For devel package need to change Requires: %{name} = %{version}-%{release} to Requires: %{name}%{?_isa} = %{version}-%{release} 5. All at %prep section can be changed to %autosetup 6. install -D -m 755 must be changed to install -D -pm 755 7. Remove %ldconfig_scriptlets Please find the spec and srpm files updated like your review: Spec URL: https://deamn.fedorapeople.org/ipcgull.spec SRPM URL: https://deamn.fedorapeople.org/ipcgull-0.1-1.fc39.src.rpm Created attachment 1976690 [details]
The .spec file difference from Copr build 6189364 to 6189852
Strange Epoch: 0 and %{cmake} -DPROJECT_EPOCH=%{epoch} Can you remove this epoch using and set -DPROJECT_EPOCH=0 ? Seems that for build not need really epoch number from rpm package. (In reply to Vasiliy Glazov from comment #4) > Strange Epoch: 0 > and %{cmake} -DPROJECT_EPOCH=%{epoch} > > Can you remove this epoch using and set -DPROJECT_EPOCH=0 ? > > Seems that for build not need really epoch number from rpm package. I replaced by a global project variable. The links still the same but the files are updated accordingly to your suggestion. My fedora-review fall in exception but all seems good now. Package Approved. Don't forget to close this ticket after adding package to the repos. The Pagure repository was created at https://src.fedoraproject.org/rpms/ipcgull |