SELinux userspace 3.5-rc3 release
This commit is contained in:
parent
c6c4b5ee75
commit
abcd890abc
1
.gitignore
vendored
1
.gitignore
vendored
@ -189,3 +189,4 @@ libsepol-2.0.41.tgz
|
||||
/libsepol-3.4.tar.gz
|
||||
/libsepol-3.5-rc1.tar.gz
|
||||
/libsepol-3.5-rc2.tar.gz
|
||||
/libsepol-3.5-rc3.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsepol
|
||||
Version: 3.5
|
||||
Release: 0.rc2.1%{?dist}.1
|
||||
Release: 0.rc3.1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc2/libsepol-3.5-rc2.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc3/libsepol-3.5-rc3.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-rc2 -- libsepol
|
||||
# $ git format-patch -N libsepol-3.5-rc3 -- 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}-rc2
|
||||
%autosetup -p 2 -n libsepol-%{version}-rc3
|
||||
|
||||
# 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 Feb 13 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc3.1
|
||||
- SELinux userspace 3.5-rc3 release
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-0.rc2.1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsepol-3.5-rc2.tar.gz) = a270f3d74ec658bee1b4ef689a03e9b683793e762b3340333fc18c78cf1141732e3f8cd2674f302e5197e37fc0db394ff1893e6f41f9586c5a9cb966636ea283
|
||||
SHA512 (libsepol-3.5-rc3.tar.gz) = 89af8055db6df4a15d71389a1bc7fa9bf0ecb1f51c84dd429bcd9945ece73b8232a9a436f89bd160c65f52ab6861cabc3f5afdb49726114b10fa556296be2c1d
|
||||
|
Loading…
Reference in New Issue
Block a user