Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/mcstrans.git#c18c8d18f36bf327fe2d8ac36218eae4d5b48aa5
This commit is contained in:
parent
c534151dfe
commit
02db7c7198
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-3.1.tar.gz
|
||||
/mcstrans-3.2-rc1.tar.gz
|
||||
/mcstrans-3.2-rc2.tar.gz
|
||||
/mcstrans-3.2.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 3.2
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPL+
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.2-rc2/mcstrans-3.2-rc2.tar.gz
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.2/mcstrans-3.2.tar.gz
|
||||
Source2: secolor.conf.8
|
||||
# fedora-selinux/selinux: git format-patch -N 3.2-rc2 -- mcstrans
|
||||
# fedora-selinux/selinux: git format-patch -N 3.2 -- 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
|
||||
@ -38,7 +38,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
|
||||
@ -94,6 +94,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||
%{_usr}/share/mcstrans/util/*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 9 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-1
|
||||
- SELinux userspace 3.2 release
|
||||
|
||||
* Sun Feb 7 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-0.rc2.1
|
||||
- SELinux userspace 3.2-rc2 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mcstrans-3.2-rc2.tar.gz) = 12eff38e7f4bc5e67c46f69ab3ca1d77fe104eaebc6aac3323878f2be4eff8451cf5b8178464ef5f97968b69657a1ea9c8681bbc61d403a715f3ce1182780ecc
|
||||
SHA512 (mcstrans-3.2.tar.gz) = edc7d4c255056d823c67d69d0c0bb49e8da8cf1b69d94b65e1c2cb5f4944dcc0bd26ed795d76cbe310d9c98b98ca69a49eb7e39ed4cd7df3f6ed8bd1b68da6b1
|
||||
|
Loading…
Reference in New Issue
Block a user