SELinux userspace 3.3-rc3 release
Resolves: rhbz#2003554
This commit is contained in:
parent
51b0210f5f
commit
6a7c708c99
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-3.2-rc2.tar.gz
|
||||
/mcstrans-3.2.tar.gz
|
||||
/mcstrans-3.3-rc2.tar.gz
|
||||
/mcstrans-3.3-rc3.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 3.3
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 0.rc3.1%{?dist}
|
||||
License: GPL+
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.3-rc2/mcstrans-3.3-rc2.tar.gz
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.3-rc3/mcstrans-3.3-rc3.tar.gz
|
||||
Source2: secolor.conf.8
|
||||
# fedora-selinux/selinux: git format-patch -N 3.3-rc2 -- mcstrans
|
||||
# fedora-selinux/selinux: git format-patch -N 3.3-rc3 -- mcstrans
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
# Patch list start
|
||||
Patch0001: 0001-mcstrans-Fir-RESOURCE_LEAK-and-USE_AFTER_FREE-coveri.patch
|
||||
@ -39,7 +39,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}-rc3
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -95,6 +95,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||
%{_usr}/share/mcstrans/util/*
|
||||
|
||||
%changelog
|
||||
* Mon Oct 11 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-0.rc3.1
|
||||
- SELinux userspace 3.3-rc3 release
|
||||
|
||||
* Wed Sep 29 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-0.rc2.1
|
||||
- SELinux userspace 3.3-rc2 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mcstrans-3.3-rc2.tar.gz) = 22e0277bb76411128e67a670c7e494c4434a154cfd9d726cc02f35c6cbe07bd1f956395564ef530b3299c9bfcc97d2932fac3f683321a38b77caf4aed80ed093
|
||||
SHA512 (mcstrans-3.3-rc3.tar.gz) = 344c8f5b595df56fa3d1bcf7a4798428892141288db9d8d4950ea2c9459411bb7cdedea4bb6e525d44756da7fcaf487d2a6f0d4dcd9a6bd18866be6e81419a4f
|
||||
|
Loading…
Reference in New Issue
Block a user