diff options
-rw-r--r-- | firstaidkit.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firstaidkit.spec b/firstaidkit.spec index ac15c1e..b253a72 100644 --- a/firstaidkit.spec +++ b/firstaidkit.spec @@ -115,7 +115,7 @@ This package contains the Gtk based FirstAidKit GUI %prep %setup -q #generate the about file with version and license path -echo "version=%{version}-%{release}" >> etc/firstaidkit/about +echo "version=%{version}" >> etc/firstaidkit/about echo "copying=%{_docdir}/COPYING" >> etc/firstaidkit/about %build |