SELinux userspace 3.6 release
This commit is contained in:
parent
24949e23a2
commit
c2e2aad056
1
.gitignore
vendored
1
.gitignore
vendored
@ -45,3 +45,4 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-3.5.tar.gz
|
||||
/mcstrans-3.6-rc1.tar.gz
|
||||
/mcstrans-3.6-rc2.tar.gz
|
||||
/mcstrans-3.6.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 3.6
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 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-rc2/mcstrans-3.6-rc2.tar.gz
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.6/mcstrans-3.6.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}-rc2
|
||||
%autosetup -p 2 -n mcstrans-%{version}
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -88,6 +88,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||
%{_usr}/share/mcstrans/util/*
|
||||
|
||||
%changelog
|
||||
* Thu Dec 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-1
|
||||
- SELinux userspace 3.6 release
|
||||
|
||||
* Thu Nov 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc2.1
|
||||
- SELinux userspace 3.6-rc2 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mcstrans-3.6-rc2.tar.gz) = 75a59424519f1b956c84ca195551d4b6cd15fd4bc8feab25598db100e275e3e0478407cce01569f8628ca9a4427bc5418f53d956fd0919b5affff7ee7b64d05d
|
||||
SHA512 (mcstrans-3.6.tar.gz) = 2c01a70741675faa41e8a9243f3cf08b558e568d7ae343874ff9c269473ba2748d42e0b45871d82d6c9b01bf71547835d547683f1aa5a8cf626708c7c69569fc
|
||||
|
Loading…
Reference in New Issue
Block a user