SELinux userspace 3.9 release
Resolves: RHEL-104006
This commit is contained in:
parent
7e21e08121
commit
3990f69ea3
2
.gitignore
vendored
2
.gitignore
vendored
@ -56,3 +56,5 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-3.8.tar.gz.asc
|
||||
/mcstrans-3.9-rc2.tar.gz
|
||||
/mcstrans-3.9-rc2.tar.gz.asc
|
||||
/mcstrans-3.9.tar.gz
|
||||
/mcstrans-3.9.tar.gz.asc
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
* Wed Jul 23 2025 Vit Mojzis <vmojzis@redhat.com> - 3.9-1
|
||||
- SELinux userspace 3.9 release
|
||||
|
||||
* Fri Jul 04 2025 Petr Lautrbach <lautrbach@redhat.com> - 3.9-0.rc2.1
|
||||
- SELinux userspace 3.9-rc2 release
|
||||
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 3.9
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
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
|
||||
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
|
||||
Source2: https://github.com/bachradsusi.gpg
|
||||
Source3: secolor.conf.8
|
||||
# fedora-selinux/selinux: git format-patch -N 3.9-rc2 -- mcstrans
|
||||
# fedora-selinux/selinux: git format-patch -N 3.9 -- 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}-rc2
|
||||
%autosetup -p 2 -n mcstrans-%{version}
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (mcstrans-3.9-rc2.tar.gz) = 1ad3d9bf3542accf57a8d3388d381a3dfeebc174238aeaa51bb1c0e65ae5501214accc23e443bde99b3740810adbb3d5de9ae08a5df88a2bc077c81f21f04586
|
||||
SHA512 (mcstrans-3.9-rc2.tar.gz.asc) = af1824d0ab4e516bad9f9389daf876bc2e30f4b954565341eb1f3f1b5ef9eaca56f61fca9e9914706ad7c42e3c2dd4de74d9425424865e1febcde0d3c5d70d64
|
||||
SHA512 (mcstrans-3.9.tar.gz) = dd062de4061a57072b45520e4b765bf7ac99f2ab316982ea3f08a45ca3340d1af36bb5f09112ced3d461bcfffbd06db1b0f6c2659e4a8d2ec259c8a231e3da0e
|
||||
SHA512 (mcstrans-3.9.tar.gz.asc) = 47658bc247d91a78d45604405ebf017e02901aa4a305a606bd899a8317c6e0b9901f936ebb870536da554393dfdc32813fcb2f7a9fa50780c98b439af6b23e6e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user