Skip to content

Commit cd0a175

Browse files
committed
rpm: ship manpage
manpage ownership no longer conflicts with selinux-policy. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2282098 Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2209120 Signed-off-by: Lokesh Mandvekar <[email protected]>
1 parent 8ba68ee commit cd0a175

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

container.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(container, 2.234.1)
1+
policy_module(container, 2.234.2)
22

33
gen_require(`
44
class passwd rootok;

rpm/container-selinux.spec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ make
8686
%_format MODULES $x.pp.bz2
8787
%{__make} DATADIR=%{buildroot}%{_datadir} SYSCONFDIR=%{buildroot}%{_sysconfdir} install install.udica-templates install.selinux-user
8888

89-
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2209120
90-
rm %{buildroot}%{_mandir}/man8/container_selinux.8
91-
9289
%pre
9390
%selinux_relabel_pre
9491

@@ -126,7 +123,7 @@ fi
126123
%dir %{_datadir}/udica/templates/
127124
%{_datadir}/udica/templates/*
128125
# Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2209120
129-
#%%{_mandir}/man8/container_selinux.8.gz
126+
%{_mandir}/man8/container_selinux.8.gz
130127
%{_sysconfdir}/selinux/targeted/contexts/users/container_u
131128
%ghost %verify(not mode) %{_selinux_store_path}/targeted/active/modules/200/%{modulenames}
132129
%ghost %verify(not mode) %{_selinux_store_path}/mls/active/modules/200/%{modulenames}

0 commit comments

Comments
 (0)