SELinux userspace 3.6-rc2 release
This commit is contained in:
parent
be899ce7c6
commit
b9f13ff23e
1
.gitignore
vendored
1
.gitignore
vendored
@ -192,3 +192,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-rc2.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsepol
|
||||
Version: 3.6
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
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-rc2/libsepol-3.6-rc2.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-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
|
||||
@ -56,7 +56,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}-rc2
|
||||
|
||||
# sparc64 is an -fPIC arch, so we need to fix it here
|
||||
%ifarch sparc64
|
||||
@ -106,6 +106,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8
|
||||
%{_mandir}/man8/chkcon.8.gz
|
||||
|
||||
%changelog
|
||||
* Thu Nov 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc2.1
|
||||
- SELinux userspace 3.6-rc2 release
|
||||
|
||||
* Fri Nov 10 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-rc2.tar.gz) = 47e4d359a1d327ad6a0517788dcba0106847801beabe8de3b39f9394aa907a660c161cf809730370098712b95d1772bf9b044104ee2b177d2b1cefdc2622057d
|
||||
|
Loading…
Reference in New Issue
Block a user