diff --git a/attr-2.4.44-bz669095.patch b/attr-2.4.44-bz669095.patch new file mode 100644 index 0000000..3838a3a --- /dev/null +++ b/attr-2.4.44-bz669095.patch @@ -0,0 +1,35 @@ +From 5c6e19a6ef4b3acb15665fadeb9c7305e1bebaf4 Mon Sep 17 00:00:00 2001 +From: Kamil Dudka +Date: Thu, 13 Jan 2011 12:08:32 +0100 +Subject: [PATCH] fix typos in attr.1 man page + +Contributed by John Bradshaw. +--- + man/man1/attr.1 | 4 ++-- + 1 files changed, 2 insertions(+), 2 deletions(-) + +diff --git a/man/man1/attr.1 b/man/man1/attr.1 +index b265823..392464c 100644 +--- a/man/man1/attr.1 ++++ b/man/man1/attr.1 +@@ -76,7 +76,7 @@ and + address spaces. + The + .B root +-address space is accessable only to the superuser, ++address space is accessible only to the superuser, + and then only by specifying a flag argument to the function call. + Other users will not see or be able to modify attributes in the + .B root +@@ -127,7 +127,7 @@ option tells + .I attr + to remove an attribute with the given name from the object if the + attribute exists. +-There is no output on sucessful completion. ++There is no output on successful completion. + .TP + .B SET/CREATE + The +-- +1.7.4.rc1 + diff --git a/attr.spec b/attr.spec index c7b7d1e..c661ffe 100644 --- a/attr.spec +++ b/attr.spec @@ -1,7 +1,7 @@ Summary: Utilities for managing filesystem extended attributes Name: attr Version: 2.4.44 -Release: 7%{?dist} +Release: 8%{?dist} Conflicts: xfsdump < 2.0.0 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source: http://download.savannah.gnu.org/releases-noredirect/attr/attr-%{version}.src.tar.gz @@ -33,6 +33,9 @@ Patch7: attr-2.4.44-bz660619.patch # walk_tree: do not follow symlink to directory with -h (#660613) Patch8: attr-2.4.44-bz660613.patch +# fix typos in attr(1) man page (#669095) +Patch9: attr-2.4.44-bz669095.patch + License: GPLv2+ URL: http://oss.sgi.com/projects/xfs/ Group: System Environment/Base @@ -86,6 +89,7 @@ you'll also want to install attr. %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 # test-suite helper script install -m0755 %{SOURCE2} test/ @@ -163,6 +167,9 @@ rm -rf $RPM_BUILD_ROOT /%{_lib}/libattr.so.* %changelog +* Tue Mar 29 2011 Kamil Dudka 2.2.44-8 +- fix typos in attr(1) man page (#669095) + * Mon Feb 07 2011 Fedora Release Engineering - 2.4.44-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild