]> git.pld-linux.org Git - packages/rpm-pld-macros.git/commitdiff
disable stripping globally in rust macros; rel 2 auto/th/rpm-pld-macros-2.014-2
authorJan Palus <atler@pld-linux.org>
Sat, 23 Apr 2022 14:27:58 +0000 (16:27 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 23 Apr 2022 14:27:58 +0000 (16:27 +0200)
macros.rust
rpm-pld-macros.spec

index 9ad61a05212520a09c04a6282d1e8f32bf48867b..aa1f7abd486951bc91be99c411bcaa0c50bc7c5f 100644 (file)
@@ -1,4 +1,4 @@
-%debuginforustflags    -C debuginfo=%{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1:2}%{!?__dic_1:0}%{expand:%%undefine __dic_%{?_enable_debug_packages}}
+%debuginforustflags    -C debuginfo=%{expand:%%define __dic_%{?_enable_debug_packages} 1}%{?__dic_1:2}%{!?__dic_1:0}%{expand:%%undefine __dic_%{?_enable_debug_packages}} -C strip=none
 %rpmrustflags  %debuginforustflags
 %rust_arches   %{x8664} %{ix86} x32 aarch64 armv6hl armv7hl armv7hnl
 
index b29d58d654d4b96974b52da38b75f69a9336ed92..86711336590b353ef877a24a268c6846e13c30a5 100644 (file)
@@ -6,7 +6,7 @@ Summary:        PLD Linux RPM macros
 Summary(pl.UTF-8):     Makra RPM dla Linuksa PLD
 Name:          rpm-pld-macros
 Version:       %{rpm_macros_rev}
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Development/Building
 Source0:       macros.pld
This page took 0.156114 seconds and 4 git commands to generate.