SELinux userspace 3.6-rc1 release
This commit is contained in:
parent
34e5330ff4
commit
be899ce7c6
1
.gitignore
vendored
1
.gitignore
vendored
@ -191,3 +191,4 @@ libsepol-2.0.41.tgz
|
|||||||
/libsepol-3.5-rc2.tar.gz
|
/libsepol-3.5-rc2.tar.gz
|
||||||
/libsepol-3.5-rc3.tar.gz
|
/libsepol-3.5-rc3.tar.gz
|
||||||
/libsepol-3.5.tar.gz
|
/libsepol-3.5.tar.gz
|
||||||
|
/libsepol-3.6-rc1.tar.gz
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsepol
|
Name: libsepol
|
||||||
Version: 3.5
|
Version: 3.6
|
||||||
Release: 2%{?dist}
|
Release: 0.rc1.1%{?dist}
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5/libsepol-3.5.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc1/libsepol-3.6-rc1.tar.gz
|
||||||
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 libsepol-3.5 -- libsepol
|
# $ git format-patch -N libsepol-3.6-rc1 -- libsepol
|
||||||
# $ i=1; for j in 0*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
# $ i=1; for j in 0*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
|
||||||
@ -56,7 +56,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
The libsepol-utils package contains the utilities
|
The libsepol-utils package contains the utilities
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p 2 -n libsepol-%{version}
|
%autosetup -p 2 -n libsepol-%{version}-rc1
|
||||||
|
|
||||||
# sparc64 is an -fPIC arch, so we need to fix it here
|
# sparc64 is an -fPIC arch, so we need to fix it here
|
||||||
%ifarch sparc64
|
%ifarch sparc64
|
||||||
@ -106,6 +106,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8
|
|||||||
%{_mandir}/man8/chkcon.8.gz
|
%{_mandir}/man8/chkcon.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 10 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc1.1
|
||||||
|
- SELinux userspace 3.6-rc1 release
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-2
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libsepol-3.5.tar.gz) = 66f45a9f4951589855961955db686b006b4c0cddead6ac49ad238a0e4a34775905bd10fb8cf0c0ff2ab64f9b7d8366b97fcd5b19c382dec39971a2835cc765c8
|
SHA512 (libsepol-3.6-rc1.tar.gz) = a170102460519a011be534cc74439089ebf5c61afaa9bb13ae601ba7816cdf6bed1871a7d7d3d8b54eb61dbfb96aff2d2c365d0eebcadf67e43cb943ef22d3c3
|
||||||
|
Loading…
Reference in New Issue
Block a user