SELinux userspace 3.9 release
Resolves: RHEL-104006
This commit is contained in:
parent
5230935f3c
commit
75003eee07
2
.gitignore
vendored
2
.gitignore
vendored
@ -242,3 +242,5 @@ libselinux-2.0.96.tgz
|
||||
/libselinux-3.8.tar.gz.asc
|
||||
/libselinux-3.9-rc2.tar.gz
|
||||
/libselinux-3.9-rc2.tar.gz.asc
|
||||
/libselinux-3.9.tar.gz
|
||||
/libselinux-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,14 +1,14 @@
|
||||
%define ruby_inc %(pkg-config --cflags ruby)
|
||||
%define libsepolver 3.9-0
|
||||
%define libsepolver 3.9-1
|
||||
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 3.9
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: LicenseRef-Fedora-Public-Domain
|
||||
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc2/libselinux-%{version}-rc2.tar.gz
|
||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc2/libselinux-%{version}-rc2.tar.gz.asc
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/libselinux-%{version}.tar.gz
|
||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}/libselinux-%{version}.tar.gz.asc
|
||||
Source2: https://github.com/bachradsusi.gpg
|
||||
Source3: selinuxconlist.8
|
||||
Source4: selinuxdefcon.8
|
||||
@ -16,7 +16,7 @@ Source4: selinuxdefcon.8
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.9-rc2 -- libselinux
|
||||
# $ git format-patch -N 3.9 -- libselinux
|
||||
# $ i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
# Patch list start
|
||||
Patch0001: 0001-Use-SHA-2-instead-of-SHA-1.patch
|
||||
@ -92,7 +92,7 @@ needed for developing SELinux applications.
|
||||
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup -p 2 -n libselinux-%{version}-rc2
|
||||
%autosetup -p 2 -n libselinux-%{version}
|
||||
|
||||
%build
|
||||
export DISABLE_RPM="y"
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (libselinux-3.9-rc2.tar.gz) = c74e7aa9535725d6b708e9ac4e9c19d90b3600d35f0bdb945a4389f02ed9fd9ed79bab0533185a12095e8bfd784420f174cb945abc519668c862085e8702723f
|
||||
SHA512 (libselinux-3.9-rc2.tar.gz.asc) = f5dda2202a76fe5ad31734d2a8fc42da1460cd3caeeff4020aa56265509855cd66618a215d64b3bad919ab5a0d63cb5217e6b9f59cafe82848a252d98b71ebc7
|
||||
SHA512 (libselinux-3.9.tar.gz) = a91942e7d16673396610d969f2471173989995a048edacf6076f6df3200a0d541a1c9932a7632d70aa7c728de7e7d3c62712e5aab6c0b763826e7ffef808cadb
|
||||
SHA512 (libselinux-3.9.tar.gz.asc) = 20bd4eaa75c0830b10fa8116ab787ca9d5099330c270e2e620220144b9fd239e1e2ca1ddc7ea79c1c3c6863b672530b4f875d6e68043de0da44e035b42d7d132
|
||||
|
Loading…
Reference in New Issue
Block a user