[cbi-plugins] Disable win/mac signers.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Nov 13 11:29:21 UTC 2013


commit 0e4fc396eb579f2f17b1bfc180c2e06036eb954b
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Nov 13 13:29:40 2013 +0200

    Disable win/mac signers.

 cbi-plugins.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/cbi-plugins.spec b/cbi-plugins.spec
index 00ca95c..029fc02 100644
--- a/cbi-plugins.spec
+++ b/cbi-plugins.spec
@@ -2,7 +2,7 @@
 
 Name:           cbi-plugins
 Version:        1.0.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A set of helpers for Eclipse CBI
 
 Group:          Development/Libraries
@@ -31,6 +31,8 @@ API documentation for %{name}.
 
 %prep
 %setup -q
+%pom_disable_module eclipse-macsigner-plugin
+%pom_disable_module eclipse-winsigner-plugin
 
 %build
 %mvn_build
@@ -43,6 +45,9 @@ API documentation for %{name}.
 %files javadoc -f .mfiles-javadoc
 
 %changelog
+* Wed Nov 13 2013 Alexander Kurtakov <akurtako at redhat.com> 1.0.5-2
+- Disable win/mac signers.
+
 * Wed Nov 13 2013 Alexander Kurtakov <akurtako at redhat.com> 1.0.5-1
 - Update to latest upstream.
 


More information about the scm-commits mailing list