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#1e0cf5160da9aa2e1f98479f8d1ae54ba22bb854
This commit is contained in:
parent
7f4d9ae42b
commit
c534151dfe
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-3.0.tar.gz
|
||||
/mcstrans-3.1.tar.gz
|
||||
/mcstrans-3.2-rc1.tar.gz
|
||||
/mcstrans-3.2-rc2.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 3.2
|
||||
Release: 0.rc1.1%{?dist}.1
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: GPL+
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.2-rc1/mcstrans-3.2-rc1.tar.gz
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.2-rc2/mcstrans-3.2-rc2.tar.gz
|
||||
Source2: secolor.conf.8
|
||||
# fedora-selinux/selinux: git format-patch -N 3.2-rc1 -- mcstrans
|
||||
# fedora-selinux/selinux: git format-patch -N 3.2-rc2 -- 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}-rc1
|
||||
%autosetup -p 2 -n mcstrans-%{version}-rc2
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -94,6 +94,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||
%{_usr}/share/mcstrans/util/*
|
||||
|
||||
%changelog
|
||||
* Sun Feb 7 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-0.rc2.1
|
||||
- SELinux userspace 3.2-rc2 release
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-0.rc1.1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mcstrans-3.2-rc1.tar.gz) = 4d6654894e64f7e27adb14e9ae3f7235ca04233a06bdfa5d393fe2738ef927d5fbd87b6cb334d22758e4933a2c3be11ee076f73f90b97fcdc0fdbd42ffa51a29
|
||||
SHA512 (mcstrans-3.2-rc2.tar.gz) = 12eff38e7f4bc5e67c46f69ab3ca1d77fe104eaebc6aac3323878f2be4eff8451cf5b8178464ef5f97968b69657a1ea9c8681bbc61d403a715f3ce1182780ecc
|
||||
|
Loading…
Reference in New Issue
Block a user