Update dependencies for jss >= 4.5.0
Signed-off-by: Alexander Scheel <ascheel@redhat.com>
This commit is contained in:
parent
db807c8d75
commit
1f25e8dc7e
1 changed files with 7 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Name: 389-console
|
||||
Version: %{major_version}.%{minor_version}
|
||||
Release: 1%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: 389 Management Console
|
||||
|
||||
Group: Applications/System
|
||||
|
|
@ -33,7 +33,7 @@ Administration Server and 389 Directory Server.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
|
||||
%build
|
||||
%{ant} \
|
||||
-Dbuilt.dir=`pwd`/built \
|
||||
|
|
@ -60,7 +60,7 @@ ADDITIONAL_JARS=\${ADDITIONAL_JARS:-%{name}_\$mylang.jar}
|
|||
ADDITIONAL_OPTIONS=\${ADDITIONAL_OPTIONS:-"-Djava.util.prefs.systemRoot=\$HOME/.%{name} -Djava.util.prefs.userRoot=\$HOME/.%{name}"}
|
||||
EOF
|
||||
chmod 644 $RPM_BUILD_ROOT%{_sysconfdir}/java/%{name}.conf
|
||||
%jpackage_script com.netscape.management.client.console.Console "" "" jss4.jar:ldapjdk.jar:idm-console-base.jar:idm-console-mcc.jar:idm-console-mcc_%{consolelang}.jar:idm-console-nmclf.jar:idm-console-nmclf_%{consolelang}.jar %{name} true
|
||||
%jpackage_script com.netscape.management.client.console.Console "" "" apache-commons-codec.jar:apache-commons-lang.jar:slf4j-api.jar:jss4.jar:ldapjdk.jar:idm-console-base.jar:idm-console-mcc.jar:idm-console-mcc_%{consolelang}.jar:idm-console-nmclf.jar:idm-console-nmclf_%{consolelang}.jar %{name} true
|
||||
install -d $RPM_BUILD_ROOT%{_mandir}/man8
|
||||
install -m644 built%{_mandir}/man8/* $RPM_BUILD_ROOT%{_mandir}/man8
|
||||
|
||||
|
|
@ -73,6 +73,10 @@ install -m644 built%{_mandir}/man8/* $RPM_BUILD_ROOT%{_mandir}/man8
|
|||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 25 2019 Alexander Scheel <cipherboy@fedoraproject.org> - 1.1.19-4
|
||||
- Update classpath for jss >= 4.5.0
|
||||
- rhbz: 1634525
|
||||
|
||||
* Thu Oct 18 2018 Mark Reynolds <mreynolds@redhat.com> - 1.1.19-1
|
||||
- Bump version to 1.1.19-1
|
||||
- Add JSS's dependencies to the classpath of 389-console
|
||||
|
|
|
|||
Reference in a new issue