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

Lucian Langa lucilanga at fedoraproject.org
Thu Aug 28 16:52:46 UTC 2008


Author: lucilanga

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

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


Index: xastir.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xastir/F-9/xastir.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- xastir.spec	28 Aug 2008 12:47:45 -0000	1.8
+++ xastir.spec	28 Aug 2008 16:52:15 -0000	1.9
@@ -1,7 +1,7 @@
 Summary   : Amateur Station Tracking and Reporting system for amateur radio
 Name      : xastir
 Version   : 1.9.2
-Release   : 8%{?dist}
+Release   : 9%{?dist}
 License   : GPLv2
 Group     : Applications/Internet
 Source0   : http://downloads.sourceforge.net/xastir/xastir-%{version}.tar.gz
@@ -9,7 +9,6 @@
 Source2   : %{name}.png
 Patch0    : xastir-1.9.2-libdir.patch
 Patch1    : xastir-1.9.2-wget.patch
-Patch2    : xastir-1.9.2-tmpdir.patch
 URL       : http://www.xastir.org
 BuildRoot : %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires : wget
@@ -41,7 +40,6 @@
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .libdir
 %patch1 -p1 -b .wget
-%patch2 -p1 -b .tmpdir
 
 %build
 #./bootstrap.sh
@@ -66,6 +64,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" \
@@ -100,6 +101,9 @@
 %doc README.MAPS README.win32 UPGRADE
 
 %changelog
+* Thu Aug 28 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-9
+- drop uneeded and potential risky files (bug #460429)
+
 * Thu Aug 28 2008 Lucian Langa <cooly at gnome.eu.org> - 1.9.2-8
 - fix insecure auxiliary /tmp file usage bug #460429
 




More information about the fedora-extras-commits mailing list