I'm digging.
I see an error that only exists in rawhide, and I can't yet explain.
ERROR - package junit.framework does not exist
Yet:
jar -tf /usr/share/java/junit.jar | grep -i assert junit/framework/Assert.class
Cheers, Tim
----- Original Message -----
From: "tstclair" tstclair@fedoraproject.org To: curator-owner@fedoraproject.org, scm-commits@lists.fedoraproject.org Sent: Wednesday, May 28, 2014 8:58:59 PM Subject: [curator] Update for log4j12
commit 54698725a96240030ca4c221092be0b88c578928 Author: Timothy St. Clair tstclair@redhat.com Date: Wed May 28 20:58:55 2014 -0500
Update for log4j12
curator.spec | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/curator.spec b/curator.spec index 177221d..1e67443 100644 --- a/curator.spec +++ b/curator.spec @@ -2,7 +2,7 @@ %global namedversion %{version}%{?namedreltag} Name: curator Version: 2.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A set of Java libraries that make using Apache ZooKeeper much easier License: ASL 2.0 URL: http://curator.incubator.apache.org/ @@ -91,5 +91,9 @@ sed -i 's|1.2.16|1.2.17|' pom.xml %doc LICENSE NOTICE %changelog +* Wed May 28 2014 Timothy St. Clair tstclair@redhat.com 2.2.0-2 +- Rebuild for log4j12
* Thu Oct 10 2013 gil cattaneo puntogil@libero.it 2.2.0-1 - initial rpm +- initial rpm
bigdata@lists.fedoraproject.org