SELinux userspace 3.5-rc2 release
Resolves: rhbz#2145224
This commit is contained in:
parent
a643b44719
commit
92a759c8bf
1
.gitignore
vendored
1
.gitignore
vendored
@ -185,3 +185,4 @@ libsepol-2.0.41.tgz
|
||||
/libsepol-3.3.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.2%{?dist}
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: LGPLv2+
|
||||
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
|
||||
Patch0001: 0001-libsepol-Bring-back-POLICYDB_CAPABILITY_-constants.patch
|
||||
@ -57,7 +57,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
|
||||
|
||||
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