diff --git a/cbi-plugins.spec b/cbi-plugins.spec index fa4f5d6..9e280c0 100644 --- a/cbi-plugins.spec +++ b/cbi-plugins.spec @@ -1,6 +1,6 @@ Name: cbi-plugins Version: 1.1.7 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A set of helpers for Eclipse CBI License: EPL-1.0 URL: https://git.eclipse.org/c/cbi/org.eclipse.cbi.git/tree/maven-plugins/README.md @@ -18,7 +18,7 @@ BuildRequires: mvn(org.apache.maven:maven-plugin-api) BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) BuildRequires: mvn(org.eclipse.tycho:tycho-core) -%if %{?rhel}%{!?rhel:0} +%if %{?rhel}%{!?rhel:0} < 8 # On RHEL 7 need the guava20 package BuildRequires: mvn(com.google.guava:guava:20.0) %endif @@ -77,6 +77,9 @@ sed -i -e 's/@Nonnull//' -e '/javax.annotation.Nonnull/d' common/src/main/java/o %files javadoc -f .mfiles-javadoc %changelog +* Wed Oct 07 2020 Jie Kang - 1.1.7-7 +- Make RHEL dep version explicit + * Mon Jul 27 2020 Fedora Release Engineering - 1.1.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild