update to 2.8 [release 2.8-1mamba;Tue Sep 11 2018]
This commit is contained in:
parent
ce76fb6939
commit
089ea0aad3
@ -1,20 +1,20 @@
|
|||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 2.1.6
|
Version: 2.8
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: SELinux policy management library
|
Summary: SELinux policy management library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://userspace.selinuxproject.org/trac
|
URL: https://github.com/SELinuxProject/selinux
|
||||||
Source: http://userspace.selinuxproject.org/releases/20120216/libsemanage-%{version}.tar.gz
|
Source: https://github.com/SELinuxProject/selinux/releases/download/20180524/libsemanage-%{version}.tar.gz
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libaudit-devel
|
||||||
BuildRequires: libbzip2-devel
|
BuildRequires: libbzip2-devel
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
BuildRequires: libsepol-devel
|
BuildRequires: libsepol-devel
|
||||||
BuildRequires: libustr-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -41,11 +41,15 @@ This package contains static libraries and header files need for development.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make CC=%{_host}-gcc -j1
|
%make CC=%{_host}-gcc -j1 \
|
||||||
|
LIBDIR=%{_libdir} \
|
||||||
|
LIBEXECDIR=%{_libexecdir}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall \
|
||||||
|
LIBDIR=%{_libdir} \
|
||||||
|
LIBEXECDIR=%{_libexecdir}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -57,7 +61,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%config(noreplace) %{_sysconfdir}/selinux/semanage.conf
|
%config(noreplace) %{_sysconfdir}/selinux/semanage.conf
|
||||||
%{_libdir}/libsemanage.so.*
|
%{_libdir}/libsemanage.so.*
|
||||||
%doc COPYING ChangeLog
|
%dir %{_libexecdir}/selinux
|
||||||
|
%{_libexecdir}/selinux/semanage_migrate_store
|
||||||
|
%doc COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -70,6 +76,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%{_mandir}/man5/semanage.conf.5*
|
%{_mandir}/man5/semanage.conf.5*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 11 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8-1mamba
|
||||||
|
- update to 2.8
|
||||||
|
|
||||||
* Sat May 19 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.6-1mamba
|
* Sat May 19 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.6-1mamba
|
||||||
- update to 2.1.6
|
- update to 2.1.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user