[libselinux] Fix spelling mistake in man page

Daniel J Walsh dwalsh at fedoraproject.org
Mon Feb 24 21:30:07 UTC 2014


commit 63399854771a4058675d212dd609d392fd636ee1
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Feb 24 16:30:52 2014 -0500

    Fix spelling mistake in man page

 libselinux-rhat.patch |   13 +++++++++++++
 libselinux.spec       |    5 ++++-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/libselinux-rhat.patch b/libselinux-rhat.patch
index 011df3d..4b9b85c 100644
--- a/libselinux-rhat.patch
+++ b/libselinux-rhat.patch
@@ -516,6 +516,19 @@ index 99e9436..673738c 100644
  .SH "RETURN VALUE"
  On error \-1 is returned.
  On success 0 is returned.
+diff --git a/libselinux/man/man8/selinux.8 b/libselinux/man/man8/selinux.8
+index e89b1ef..9e3bdc4 100644
+--- a/libselinux/man/man8/selinux.8
++++ b/libselinux/man/man8/selinux.8
+@@ -74,7 +74,7 @@ The best way to relabel the file system is to create the flag file
+ and reboot.
+ .BR system\-config\-selinux ,
+ also has this capability.  The
+-.BR restorcon / fixfiles
++.BR restorecon / fixfiles
+ commands are also available for relabeling files.
+ .
+ .SH AUTHOR	
 diff --git a/libselinux/src/Makefile b/libselinux/src/Makefile
 index 02dd829..6dfdb46 100644
 --- a/libselinux/src/Makefile
diff --git a/libselinux.spec b/libselinux.spec
index 3ef4d87..d8cfd5c 100644
--- a/libselinux.spec
+++ b/libselinux.spec
@@ -10,7 +10,7 @@
 Summary: SELinux library and simple utilities
 Name: libselinux
 Version: 2.2.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: Public Domain
 Group: System Environment/Libraries
 Source: %{name}-%{version}.tgz
@@ -243,6 +243,9 @@ rm -rf %{buildroot}
 %{ruby_sitearch}/selinux.so
 
 %changelog
+* Mon Feb 24 2014 Dan Walsh <dwalsh at redhat.com>  - 2.2.2-6
+- Fix spelling mistake in man page
+
 * Thu Feb 20 2014 Dan Walsh <dwalsh at redhat.com>  - 2.2.2-5
 - More go bindings
 -   restorecon, getpidcon, setexeccon


More information about the scm-commits mailing list