[junit] Add epoch as workaround for a bug in koji-shadow

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Jun 9 08:18:57 UTC 2014


commit b818d8c866f5b6e4bd7ae42c091beada3f7f4810
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Jun 9 10:18:30 2014 +0200

    Add epoch as workaround for a bug in koji-shadow

 junit.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/junit.spec b/junit.spec
index 79fb513..5230017 100644
--- a/junit.spec
+++ b/junit.spec
@@ -1,6 +1,7 @@
 Name:           junit
+Epoch:          1
 Version:        4.11
-Release:        13%{?dist}
+Release:        14%{?dist}
 Summary:        Java regression test package
 License:        CPL
 URL:            http://www.junit.org/
@@ -43,7 +44,7 @@ Javadoc for %{name}.
 
 %package demo
 Summary:        Demos for %{name}
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{epoch}:%{version}-%{release}
 
 %description demo
 Demonstrations and samples for %{name}.
@@ -106,6 +107,9 @@ cp -pr %{name}%{version}/%{name}/* %{buildroot}%{_datadir}/%{name}/demo/%{name}
 %doc junit%{version}/doc/*
 
 %changelog
+* Mon Jun  9 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1:4.11-14
+- Add epoch as workaround for a bug in koji-shadow
+
 * Mon Jun  9 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 4.11-13
 - Remove epoch
 


More information about the scm-commits mailing list