SELinux userspace 3.9-rc2 release
Related: RHEL-104006
This commit is contained in:
parent
a42d673351
commit
d211f7bd7c
2
.gitignore
vendored
2
.gitignore
vendored
@ -202,3 +202,5 @@ libsepol-2.0.41.tgz
|
||||
/libsepol-3.8-rc3.tar.gz.asc
|
||||
/libsepol-3.8.tar.gz
|
||||
/libsepol-3.8.tar.gz.asc
|
||||
/libsepol-3.9-rc2.tar.gz
|
||||
/libsepol-3.9-rc2.tar.gz.asc
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
* Mon Jun 30 2025 Petr Lautrbach <lautrbach@redhat.com> - 3.9-0.rc2.1
|
||||
- SELinux userspace 3.9-rc2 release
|
||||
|
||||
* Thu Jan 30 2025 Petr Lautrbach <lautrbach@redhat.com> - 3.8-1
|
||||
- SELinux userspace 3.8 release
|
||||
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsepol
|
||||
Version: 3.8
|
||||
Release: 1%{?dist}
|
||||
Version: 3.9
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/libsepol-%{version}.tar.gz
|
||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}/libsepol-%{version}.tar.gz.asc
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc2/libsepol-%{version}-rc2.tar.gz
|
||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc2/libsepol-%{version}-rc2.tar.gz.asc
|
||||
Source2: https://github.com/bachradsusi.gpg
|
||||
URL: https://github.com/SELinuxProject/selinux/wiki
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N libsepol-3.8 -- libsepol
|
||||
# $ git format-patch -N libsepol-3.9-rc2 -- libsepol
|
||||
# $ i=1; for j in 0*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
# Patch list start
|
||||
# Patch list end
|
||||
@ -60,7 +60,7 @@ The libsepol-utils package contains the utilities
|
||||
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup -p 2 -n libsepol-%{version}
|
||||
%autosetup -p 2 -n libsepol-%{version}-rc2
|
||||
|
||||
# sparc64 is an -fPIC arch, so we need to fix it here
|
||||
%ifarch sparc64
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (libsepol-3.8.tar.gz) = 06da9bac1075b54177c3237994f3db0f9a50e16a363874df7ba11a52084bce4af9623ecfc1db1779b555dee6aab62fbfbf1cd03cf5760bd00f74ea5775897e09
|
||||
SHA512 (libsepol-3.8.tar.gz.asc) = 36577f49921e6f9bef92a5cbb7028c1ad59e8c59ce24cdcab0482e11e85150304e38ec48f488d8e78bdb611d93fa3298677b6050307c933e99cefcab6b46099a
|
||||
SHA512 (libsepol-3.9-rc2.tar.gz) = 33adcc01fe8efac849f5ec902d162d2b57505fb907539f8ebf20b3858635b65d356cb3f283793a0cf4085bdd487e1044741865e0d3188d16d7eebed9b1c5eea9
|
||||
SHA512 (libsepol-3.9-rc2.tar.gz.asc) = 5069877f14917ae74db1121a51454dfcda1b53e91d349ec2bda6ad03ba5a7b41c74807cafd1946aec20e715beef4ec21b4a2bf09873fe2b1c98592cf548b56e2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user