Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libsepol.git#3e8ea426c32c1afb91dd3738352b644ce0d7d266
This commit is contained in:
parent
12401020f4
commit
dd5ae5c83d
1
.gitignore
vendored
1
.gitignore
vendored
@ -179,3 +179,4 @@ libsepol-2.0.41.tgz
|
|||||||
/libsepol-3.1.tar.gz
|
/libsepol-3.1.tar.gz
|
||||||
/libsepol-3.2-rc1.tar.gz
|
/libsepol-3.2-rc1.tar.gz
|
||||||
/libsepol-3.2-rc2.tar.gz
|
/libsepol-3.2-rc2.tar.gz
|
||||||
|
/libsepol-3.2.tar.gz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 0.rc2.1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2-rc2/libsepol-3.2-rc2.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2/libsepol-3.2.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.2-rc2 -- libsepol
|
# $ git format-patch -N libsepol-3.2 -- libsepol
|
||||||
# $ i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
# $ i=1; for j in 00*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}
|
||||||
|
|
||||||
# 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
|
||||||
|
* Mon Mar 8 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-1
|
||||||
|
- SELinux userspace 3.2 release
|
||||||
|
|
||||||
* Fri Feb 5 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-0.rc2.1
|
* Fri Feb 5 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-0.rc2.1
|
||||||
- SELinux userspace 3.2-rc2 release
|
- SELinux userspace 3.2-rc2 release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libsepol-3.2-rc2.tar.gz) = 6e8938afa242ce238bc7dadbdd04e57ee2bc65e523458409f3d1892f79dc95b50381bb6846b970f28b633e18491ff0aa252690fc88b7c5ea462892ef2f7cca57
|
SHA512 (libsepol-3.2.tar.gz) = 1a6b3489ff766958a4b444b9be63a794267243aed303d3e7d87278f11be492dbf603a0c8181c4c5e01cb0e1ceb43810a77f738f0b9bd1d7d2be67053f9c67a6f
|
||||||
|
Loading…
Reference in New Issue
Block a user