SELinux userspace 3.3-rc3 release
This commit is contained in:
parent
5f312f8f65
commit
48a5425ce5
1
.gitignore
vendored
1
.gitignore
vendored
@ -219,3 +219,4 @@ libselinux-2.0.96.tgz
|
||||
/libselinux-3.2-rc2.tar.gz
|
||||
/libselinux-3.2.tar.gz
|
||||
/libselinux-3.3-rc2.tar.gz
|
||||
/libselinux-3.3-rc3.tar.gz
|
||||
|
@ -1,19 +1,19 @@
|
||||
%define ruby_inc %(pkg-config --cflags ruby)
|
||||
%define libsepolver 3.3-0.rc2
|
||||
%define libsepolver 3.3-0.rc3
|
||||
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 3.3
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 0.rc3.1%{?dist}
|
||||
License: Public Domain
|
||||
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3-rc2/libselinux-3.3-rc2.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3-rc3/libselinux-3.3-rc3.tar.gz
|
||||
Source1: selinuxconlist.8
|
||||
Source2: selinuxdefcon.8
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.2 -- libselinux
|
||||
# $ git format-patch -N 3.3-rc3 -- libselinux
|
||||
# $ i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
# Patch list start
|
||||
Patch0001: 0001-Use-SHA-2-instead-of-SHA-1.patch
|
||||
@ -87,7 +87,7 @@ The libselinux-static package contains the static libraries
|
||||
needed for developing SELinux applications.
|
||||
|
||||
%prep
|
||||
%autosetup -p 2 -n libselinux-%{version}-rc2
|
||||
%autosetup -p 2 -n libselinux-%{version}-rc3
|
||||
|
||||
%build
|
||||
export DISABLE_RPM="y"
|
||||
@ -213,6 +213,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool*
|
||||
%{ruby_vendorarchdir}/selinux.so
|
||||
|
||||
%changelog
|
||||
* Fri Oct 8 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-0.rc3.1
|
||||
- SELinux userspace 3.3-rc3 release
|
||||
|
||||
* Wed Sep 29 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-0.rc2.1
|
||||
- SELinux userspace 3.3-rc2 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libselinux-3.3-rc2.tar.gz) = 4cba7933a9d62609faa3e368715e6702ff9f9ba24439f9059489e014c3db6e5bea71385334bb95cf2c8748e6e0f2283addcc304443b883ccc9309db966127369
|
||||
SHA512 (libselinux-3.3-rc3.tar.gz) = aff3b625f0a745398f5d9c3e8b4a8be1014c56de0a6ac4294fe5220a95ada625506c6a0efc4ed7c67411a3e3e608b66f27d260b98883649e2bafa8ab19c5f268
|
||||
|
Loading…
Reference in New Issue
Block a user