[regexp] Fix dist tag

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Jun 2 13:27:00 UTC 2014


commit 3fe69e829ffddf40efa61ceea0ece7a2ec71a3bd
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Jun 2 15:26:30 2014 +0200

    Fix dist tag
    
    The dist tag should be of the form "%{?dist}", but instead found this:
    %{dist}

 regexp.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/regexp.spec b/regexp.spec
index dda4e00..dec9760 100644
--- a/regexp.spec
+++ b/regexp.spec
@@ -1,6 +1,6 @@
 Name:           regexp
 Version:        1.5
-Release:        15%{dist}
+Release:        16%{?dist}
 Summary:        Simple regular expressions API
 License:        ASL 2.0
 URL:            http://jakarta.apache.org/%{name}/
@@ -63,6 +63,9 @@ dummy = posix.readlink(dir) and os.remove(dir)
 %{_javadocdir}/%{name}
 
 %changelog
+* Mon Jun  2 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.5-16
+- Fix dist tag
+
 * Mon May 12 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 1.5-15
 - Update to current packaging guidelines
 - Resolves: rhbz#976723


More information about the scm-commits mailing list