Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
da35363f19 | ||
|
|
c488c27117 | ||
|
|
6c89b0ef9d | ||
|
|
8f542b0496 | ||
|
|
ba249bb3a1 | ||
|
|
8e9df669b8 | ||
|
|
4cf7527c99 | ||
|
|
90cb7985fd |
1 changed files with 5 additions and 10 deletions
15
git.spec
15
git.spec
|
|
@ -149,7 +149,6 @@ BuildRequires: rubygem-asciidoctor
|
||||||
BuildRequires: asciidoc >= 8.4.1
|
BuildRequires: asciidoc >= 8.4.1
|
||||||
%endif
|
%endif
|
||||||
# endif with asciidoctor
|
# endif with asciidoctor
|
||||||
BuildRequires: perl(File::Compare)
|
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
%if %{with linkcheck}
|
%if %{with linkcheck}
|
||||||
BuildRequires: linkchecker
|
BuildRequires: linkchecker
|
||||||
|
|
@ -179,7 +178,6 @@ BuildRequires: openssl-devel
|
||||||
BuildRequires: pcre2-devel
|
BuildRequires: pcre2-devel
|
||||||
BuildRequires: perl(Error)
|
BuildRequires: perl(Error)
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Test)
|
|
||||||
%if %{use_perl_generators}
|
%if %{use_perl_generators}
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
%endif
|
%endif
|
||||||
|
|
@ -232,7 +230,7 @@ BuildRequires: glibc-langpack-is
|
||||||
BuildRequires: gnupg2-smime
|
BuildRequires: gnupg2-smime
|
||||||
%endif
|
%endif
|
||||||
# endif fedora or el >= 9
|
# endif fedora or el >= 9
|
||||||
%if 0%{?fedora} || ( 0%{?rhel} >= 7 && ( "%{_arch}" == "ppc64le" || "%{_arch}" == "x86_64" ) )
|
%if 0%{?fedora} || 0%{?rhel} >= 8 || ( 0%{?rhel} == 7 && ( "%{_arch}" == "ppc64le" || "%{_arch}" == "x86_64" ) )
|
||||||
BuildRequires: highlight
|
BuildRequires: highlight
|
||||||
%endif
|
%endif
|
||||||
# endif fedora or el7+ (ppc64le/x86_64)
|
# endif fedora or el7+ (ppc64le/x86_64)
|
||||||
|
|
@ -436,9 +434,7 @@ Summary: Git repository browser
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: git = %{version}-%{release}
|
Requires: git = %{version}-%{release}
|
||||||
Requires: git-gui = %{version}-%{release}
|
Requires: git-gui = %{version}-%{release}
|
||||||
# Keep gitk on tcl/tk 8.x until its ready for 9 (also see below in config.mk)
|
Requires: tk
|
||||||
# https://github.com/j6t/gitk/issues/5
|
|
||||||
Requires: tk8 >= 8.4
|
|
||||||
%description -n gitk
|
%description -n gitk
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
|
|
@ -596,10 +592,6 @@ gitwebdir = %{_localstatedir}/www/git
|
||||||
DEFAULT_TEST_TARGET = prove
|
DEFAULT_TEST_TARGET = prove
|
||||||
GIT_PROVE_OPTS = --verbose --normalize %{?_smp_mflags} --formatter=TAP::Formatter::File
|
GIT_PROVE_OPTS = --verbose --normalize %{?_smp_mflags} --formatter=TAP::Formatter::File
|
||||||
GIT_TEST_OPTS = -x --verbose-log
|
GIT_TEST_OPTS = -x --verbose-log
|
||||||
|
|
||||||
# Keep gitk on tcl/tk 8.x until its ready for 9 (see more above in gitk requires)
|
|
||||||
TCLTK_PATH = wish8
|
|
||||||
TCL_PATH = tclsh8
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Filter bogus perl requires
|
# Filter bogus perl requires
|
||||||
|
|
@ -1055,6 +1047,9 @@ rmdir --ignore-fail-on-non-empty "$testdir"
|
||||||
* Thu Oct 23 2025 Ondřej Pohořelský <opohorel@redhat.com> - 2.51.1-1
|
* Thu Oct 23 2025 Ondřej Pohořelský <opohorel@redhat.com> - 2.51.1-1
|
||||||
- update to 2.51.1
|
- update to 2.51.1
|
||||||
|
|
||||||
|
* Sun Oct 12 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 2.51.0-3
|
||||||
|
- Revbump for tcl/tk 9
|
||||||
|
|
||||||
* Thu Aug 21 2025 Ondřej Pohořelský <opohorel@redhat.com> - 2.51.0-2
|
* Thu Aug 21 2025 Ondřej Pohořelský <opohorel@redhat.com> - 2.51.0-2
|
||||||
- exclude sample hook files from automatic dependency detection
|
- exclude sample hook files from automatic dependency detection
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue