libsepol-3.4-0.rc2.1
-SELinux userspace 3.4-rc2 release
This commit is contained in:
parent
9c848ca54b
commit
0c39fcdf0b
1
.gitignore
vendored
1
.gitignore
vendored
@ -184,3 +184,4 @@ libsepol-2.0.41.tgz
|
|||||||
/libsepol-3.3-rc3.tar.gz
|
/libsepol-3.3-rc3.tar.gz
|
||||||
/libsepol-3.3.tar.gz
|
/libsepol-3.3.tar.gz
|
||||||
/libsepol-3.4-rc1.tar.gz
|
/libsepol-3.4-rc1.tar.gz
|
||||||
|
/libsepol-3.4-rc2.tar.gz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 3.4
|
Version: 3.4
|
||||||
Release: 0.rc1.1%{?dist}
|
Release: 0.rc2.1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4-rc1/libsepol-3.4-rc1.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4-rc2/libsepol-3.4-rc2.tar.gz
|
||||||
URL: https://github.com/SELinuxProject/selinux/wiki
|
URL: https://github.com/SELinuxProject/selinux/wiki
|
||||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||||
# $ cd selinux
|
# $ cd selinux
|
||||||
# $ git format-patch -N libsepol-3.4-rc1 -- libsepol
|
# $ git format-patch -N libsepol-3.4-rc2 -- libsepol
|
||||||
# $ i=1; for j in 0*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
# $ i=1; for j in 0*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||||
# Patch list start
|
# Patch list start
|
||||||
# Patch list end
|
# Patch list end
|
||||||
@ -48,8 +48,15 @@ Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|||||||
The libsepol-static package contains the static libraries and header files
|
The libsepol-static package contains the static libraries and header files
|
||||||
needed for developing applications that manipulate binary policies.
|
needed for developing applications that manipulate binary policies.
|
||||||
|
|
||||||
|
%package utils
|
||||||
|
Summary: SELinux libsepol utilities
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description utils
|
||||||
|
The libsepol-utils package contains the utilities
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p 2 -n libsepol-%{version}-rc1
|
%autosetup -p 2 -n libsepol-%{version}-rc2
|
||||||
|
|
||||||
# sparc64 is an -fPIC arch, so we need to fix it here
|
# sparc64 is an -fPIC arch, so we need to fix it here
|
||||||
%ifarch sparc64
|
%ifarch sparc64
|
||||||
@ -68,10 +75,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
|||||||
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man3
|
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man3
|
||||||
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
|
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
|
||||||
%make_install LIBDIR="%{_libdir}" SHLIBDIR="%{_libdir}"
|
%make_install LIBDIR="%{_libdir}" SHLIBDIR="%{_libdir}"
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_bindir}/genpolbools
|
rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man8/gen*
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_bindir}/genpolusers
|
|
||||||
rm -f ${RPM_BUILD_ROOT}%{_bindir}/chkcon
|
|
||||||
rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man8
|
|
||||||
rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8
|
rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8
|
||||||
|
|
||||||
%files static
|
%files static
|
||||||
@ -92,7 +96,19 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libsepol.so.2
|
%{_libdir}/libsepol.so.2
|
||||||
|
|
||||||
|
%files utils
|
||||||
|
%{_bindir}/chkcon
|
||||||
|
%{_bindir}/sepol_check_access
|
||||||
|
%{_bindir}/sepol_compute_av
|
||||||
|
%{_bindir}/sepol_compute_member
|
||||||
|
%{_bindir}/sepol_compute_relabel
|
||||||
|
%{_bindir}/sepol_validate_transition
|
||||||
|
%{_mandir}/man8/chkcon.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 21 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc2.1
|
||||||
|
- SELinux userspace 3.4-rc2 release
|
||||||
|
|
||||||
* Tue Apr 12 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc1.1
|
* Tue Apr 12 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc1.1
|
||||||
- SELinux userspace 3.4-rc1 release
|
- SELinux userspace 3.4-rc1 release
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,2 +1 @@
|
|||||||
SHA512 (libsepol-3.3.tar.gz) = fb6bb69f8e43a911a1a9cbd791593215386e93cb9292e003f5d8efe6e86e0ce5d0287e95d52fe2fbce518a618beaf9b1135aea0d04eaebcdbd8c6d07ee67b500
|
SHA512 (libsepol-3.4-rc2.tar.gz) = 29fb7db594030c768838aac7ae740d92c6d9595f2c10122c7049da067ce2e0708cce425a47dd29ee61df2e74268b9997d1a85007d1090acc06a8b1c1e7842bcb
|
||||||
SHA512 (libsepol-3.4-rc1.tar.gz) = 9933e7c47d9f4018974d112499a2bea25667e31e673af3cee187c7120ed3b7aa425b2c81682ba14257744215f63216332c5cb61e788075fc50b33b9b44494cb8
|
|
||||||
|
Loading…
Reference in New Issue
Block a user