-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove %version0 from spec file #495
Conversation
This was something to allow for the package to build in Fedora koji and to pass review since it needed to be in the upstream code and the Fedora spec file. Now that we are using packit, it is not needed and should be removed from the spec. Signed-off-by: Stephen Smoogen <[email protected]>
Reviewer's Guide by SourceryThis PR removes a version specification from the spec file that was previously required for Fedora koji builds but is no longer needed due to the migration to packit. No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @smooge - I've reviewed your changes - here's some feedback:
Overall Comments:
- Please verify there are no other references to %version0 elsewhere in the spec file to ensure this removal won't cause any issues.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
@lsm5 I am not sure what is causing this :
All I did was remove
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version0 stuff is needed after all for forgemeta. My bad on the earlier suggestion.
We can either close this PR or maybe set the macro to 0 on line 4 and then also move the comment in the lines above Version:
to above where we define version0
.
@smooge UPDATE: I'm told replacing |
I am going to close this one at the moment. I need to figure out the syntax changes needed to get this right and read through the packit documentation on tag and such. It is a 4+ day PTO for several of the developers so don't want to have this accidently merged and break things. |
This was something to allow for the package to build in Fedora koji and to pass review since it needed to be in the upstream code and the Fedora spec file. Now that we are using packit, it is not needed and should be removed from the spec.
Summary by Sourcery
Build: