SELinux userspace 3.6-rc2 release
This commit is contained in:
parent
39f512a9ec
commit
24949e23a2
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-3.5-rc3.tar.gz
|
||||
/mcstrans-3.5.tar.gz
|
||||
/mcstrans-3.6-rc1.tar.gz
|
||||
/mcstrans-3.6-rc2.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 3.6
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
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-rc2/mcstrans-3.6-rc2.tar.gz
|
||||
Source2: secolor.conf.8
|
||||
# fedora-selinux/selinux: git format-patch -N 3.3 -- mcstrans
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
@ -35,7 +35,7 @@ mcstrans provides an translation daemon to translate SELinux categories
|
||||
from internal representations to user defined representation.
|
||||
|
||||
%prep
|
||||
%autosetup -p 2 -n mcstrans-%{version}-rc1
|
||||
%autosetup -p 2 -n mcstrans-%{version}-rc2
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -88,6 +88,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||
%{_usr}/share/mcstrans/util/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc2.1
|
||||
- SELinux userspace 3.6-rc2 release
|
||||
|
||||
* Tue Nov 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc1.1
|
||||
- SELinux userspace 3.6-rc1 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mcstrans-3.6-rc1.tar.gz) = d7d55f899e0a8f30b371888dcb94f662df012cb0ff9b8345093a59056fb1824dbc96a83525df464bc3e438860d2a039664d3aed054c250035c8ca61e6de2f203
|
||||
SHA512 (mcstrans-3.6-rc2.tar.gz) = 75a59424519f1b956c84ca195551d4b6cd15fd4bc8feab25598db100e275e3e0478407cce01569f8628ca9a4427bc5418f53d956fd0919b5affff7ee7b64d05d
|
||||
|
Loading…
Reference in New Issue
Block a user