SELinux userspace 3.9 release
Resolves: RHEL-104006
This commit is contained in:
parent
d211f7bd7c
commit
7bcca4b95e
2
.gitignore
vendored
2
.gitignore
vendored
@ -204,3 +204,5 @@ libsepol-2.0.41.tgz
|
||||
/libsepol-3.8.tar.gz.asc
|
||||
/libsepol-3.9-rc2.tar.gz
|
||||
/libsepol-3.9-rc2.tar.gz.asc
|
||||
/libsepol-3.9.tar.gz
|
||||
/libsepol-3.9.tar.gz.asc
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
* Tue Jul 22 2025 Vit Mojzis <vmojzis@redhat.com> - 3.9-1
|
||||
- SELinux userspace 3.9 release
|
||||
|
||||
* Mon Jun 30 2025 Petr Lautrbach <lautrbach@redhat.com> - 3.9-0.rc2.1
|
||||
- SELinux userspace 3.9-rc2 release
|
||||
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsepol
|
||||
Version: 3.9
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
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
|
||||
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
|
||||
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.9-rc2 -- libsepol
|
||||
# $ git format-patch -N libsepol-3.9 -- 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}-rc2
|
||||
%autosetup -p 2 -n libsepol-%{version}
|
||||
|
||||
# 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.9-rc2.tar.gz) = 33adcc01fe8efac849f5ec902d162d2b57505fb907539f8ebf20b3858635b65d356cb3f283793a0cf4085bdd487e1044741865e0d3188d16d7eebed9b1c5eea9
|
||||
SHA512 (libsepol-3.9-rc2.tar.gz.asc) = 5069877f14917ae74db1121a51454dfcda1b53e91d349ec2bda6ad03ba5a7b41c74807cafd1946aec20e715beef4ec21b4a2bf09873fe2b1c98592cf548b56e2
|
||||
SHA512 (libsepol-3.9.tar.gz) = 9a198fb0b7f4981939e6556ba690892bda77446785c2015cdf4178fa303095186f255dfbebe04e6749a139379718a012349aa7a70fac94a860a3745c0536afe9
|
||||
SHA512 (libsepol-3.9.tar.gz.asc) = a84d39be1ab744d70c6df7f170f429f6625218e304c748317188670202de6bc2175a88b4b006c451aa3874c28881fbe09f6dfcc13022f3cbbef2acd4a886a992
|
||||
|
||||
Loading…
Reference in New Issue
Block a user