Remove togglesebool man page
This commit is contained in:
parent
d6f11ce40d
commit
0662ba4d16
@ -10,7 +10,7 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.2.1
|
Version: 2.2.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: %{name}-%{version}.tgz
|
Source: %{name}-%{version}.tgz
|
||||||
@ -179,6 +179,7 @@ mv %{buildroot}%{_sbindir}/getconlist %{buildroot}%{_sbindir}/selinuxconlist
|
|||||||
install -d %{buildroot}%{_mandir}/man8/
|
install -d %{buildroot}%{_mandir}/man8/
|
||||||
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man8/
|
install -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man8/
|
||||||
install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
install -m 644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||||
|
rm -f %{buildroot}%{_mandir}/man8/togglesebool*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -240,6 +241,9 @@ rm -rf %{buildroot}
|
|||||||
%{ruby_sitearch}/selinux.so
|
%{ruby_sitearch}/selinux.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 5 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.1-2
|
||||||
|
- Remove togglesebool man page
|
||||||
|
|
||||||
* Mon Nov 25 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.1-1
|
* Mon Nov 25 2013 Dan Walsh <dwalsh@redhat.com> - 2.2.1-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Remove -lpthread from pkg-config file; it is not required.
|
* Remove -lpthread from pkg-config file; it is not required.
|
||||||
|
Loading…
Reference in New Issue
Block a user