Change-Id: Ic4706868cca555a526252e6a895659c401a5549a
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/20832
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Shreenidhi Shedi <sshedi@vmware.com>
| ... | ... |
@@ -1,7 +1,7 @@ |
| 1 | 1 |
Summary: Fast distributed version control system |
| 2 | 2 |
Name: git |
| 3 | 3 |
Version: 2.39.0 |
| 4 |
-Release: 2%{?dist}
|
|
| 4 |
+Release: 3%{?dist}
|
|
| 5 | 5 |
License: GPLv2 |
| 6 | 6 |
URL: http://git-scm.com |
| 7 | 7 |
Group: System Environment/Programming |
| ... | ... |
@@ -47,7 +47,7 @@ Requires: perl-YAML |
| 47 | 47 |
Requires: subversion-perl |
| 48 | 48 |
Requires: python3 |
| 49 | 49 |
|
| 50 |
-Conflicts: %{name} < 2.39.0-2
|
|
| 50 |
+Conflicts: %{name} < 2.39.0-3
|
|
| 51 | 51 |
|
| 52 | 52 |
%description extras |
| 53 | 53 |
These are the supported files for perl interface to the git, core package of git, |
| ... | ... |
@@ -93,6 +93,7 @@ rm -rf %{buildroot}/*
|
| 93 | 93 |
%defattr(-,root,root) |
| 94 | 94 |
%{_bindir}/*
|
| 95 | 95 |
%{_datadir}/git-core/templates
|
| 96 |
+%{_datadir}/bash-completion/
|
|
| 96 | 97 |
%{_libexecdir}/git-core/*
|
| 97 | 98 |
%exclude %{_libexecdir}/git-core/git-svn
|
| 98 | 99 |
%exclude %{_libexecdir}/git-core/git-send-email
|
| ... | ... |
@@ -132,13 +133,14 @@ rm -rf %{buildroot}/*
|
| 132 | 132 |
%{_datadir}/git-gui/*
|
| 133 | 133 |
%{_datadir}/gitk/*
|
| 134 | 134 |
%{_datadir}/gitweb/*
|
| 135 |
-%{_datadir}/bash-completion/
|
|
| 136 | 135 |
%{_datadir}/git-core/templates/hooks/*.sample
|
| 137 | 136 |
|
| 138 | 137 |
%files lang -f %{name}.lang
|
| 139 | 138 |
%defattr(-,root,root) |
| 140 | 139 |
|
| 141 | 140 |
%changelog |
| 141 |
+* Fri May 26 2023 Nitesh Kumar <kunitesh@vmware.com> 2.39.0-3 |
|
| 142 |
+- Moving bash-completion to main package |
|
| 142 | 143 |
* Tue Feb 28 2023 Nitesh Kumar <kunitesh@vmware.com> 2.39.0-2 |
| 143 | 144 |
- Adding subpackage to minimize git dependencies |
| 144 | 145 |
* Fri Jan 06 2023 Susant Sahani <ssahani@vmware.com> 2.39.0-1 |