rpms/xastir/F-8 xastir.spec,1.8,1.9

Lucian Langa lucilanga at fedoraproject.org
Thu Aug 28 16:50:48 UTC 2008


Author: lucilanga

Update of /cvs/pkgs/rpms/xastir/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14029

Modified Files:
	xastir.spec 
Log Message:
drop uneeded and potential risky files (bug #460429)


Index: xastir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/F-8/xastir.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xastir.spec	28 Aug 2008 12:47:30 -0000	1.8
+++ xastir.spec	28 Aug 2008 16:50:18 -0000	1.9
@@ -1,14 +1,13 @@
 Summary   : Amateur Station Tracking and Reporting system for amateur radio
 Name      : xastir
 Version   : 1.9.2
-Release   : 7%{?dist}
+Release   : 8%{?dist}
 License   : GPLv2
 Group     : Applications/Internet
 Source0   : http://downloads.sourceforge.net/xastir/xastir-%{version}.tar.gz
 Source1   : %{name}.desktop
 Source2   : %{name}.png
 Patch0    : xastir-1.9.2-libdir.patch
-Patch1    : xastir-1.9.2-tmpdir.patch
 URL       : http://www.xastir.org
 BuildRoot : %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires : wget
@@ -39,7 +38,6 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .libdir
-%patch1 -p1 -b .tmpdir
 
 %build
 #./bootstrap.sh
@@ -64,6 +62,9 @@
 rm -rf %{buildroot}/usr/share/doc
 #remove gpx2shape because of unsupported dependency Geo::Shapelib
 rm %{buildroot}/usr/share/xastir/gpx2shape
+#the following two are not required and also could consider a potential risk #460429
+rm %{buildroot}/usr/share/xastir/get-maptools.sh
+rm %{buildroot}/usr/share/xastir/get_shapelib.sh
 mkdir -p %{buildroot}/usr/share/pixmaps/
 cp %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/%{name}.png
 desktop-file-install --vendor="fedora" \
@@ -98,6 +99,9 @@
 %doc README.MAPS README.win32 UPGRADE
 
 %changelog
+* Thu Aug 28 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-8
+- drop uneeded and potential risky files (bug #460429)
+
 * Thu Aug 28 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-7
 - fix insecure auxiliary /tmp file usage bug #460429
 




More information about the fedora-extras-commits mailing list