[itop] Fix issues about the versioning and the license-tag

flo flo at fedoraproject.org
Thu Feb 26 20:32:03 UTC 2015


commit 2c2078de542d21e169451692493834178957e7ef
Author: Lehner Florian <dev at der-flo.net>
Date:   Thu Feb 26 21:31:51 2015 +0100

    Fix issues about the versioning and the license-tag
    
    Signed-off-by: Lehner Florian <dev at der-flo.net>

 itop.spec | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/itop.spec b/itop.spec
index 5a85e3b..0b4d189 100644
--- a/itop.spec
+++ b/itop.spec
@@ -2,8 +2,8 @@
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:       itop
-Version:    20150225git6dbb3c42
-Release:    1%{?dist}
+Version:    0.1
+Release:    2.20150225git6dbb3c42%{?dist}
 Summary:    Interactive interrupt viewer
 
 License:    MIT
@@ -27,10 +27,15 @@ install -pm 0755 %{name} %{buildroot}%{_bindir}/%{name}
 
 %files
 %doc README.md
+%{!?_licensedir:%global license %%doc}
 %license LICENSE
 %{_bindir}/%{name}
 
 
 %changelog
+* Thu Feb 26 2015 Florian Lehner <dev at der-flo.net> 0.1-2.20150225git6dbb3c42
+- Fix issue in Package Versioning
+- Fix issue of missing license-tag in EL6
+
 * Wed Feb 25 2015 Florian Lehner <dev at der-flo.net> 20150225git6dbb3c42-1
 - Initial packaging (#1196353)


More information about the scm-commits mailing list