disable debuginfo subpackage
We definitely don't need it for our packaging, but if we include %build section, then RPM assumes that it should generate debuginfo. Seems like hack, yes. Signed-off-by: Josh Stone <jistone@redhat.com> Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
ebe839e50b
commit
593a5aaf4d
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ CACHEDIR = os.path.join(XDG_CACHE_HOME, "rust2rpm")
|
|||
API_URL = "https://crates.io/api/v1/"
|
||||
TEMPLATE = """# Generated by rust2rpm
|
||||
%bcond_without check
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global crate {{ md.name }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue