diff --git a/utils/spacewalk-utils.changes.rmateus.uyuni_remove_spacewalk-utils-extras b/utils/spacewalk-utils.changes.rmateus.uyuni_remove_spacewalk-utils-extras new file mode 100644 index 000000000000..ecf30043a099 --- /dev/null +++ b/utils/spacewalk-utils.changes.rmateus.uyuni_remove_spacewalk-utils-extras @@ -0,0 +1,2 @@ +- Remove tools from spacewalk-utils-extra and moved them to uyuni + contrib repository diff --git a/utils/spacewalk-utils.spec b/utils/spacewalk-utils.spec index 223d775deba1..504035438109 100644 --- a/utils/spacewalk-utils.spec +++ b/utils/spacewalk-utils.spec @@ -33,7 +33,7 @@ BuildRequires: python3-rpm-macros BuildRequires: uyuni-base-common # Required by depsolver.py Requires: (python3-PyYAML or python3-pyyaml) -# Required by spacewalk-hostname-rename +# Required by spacewalk-hostname-rename, spacewalk-watch-channel-sync.sh Requires: bash # Required by spacewalk-hostname-rename Requires: cobbler @@ -80,17 +80,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) %description Utilities that may be run against a SUSE Manager server (supported) or an Uyuni server -%package extras -Summary: Extra utilities that may run against a SUSE Manager/Uyuni server -# Required by spacewalk-watch-channel-sync.sh -Group: Productivity/Other -Requires: bash -# As spacewalk-utils owns {python3_sitelib}/utils -Requires: spacewalk-utils - -%description extras -Extra utilities that may be run against a SUSE Manager server (unsupported) or an Uyuni server - %prep %setup -q @@ -120,6 +109,7 @@ popd %attr(755,root,root) %{_bindir}/spacewalk-manage-channel-lifecycle %attr(755,root,root) %{_bindir}/spacewalk-sync-setup %attr(755,root,root) %{_bindir}/taskotop +%attr(755,root,root) %{_bindir}/spacewalk-watch-channel-sync.sh %config %{_sysconfdir}/rhn/spacewalk-common-channels.ini %dir %{python3_sitelib}/utils %{python3_sitelib}/utils/__init__.py* @@ -134,9 +124,5 @@ popd %{_mandir}/man8/spacewalk-sync-setup.8%{?ext_man} %{_mandir}/man8/taskotop.8%{?ext_man} -%files extras -%defattr(-,root,root) -%license COPYING.GPLv2 COPYING.GPLv3 -%attr(755,root,root) %{_bindir}/spacewalk-watch-channel-sync.sh %changelog