SELinux userspace 3.6 release
This commit is contained in:
parent
7c31fc0584
commit
146d30d489
1
.gitignore
vendored
1
.gitignore
vendored
@ -162,3 +162,4 @@ libsemanage-2.0.45.tgz
|
||||
/libsemanage-3.5.tar.gz
|
||||
/libsemanage-3.6-rc1.tar.gz
|
||||
/libsemanage-3.6-rc2.tar.gz
|
||||
/libsemanage-3.6.tar.gz
|
||||
|
@ -1,13 +1,13 @@
|
||||
%define libsepolver 3.6-0.rc2
|
||||
%define libselinuxver 3.6-0.rc2
|
||||
%define libsepolver 3.6-1
|
||||
%define libselinuxver 3.6-1
|
||||
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 3.6
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.1-or-later
|
||||
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
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6/libsemanage-3.6.tar.gz
|
||||
# git format-patch -N 3.6 -- 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}-rc2
|
||||
%autosetup -p 2 -n libsemanage-%{version}
|
||||
|
||||
|
||||
%build
|
||||
@ -153,6 +153,9 @@ cp %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/selinux/semanage.conf
|
||||
%{_libexecdir}/selinux/semanage_migrate_store
|
||||
|
||||
%changelog
|
||||
* Thu Dec 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-1
|
||||
- SELinux userspace 3.6 release
|
||||
|
||||
* Thu Nov 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc2.1
|
||||
- SELinux userspace 3.6-rc2 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libsemanage-3.6-rc2.tar.gz) = 272721b6f3bbba576cebb9e9f1e21bfff3d450095c5b0c2917ad949bb6b2cb7d7283adae82d33447ac8af0445dc87372d054cfe21d8ad86513c3c824a54c601d
|
||||
SHA512 (libsemanage-3.6.tar.gz) = 8998b6a1b254a9673b99ae4d70a1edc769bb728a44f573cdf62e0a9c9392b77644ee2d70e1936a2f8a9a7f8b063ce98a981f4b8b7060f5b82791889330d69364
|
||||
|
Loading…
Reference in New Issue
Block a user