%global selinuxtype targeted %global moduletype contrib %global modulename glusterd Name: glusterfs-selinux Version: 2.0.1 Release: 8%{?dist} Summary: Glusterfs targeted SELinux policy License: GPLv2 URL: https://github.com/gluster/glusterfs-selinux Source0: %{name}-%{version}.tar.gz Patch: %{url}/pull/28.patch#/001-anon-inode.patch BuildArch: noarch Requires: selinux-policy-%{selinuxtype} Requires(post): selinux-policy-%{selinuxtype} BuildRequires: selinux-policy-devel %{?selinux_requires} %description SELinux targeted policy modules for glusterfs %prep %autosetup -n %{name}-%{version} %build make %{?_smp_mflags} %install %make_install %pre %selinux_relabel_pre -s %{selinuxtype} %post %selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/%{selinuxtype}/%{modulename}.pp.bz2 %postun if [ $1 -eq 0 ]; then %selinux_modules_uninstall -s %{selinuxtype} %{modulename} fi %posttrans %selinux_relabel_post -s %{selinuxtype} %files %{_datadir}/selinux/packages/%{selinuxtype}/%{modulename}.pp.* %ghost %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{modulename} %license COPYING %changelog * Fri Sep 09 2022 Ondrej Mosnáček - 2.0.1-8 - Apply patch for upcoming anon_inode support in SELinux policy * Thu Jul 21 2022 Fedora Release Engineering - 2.0.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering - 2.0.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering - 2.0.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue Jul 6 2021 Shwetha K Acharya - 2.0.1-1 - Tagging glusterfs-selinux 2.0.1 * Wed Jan 27 2021 Rinku Kothiya - 0.1.1-4 - Incorporated review comments - bz#1901123 * Thu May 07 2020 Vit Mojzis - 0.1.0-3 - Update based on DSP guidelines https://fedoraproject.org/wiki/SELinux/IndependentPolicy * Thu Nov 15 2018 Milind Changire - 0.1.0-2 - corrections toward review request comments from misc - bz#1649713 * Mon Jul 02 2018 Milind Changire - 0.1.0-1 - first build