SELinux userspace 3.6 release
Resolves: RHEL-16235
This commit is contained in:
parent
c18595766a
commit
d568b2713a
1
.gitignore
vendored
1
.gitignore
vendored
@ -189,3 +189,4 @@ libsepol-2.0.41.tgz
|
||||
/libsepol-3.5-rc3.tar.gz
|
||||
/libsepol-3.5.tar.gz
|
||||
/libsepol-3.6-rc1.tar.gz
|
||||
/libsepol-3.6.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsepol
|
||||
Version: 3.6
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc1/libsepol-3.6-rc1.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6/libsepol-3.6.tar.gz
|
||||
URL: https://github.com/SELinuxProject/selinux/wiki
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N libsepol-3.6-rc1 -- libsepol
|
||||
# $ git format-patch -N libsepol-3.6 -- libsepol
|
||||
# $ i=1; for j in 0*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
# Patch list start
|
||||
Patch0001: 0001-libsepol-Bring-back-POLICYDB_CAPABILITY_-constants.patch
|
||||
@ -59,7 +59,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
The libsepol-utils package contains the utilities
|
||||
|
||||
%prep
|
||||
%autosetup -p 2 -n libsepol-%{version}-rc1
|
||||
%autosetup -p 2 -n libsepol-%{version}
|
||||
|
||||
# sparc64 is an -fPIC arch, so we need to fix it here
|
||||
%ifarch sparc64
|
||||
@ -109,6 +109,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8
|
||||
%{_mandir}/man8/chkcon.8.gz
|
||||
|
||||
%changelog
|
||||
* Wed Dec 13 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-1
|
||||
- SELinux userspace 3.6 release
|
||||
|
||||
* Mon Nov 13 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc1.1
|
||||
- SELinux userspace 3.6-rc1 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsepol-3.6-rc1.tar.gz) = a170102460519a011be534cc74439089ebf5c61afaa9bb13ae601ba7816cdf6bed1871a7d7d3d8b54eb61dbfb96aff2d2c365d0eebcadf67e43cb943ef22d3c3
|
||||
SHA512 (libsepol-3.6.tar.gz) = 35a42d2749fc4f71bc6b7488380714f56975564007128566f1c73e5c50bf81c17535b2cfda4583aacb4870aa2cd5885321c01523e415bda8b3326bfefb13d58e
|
||||
|
Loading…
Reference in New Issue
Block a user