[shadow-utils] fix useradd man page bugs

Tomáš Mráz tmraz at fedoraproject.org
Fri Jul 19 05:44:37 UTC 2013


commit 4eaf9cda612ae39fbf137e516f0c39ae690cd184
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Fri Jul 19 07:44:18 2013 +0200

    fix useradd man page bugs

 shadow-utils.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/shadow-utils.spec b/shadow-utils.spec
index a7b86c6..f3f054b 100644
--- a/shadow-utils.spec
+++ b/shadow-utils.spec
@@ -1,7 +1,7 @@
 Summary: Utilities for managing accounts and shadow password files
 Name: shadow-utils
 Version: 4.1.5.1
-Release: 6%{?dist}
+Release: 7%{?dist}
 Epoch: 2
 URL: http://pkg-shadow.alioth.debian.org/
 Source0: http://pkg-shadow.alioth.debian.org/releases/shadow-%{version}.tar.bz2
@@ -21,6 +21,7 @@ Patch11: shadow-4.1.5.1-logmsg.patch
 Patch12: shadow-4.1.5.1-errmsg.patch
 Patch13: shadow-4.1.5.1-audit-owner.patch
 Patch14: shadow-4.1.5.1-default-range.patch
+Patch15: shadow-4.1.5.1-manfix.patch
 
 License: BSD and GPLv2+
 Group: System Environment/Base
@@ -63,6 +64,7 @@ are used for managing group accounts.
 %patch12 -p1 -b .errmsg
 %patch13 -p1 -b .audit-owner
 %patch14 -p1 -b .default-range
+%patch15 -p1 -b .manfix
 
 iconv -f ISO88591 -t utf-8  doc/HOWTO > doc/HOWTO.utf8
 cp -f doc/HOWTO.utf8 doc/HOWTO
@@ -216,6 +218,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/vigr.8*
 
 %changelog
+* Fri Jul 19 2013 Tomas Mraz <tmraz at redhat.com> - 2:4.1.5.1-7
+- fix useradd man page bugs
+
 * Fri Jun 14 2013 Tomas Mraz <tmraz at redhat.com> - 2:4.1.5.1-6
 - report error to stdout when SELinux context for home directory
   cannot be determined (#973647)


More information about the scm-commits mailing list