|
|
@ -1,6 +1,6 @@
|
|
|
|
# github repo with selinux-policy sources
|
|
|
|
# github repo with selinux-policy sources
|
|
|
|
%global giturl https://github.com/fedora-selinux/selinux-policy
|
|
|
|
%global giturl https://github.com/fedora-selinux/selinux-policy
|
|
|
|
%global commit 0113b35519369e628e7fcd87af000cfcd4b1fa6c
|
|
|
|
%global commit b98a9aa153fa314a437f7f979d06efdb191f5a24
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
%define distro redhat
|
|
|
|
%define distro redhat
|
|
|
@ -23,8 +23,8 @@
|
|
|
|
%define CHECKPOLICYVER 3.2
|
|
|
|
%define CHECKPOLICYVER 3.2
|
|
|
|
Summary: SELinux policy configuration
|
|
|
|
Summary: SELinux policy configuration
|
|
|
|
Name: selinux-policy
|
|
|
|
Name: selinux-policy
|
|
|
|
Version: 38.1.45
|
|
|
|
Version: 38.1.44
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}.inferit
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
|
|
|
Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
|
|
|
Source1: modules-targeted-base.conf
|
|
|
|
Source1: modules-targeted-base.conf
|
|
|
@ -64,6 +64,10 @@ Source36: selinux-check-proper-disable.service
|
|
|
|
# Provide rpm macros for packages installing SELinux modules
|
|
|
|
# Provide rpm macros for packages installing SELinux modules
|
|
|
|
Source102: rpm.macros
|
|
|
|
Source102: rpm.macros
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# MSVSphere
|
|
|
|
|
|
|
|
# Added policy fprintd_t for facal fingerprint driver
|
|
|
|
|
|
|
|
Patch0: selinux-policy-focal-moh-spi.patch
|
|
|
|
|
|
|
|
|
|
|
|
Url: %{giturl}
|
|
|
|
Url: %{giturl}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python3 gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils-devel >= %{POLICYCOREUTILSVER} bzip2
|
|
|
|
BuildRequires: python3 gawk checkpolicy >= %{CHECKPOLICYVER} m4 policycoreutils-devel >= %{POLICYCOREUTILSVER} bzip2
|
|
|
@ -404,6 +408,7 @@ end
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -n %{name}-%{commit} -q
|
|
|
|
%setup -n %{name}-%{commit} -q
|
|
|
|
|
|
|
|
%patch -P0 -p1 -b .focal
|
|
|
|
tar -C policy/modules/contrib -xf %{SOURCE35}
|
|
|
|
tar -C policy/modules/contrib -xf %{SOURCE35}
|
|
|
|
|
|
|
|
|
|
|
|
mkdir selinux_config
|
|
|
|
mkdir selinux_config
|
|
|
@ -809,17 +814,8 @@ exit 0
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Sep 16 2024 Zdenek Pytela <zpytela@redhat.com> - 38.1.45-3
|
|
|
|
* Tue Nov 19 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 38.1.44-1.inferit
|
|
|
|
- Rebuild
|
|
|
|
- Added policy fprintd_t for focal fingerprint
|
|
|
|
Resolves: RHEL-55414
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 04 2024 Zdenek Pytela <zpytela@redhat.com> - 38.1.45-2
|
|
|
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
|
|
Resolves: RHEL-55414
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 29 2024 Zdenek Pytela <zpytela@redhat.com> - 38.1.45-1
|
|
|
|
|
|
|
|
- Allow setsebool_t relabel selinux data files
|
|
|
|
|
|
|
|
Resolves: RHEL-55414
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2024 Zdenek Pytela <zpytela@redhat.com> - 38.1.44-1
|
|
|
|
* Mon Aug 12 2024 Zdenek Pytela <zpytela@redhat.com> - 38.1.44-1
|
|
|
|
- Allow coreos-installer-generator work with partitions
|
|
|
|
- Allow coreos-installer-generator work with partitions
|
|
|
@ -1387,6 +1383,9 @@ Resolves: rhbz#2203359
|
|
|
|
- Allow snmpd read raw disk data
|
|
|
|
- Allow snmpd read raw disk data
|
|
|
|
Resolves: rhbz#2196528
|
|
|
|
Resolves: rhbz#2196528
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 38.1.12-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 Nikola Knazekova <nknazeko@redhat.com> - 38.1.12-1
|
|
|
|
* Fri Apr 14 2023 Nikola Knazekova <nknazeko@redhat.com> - 38.1.12-1
|
|
|
|
- Allow cloud-init domain transition to insights-client domain
|
|
|
|
- Allow cloud-init domain transition to insights-client domain
|
|
|
|
Resolves: rhbz#2162663
|
|
|
|
Resolves: rhbz#2162663
|
|
|
|