SELinux userspace 3.6-rc2 release
This commit is contained in:
parent
d9775d7998
commit
56b7ec916b
1
.gitignore
vendored
1
.gitignore
vendored
@ -120,3 +120,4 @@ checkpolicy-2.0.22.tgz
|
|||||||
/checkpolicy-3.5-rc3.tar.gz
|
/checkpolicy-3.5-rc3.tar.gz
|
||||||
/checkpolicy-3.5.tar.gz
|
/checkpolicy-3.5.tar.gz
|
||||||
/checkpolicy-3.6-rc1.tar.gz
|
/checkpolicy-3.6-rc1.tar.gz
|
||||||
|
/checkpolicy-3.6-rc2.tar.gz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%define libselinuxver 3.6-0
|
%define libselinuxver 3.6-0.rc2
|
||||||
%define libsepolver 3.6-0
|
%define libsepolver 3.6-0.rc2
|
||||||
|
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 0.rc1.1%{?dist}
|
Release: 0.rc2.1%{?dist}
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc1/checkpolicy-3.6-rc1.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc2/checkpolicy-3.6-rc2.tar.gz
|
||||||
# $ 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 3.6-rc1 -- checkpolicy
|
# $ git format-patch -N 3.6-rc2 -- checkpolicy
|
||||||
# $ 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
|
||||||
@ -32,7 +32,7 @@ This package contains checkpolicy, the SELinux policy compiler.
|
|||||||
Only required for building policies.
|
Only required for building policies.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p 2 -n checkpolicy-%{version}-rc1
|
%autosetup -p 2 -n checkpolicy-%{version}-rc2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -59,6 +59,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
|||||||
%{_bindir}/sedispol
|
%{_bindir}/sedispol
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc2.1
|
||||||
|
- SELinux userspace 3.6-rc2 release
|
||||||
|
|
||||||
* Tue Nov 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc1.1
|
* Tue Nov 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc1.1
|
||||||
- SELinux userspace 3.6-rc1 release
|
- SELinux userspace 3.6-rc1 release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (checkpolicy-3.6-rc1.tar.gz) = 8ca6cef467dd4fcf085ee8c33d58b0eda8aa570b3ef61da57b31c8fca82e492b0275755968ea4c2e4c999bfcb279eb43232226b4db9ff62893ec0cb0190c0a3a
|
SHA512 (checkpolicy-3.6-rc2.tar.gz) = 477657834a7db3654c81fae284bf6184a04916157f3323f60bb4893045ad37667251b7793180abb0121f71af1694cd42edd9deea4cc23e56157473c2356eec1a
|
||||||
|
Loading…
Reference in New Issue
Block a user