[git-remote-hg] Explicitly disable debug_package, (noarch by itself

Ondrej Oprala ooprala at fedoraproject.org
Mon Jun 23 10:12:24 UTC 2014


commit 4c512c2e7a26ed87e60b289a4398b29ffc69d08c
Author: Ondrej Oprala <ooprala at redhat.com>
Date:   Mon Jun 23 12:12:09 2014 +0200

    Explicitly disable debug_package, (noarch by itself
    
      still runs find-debuginfo.sh)

 git-remote-hg.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/git-remote-hg.spec b/git-remote-hg.spec
index 2da074d..3bde844 100644
--- a/git-remote-hg.spec
+++ b/git-remote-hg.spec
@@ -1,6 +1,7 @@
+%global debug_package %{nil}
 Name:           git-remote-hg
 Version:        0.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 BuildArch:      noarch
 Summary:        Mercurial wrapper for git
 License:        GPLv2+
@@ -43,6 +44,10 @@ make install-doc
 %{_mandir}/man1/*
 
 %changelog
+* Mon Jun 23 2014 Ondrej Oprala <ooprala at redhat.com> - 0.2-3
+- Explicitly disable debug_package, (noarch by itself
+  still runs find-debuginfo.sh)
+
 * Sun Jun 22 2014 Ondrej Oprala <ooprala at redhat.com> - 0.2-2
 - Every single test fails(suspicious), disabling them for now
 


More information about the scm-commits mailing list