Skip to content

Commit 6b49c5e

Browse files
committed
Try to avoid stripping when building RPMs
1 parent b570f32 commit 6b49c5e

25 files changed

+76
-0
lines changed

deps-packaging/apache/cfbuild-apache.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
%global debug_package %{nil}
2+
%global __strip /bin/true
3+
%global _enable_debug_packages 0
14
%define apache_version 2.4.35
25
%global __os_install_post %{nil}
36

deps-packaging/apr-util/cfbuild-apr-util.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
%global debug_package %{nil}
2+
%global __strip /bin/true
3+
%global _enable_debug_packages 0
14
%define apr_version 1.6.1
25

36
Summary: CFEngine Build Automation -- apr-util

deps-packaging/apr/cfbuild-apr.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
%global debug_package %{nil}
2+
%global __strip /bin/true
3+
%global _enable_debug_packages 0
14
%define apr_version 1.6.5
25

36
Summary: CFEngine Build Automation -- apr

deps-packaging/autoconf/cfbuild-autoconf.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
%global debug_package %{nil}
2+
%global __strip /bin/true
3+
%global _enable_debug_packages 0
14
Summary: CFEngine Build Automation -- autoconf
25
Name: cfbuild-autoconf
36
Version: 2.69

deps-packaging/automake/cfbuild-automake.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
%global debug_package %{nil}
2+
%global __strip /bin/true
3+
%global _enable_debug_packages 0
14
Summary: CFEngine Build Automation -- automake
25
Name: cfbuild-automake
36
Version: 1.10.1

deps-packaging/git/cfbuild-git.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
%global debug_package %{nil}
2+
%global __strip /bin/true
3+
%global _enable_debug_packages 0
14
%define git_version 2.19.1
25

36
Summary: CFEngine Build Automation -- git

deps-packaging/lcov/cfbuild-lcov.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
%global debug_package %{nil}
2+
%global __strip /bin/true
3+
%global _enable_debug_packages 0
14
Summary: CFEngine Build Automation -- lcov
25
Name: cfbuild-lcov
36
Version: 1.13

deps-packaging/libacl/cfbuild-libacl.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
%global debug_package %{nil}
2+
%global __strip /bin/true
3+
%global _enable_debug_packages 0
14
%define acl_version 2.2.53
25

36
Summary: CFEngine Build Automation -- libacl

deps-packaging/libattr/cfbuild-libattr.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
%define attr_version 2.4.48
2+
%global debug_package %{nil}
3+
%global __strip /bin/true
4+
%global _enable_debug_packages 0
25

36
Summary: CFEngine Build Automation -- libattr
47
Name: cfbuild-libattr

deps-packaging/libcurl-hub/cfbuild-libcurl-hub.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
%global debug_package %{nil}
2+
%global __strip /bin/true
3+
%global _enable_debug_packages 0
14
%define curl_version 7.61.1
25

36
Summary: CFEngine Build Automation -- libcurl

0 commit comments

Comments
 (0)