checkpolicy-3.5-0.rc1.1
- SELinux userspace 3.5-rc1 release Resolves: rhbz#2145230
This commit is contained in:
parent
59be98a24f
commit
2bf78f3526
1
.gitignore
vendored
1
.gitignore
vendored
@ -112,3 +112,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.3-rc3.tar.gz
|
||||
/checkpolicy-3.3.tar.gz
|
||||
/checkpolicy-3.4.tar.gz
|
||||
/checkpolicy-3.5-rc1.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define libselinuxver 3.4-1
|
||||
%define libsepolver 3.4-1
|
||||
%define libselinuxver 3.5-0
|
||||
%define libsepolver 3.5-0
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.4
|
||||
Release: 1%{?dist}
|
||||
Version: 3.5
|
||||
Release: 0.rc1.1%{?dist}
|
||||
License: GPLv2
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/checkpolicy-3.4.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc1/checkpolicy-3.5-rc1.tar.gz
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.4 -- checkpolicy
|
||||
# $ git format-patch -N 3.5-rc1 -- 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}
|
||||
%autosetup -p 2 -n checkpolicy-%{version}-rc1
|
||||
|
||||
%build
|
||||
|
||||
@ -50,7 +50,7 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%license LICENSE
|
||||
%{_bindir}/checkpolicy
|
||||
%{_bindir}/checkmodule
|
||||
%{_mandir}/man8/checkpolicy.8.gz
|
||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
||||
%{_bindir}/sedispol
|
||||
|
||||
%changelog
|
||||
* Mon Jan 2 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc1.1
|
||||
- SELinux userspace 3.5-rc1 release
|
||||
|
||||
* Fri May 20 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-1
|
||||
- SELinux userspace 3.4 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.4.tar.gz) = e7f7a4e987af473fd7cda0e47539061a8cb2e65a6b930f4736c538eb319129b260a3f03d2f50863e73a275ee3d58c441c33f95c80ea2bff6157e37226be54b92
|
||||
SHA512 (checkpolicy-3.5-rc1.tar.gz) = e1913a874b109a3a0456928ca24cb0ac718279278376aa8e00e03b06384756e13eef266139fa05c30d7a6b6970d754f063519e4eeba26b3827093f0cec4fe68a
|
||||
|
Loading…
Reference in New Issue
Block a user