- added missing patch line

This commit is contained in:
Kevin Wright 2011-01-11 09:41:51 -08:00
parent 8f6d73325c
commit 8ea99e33ee
2 changed files with 6 additions and 5 deletions

5
clog
View File

@ -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

View File

@ -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