Skip to content
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

Expand python sitelib glob usage in files #314

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

danigm
Copy link
Member

@danigm danigm commented Sep 20, 2023

This patch expand the "%{python_sitelib}/*" usage in files to something more especific:

%{python_sitelib}/packagename
%{python_sitelib}/packagename-%{version}*-info

Fix #312

This patch expand the "%{python_sitelib}/*" usage in files to something
more especific:

%{python_sitelib}/packagename
%{python_sitelib}/packagename-%{version}*-info

Fix rpm-software-management#312
@kstreitova kstreitova merged commit b37ed29 into rpm-software-management:master Sep 20, 2023
0 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

spec-cleaner doesn't care about %{python_sitelib}/* in %files
2 participants