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 - 2.2.2-6 +- Fix spelling mistake in man page + * Thu Feb 20 2014 Dan Walsh - 2.2.2-5 - More go bindings - restorecon, getpidcon, setexeccon