File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
-
2
1
%bcond daemon 1
3
2
%bcond subtree 1
4
3
%bcond svn 0
7
6
Summary: Fast distributed version control system
8
7
Name: git
9
8
Version: 2.45.4
10
- Release: 2 %{?dist }
9
+ Release: 3 %{?dist }
11
10
License: GPLv2
12
11
Vendor: Microsoft Corporation
13
12
Distribution: Azure Linux
@@ -120,11 +119,13 @@ make configure
120
119
--libexec=%{_libexecdir } \
121
120
--with-gitconfig=%{_sysconfdir }/gitconfig
122
121
make %{?_smp_mflags } CFLAGS=" %{optflags}" CXXFLAGS=" %{optflags}"
122
+ %make_build -C contrib/subtree/ all
123
123
124
124
%install
125
125
%make_install
126
126
install -vdm 755 %{buildroot }%{_datadir }/bash-completion/completions
127
127
install -m 0644 contrib/completion/git-completion.bash %{buildroot }%{_datadir }/bash-completion/completions/git
128
+ %make_install -C contrib/subtree
128
129
%find_lang %{name }
129
130
%{_fixperms } %{buildroot }/*
130
131
166
167
167
168
%if %{with subtree }
168
169
%files subtree
169
- %{_libexecdir }/git-core/git-merge- subtree
170
+ %{_libexecdir }/git-core/git-subtree
170
171
%endif
171
172
172
173
%if %{with svn }
175
176
%endif
176
177
177
178
%changelog
179
+ *
Wed Jul 23 2025 Muhammad Falak <[email protected] > -
2.45.4-3
180
+ - Fix subtree subpackage
181
+
178
182
*
Fri Jul 18 2025 Archana Shettigar <[email protected] > -
2.45.4-2
179
183
- Fix ptest with new git config syntax in CVE-2025-48384
180
184
You can’t perform that action at this time.
0 commit comments