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#7a8d2de4ef61b73456d1440629657aef987de7dc
This commit is contained in:
parent
e8d76688bc
commit
12401020f4
1
.gitignore
vendored
1
.gitignore
vendored
@ -178,3 +178,4 @@ libsepol-2.0.41.tgz
|
||||
/libsepol-3.0.tar.gz
|
||||
/libsepol-3.1.tar.gz
|
||||
/libsepol-3.2-rc1.tar.gz
|
||||
/libsepol-3.2-rc2.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsepol
|
||||
Version: 3.2
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: LGPLv2+
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2-rc1/libsepol-3.2-rc1.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2-rc2/libsepol-3.2-rc2.tar.gz
|
||||
URL: https://github.com/SELinuxProject/selinux/wiki
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N libsepol-3.2-rc1 -- libsepol
|
||||
# $ git format-patch -N libsepol-3.2-rc2 -- libsepol
|
||||
# $ i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
# Patch list start
|
||||
# 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.
|
||||
|
||||
%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
|
||||
%ifarch sparc64
|
||||
@ -93,6 +93,12 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8
|
||||
%{_libdir}/libsepol.so.2
|
||||
|
||||
%changelog
|
||||
* Fri Feb 5 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-0.rc2.1
|
||||
- SELinux userspace 3.2-rc2 release
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-0.rc1.1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jan 20 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-0.rc1.1
|
||||
- SELinux userspace 3.2-rc1 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsepol-3.2-rc1.tar.gz) = 3dc5244dbfdd9791ac63313ca31b0948daaef61f794a68a94a4d4a9a8df630966b7293bcdb838874d12c5e41dc4d79093b151f7bde0bb71e2e068723873168f4
|
||||
SHA512 (libsepol-3.2-rc2.tar.gz) = 6e8938afa242ce238bc7dadbdd04e57ee2bc65e523458409f3d1892f79dc95b50381bb6846b970f28b633e18491ff0aa252690fc88b7c5ea462892ef2f7cca57
|
||||
|
Loading…
Reference in New Issue
Block a user