SELinux userspace 3.6-rc2 release
This commit is contained in:
parent
659ff47ca4
commit
7c31fc0584
1
.gitignore
vendored
1
.gitignore
vendored
@ -161,3 +161,4 @@ libsemanage-2.0.45.tgz
|
||||
/libsemanage-3.5-rc3.tar.gz
|
||||
/libsemanage-3.5.tar.gz
|
||||
/libsemanage-3.6-rc1.tar.gz
|
||||
/libsemanage-3.6-rc2.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%define libsepolver 3.6-0
|
||||
%define libselinuxver 3.6-0
|
||||
%define libsepolver 3.6-0.rc2
|
||||
%define libselinuxver 3.6-0.rc2
|
||||
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 3.6
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc1/libsemanage-3.6-rc1.tar.gz
|
||||
# git format-patch -N 3.6-rc1 -- libsemanage
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc2/libsemanage-3.6-rc2.tar.gz
|
||||
# git format-patch -N 3.6-rc2 -- libsemanage
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
# Patch list start
|
||||
# Patch list end
|
||||
@ -75,7 +75,7 @@ The libsemanage-python3 package contains the python 3 bindings for developing
|
||||
SELinux management applications.
|
||||
|
||||
%prep
|
||||
%autosetup -p 2 -n libsemanage-%{version}-rc1
|
||||
%autosetup -p 2 -n libsemanage-%{version}-rc2
|
||||
|
||||
|
||||
%build
|
||||
@ -153,6 +153,9 @@ cp %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/selinux/semanage.conf
|
||||
%{_libexecdir}/selinux/semanage_migrate_store
|
||||
|
||||
%changelog
|
||||
* Thu Nov 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc2.1
|
||||
- SELinux userspace 3.6-rc2 release
|
||||
|
||||
* Tue Nov 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc1.1
|
||||
- SELinux userspace 3.6-rc1 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsemanage-3.6-rc1.tar.gz) = c0e70853497454c9e68aeccb45c947868c5dfae3cdfd456977f7ec44de8ff5f9e7f6ac2c6a74fd48a2c18312f4b13834558a52530767cd315c91c569432ecab5
|
||||
SHA512 (libsemanage-3.6-rc2.tar.gz) = 272721b6f3bbba576cebb9e9f1e21bfff3d450095c5b0c2917ad949bb6b2cb7d7283adae82d33447ac8af0445dc87372d054cfe21d8ad86513c3c824a54c601d
|
||||
|
Loading…
Reference in New Issue
Block a user