diff --git a/sysfsutils-2.1.0-manpages.patch b/sysfsutils-2.1.0-manpages.patch new file mode 100644 index 0000000..866bd07 --- /dev/null +++ b/sysfsutils-2.1.0-manpages.patch @@ -0,0 +1,12 @@ +diff -urpN sysfsutils-2.1.0.orig/systool.1 sysfsutils-2.1.0/systool.1 +--- sysfsutils-2.1.0.orig/systool.1 2011-03-22 18:15:40.775891943 +0100 ++++ sysfsutils-2.1.0/systool.1 2011-03-22 18:16:05.158970786 +0100 +@@ -14,7 +14,7 @@ classes, and root devices. + .P + When + .I device +-is supplied, the information reqested by ++is supplied, the information requested by + .I options + is shown only for the specified device, otherwise all present devices + are displayed. diff --git a/sysfsutils.spec b/sysfsutils.spec index 43065d2..0307592 100644 --- a/sysfsutils.spec +++ b/sysfsutils.spec @@ -3,7 +3,7 @@ URL: http://sourceforge.net/projects/linux-diag/ License: GPLv2 Group: Development/Tools Version: 2.1.0 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Utilities for interfacing with sysfs BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -11,6 +11,7 @@ Source0: http://prdownloads.sourceforge.net/linux-diag/%{name}-%{version} Patch0: sysfsutils-2.0.0-redhatify.patch Patch1: sysfsutils-2.0.0-class-dup.patch Patch2: sysfsutils-2.1.0-get_link.patch +Patch3: sysfsutils-2.1.0-manpages.patch %description This package's purpose is to provide a set of utilities for interfacing @@ -39,6 +40,7 @@ to build programs using the libsysfs API. %patch0 -p1 -b .redhatify %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %configure --disable-static --libdir=/%{_lib} @@ -80,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Mar 22 2011 Anton Arapov - 2.1.0-10 +- Better manpages. (#673849) + * Wed Feb 09 2011 Fedora Release Engineering - 2.1.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild