Move manpages into the correct subpackages

Resolves: rhbz#1928962
This commit is contained in:
Brian C. Lane 2019-02-11 16:09:21 -08:00
parent aa5e627c0a
commit a64b6e9677
1 changed files with 4 additions and 1 deletions

View File

@ -220,7 +220,8 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%dir %{_sysconfdir}/lorax
%config(noreplace) %{_sysconfdir}/lorax/lorax.conf
%dir %{_datadir}/lorax
%{_mandir}/man1/*.1*
%{_mandir}/man1/lorax.1*
%{_mandir}/man1/livemedia-creator.1*
%{_tmpfilesdir}/lorax.conf
%files docs
@ -246,11 +247,13 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin
%dir %attr(0771, root, weldr) %{_sharedstatedir}/lorax/composer/
%dir %attr(0771, root, weldr) %{_sharedstatedir}/lorax/composer/blueprints/
%attr(0771, weldr, weldr) %{_sharedstatedir}/lorax/composer/blueprints/*
%{_mandir}/man1/lorax-composer.1*
%files -n composer-cli
%{_bindir}/composer-cli
%{python3_sitelib}/composer/*
%{_sysconfdir}/bash_completion.d/composer-cli
%{_mandir}/man1/composer-cli.1*
%changelog
* Thu Mar 04 2021 Brian C. Lane <bcl@redhat.com> 28.14.58-1