[eclipse-ecf/f18] Use __requires_exclude instead of __provides_exclude.

Krzysztof Daniel kdaniel at fedoraproject.org
Mon Oct 8 09:44:24 UTC 2012


commit 830cd28ec7eec7cc0b9ff8fce0cd665f6c58c807
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Mon Oct 8 11:44:13 2012 +0200

    Use __requires_exclude instead of __provides_exclude.

 eclipse-ecf.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-ecf.spec b/eclipse-ecf.spec
index 206d77d..c946057 100644
--- a/eclipse-ecf.spec
+++ b/eclipse-ecf.spec
@@ -1,11 +1,11 @@
 %global tag R-Release_HEAD-sdk_feature-77_2012-06-10_19-42-02
 %global contextQualifier 201208090744
 
-%define __provides_exclude osgi*
+%define __requires_exclude osgi*
 
 Name:           eclipse-ecf
 Version:        3.5.6
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Eclipse Communication Framework
 
 License:        EPL
@@ -79,6 +79,9 @@ popd
 %doc ecf/features/org.eclipse.ecf.filetransfer.feature/about.html
 
 %changelog
+* Mon Oct 8 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.5.6-7
+- Use __requires_exclude instead of __provides_exclude.
+
 * Mon Oct 8 2012 Krzysztof Daniel <kdaniel at redhat.com> 3.5.6-6
 - Try out __provides_exclude
 


More information about the scm-commits mailing list