SELinux userspace 3.5-rc3 release
This commit is contained in:
parent
dd1b58bd65
commit
0c88d59904
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-3.4.tar.gz
|
||||
/mcstrans-3.5-rc1.tar.gz
|
||||
/mcstrans-3.5-rc2.tar.gz
|
||||
/mcstrans-3.5-rc3.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 3.5
|
||||
Release: 0.rc2.1%{?dist}.1
|
||||
Release: 0.rc3.1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc2/mcstrans-3.5-rc2.tar.gz
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc3/mcstrans-3.5-rc3.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}-rc3
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -91,6 +91,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||
%{_usr}/share/mcstrans/util/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc3.1
|
||||
- SELinux userspace 3.5-rc3 release
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-0.rc2.1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mcstrans-3.5-rc2.tar.gz) = bf0dceff4fa90fdcd275d8cd0935b32cc9bd6a6bfb58cde8bfc3401c76a93eb5b5d9719d51512fc1534d8a57559e81e302584760380d9cddeb597e12385e7831
|
||||
SHA512 (mcstrans-3.5-rc3.tar.gz) = 08c861a807013e0744dea8786b236c21db421a874d3f351de27f163e979e31985b7df743f9178e1a8bdbbc087da8b986c07a212aff3e32750e99b94835b0cdb6
|
||||
|
Loading…
Reference in New Issue
Block a user