import checkpolicy-3.4-1.el9
This commit is contained in:
parent
a59f3f3feb
commit
751c1e90e5
@ -1 +1 @@
|
|||||||
845c7408141b554d68df6490a7aa3fcc750ffc6d SOURCES/checkpolicy-3.3.tar.gz
|
c25629dcb9d04d6c3fee950c8c18903ea83a207c SOURCES/checkpolicy-3.4.tar.gz
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/checkpolicy-3.3.tar.gz
|
SOURCES/checkpolicy-3.4.tar.gz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%define libselinuxver 3.3-1
|
%define libselinuxver 3.4-1
|
||||||
%define libsepolver 3.3-1
|
%define libsepolver 3.4-1
|
||||||
|
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 3.3
|
Version: 3.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3/checkpolicy-3.3.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/checkpolicy-3.4.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.3 -- checkpolicy
|
# $ git format-patch -N 3.4 -- 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
|
||||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
|||||||
%{_bindir}/sedispol
|
%{_bindir}/sedispol
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 20 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-1
|
||||||
|
- SELinux userspace 3.4 release
|
||||||
|
|
||||||
* Fri Oct 22 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-1
|
* Fri Oct 22 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-1
|
||||||
- SELinux userspace 3.3 release
|
- SELinux userspace 3.3 release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user