SELinux userspace 3.5-rc2 release
This commit is contained in:
parent
7c000594d9
commit
70e021be4f
1
.gitignore
vendored
1
.gitignore
vendored
@ -188,3 +188,4 @@ libsepol-2.0.41.tgz
|
||||
/libsepol-3.4-rc3.tar.gz
|
||||
/libsepol-3.4.tar.gz
|
||||
/libsepol-3.5-rc1.tar.gz
|
||||
/libsepol-3.5-rc2.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsepol
|
||||
Version: 3.5
|
||||
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.5-rc1/libsepol-3.5-rc1.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc2/libsepol-3.5-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.5-rc1 -- libsepol
|
||||
# $ git format-patch -N libsepol-3.5-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
|
||||
* Mon Jan 16 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc2.1
|
||||
- SELinux userspace 3.5-rc2 release
|
||||
|
||||
* Fri Dec 23 2022 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc1.1
|
||||
- SELinux userspace 3.5-rc1 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsepol-3.5-rc1.tar.gz) = d4a57a599b98bc56349fcbcc347ce9d19f03c11490a34e71d219548f722d892a4b2d4edc2d4b9340b6b830021a6325d142e2207412b4b69f88fd3194e8fc98e0
|
||||
SHA512 (libsepol-3.5-rc2.tar.gz) = a270f3d74ec658bee1b4ef689a03e9b683793e762b3340333fc18c78cf1141732e3f8cd2674f302e5197e37fc0db394ff1893e6f41f9586c5a9cb966636ea283
|
||||
|
Loading…
Reference in New Issue
Block a user