rpms/udev/devel udev.spec,1.287,1.288

Harald Hoyer harald at fedoraproject.org
Wed Jul 29 12:06:44 UTC 2009


Author: harald

Update of /cvs/pkgs/rpms/udev/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7052

Modified Files:
	udev.spec 
Log Message:
* Wed Jul 29 2009 Harald Hoyer <harald at redhat.com> 145-3
- add patch from upstream git to fix bug #514086
- add version to usbutils build requirement



Index: udev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/udev.spec,v
retrieving revision 1.287
retrieving revision 1.288
diff -u -p -r1.287 -r1.288
--- udev.spec	24 Jul 2009 08:17:35 -0000	1.287
+++ udev.spec	29 Jul 2009 12:06:44 -0000	1.288
@@ -5,7 +5,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 145
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -14,6 +14,8 @@ Obsoletes: udev-extras < 20090618
 Provides: udev-extras = 20090618-1
 Source: ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.bz2
 
+Patch1: udev.git-3bf768245b98479a14190e1e1d32ef5fae3ddf8a.patch
+
 Source1: start_udev
 Source3: udev-post.init
 Source4: fw_unit_symlinks.sh
@@ -35,7 +37,7 @@ BuildRequires: libxslt
 BuildRequires: hwdata
 BuildRequires: gobject-introspection-devel >= 0.6.2
 BuildRequires: gtk-doc
-BuildRequires: usbutils
+BuildRequires: usbutils >= 0.82
 BuildRequires: libtool >= 2.2.6
 
 Requires: libselinux >= 0:1.17.9-2 sed 
@@ -95,6 +97,7 @@ glib-based applications using libudev fu
 
 %prep
 %setup -q  
+%patch1 -p1
 
 %build
 # get rid of rpath
@@ -346,6 +349,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
 
 %changelog
+* Wed Jul 29 2009 Harald Hoyer <harald at redhat.com> 145-3
+- add patch from upstream git to fix bug #514086
+- add version to usbutils build requirement
+
 * Fri Jul 24 2009 Harald Hoyer <harald at redhat.com> 145-2
 - fix file permissions
 - remove rpath




More information about the scm-commits mailing list