Skip to content

Commit

Permalink
Fix duplicate vendor in RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Sep 5, 2023
1 parent 4e64a5f commit 390a606
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ldnp/templates/rpm/spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,9 @@ BugURL: {{ meta_info["bug_url"] }}
Vendor: {{ meta_info["vendor"] }}
{% endif %}

{% if meta_info.get("vendor") %}
Vendor: {{ meta_info["vendor"] }}
{% endif %}

{# just some advertising... #}
Packager: {{ meta_info["packager"] | default("linuxdeploy-plugin-native_packages", true) }}

{% if meta_info.get("vendor") %}
Vendor: {{ meta_info["vendor"] }}
{% endif %}

# note: we must _not_ strip these files again, this breaks them beyond repair
# (in theory, they have been stripped by linuxdeploy already anyway)
# https://imvoid.wordpress.com/2013/06/05/stripping-and-stopping-stripping-of-binaries-in-rpm-build/
Expand Down

0 comments on commit 390a606

Please sign in to comment.