SELinux userspace 3.0 release
This commit is contained in:
parent
6e2f3c16bb
commit
0549d7c12a
1
.gitignore
vendored
1
.gitignore
vendored
@ -144,3 +144,4 @@ libsemanage-2.0.45.tgz
|
||||
/libsemanage-2.9-rc2.tar.gz
|
||||
/libsemanage-2.9.tar.gz
|
||||
/libsemanage-3.0-rc1.tar.gz
|
||||
/libsemanage-3.0.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
From f94d9d560bf05bf059da75150d49899478b23fdc Mon Sep 17 00:00:00 2001
|
||||
From 4a8aa78cd21b400c13b1895c03a97a8974aeff47 Mon Sep 17 00:00:00 2001
|
||||
From: Petr Lautrbach <plautrba@redhat.com>
|
||||
Date: Wed, 7 Nov 2018 18:17:34 +0100
|
||||
Subject: [PATCH] libsemanage: Fix RESOURCE_LEAK and USE_AFTER_FREE coverity
|
||||
|
@ -1,13 +1,13 @@
|
||||
%define libsepolver 3.0
|
||||
%define libselinuxver 3.0
|
||||
%define libsepolver 3.0-1
|
||||
%define libselinuxver 3.0-1
|
||||
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 3.0
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/20191031/libsemanage-3.0-rc1.tar.gz
|
||||
# fedora-selinux/selinux: git format-patch -N libsemanage-3.0-rc1 -- libsemanage
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/20191204/libsemanage-3.0.tar.gz
|
||||
# fedora-selinux/selinux: git format-patch -N libsemanage-3.0 -- libsemanage
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
# Patch list start
|
||||
Patch0001: 0001-libsemanage-Fix-RESOURCE_LEAK-and-USE_AFTER_FREE-cov.patch
|
||||
@ -74,7 +74,7 @@ The libsemanage-python3 package contains the python 3 bindings for developing
|
||||
SELinux management applications.
|
||||
|
||||
%prep
|
||||
%autosetup -n libsemanage-%{version}-rc1 -p 2
|
||||
%autosetup -n libsemanage-%{version} -p 2
|
||||
|
||||
|
||||
%build
|
||||
@ -156,6 +156,9 @@ sed -i '1s%\(#! */usr/bin/python\)\([^3].*\|\)$%\13\2%' %{buildroot}%{_libexecdi
|
||||
%{_libexecdir}/selinux/semanage_migrate_store
|
||||
|
||||
%changelog
|
||||
* Fri Dec 6 2019 Petr Lautrbach <plautrba@redhat.com> - 3.0-1
|
||||
- SELinux userspace 3.0 release
|
||||
|
||||
* Mon Nov 11 2019 Petr Lautrbach <plautrba@redhat.com> - 3.0-0.rc1.1
|
||||
- SELinux userspace 3.0-rc1 release candidate
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsemanage-3.0-rc1.tar.gz) = 2e159c1384d0e9d7d2ec54bb83c460659e2b705e8380f763ef9e67d1f2725aba91d466a89e8bac3ff7a10980711c35b3a2637e14f8300fb472614244265b0f04
|
||||
SHA512 (libsemanage-3.0.tar.gz) = f960e1bd6815d3c9f000efa7ae717bc7937e742af5a7fea4aa865cf1aee49486e34897d83dbdb9cf77975a09a5ad77e5512d47690a74512a468a89432b72a42c
|
||||
|
Loading…
Reference in New Issue
Block a user