SELinux userspace 3.6-rc2 release
This commit is contained in:
parent
95eddbc54e
commit
5dfcb6a7b0
1
.gitignore
vendored
1
.gitignore
vendored
@ -230,3 +230,4 @@ libselinux-2.0.96.tgz
|
||||
/libselinux-3.5-rc3.tar.gz
|
||||
/libselinux-3.5.tar.gz
|
||||
/libselinux-3.6-rc1.tar.gz
|
||||
/libselinux-3.6-rc2.tar.gz
|
||||
|
@ -1,19 +1,19 @@
|
||||
%define ruby_inc %(pkg-config --cflags ruby)
|
||||
%define libsepolver 3.6-0
|
||||
%define libsepolver 3.6-0.rc2
|
||||
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 3.6
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: LicenseRef-Fedora-Public-Domain
|
||||
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc1/libselinux-3.6-rc1.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc2/libselinux-3.6-rc2.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.6-rc1 -- libselinux
|
||||
# $ git format-patch -N 3.6-rc2 -- 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}-rc1
|
||||
%autosetup -p 2 -n libselinux-%{version}-rc2
|
||||
|
||||
%build
|
||||
export DISABLE_RPM="y"
|
||||
@ -213,6 +213,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool*
|
||||
%{ruby_vendorarchdir}/selinux.so
|
||||
|
||||
%changelog
|
||||
* Thu Nov 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc2.1
|
||||
- SELinux userspace 3.6-rc2 release
|
||||
|
||||
* Mon Nov 13 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc1.1
|
||||
- SELinux userspace 3.6-rc1 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libselinux-3.6-rc1.tar.gz) = a7a8dc9c95cfbe96700b5508ba63214d75c817f0ca90076c3171c1dc809786b9d2fd6f5b6cef458b4a0ae5969a0472c0781f84d0b330f54e6603a896665b3adb
|
||||
SHA512 (libselinux-3.6-rc2.tar.gz) = 4a8af7f1e703f89c539f702bc8e59ed98d6ddcf6be11d9e034c78a357bb196dd3a4d0f37b30e2910d4c3b762d57a4686a1e3d95f45ff76fd99bcc46f206fa096
|
||||
|
Loading…
Reference in New Issue
Block a user