Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libselinux.git#eb76942819d8257f78848fb0e10a2d37a54971e2
This commit is contained in:
parent
4468da8e97
commit
1790999db3
1
.gitignore
vendored
1
.gitignore
vendored
@ -216,3 +216,4 @@ libselinux-2.0.96.tgz
|
|||||||
/libselinux-3.0.tar.gz
|
/libselinux-3.0.tar.gz
|
||||||
/libselinux-3.1.tar.gz
|
/libselinux-3.1.tar.gz
|
||||||
/libselinux-3.2-rc1.tar.gz
|
/libselinux-3.2-rc1.tar.gz
|
||||||
|
/libselinux-3.2-rc2.tar.gz
|
||||||
|
@ -1,19 +1,19 @@
|
|||||||
%define ruby_inc %(pkg-config --cflags ruby)
|
%define ruby_inc %(pkg-config --cflags ruby)
|
||||||
%define libsepolver 3.2-0.rc1.1
|
%define libsepolver 3.2-0.rc2.1
|
||||||
|
|
||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 0.rc1.1%{?dist}
|
Release: 0.rc2.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.2-rc1/libselinux-3.2-rc1.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2-rc2/libselinux-3.2-rc2.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 libselinux-3.1 -- libselinux
|
# $ git format-patch -N 3.2-rc2 -- 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
|
||||||
# Patch list end
|
# Patch list end
|
||||||
@ -86,7 +86,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}-rc1
|
%autosetup -p 2 -n libselinux-%{version}-rc2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export DISABLE_RPM="y"
|
export DISABLE_RPM="y"
|
||||||
@ -212,6 +212,12 @@ rm -f %{buildroot}%{_mandir}/man8/togglesebool*
|
|||||||
%{ruby_vendorarchdir}/selinux.so
|
%{ruby_vendorarchdir}/selinux.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 5 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-0.rc2.1
|
||||||
|
- SELinux userspace 3.2-rc2 release
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.2-0.rc1.1.1
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
* Wed Jan 20 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-0.rc1.1
|
* Wed Jan 20 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-0.rc1.1
|
||||||
- SELinux userspace 3.2-rc1 release
|
- SELinux userspace 3.2-rc1 release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libselinux-3.2-rc1.tar.gz) = 76f80a4774e81abc5b1fcf54a7dfb72b2b1f7811f91767cff81118c0c515915b39a0dd950051d143a3b77c62d05bba2d538b04561f2e404960eff57e7181b741
|
SHA512 (libselinux-3.2-rc2.tar.gz) = aa4062a77402df49d5a6a5f500b78bb9fe2f5a76623d8a2a4b80452dabbbf8f9c12e5ca1d73f2800be4399a4e691ec57dfbf3db0c0b1e5ca5e5bee05dc0498fa
|
||||||
|
Loading…
Reference in New Issue
Block a user