[nodejs-read] Fix dist macro usage

Stanislav Ochotnicky sochotni at fedoraproject.org
Fri May 3 09:04:38 UTC 2013


commit 95e334110068cf4a29c0d2e131d3f9bc26e094ae
Author: Stanislav Ochotnicky <sochotnicky at redhat.com>
Date:   Fri May 3 11:04:03 2013 +0200

    Fix dist macro usage

 nodejs-read.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-read.spec b/nodejs-read.spec
index 7ce7172..b8554cb 100644
--- a/nodejs-read.spec
+++ b/nodejs-read.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-read
 Version:    1.0.4
-Release:    6%{dist}
+Release:    7%{?dist}
 Summary:    An implementation of read(1) for node programs
 License:    BSD
 Group:      Development/Libraries
@@ -40,6 +40,9 @@ rm -rf %{buildroot}
 %doc LICENCE README.md example
 
 %changelog
+* Fri May 03 2013 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.0.4-7
+- Fix dist macro usage
+
 * Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.0.4-6
 - add macro for EPEL6 dependency generation
 


More information about the scm-commits mailing list