- added missing patch line
This commit is contained in:
parent
8f6d73325c
commit
8ea99e33ee
5
clog
5
clog
@ -1,4 +1 @@
|
||||
- bug 654657 - <jdennis@redhat.com>
|
||||
Incorrect socket accept error message due to bad pointer arithmetic
|
||||
- bug 661142 - <cfu@redhat.com>
|
||||
Verification should fail when a revoked certificate is added
|
||||
- added missing patch line
|
||||
|
||||
6
jss.spec
6
jss.spec
@ -1,6 +1,6 @@
|
||||
Name: jss
|
||||
Version: 4.2.6
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Java Security Services (JSS)
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -58,6 +58,7 @@ This package contains the API documentation for JSS.
|
||||
%patch7 -p1
|
||||
%patch8 -p1
|
||||
%patch9 -p1
|
||||
%patch10 -p1
|
||||
|
||||
%build
|
||||
[ -z "$JAVA_HOME" ] && export JAVA_HOME=%{_jvmdir}/java
|
||||
@ -154,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 11 2011 Kevin Wright <kwright@redhat.com> - 4.2.6-12
|
||||
- added missing patch line
|
||||
|
||||
* Tue Dec 21 2010 Christina Fu <cfu@redhat.com> - 4.2.6-11
|
||||
- bug 654657 - <jdennis@redhat.com>
|
||||
Incorrect socket accept error message due to bad pointer arithmetic
|
||||
|
||||
Loading…
Reference in New Issue
Block a user