- Spec file cleanup from n0dalus+redhat@gmail.com
This commit is contained in:
parent
ce7274d07b
commit
8f1e8ed18d
@ -3,7 +3,7 @@
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 1.6.7
|
||||
Release: 1
|
||||
Release: 3
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
|
||||
@ -11,6 +11,8 @@ Source: http://www.nsa.gov/selinux/archives/libsemanage-%{version}.tgz
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
BuildRequires: libselinux-devel >= %{libselinuxver}
|
||||
BuildRequires: libsepol >= %{libsepolver}
|
||||
BuildRequires: libsepol-devel
|
||||
BuildRequires: python-devel
|
||||
|
||||
%description
|
||||
Security-enhanced Linux is a feature of the Linux® kernel and a number
|
||||
@ -68,10 +70,17 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libsemanage.a
|
||||
%dir %{_includedir}/semanage
|
||||
%{_includedir}/semanage/*.h
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.7-3
|
||||
- Spec file cleanup from n0dalus+redhat@gmail.com
|
||||
|
||||
* Mon May 15 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.7-2
|
||||
- Add /usr/include/semanage to spec file
|
||||
|
||||
* Mon May 8 2006 Dan Walsh <dwalsh@redhat.com> - 1.6.7-1
|
||||
- Upgrade to latest from NSA
|
||||
* Merged fix warnings patch from Karl MacMillan.
|
||||
|
Loading…
Reference in New Issue
Block a user