[eclipse-testng] Add BR: slf4j now that it's no longer transitive one.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Mar 9 08:35:37 UTC 2015


commit bf1c6e44d0a08c5602a029eac4ecb5c7e1b3b9a7
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Mar 9 10:35:29 2015 +0200

    Add BR: slf4j now that it's no longer transitive one.

 eclipse-testng.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/eclipse-testng.spec b/eclipse-testng.spec
index 5c86a7a..0e15687 100644
--- a/eclipse-testng.spec
+++ b/eclipse-testng.spec
@@ -4,7 +4,7 @@
 
 Name:      eclipse-testng
 Version:   6.8.6
-Release:   4%{?dist}
+Release:   5%{?dist}
 Summary:   TestNG plug-in for Eclipse
 License:   ASL 2.0
 URL:       http://testng.org
@@ -43,6 +43,7 @@ BuildRequires: testng >= 6.8
 BuildRequires: beust-jcommander
 BuildRequires: snakeyaml
 BuildRequires: base64coder
+BuildRequires: slf4j
 
 %description
 The Eclipse TestNG plug-in integrates the TestNG testing framework into the
@@ -88,6 +89,9 @@ popd
 %{eclipse_dropin}/testng-eclipse
 
 %changelog
+* Mon Mar 9 2015 Alexander Kurtakov <akurtako at redhat.com> 6.8.6-5
+- Add BR: slf4j now that it's no longer transitive one.
+
 * Wed Jul 30 2014 Mat Booth <mat.booth at redhat.com> - 6.8.6-4
 - Restore testng as an embedded lib due to runtime issues
 


More information about the scm-commits mailing list