File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
packages/foreman/rubygem-net-scp Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ../../../.git/annex/objects/7v/01/SHA256E-s33280--a99b0b92a1e5d360b0de4ffbf2dc0c91531502d3d4f56c28b0139a7c093d1a5d.0.gem/SHA256E-s33280--a99b0b92a1e5d360b0de4ffbf2dc0c91531502d3d4f56c28b0139a7c093d1a5d.0.gem
Original file line number Diff line number Diff line change 2
2
%global gem_name net-scp
3
3
4
4
Name: rubygem-%{gem_name }
5
- Version: 4.0 .0
5
+ Version: 4.1 .0
6
6
Release: 1%{?dist }
7
7
Summary: A pure Ruby implementation of the SCP client protocol
8
8
License: MIT
@@ -47,7 +47,7 @@ cp -a .%{gem_dir}/* \
47
47
%files
48
48
%dir %{gem_instdir }
49
49
%exclude %{gem_instdir }/.gitignore
50
- %exclude %{gem_instdir }/.travis.yml
50
+ %exclude %{gem_instdir }/.github
51
51
%license %{gem_instdir }/LICENSE.txt
52
52
%exclude %{gem_instdir }/Manifest
53
53
%{gem_libdir }
@@ -60,11 +60,15 @@ cp -a .%{gem_dir}/* \
60
60
%doc %{gem_docdir }
61
61
%doc %{gem_instdir }/CHANGES.txt
62
62
%{gem_instdir }/Gemfile
63
- %doc %{gem_instdir }/README.rdoc
63
+ %doc %{gem_instdir }/README.md
64
+ %doc %{gem_instdir }/SECURITY.md
64
65
%{gem_instdir }/Rakefile
65
66
%exclude %{gem_instdir }/net-scp.gemspec
66
67
67
68
%changelog
69
+ * Mon Jan 27 2025 Foreman Packaging Automation <packaging@theforeman.org> - 4.1.0-1
70
+ - Update to 4.1.0
71
+
68
72
* Sun Oct 23 2022 Foreman Packaging Automation <packaging@theforeman.org> 4.0.0-1
69
73
- Update to 4.0.0
70
74
You can’t perform that action at this time.
0 commit comments