SELinux userspace 3.9-rc2 release
Related: RHEL-104006
This commit is contained in:
parent
bd531668af
commit
7e21e08121
2
.gitignore
vendored
2
.gitignore
vendored
@ -54,3 +54,5 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-3.8-rc3.tar.gz.asc
|
||||
/mcstrans-3.8.tar.gz
|
||||
/mcstrans-3.8.tar.gz.asc
|
||||
/mcstrans-3.9-rc2.tar.gz
|
||||
/mcstrans-3.9-rc2.tar.gz.asc
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
* Fri Jul 04 2025 Petr Lautrbach <lautrbach@redhat.com> - 3.9-0.rc2.1
|
||||
- SELinux userspace 3.9-rc2 release
|
||||
|
||||
* Fri Jan 31 2025 Petr Lautrbach <lautrbach@redhat.com> - 3.8-1
|
||||
- SELinux userspace 3.8 release
|
||||
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 3.8
|
||||
Release: 1%{?dist}
|
||||
Version: 3.9
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/mcstrans-%{version}.tar.gz
|
||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}/mcstrans-%{version}.tar.gz.asc
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc2/mcstrans-%{version}-rc2.tar.gz
|
||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc2/mcstrans-%{version}-rc2.tar.gz.asc
|
||||
Source2: https://github.com/bachradsusi.gpg
|
||||
Source3: secolor.conf.8
|
||||
# fedora-selinux/selinux: git format-patch -N 3.8 -- mcstrans
|
||||
# fedora-selinux/selinux: git format-patch -N 3.9-rc2 -- 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
|
||||
@ -39,7 +39,7 @@ from internal representations to user defined representation.
|
||||
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup -p 2 -n mcstrans-%{version}
|
||||
%autosetup -p 2 -n mcstrans-%{version}-rc2
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (mcstrans-3.8.tar.gz) = bf90e2ca1e0176dc7668ef5ac047c814c33999bc276445176b8a4541cbc6b140a3148a1e9f390d01b1ec263c7a0676b378626da6588d6139b1024f292b79c205
|
||||
SHA512 (mcstrans-3.8.tar.gz.asc) = f3989b1e6839111593c4be4cd1e03814aff6d824ef4e94c76540521fa47ac7ecc0d25ed9ef9793d9d434c983b082ebdbd7df26a389ad068345a8153b022300e9
|
||||
SHA512 (mcstrans-3.9-rc2.tar.gz) = 1ad3d9bf3542accf57a8d3388d381a3dfeebc174238aeaa51bb1c0e65ae5501214accc23e443bde99b3740810adbb3d5de9ae08a5df88a2bc077c81f21f04586
|
||||
SHA512 (mcstrans-3.9-rc2.tar.gz.asc) = af1824d0ab4e516bad9f9389daf876bc2e30f4b954565341eb1f3f1b5ef9eaca56f61fca9e9914706ad7c42e3c2dd4de74d9425424865e1febcde0d3c5d70d64
|
||||
|
||||
Loading…
Reference in New Issue
Block a user