Add missing build-requires
This commit is contained in:
parent
ef9fc61c10
commit
12be8c7949
10
jsch.spec
10
jsch.spec
@ -1,6 +1,6 @@
|
||||
Name: jsch
|
||||
Version: 0.1.53
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Pure Java implementation of SSH2
|
||||
Group: Development/Libraries
|
||||
License: BSD
|
||||
@ -20,9 +20,10 @@ Source0: http://download.sourceforge.net/sourceforge/jsch/jsch-%{version}
|
||||
Source1: MANIFEST.MF
|
||||
Source2: plugin.properties
|
||||
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: jzlib >= 0:1.0.5
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(com.jcraft:jzlib)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:)
|
||||
BuildRequires: zip
|
||||
|
||||
Requires: jzlib >= 0:1.0.5
|
||||
@ -67,6 +68,9 @@ zip target/%{name}-%{version}.jar plugin.properties
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.1.53-5
|
||||
- Add missing build-requires
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.53-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user