From e19d1e045c214868c512a921c301caf4221fe843 Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Fri, 2 Aug 2013 10:16:32 +0200 Subject: [PATCH] Add create-tarball.sh script to SRPM --- clean-tarball.sh => create-tarball.sh | 2 +- junit.spec | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) rename clean-tarball.sh => create-tarball.sh (88%) diff --git a/clean-tarball.sh b/create-tarball.sh similarity index 88% rename from clean-tarball.sh rename to create-tarball.sh index 7c90976..1594760 100755 --- a/clean-tarball.sh +++ b/create-tarball.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ $# -ne 1 ]; then - echo "Usage: ./clean-tarball VERSION" + echo "Usage: ./create-tarball.sh VERSION" exit 1 fi diff --git a/junit.spec b/junit.spec index 41072b3..d8dbf15 100644 --- a/junit.spec +++ b/junit.spec @@ -30,7 +30,7 @@ Name: junit Version: 4.11 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 0 Summary: Java regression test package License: CPL @@ -41,6 +41,8 @@ BuildArch: noarch # ./clean-tarball.sh %{version} Source0: %{name}-%{version}-clean.tar.gz Source2: junit-OSGi-MANIFEST.MF +Source3: create-tarball.sh + # Removing hamcrest source jar references (not available and/or necessary) Patch0: %{name}-no-hamcrest-src.patch @@ -149,6 +151,9 @@ cp -pr %{name}%{version}-SNAPSHOT/%{name}/* %{buildroot}%{_datadir}/%{name}/demo %doc junit%{version}-SNAPSHOT/doc/* %changelog +* Fri Aug 02 2013 Michal Srb - 0:4.11-5 +- Add create-tarball.sh script to SRPM + * Fri Jun 28 2013 Mikolaj Izdebski - 0:4.11-4 - Rebuild to regenerate API documentation - Resolves: CVE-2013-1571