[gparted/epel7] Fix spec file error

nonamedotc nonamedotc at fedoraproject.org
Tue Nov 25 01:13:56 UTC 2014


commit df010d7bf98f8e7e3e24ec7514e21164f2ffeb25
Author: nonamedotc <nonamedotc at fedoraproject.org>
Date:   Mon Nov 24 19:13:51 2014 -0600

    Fix spec file error
    
    - Removed appdata directory on EPEL-7 branch
    - Removed appdata from files section

 gparted.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gparted.spec b/gparted.spec
index a4f7a4b..446f91d 100644
--- a/gparted.spec
+++ b/gparted.spec
@@ -1,7 +1,7 @@
 Summary:	Gnome Partition Editor
 Name:		gparted
 Version:	0.19.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 Group:		Applications/System
 License:	GPLv2+
 URL:		http://www.gparted.org
@@ -73,15 +73,16 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/applications/gparted.desktop
 %{_datadir}/icons/hicolor/*/apps/gparted.*
 %{_datadir}/polkit-1/actions/org.fedoraproject.pkexec.run-gparted.policy
-%{_datadir}/appdata/gparted.appdata.xml
+#%{_datadir}/appdata/gparted.appdata.xml
 %{_datadir}/gnome/help/gparted/
 %{_datadir}/omf/gparted/
 %{_mandir}/man8/gparted.*
 
 %changelog
-* Mon Nov 24 2014 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 0.19.1-4
+* Mon Nov 24 2014 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 0.19.1-5
 - Fix spec file error
 - Removed appdata directory on EPEL-7 branch
+- Removed appdata from files section
 
 * Sun Aug 23 2014 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 0.19.1-3
 - Removed enable-online-resize option since parted <3.2 does not support this


More information about the scm-commits mailing list