Go back to using "%{name}" in spec instead of "cvmfsutils"#43
Open
DrDaveD wants to merge 2 commits into
Open
Conversation
b0e8afe to
a1d4e60
Compare
Contributor
Author
|
@chrisburr Here's my changes to attempt to make it work on OBS, but I'm having a real hard time on Alma 9 because pip insists on trying to download something and that's not allowed. Here's the Alma 9 build output. The Alma 8 build does not show the same problem and I'm not sure why the difference. |
Contributor
Author
|
@chrisburr Do you have any ideas on this? |
Contributor
Author
|
@chrisburr This is waiting on your input |
Contributor
Author
|
@chrisburr This problem is preventing any updates to python-cvmfsutils from being built into rpm & deb packages. If we don't figure this out, I'm going to need to back out at least some of your changes from #40. So please make it a priority. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Need to continue to use
%{name}in spec file after #40, because the OpenSUSE Build System gets its source file using the github standard tarball download which takes package name appended with a hyphen and the version. The tar file name itself is easy enough to change, but the problem is the top level directory inside of that tarball is always the full package name+hyphen+version.