From a64b6e96770c163aaffcfc97494757a942f1e99e Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 11 Feb 2019 16:09:21 -0800 Subject: [PATCH] Move manpages into the correct subpackages Resolves: rhbz#1928962 --- lorax.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index c835e171..fe147b28 100644 --- a/lorax.spec +++ b/lorax.spec @@ -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 28.14.58-1