Skip to content

Commit

Permalink
Merge pull request #2 from sjones4/issue-rpm-osgi-requires
Browse files Browse the repository at this point in the history
RPM spec updated to exclude autodetected osgi requirements
  • Loading branch information
sjones4 authored Mar 22, 2018
2 parents b27dc85 + 2f6fd1d commit 0798642
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eucalyptus-java-deps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ BuildArch: noarch
# usual systemwide locations
%global __provides_exclude_from ^%{_datadir}/eucalyptus/.*.jar$

# Disable automatic OSGI Requires because we provide all dependencies
%global __requires_exclude osgi(.*)

Provides: eucalyptus-java-deps-devel = %{name}-%{release}


Expand Down

0 comments on commit 0798642

Please sign in to comment.