SELinux userspace 3.5 release
Resolves: rhbz#2145226
This commit is contained in:
parent
ad79fadaff
commit
7ca971658b
1
.gitignore
vendored
1
.gitignore
vendored
@ -225,3 +225,4 @@ libselinux-2.0.96.tgz
|
|||||||
/libselinux-3.5-rc1.tar.gz
|
/libselinux-3.5-rc1.tar.gz
|
||||||
/libselinux-3.5-rc2.tar.gz
|
/libselinux-3.5-rc2.tar.gz
|
||||||
/libselinux-3.5-rc3.tar.gz
|
/libselinux-3.5-rc3.tar.gz
|
||||||
|
/libselinux-3.5.tar.gz
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
%define ruby_inc %(pkg-config --cflags ruby)
|
%define ruby_inc %(pkg-config --cflags ruby)
|
||||||
%define libsepolver 3.5-0.rc3
|
%define libsepolver 3.5-1
|
||||||
|
|
||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 3.5
|
Version: 3.5
|
||||||
Release: 0.rc3.1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
||||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc3/libselinux-3.5-rc3.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5/libselinux-3.5.tar.gz
|
||||||
Source1: selinuxconlist.8
|
Source1: selinuxconlist.8
|
||||||
Source2: selinuxdefcon.8
|
Source2: selinuxdefcon.8
|
||||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||||
# $ cd selinux
|
# $ cd selinux
|
||||||
# $ git format-patch -N 3.5-rc3 -- libselinux
|
# $ git format-patch -N 3.5 -- libselinux
|
||||||
# $ i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
# $ i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||||
# Patch list start
|
# Patch list start
|
||||||
Patch0001: 0001-Use-SHA-2-instead-of-SHA-1.patch
|
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.
|
needed for developing SELinux applications.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p 2 -n libselinux-%{version}-rc3
|
%autosetup -p 2 -n libselinux-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export DISABLE_RPM="y"
|
export DISABLE_RPM="y"
|
||||||
@ -214,6 +214,9 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool*
|
|||||||
%{ruby_vendorarchdir}/selinux.so
|
%{ruby_vendorarchdir}/selinux.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-1
|
||||||
|
- SELinux userspace 3.5 release
|
||||||
|
|
||||||
* Tue Feb 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc3.1
|
* Tue Feb 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc3.1
|
||||||
- SELinux userspace 3.5-rc3 release
|
- SELinux userspace 3.5-rc3 release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libselinux-3.5-rc3.tar.gz) = 61a30cde13ace69033a35a6a51da8baa09f6f6def810d4142ca1983f1055135ca5a027d2f6cb16e4141853050fd23adb21223db125e5bfcf1ca4644f7fcb1b29
|
SHA512 (libselinux-3.5.tar.gz) = 4e13261a5821018a5f3cdce676f180bb62e5bc225981ca8a498ece0d1c88d9ba8eaa0ce4099dd0849309a8a7c5a9a0953df841a9922f2c284e5a109e5d937ba7
|
||||||
|
Loading…
Reference in New Issue
Block a user