SELinux userspace 3.5-rc3 release
This commit is contained in:
parent
a9169037dd
commit
86bf21ccb1
1
.gitignore
vendored
1
.gitignore
vendored
@ -117,3 +117,4 @@ checkpolicy-2.0.22.tgz
|
|||||||
/checkpolicy-3.4.tar.gz
|
/checkpolicy-3.4.tar.gz
|
||||||
/checkpolicy-3.5-rc1.tar.gz
|
/checkpolicy-3.5-rc1.tar.gz
|
||||||
/checkpolicy-3.5-rc2.tar.gz
|
/checkpolicy-3.5-rc2.tar.gz
|
||||||
|
/checkpolicy-3.5-rc3.tar.gz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%define libselinuxver 3.5-0.rc2
|
%define libselinuxver 3.5-0.rc3
|
||||||
%define libsepolver 3.5-0.rc2
|
%define libsepolver 3.5-0.rc3
|
||||||
|
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 3.5
|
Version: 3.5
|
||||||
Release: 0.rc2.1%{?dist}.1
|
Release: 0.rc3.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.5-rc2/checkpolicy-3.5-rc2.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc3/checkpolicy-3.5-rc3.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.5-rc2 -- checkpolicy
|
# $ git format-patch -N 3.5-rc3 -- 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}-rc2
|
%autosetup -p 2 -n checkpolicy-%{version}-rc3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
|||||||
%{_bindir}/sedispol
|
%{_bindir}/sedispol
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc3.1
|
||||||
|
- SELinux userspace 3.5-rc3 release
|
||||||
|
|
||||||
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-0.rc2.1.1
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-0.rc2.1.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (checkpolicy-3.5-rc2.tar.gz) = 874924a6c3bf16127c32be309be48c3b3734a1c237e0ebf9a3bbf6636caaaff93db3462bd1d039ad9ebf1b72a4315c6e63f1ea9a48c0779f3c18f92c1862fa56
|
SHA512 (checkpolicy-3.5-rc3.tar.gz) = f7af9a3b2c0526a4d37c2bdf4d8f5bc3346560e06f8d8f19edcbb6d97ddfa8052f9e5253860fc7d27f398f138a4dc7a3fb542004657dd9d5800045e262e213f6
|
||||||
|
Loading…
Reference in New Issue
Block a user