SELinux userspace 3.5-rc2 release
This commit is contained in:
parent
ffd2e4c289
commit
a651d8437e
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@ mcstrans-0.3.1.tgz
|
||||
/mcstrans-3.4-rc3.tar.gz
|
||||
/mcstrans-3.4.tar.gz
|
||||
/mcstrans-3.5-rc1.tar.gz
|
||||
/mcstrans-3.5-rc2.tar.gz
|
||||
|
@ -1,10 +1,10 @@
|
||||
Summary: SELinux Translation Daemon
|
||||
Name: mcstrans
|
||||
Version: 3.5
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: GPL-2.0-or-later
|
||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc1/mcstrans-3.5-rc1.tar.gz
|
||||
Source: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc2/mcstrans-3.5-rc2.tar.gz
|
||||
Source2: secolor.conf.8
|
||||
# fedora-selinux/selinux: git format-patch -N 3.3 -- mcstrans
|
||||
# i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
@ -35,7 +35,7 @@ mcstrans provides an translation daemon to translate SELinux categories
|
||||
from internal representations to user defined representation.
|
||||
|
||||
%prep
|
||||
%autosetup -p 2 -n mcstrans-%{version}-rc1
|
||||
%autosetup -p 2 -n mcstrans-%{version}-rc2
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
@ -54,7 +54,7 @@ rm -f %{buildroot}%{_libdir}/*.a
|
||||
cp -r share/* %{buildroot}%{_usr}/share/mcstrans/
|
||||
# Systemd
|
||||
mkdir -p %{buildroot}%{_unitdir}
|
||||
ln -s %{_unitdir}/mcstrans.service %{buildroot}/%{_unitdir}/mcstransd.service
|
||||
ln -s mcstrans.service %{buildroot}/%{_unitdir}/mcstransd.service
|
||||
rm -rf %{buildroot}/%{_sysconfdir}/rc.d/init.d/mcstrans
|
||||
install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||
|
||||
@ -91,6 +91,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
||||
%{_usr}/share/mcstrans/util/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 16 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc2.1
|
||||
- SELinux userspace 3.5-rc2 release
|
||||
|
||||
* Tue Dec 27 2022 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc1.1
|
||||
- SELinux userspace 3.5-rc1 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (mcstrans-3.5-rc1.tar.gz) = 080bf8bb70b09280bea2f1efb1f15538677c06cef488bd60641c074ba2e67d372d2a0f6a9dc3c00490117124f5fc335b269cb668a181e473d750c8b08c8a4f1e
|
||||
SHA512 (mcstrans-3.5-rc2.tar.gz) = bf0dceff4fa90fdcd275d8cd0935b32cc9bd6a6bfb58cde8bfc3401c76a93eb5b5d9719d51512fc1534d8a57559e81e302584760380d9cddeb597e12385e7831
|
||||
|
Loading…
Reference in New Issue
Block a user