SELinux userspace 3.5 release
Resolves: rhbz#2145231
This commit is contained in:
parent
ad459764cc
commit
c75866b39f
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-3.5-rc1.tar.gz
|
||||
/mcstrans-3.5-rc2.tar.gz
|
||||
/mcstrans-3.5-rc3.tar.gz
|
||||
/mcstrans-3.5.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 3.5
|
||||
Release: 0.rc3.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPL+
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc3/mcstrans-3.5-rc3.tar.gz
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.5/mcstrans-3.5.tar.gz
|
||||
Source2: secolor.conf.8
|
||||
# fedora-selinux/selinux: git format-patch -N 3.5-rc3 -- mcstrans
|
||||
# fedora-selinux/selinux: git format-patch -N 3.5 -- mcstrans
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
# Patch list start
|
||||
# Patch list end
|
||||
@ -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}-rc3
|
||||
%autosetup -p 2 -n mcstrans-%{version}
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -91,6 +91,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||
%{_usr}/share/mcstrans/util/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-1
|
||||
- SELinux userspace 3.5 release
|
||||
|
||||
* Wed Feb 15 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc3.1
|
||||
- SELinux userspace 3.5-rc3 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mcstrans-3.5-rc3.tar.gz) = 08c861a807013e0744dea8786b236c21db421a874d3f351de27f163e979e31985b7df743f9178e1a8bdbbc087da8b986c07a212aff3e32750e99b94835b0cdb6
|
||||
SHA512 (mcstrans-3.5.tar.gz) = f4d3b04750e197c6abd31f1642af4b53a4fe0e968952a7ade992909f903d7486c1e72733963453563fcbc9745273c8238f169f520550df1470e7f6e4d6e56665
|
||||
|
Loading…
Reference in New Issue
Block a user