Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rubygem-net-scp to 4.1.0 #11656

Merged
merged 3 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/foreman/rubygem-net-scp/net-scp-4.0.0.gem

This file was deleted.

1 change: 1 addition & 0 deletions packages/foreman/rubygem-net-scp/net-scp-4.1.0.gem
10 changes: 7 additions & 3 deletions packages/foreman/rubygem-net-scp/rubygem-net-scp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global gem_name net-scp

Name: rubygem-%{gem_name}
Version: 4.0.0
Version: 4.1.0
Release: 1%{?dist}
Summary: A pure Ruby implementation of the SCP client protocol
License: MIT
Expand Down Expand Up @@ -47,7 +47,7 @@ cp -a .%{gem_dir}/* \
%files
%dir %{gem_instdir}
%exclude %{gem_instdir}/.gitignore
%exclude %{gem_instdir}/.travis.yml
%exclude %{gem_instdir}/.github
%license %{gem_instdir}/LICENSE.txt
%exclude %{gem_instdir}/Manifest
%{gem_libdir}
Expand All @@ -60,11 +60,15 @@ cp -a .%{gem_dir}/* \
%doc %{gem_docdir}
%doc %{gem_instdir}/CHANGES.txt
%{gem_instdir}/Gemfile
%doc %{gem_instdir}/README.rdoc
%doc %{gem_instdir}/README.md
%doc %{gem_instdir}/SECURITY.md
%{gem_instdir}/Rakefile
%exclude %{gem_instdir}/net-scp.gemspec

%changelog
* Mon Jan 27 2025 Foreman Packaging Automation <packaging@theforeman.org> - 4.1.0-1
- Update to 4.1.0

* Sun Oct 23 2022 Foreman Packaging Automation <packaging@theforeman.org> 4.0.0-1
- Update to 4.0.0

Expand Down