SELinux userspace 3.8 release
Resolves: RHEL-69451 Resolves: RHEL-70632
This commit is contained in:
parent
0bb63ca6e6
commit
c75b86d3ed
2
.gitignore
vendored
2
.gitignore
vendored
@ -169,3 +169,5 @@ libsemanage-2.0.45.tgz
|
||||
/libsemanage-3.8-rc1.tar.gz.asc
|
||||
/libsemanage-3.8-rc3.tar.gz
|
||||
/libsemanage-3.8-rc3.tar.gz.asc
|
||||
/libsemanage-3.8.tar.gz
|
||||
/libsemanage-3.8.tar.gz.asc
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
* Thu Jan 30 2025 Petr Lautrbach <lautrbach@redhat.com> - 3.8-1
|
||||
- SELinux userspace 3.8 release
|
||||
|
||||
* Wed Dec 18 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.8-0.rc3.1
|
||||
- SELinux userspace 3.8-rc3 release
|
||||
|
||||
|
||||
@ -1,13 +1,13 @@
|
||||
%define libsepolver 3.8-0.rc3
|
||||
%define libselinuxver 3.8-0.rc3
|
||||
%define libsepolver 3.8-1
|
||||
%define libselinuxver 3.8-1
|
||||
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 3.8
|
||||
Release: 0.rc3.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc3/libsemanage-%{version}-rc3.tar.gz
|
||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc3/libsemanage-%{version}-rc3.tar.gz.asc
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/libsemanage-%{version}.tar.gz
|
||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}/libsemanage-%{version}.tar.gz.asc
|
||||
Source2: https://github.com/bachradsusi.gpg
|
||||
# git format-patch -N 3.8 -- libsemanage
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
@ -79,7 +79,7 @@ SELinux management applications.
|
||||
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup -p 2 -n libsemanage-%{version}-rc3
|
||||
%autosetup -p 2 -n libsemanage-%{version}
|
||||
|
||||
|
||||
%build
|
||||
@ -157,5 +157,4 @@ cp %{SOURCE3} ${RPM_BUILD_ROOT}%{_sysconfdir}/selinux/semanage.conf
|
||||
%{_libexecdir}/selinux/semanage_migrate_store
|
||||
|
||||
%changelog
|
||||
|
||||
%autochangelog
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (libsemanage-3.8-rc3.tar.gz) = f55fbd198ae2c12858b4cdf257bc6afb625cdc4c69a84d392c541e9b2137c36c56fde9311de40dcdef7db16094387c775788406d26e940762dfaeff4694e2728
|
||||
SHA512 (libsemanage-3.8-rc3.tar.gz.asc) = f4c440b25782709e0a534e84f001387234680df44b6dd712fa73db7d5fdf4955d116e92dabf23b34e1eb3fa2053cd8cf7a1188d62317ce258583132adbf18054
|
||||
SHA512 (libsemanage-3.8.tar.gz) = 493168ddae15566c9526824081f076302bb44077fe6a935166d244fbbb49fae73b7416898bded8df0c0472939b4f79f1da0bf014bc70951026cdd6b065353ceb
|
||||
SHA512 (libsemanage-3.8.tar.gz.asc) = 390336c31e7c15fdd2d29aaa93b0d886ee28a1d5dba2fe53694faa9405f49cdd527c1842ba40ce04fd4f9c341a3d8a9dbf536f5fd861a8e7fc6641a87138dcaa
|
||||
|
||||
Loading…
Reference in New Issue
Block a user