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/checkpolicy.git#c239d45a05478258b84d06115be51681d8ee810b
This commit is contained in:
parent
76fdf56d31
commit
55d46e7782
1
.gitignore
vendored
1
.gitignore
vendored
@ -106,3 +106,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.0.tar.gz
|
||||
/checkpolicy-3.1.tar.gz
|
||||
/checkpolicy-3.2-rc1.tar.gz
|
||||
/checkpolicy-3.2-rc2.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define libselinuxver 3.2-0.rc1
|
||||
%define libsepolver 3.2-0.rc1
|
||||
%define libselinuxver 3.2-0.rc2
|
||||
%define libsepolver 3.2-0.rc2
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.2
|
||||
Release: 0.rc1.1%{?dist}.1
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: GPLv2
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2-rc1/checkpolicy-3.2-rc1.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2-rc2/checkpolicy-3.2-rc2.tar.gz
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.2-rc1 -- checkpolicy
|
||||
# $ git format-patch -N 3.2-rc2 -- checkpolicy
|
||||
# $ 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
|
||||
@ -32,7 +32,7 @@ This package contains checkpolicy, the SELinux policy compiler.
|
||||
Only required for building policies.
|
||||
|
||||
%prep
|
||||
%autosetup -p 2 -n checkpolicy-%{version}-rc1
|
||||
%autosetup -p 2 -n checkpolicy-%{version}-rc2
|
||||
|
||||
%build
|
||||
|
||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
||||
%{_bindir}/sedispol
|
||||
|
||||
%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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.2-rc1.tar.gz) = e482b8fbc77548d5c1864d251ba3c81fd3b2ae7c67d5ddd08c35b1955e115399ad4c43679c9dbe7a4e3e1b9bda403d171988100af11877b27a54265652176011
|
||||
SHA512 (checkpolicy-3.2-rc2.tar.gz) = 21871eff74b2cbd7b3f00d0d6a624d6c9ff46f8a37d501089071b75edb066ab78306aa5ff9f7a9c8eb236bc933d750bb1bb36ce63dbd12a5dd2466a781e33c2b
|
||||
|
Loading…
Reference in New Issue
Block a user