SELinux userspace 2.9-rc2 release
This commit is contained in:
parent
37305cf394
commit
694ff6c399
1
.gitignore
vendored
1
.gitignore
vendored
@ -25,3 +25,4 @@ mcstrans-0.3.1.tgz
|
|||||||
/mcstrans-0.3.4.tgz
|
/mcstrans-0.3.4.tgz
|
||||||
/mcstrans-2.8.tar.gz
|
/mcstrans-2.8.tar.gz
|
||||||
/mcstrans-2.9-rc1.tar.gz
|
/mcstrans-2.9-rc1.tar.gz
|
||||||
|
/mcstrans-2.9-rc2.tar.gz
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Summary: SELinux Translation Daemon
|
Summary: SELinux Translation Daemon
|
||||||
Name: mcstrans
|
Name: mcstrans
|
||||||
Version: 2.9
|
Version: 2.9
|
||||||
Release: 0.rc1.1%{?dist}.1
|
Release: 0.rc2.1%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Url: https://github.com/SELinuxProject/selinux/wiki
|
Url: https://github.com/SELinuxProject/selinux/wiki
|
||||||
Source: https://github.com/SELinuxProject/selinux/releases/download/20190125/mcstrans-2.9-rc1.tar.gz
|
Source: https://github.com/SELinuxProject/selinux/releases/download/20190301/mcstrans-2.9-rc2.tar.gz
|
||||||
Source2: secolor.conf.8
|
Source2: secolor.conf.8
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libselinux-devel >= %{version}
|
BuildRequires: libselinux-devel >= %{version}
|
||||||
@ -31,11 +31,12 @@ mcstrans provides an translation daemon to translate SELinux categories
|
|||||||
from internal representations to user defined representation.
|
from internal representations to user defined representation.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p 1 -n mcstrans-%{version}-rc1
|
%autosetup -p 1 -n mcstrans-%{version}-rc2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make clean
|
%set_build_flags
|
||||||
make LIBDIR="%{_libdir}" LDFLAGS="%{?__global_ldflags}" CFLAGS="%{__global_cflags}" %{?_smp_mflags}
|
|
||||||
|
make LIBDIR="%{_libdir}" %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -66,6 +67,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
|||||||
%{_mandir}/man8/mcs.8.gz
|
%{_mandir}/man8/mcs.8.gz
|
||||||
%{_mandir}/man8/mcstransd.8.gz
|
%{_mandir}/man8/mcstransd.8.gz
|
||||||
%{_mandir}/man8/setrans.conf.8.gz
|
%{_mandir}/man8/setrans.conf.8.gz
|
||||||
|
%{_mandir}/ru/man8/mcs.8.gz
|
||||||
|
%{_mandir}/ru/man8/mcstransd.8.gz
|
||||||
|
%{_mandir}/ru/man8/setrans.conf.8.gz
|
||||||
%{_mandir}/man8/secolor.conf.8.gz
|
%{_mandir}/man8/secolor.conf.8.gz
|
||||||
/usr/sbin/mcstransd
|
/usr/sbin/mcstransd
|
||||||
%{_unitdir}/mcstrans.service
|
%{_unitdir}/mcstrans.service
|
||||||
@ -83,6 +87,9 @@ install -m644 %{SOURCE2} %{buildroot}%{_mandir}/man8/
|
|||||||
%{_usr}/share/mcstrans/util/*
|
%{_usr}/share/mcstrans/util/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 11 2019 Petr Lautrbach <plautrba@redhat.com> - 2.9-0.rc2.1
|
||||||
|
- SELinux userspace 2.9-rc2 release
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9-0.rc1.1.1
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9-0.rc1.1.1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mcstrans-2.9-rc1.tar.gz) = 8bac33be160fadbf03268f4eb009c679ecf5c178cc6dd69e593fafb1f5236d875495a9fcde95df4e79857b084983e8bc6711c1797748545f7e38a3e3a09a38ac
|
SHA512 (mcstrans-2.9-rc2.tar.gz) = caed1371df73c2ef5522ced545328840e93eb1d8815fee28ae257c92b35ea45a58c4cde8ed48c974ae006651289ea4b7d42737293a0b8b30026c683e0a18ecc8
|
||||||
|
Loading…
Reference in New Issue
Block a user