rpms/podsleuth/F-9 podsleuth-0.6.0-wapidir.patch, NONE, 1.1 podsleuth.spec, 1.2, 1.3

Nigel Jones (nigelj) fedora-extras-commits at redhat.com
Thu May 15 01:49:37 UTC 2008


Author: nigelj

Update of /cvs/pkgs/rpms/podsleuth/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9175

Modified Files:
	podsleuth.spec 
Added Files:
	podsleuth-0.6.0-wapidir.patch 
Log Message:
Update to podsleuth per SELinux bug (444670)


podsleuth-0.6.0-wapidir.patch:

--- NEW FILE podsleuth-0.6.0-wapidir.patch ---
diff -ur podsleuth-0.6.0.orig/src/PodSleuth.Hal/hal-podsleuth.in podsleuth-0.6.0/src/PodSleuth.Hal/hal-podsleuth.in
--- podsleuth-0.6.0.orig/src/PodSleuth.Hal/hal-podsleuth.in	2007-09-17 19:51:40.000000000 +1200
+++ podsleuth-0.6.0/src/PodSleuth.Hal/hal-podsleuth.in	2008-05-15 13:39:33.000000000 +1200
@@ -3,6 +3,7 @@
 MONO=mono
 MONO_ARGS="--debug"
 MONO_EXEC="@expanded_libdir@/@PACKAGE@/PodSleuth.Hal.exe"
+MONO_SHARED_DIR=/tmp/.podsleuth.wapi
 
 if [ "$1" = "--update" ]; then
 	MONO_EXEC_ARGS="--update"
@@ -13,8 +14,10 @@
 DEBUG_PATH=/tmp/podsleuth-debug
 
 rm -f $DEBUG_PATH
+mkdir -p $MONO_SHARED_DIR
 
-$MONO $MONO_ARGS $MONO_EXEC $MONO_EXEC_ARGS &> $DEBUG_PATH && {
+MONO_SHARED_DIR=$MONO_SHARED_DIR $MONO $MONO_ARGS $MONO_EXEC $MONO_EXEC_ARGS &> $DEBUG_PATH && {
 	rm -f $DEBUG_PATH
+	rm -rdf $MONO_SHARED_DIR
 }
 


Index: podsleuth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/F-9/podsleuth.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- podsleuth.spec	10 May 2008 00:45:44 -0000	1.2
+++ podsleuth.spec	15 May 2008 01:48:51 -0000	1.3
@@ -2,13 +2,14 @@
 
 Name:		podsleuth
 Version:	0.6.0
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Probes, identifies, and exposes properties and metadata bound to iPods
 Group:		Applications/Multimedia
 License:	MIT
 URL:		http://banshee-project.org/PodSleuth
 Source0:	http://banshee-project.org/files/%{name}/%{name}-%{version}.tar.bz2
 Patch0:         podsleuth-0.6.0-haldevice.patch
+Patch1:         podsleuth-0.6.0-wapidir.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	mono-devel
 BuildRequires:	hal-devel
@@ -35,7 +36,8 @@
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 
 %build
 %configure --with-hal-callouts-dir=%{_libexecdir}
@@ -63,6 +65,10 @@
 %{_libdir}/pkgconfig/podsleuth.pc
 
 %changelog
+* Thu May 15 2008 Nigel Jones <dev at nigelj.com> - 0.6.0-6
+- SELinux Policies included as of selinux-policy-3.3.1-51
+- Update hal-podsleuth to not put .wapi in /root (bad bad thing)
+
 * Sat May 5 2008 Nigel Jones <dev at nigelj.com> - 0.6.0-5
 - Fix iPod detection w/ hal-info >= 20080313 (Closes: Bug #445611)
 - Correct last changelog entry




More information about the fedora-extras-commits mailing list