SELinux userspace 3.3-rc3 release
This commit is contained in:
parent
394d26d7f2
commit
04203d6962
1
.gitignore
vendored
1
.gitignore
vendored
@ -181,3 +181,4 @@ libsepol-2.0.41.tgz
|
|||||||
/libsepol-3.2-rc2.tar.gz
|
/libsepol-3.2-rc2.tar.gz
|
||||||
/libsepol-3.2.tar.gz
|
/libsepol-3.2.tar.gz
|
||||||
/libsepol-3.3-rc2.tar.gz
|
/libsepol-3.3-rc2.tar.gz
|
||||||
|
/libsepol-3.3-rc3.tar.gz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 3.3
|
Version: 3.3
|
||||||
Release: 0.rc2.1%{?dist}
|
Release: 0.rc3.1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3-rc2/libsepol-3.3-rc2.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3-rc3/libsepol-3.3-rc3.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.3-rc2 -- libsepol
|
# $ git format-patch -N libsepol-3.3-rc3 -- 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
|
||||||
@ -49,7 +49,7 @@ 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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p 2 -n libsepol-%{version}-rc2
|
%autosetup -p 2 -n libsepol-%{version}-rc3
|
||||||
|
|
||||||
# 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
|
||||||
@ -93,6 +93,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8
|
|||||||
%{_libdir}/libsepol.so.2
|
%{_libdir}/libsepol.so.2
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 7 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-0.rc3.1
|
||||||
|
- SELinux userspace 3.3-rc3 release
|
||||||
|
|
||||||
* Wed Sep 29 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-0.rc2.1
|
* Wed Sep 29 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-0.rc2.1
|
||||||
- SELinux userspace 3.3-rc2 release
|
- SELinux userspace 3.3-rc2 release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libsepol-3.3-rc2.tar.gz) = f58cdb2f2a31071ca688c56d6f11a869446d2c70e3f22496d71e26064e4f2154ed9d616bba5a965d11896944c921c5d6fbde973062f4e69db69d05b459b1206e
|
SHA512 (libsepol-3.3-rc3.tar.gz) = 016986c0bbb864c1b832a67685605182746e3191289d88dca1421f4f4390f744a779eb2f2666ccc0ea2c0392e86c0471e439a6c3e074c3c4d239b50cb2f24c46
|
||||||
|
Loading…
Reference in New Issue
Block a user