libsepol-3.1-1
- SELinux userspace 3.1 release
This commit is contained in:
parent
fd4d970e8a
commit
c58a1c7ba8
1
.gitignore
vendored
1
.gitignore
vendored
@ -176,3 +176,4 @@ libsepol-2.0.41.tgz
|
||||
/libsepol-2.9.tar.gz
|
||||
/libsepol-3.0-rc1.tar.gz
|
||||
/libsepol-3.0.tar.gz
|
||||
/libsepol-3.1.tar.gz
|
||||
|
@ -1,18 +1,15 @@
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsepol
|
||||
Version: 3.0
|
||||
Release: 3%{?dist}
|
||||
Version: 3.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/20191204/libsepol-3.0.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/20200710/libsepol-3.1.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.0 -- libsepol
|
||||
# $ git format-patch -N libsepol-3.1 -- libsepol
|
||||
# $ i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
# Patch list start
|
||||
Patch0001: 0001-libsepol-cil-Fix-bug-in-cil_copy_avrule-in-extended-.patch
|
||||
Patch0002: 0002-libsepol-fix-CIL_KEY_-build-errors-with-fno-common.patch
|
||||
Patch0003: 0003-libsepol-remove-leftovers-of-cil_mem_error_handler.patch
|
||||
# Patch list end
|
||||
BuildRequires: gcc
|
||||
BuildRequires: flex
|
||||
@ -99,6 +96,9 @@ exit 0
|
||||
%{_libdir}/libsepol.so.1
|
||||
|
||||
%changelog
|
||||
* Fri Jul 10 2020 Petr Lautrbach <plautrba@redhat.com> - 3.1-1
|
||||
- SELinux userspace 3.1 release
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsepol-3.0.tar.gz) = 82a5bae0afd9ae53b55ddcfc9f6dd61724a55e45aef1d9cd0122d1814adf2abe63c816a7ac63b64b401f5c67acb910dd8e0574eec546bed04da7842ab6c3bb55
|
||||
SHA512 (libsepol-3.1.tar.gz) = 4b5f4e82853ff3e9b4fac2dbdea5c2fc3bb7b508af912217ac4b75da6540fbcd77aa314ab95cd9dfa94fbc4a885000656a663c1a152f65b4cf6970ea0b6034ab
|
||||
|
Loading…
Reference in New Issue
Block a user