[libselinux] Remove togglesebool man page

Daniel J Walsh dwalsh at fedoraproject.org
Thu Dec 5 20:44:48 UTC 2013


commit 0662ba4d16646a494fbd3d96d9d28048c4253b95
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Thu Dec 5 15:44:38 2013 -0500

    Remove togglesebool man page

 libselinux.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/libselinux.spec b/libselinux.spec
index fdfa7d8..680370b 100644
--- a/libselinux.spec
+++ b/libselinux.spec
@@ -10,7 +10,7 @@
 Summary: SELinux library and simple utilities
 Name: libselinux
 Version: 2.2.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Public Domain
 Group: System Environment/Libraries
 Source: %{name}-%{version}.tgz
@@ -179,6 +179,7 @@ mv %{buildroot}%{_sbindir}/getconlist %{buildroot}%{_sbindir}/selinuxconlist
 install -d %{buildroot}%{_mandir}/man8/
 install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man8/
 install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
+rm -f %{buildroot}%{_mandir}/man8/togglesebool*
 
 %clean
 rm -rf %{buildroot}
@@ -240,6 +241,9 @@ rm -rf %{buildroot}
 %{ruby_sitearch}/selinux.so
 
 %changelog
+* Thu Dec 5 2013 Dan Walsh <dwalsh at redhat.com> - 2.2.1-2
+- Remove togglesebool man page
+
 * Mon Nov 25 2013 Dan Walsh <dwalsh at redhat.com> - 2.2.1-1
 - Update to upstream 
 	* Remove -lpthread from pkg-config file; it is not required.


More information about the scm-commits mailing list