Skip to content

Commit

Permalink
move watch channel sync and remove utils extras
Browse files Browse the repository at this point in the history
Signed-off-by: Ricardo Mateus <[email protected]>
  • Loading branch information
rjmateus committed Dec 2, 2024
1 parent fa8e5fa commit 432a438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Remove tools from spacewalk-utils-extra and moved them to uyuni
contrib repository
18 changes: 2 additions & 16 deletions utils/spacewalk-utils.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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*
Expand All @@ -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

0 comments on commit 432a438

Please sign in to comment.