SELinux userspace 3.6-rc1 release
This commit is contained in:
parent
3a646eb954
commit
e926bd9d32
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-3.5-rc2.tar.gz
|
||||
/mcstrans-3.5-rc3.tar.gz
|
||||
/mcstrans-3.5.tar.gz
|
||||
/mcstrans-3.6-rc1.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 3.5
|
||||
Release: 2%{?dist}
|
||||
Version: 3.6
|
||||
Release: 0.rc1.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/mcstrans-3.5.tar.gz
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc1/mcstrans-3.6-rc1.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}
|
||||
%autosetup -p 2 -n mcstrans-%{version}-rc1
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -91,6 +91,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||
%{_usr}/share/mcstrans/util/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc1.1
|
||||
- SELinux userspace 3.6-rc1 release
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mcstrans-3.5.tar.gz) = f4d3b04750e197c6abd31f1642af4b53a4fe0e968952a7ade992909f903d7486c1e72733963453563fcbc9745273c8238f169f520550df1470e7f6e4d6e56665
|
||||
SHA512 (mcstrans-3.6-rc1.tar.gz) = d7d55f899e0a8f30b371888dcb94f662df012cb0ff9b8345093a59056fb1824dbc96a83525df464bc3e438860d2a039664d3aed054c250035c8ca61e6de2f203
|
||||
|
Loading…
Reference in New Issue
Block a user