rpms/podsleuth/devel podsleuth.spec,1.2,1.3

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


Author: nigelj

Update of /cvs/pkgs/rpms/podsleuth/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9408

Modified Files:
	podsleuth.spec 
Log Message:
Update to podsleuth per SELinux bug (444670)


Index: podsleuth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/podsleuth/devel/podsleuth.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- podsleuth.spec	10 May 2008 00:39:12 -0000	1.2
+++ podsleuth.spec	15 May 2008 01:51:20 -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