SELinux userspace 3.6 release
Resolves: RHEL-16240
This commit is contained in:
parent
e893a87c93
commit
2022d11e02
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ mcstrans-0.3.1.tgz
|
|||||||
/mcstrans-3.5-rc3.tar.gz
|
/mcstrans-3.5-rc3.tar.gz
|
||||||
/mcstrans-3.5.tar.gz
|
/mcstrans-3.5.tar.gz
|
||||||
/mcstrans-3.6-rc1.tar.gz
|
/mcstrans-3.6-rc1.tar.gz
|
||||||
|
/mcstrans-3.6.tar.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Summary: SELinux Translation Daemon
|
Summary: SELinux Translation Daemon
|
||||||
Name: mcstrans
|
Name: mcstrans
|
||||||
Version: 3.6
|
Version: 3.6
|
||||||
Release: 0.rc1.1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc1/mcstrans-3.6-rc1.tar.gz
|
Source: https://github.com/SELinuxProject/selinux/releases/download/3.6/mcstrans-3.6.tar.gz
|
||||||
Source2: secolor.conf.8
|
Source2: secolor.conf.8
|
||||||
# fedora-selinux/selinux: git format-patch -N 3.6-rc1 -- mcstrans
|
# fedora-selinux/selinux: git format-patch -N 3.6 -- mcstrans
|
||||||
# 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
|
||||||
Patch0001: 0001-mcstrans-Do-not-accept-incomplete-contexts.patch
|
Patch0001: 0001-mcstrans-Do-not-accept-incomplete-contexts.patch
|
||||||
@ -38,7 +38,7 @@ mcstrans provides an translation daemon to translate SELinux categories
|
|||||||
from internal representations to user defined representation.
|
from internal representations to user defined representation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p 2 -n mcstrans-%{version}-rc1
|
%autosetup -p 2 -n mcstrans-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%set_build_flags
|
%set_build_flags
|
||||||
@ -94,6 +94,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
|||||||
%{_usr}/share/mcstrans/util/*
|
%{_usr}/share/mcstrans/util/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-1
|
||||||
|
- SELinux userspace 3.6 release
|
||||||
|
|
||||||
* Mon Nov 13 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc1.1
|
* Mon Nov 13 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 (mcstrans-3.6-rc1.tar.gz) = d7d55f899e0a8f30b371888dcb94f662df012cb0ff9b8345093a59056fb1824dbc96a83525df464bc3e438860d2a039664d3aed054c250035c8ca61e6de2f203
|
SHA512 (mcstrans-3.6.tar.gz) = 2c01a70741675faa41e8a9243f3cf08b558e568d7ae343874ff9c269473ba2748d42e0b45871d82d6c9b01bf71547835d547683f1aa5a8cf626708c7c69569fc
|
||||||
|
Loading…
Reference in New Issue
Block a user