From 95e334110068cf4a29c0d2e131d3f9bc26e094ae Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: May 03 2013 09:04:03 +0000 Subject: Fix dist macro usage --- 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 - 1.0.4-7 +- Fix dist macro usage + * Mon Apr 15 2013 T.C. Hollingsworth - 1.0.4-6 - add macro for EPEL6 dependency generation