[udev] version 175

Kay Sievers kay at fedoraproject.org
Tue Nov 8 00:47:29 UTC 2011


commit f9c13ce3bfd1f58042484f7eb631fc64ac121767
Author: Kay Sievers <kay.sievers at vrfy.org>
Date:   Tue Nov 8 01:46:54 2011 +0100

    version 175

 .gitignore                                         |    2 +-
 ...ntire-rules-line-if-unknown-keys-are-used.patch |   26 --------------------
 sources                                            |    2 +-
 udev.spec                                          |   10 ++++---
 4 files changed, 8 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aaa1534..9e36943 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/udev-174.tar.bz2
+/udev-175.tar.bz2
diff --git a/sources b/sources
index 5e58980..f573b89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b84706046a33d7a7e00491a1136804d  udev-174.tar.bz2
+2fc9c1efcbde98e3d73ffee7a77aea47  udev-175.tar.bz2
diff --git a/udev.spec b/udev.spec
index f2e24ff..09ee959 100644
--- a/udev.spec
+++ b/udev.spec
@@ -1,7 +1,7 @@
 Summary:        A rule-based device node and kernel event manager
 Name:           udev
-Version:        174
-Release:        2%{?dist}
+Version:        175
+Release:        1%{?dist}
 License:        GPLv2+
 Group:          System Environment/Base
 Source:         ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/%{name}-%{version}.tar.bz2
@@ -25,7 +25,6 @@ Requires:       pkgconfig
 Requires:       util-linux >= 2.15.1
 Conflicts:      systemd < 37
 Conflicts:      dracut < 013-93
-Patch10:        0001-ignore-entire-rules-line-if-unknown-keys-are-used.patch
 
 %ifarch s390 s390x
 # Require s390utils-base, because it's essential on s390
@@ -82,7 +81,6 @@ glib-based applications using libudev functionality.
 
 %prep
 %setup -q
-%patch10 -p1
 
 %build
 # prevent man pages from re-building (xmlto)
@@ -194,6 +192,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(0644,root,root) %{_libdir}/pkgconfig/gudev-1.0*
 
 %changelog
+* Mon Nov  7 2011 Kay Sievers <kay at redhat.com> 175-1
+- version 175
+  - bug fix release
+
 * Sat Oct 22 2011 Kay Sievers <kay at redhat.com> 174-2
 - ignore entire rule when a key is unknown (brc#748082)
 


More information about the scm-commits mailing list