msimacek pushed to sonar (master). "Fix FTBFS"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue May 19 08:53:35 UTC 2015


From 6a2a2c181eae10190a7c96e0d6cfe8fff65754c4 Mon Sep 17 00:00:00 2001
From: Michael Simacek <msimacek at redhat.com>
Date: Tue, 19 May 2015 10:52:05 +0200
Subject: Fix FTBFS


diff --git a/sonar.spec b/sonar.spec
index 3d47bfb..9901886 100644
--- a/sonar.spec
+++ b/sonar.spec
@@ -1,6 +1,6 @@
 Name:           sonar
 Version:        3.2
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        An open platform to manage code quality
 License:        LGPLv3+
 URL:            http://www.sonarqube.org
@@ -260,6 +260,9 @@ find . -name "*.jar" -delete
 rm -r plugins/sonar-squid-java-plugin/test-resources/ sonar-duplications/src/test/files \
       sonar-server/src/main/webapp/WEB-INF/
 
+# guava stopped reexporting @Nullable
+%pom_add_dep com.google.code.findbugs:jsr305
+
 # wagon-webdav, unnecessary
 %pom_xpath_remove pom:build/pom:extensions
 
@@ -352,6 +355,9 @@ rm -r plugins/sonar-squid-java-plugin/test-resources/ sonar-duplications/src/tes
 %files jacoco-plugin -f .mfiles-%{name}-jacoco-plugin
 
 %changelog
+* Tue May 19 2015 Michael Simacek <msimacek at redhat.com> - 3.2-4
+- Fix FTBFS
+
 * Thu Mar 19 2015 Michael Simacek <msimacek at redhat.com> - 3.2-3
 - Port to current guava
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/sonar.git/commit/?h=master&id=6a2a2c181eae10190a7c96e0d6cfe8fff65754c4


More information about the scm-commits mailing list