Skip to content

Commit

Permalink
Merge pull request #94 from kevinconway/bump-for-strip-fix
Browse files Browse the repository at this point in the history
Bump for skip_strip_binaries fix
  • Loading branch information
kevinconway authored Oct 17, 2020
2 parents 32cd5c2 + e2667c0 commit 6da8164
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions rpmvenv/extensions/python/venv.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,5 +179,10 @@ def generate(config, spec):
else:
spec.macros["debug_package"] = "debug_package %{nil}"
spec.macros["__strip"] = "/bin/true"
# Several RPM bundles and dev packages, like redhat-rpm-config and
# rpm-devel inject macros into every RPM spec by modifying the
# global RPM configuration. This disables the known macros from
# those packages that inject an additional binary strip step.
# See https://github.com/kevinconway/rpmvenv/pull/93 for details.

return spec
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='rpmvenv',
version='0.24.0',
version='0.25.0',
url='https://github.com/kevinconway/rpmvenv',
description='RPM packager for Python virtualenv.',
author="Kevin Conway",
Expand Down

0 comments on commit 6da8164

Please sign in to comment.