Blame SPECS/git.spec

ee107d
%{?scl:%scl_package git}
ee107d
%{!?scl:%global pkg_name %{name}}
ee107d
# Pass --without docs to rpmbuild if you don't want the documentation
ee107d
%bcond_without docs
ee107d
ee107d
%if 0%{?scl:1}
ee107d
%global httpdconfdir /opt/rh/httpd24/root/etc/httpd/conf.d
ee107d
%global appdesktopdir %{_root_datadir}/applications
ee107d
# Build and link files with httpd24-libcurl
ee107d
# See rhscl commit f70137d3d3
ee107d
%global cpath_dir     /opt/rh/%{scl_httpd}/root%{_root_includedir}
ee107d
%global libcurl_devel       %{?scl_prefix_httpd}libcurl-devel
ee107d
%else
ee107d
%global appdesktopdir %{_datadir}/applications
ee107d
%global httpdconfdir %{_sysconfdir}/httpd/conf.d
ee107d
%global libcurl_devel       libcurl-devel	
ee107d
%endif
ee107d
ee107d
# Pass --without tests to rpmbuild if you don't want to run the tests
ee107d
%bcond_without tests
ee107d
ee107d
%global gitexecdir          %{_libexecdir}/git-core
ee107d
ee107d
# Settings for Fedora
ee107d
%if 0%{?fedora}
ee107d
# linkchecker is not available on EL
ee107d
%bcond_without              linkcheck
ee107d
%else
ee107d
%bcond_with                 linkcheck
ee107d
%endif
ee107d
ee107d
# Settings for Fedora and EL >= 9
ee107d
%if 0%{?fedora} || 0%{?rhel} >= 9
ee107d
%bcond_without              asciidoctor
ee107d
%else
ee107d
%bcond_with                 asciidoctor
ee107d
%endif
ee107d
ee107d
# Settings for Fedora and EL > 7
ee107d
%if 0%{?fedora} || 0%{?rhel} > 7
ee107d
%bcond_with                 python2
ee107d
%bcond_without              python3
ee107d
%global gitweb_httpd_conf   gitweb.conf
ee107d
%global use_glibc_langpacks 1
ee107d
%global use_perl_generators 1
ee107d
%global use_perl_interpreter 1
ee107d
%else
ee107d
%bcond_without              python2
ee107d
%bcond_with                 python3
ee107d
%global gitweb_httpd_conf   git.conf
ee107d
%global use_glibc_langpacks 0
ee107d
%global use_perl_generators 0
ee107d
%global use_perl_interpreter 0
ee107d
%endif
ee107d
ee107d
# Settings for Fedora and EL >= 7
ee107d
%if 0%{?fedora} || 0%{?rhel} >= 7
ee107d
%bcond_without              libsecret
ee107d
%global bashcomp_pkgconfig  1
ee107d
%global bashcompdir         %{?scl:%_scl_root}%(pkg-config --variable=completionsdir bash-completion 2>/dev/null)
ee107d
%global bashcomproot        %(dirname %{bashcompdir} 2>/dev/null)
ee107d
%global use_new_rpm_filters 1
ee107d
%global use_systemd         1
ee107d
%else
ee107d
%bcond_with                 libsecret
ee107d
%global bashcomp_pkgconfig  0
ee107d
%global bashcompdir         %{_sysconfdir}/bash_completion.d
ee107d
%global bashcomproot        %{bashcompdir}
ee107d
%global use_new_rpm_filters 0
ee107d
%global use_systemd         0
ee107d
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
ee107d
%endif
ee107d
ee107d
# Allow cvs subpackage to be toggled via --with/--without
ee107d
# Disable cvs subpackage by default on EL > 7
ee107d
%if 0%{?rhel} > 7
ee107d
%bcond_with                 cvs
ee107d
%else
ee107d
%bcond_without              cvs
ee107d
%endif
ee107d
ee107d
# Allow p4 subpackage to be toggled via --with/--without
ee107d
# Disable by default if we lack python2 support
ee107d
%if %{without python2}
ee107d
%bcond_with                 p4
ee107d
%else
ee107d
%bcond_without              p4
ee107d
%endif
ee107d
ee107d
# Hardening flags for EL-7
ee107d
%if 0%{?rhel} == 7
ee107d
%global _hardened_build     1
ee107d
%endif
ee107d
ee107d
# Hardening flags for EL-6
ee107d
%if 0%{?rhel} == 6
ee107d
%global optflags            %{optflags} -fPIC -pie
ee107d
%global __global_ldflags    -Wl,-z,relro -Wl,-z,now
ee107d
%endif
ee107d
ee107d
# Define for release candidates
ee107d
#global rcrev   .rc0
ee107d
ee107d
Name:           %{?scl_prefix}git
ee107d
Version:        2.27.0
4705dd
Release:        6%{?rcrev}%{?dist}
ee107d
Summary:        Fast Version Control System
ee107d
License:        GPLv2
ee107d
URL:            https://git-scm.com/
ee107d
Source0:        https://www.kernel.org/pub/software/scm/git/%{?rcrev:testing/}%{pkg_name}-%{version}%{?rcrev}.tar.xz
ee107d
Source1:        https://www.kernel.org/pub/software/scm/git/%{?rcrev:testing/}%{pkg_name}-%{version}%{?rcrev}.tar.sign
ee107d
ee107d
# Junio C Hamano's key is used to sign git releases, it can be found in the
ee107d
# junio-gpg-pub tag within git.
ee107d
#
ee107d
# (Note that the tagged blob in git contains a version of the key with an
ee107d
# expired signing subkey.  The subkey expiration has been extended on the
ee107d
# public keyservers, but the blob in git has not been updated.)
ee107d
#
ee107d
# https://git.kernel.org/cgit/git/git.git/tag/?h=junio-gpg-pub
ee107d
# https://git.kernel.org/cgit/git/git.git/blob/?h=junio-gpg-pub&id=7214aea37915ee2c4f6369eb9dea520aec7d855b
ee107d
Source9:        gpgkey-junio.asc
ee107d
ee107d
# Local sources begin at 10 to allow for additional future upstream sources
ee107d
Source11:       git.xinetd.in
ee107d
Source12:       git-gui.desktop
ee107d
Source13:       gitweb-httpd.conf
ee107d
Source14:       gitweb.conf.in
ee107d
Source15:       git@.service.in
ee107d
Source16:       git.socket
ee107d
ee107d
# Script to print test failure output (used in %%check)
ee107d
Source99:       print-failed-test-output
ee107d
ee107d
# https://bugzilla.redhat.com/490602
ee107d
Patch0:         git-cvsimport-Ignore-cvsps-2.2b1-Branches-output.patch
ee107d
Patch1:         0001-Switch-git-instaweb-default-to-apache-2.26.2.patch
ee107d
# https://bugzilla.redhat.com/show_bug.cgi?id=1619113
ee107d
Patch2:         git-2.27.0-core-crypto-hmac.patch
a6e337
# https://bugzilla.redhat.com/2162069
a6e337
Patch3:         git-2.27.0-cve-2022-23521-cve-2022-41903.patch
a6e337
a6e337
# https://bugzilla.redhat.com/2114531
a6e337
# tests: try harder to find open ports for apache, git, and svn
a6e337
#
a6e337
# https://github.com/tmzullinger/git/commit/aedeaaf788
a6e337
Patch4:         0001-t-lib-httpd-try-harder-to-find-a-port-for-apache.patch
a6e337
# https://github.com/tmzullinger/git/commit/16750d024c
a6e337
Patch5:         0002-t-lib-git-daemon-try-harder-to-find-a-port.patch
a6e337
# https://github.com/tmzullinger/git/commit/aa5105dc11
a6e337
Patch6:         t-lib-git-svn-try-harder-to-find-a-port-2.31.1.patch
ee107d
4705dd
# This patch backports most of the changes that appear in
4705dd
# https://github.com/git/git/compare/v2.30.8..v2.30.9
4705dd
# apart from ci/ and CURL changes
4705dd
Patch7:         git-2.27.0-cve-2023-25652-cve-2023-25815-cve-2023-29007.patch
4705dd
4705dd
ee107d
%if %{with docs}
ee107d
# pod2man is needed to build Git.3pm
ee107d
BuildRequires: %{?scl:%{_root_bindir}}%{!?scl:%{_bindir}}/pod2man
ee107d
%if %{with asciidoctor}
ee107d
BuildRequires:  docbook5-style-xsl
ee107d
BuildRequires:  rubygem-asciidoctor
ee107d
%else
ee107d
BuildRequires:  asciidoc >= 8.4.1
ee107d
%endif
ee107d
# endif with asciidoctor
ee107d
BuildRequires:  xmlto
ee107d
%if %{with linkcheck}
ee107d
BuildRequires:  linkchecker
ee107d
%endif
ee107d
# endif with linkcheck
ee107d
%endif
ee107d
# endif with docs
ee107d
BuildRequires:  desktop-file-utils
ee107d
BuildRequires:  diffutils
ee107d
BuildRequires:  expat-devel
ee107d
BuildRequires:  findutils
ee107d
BuildRequires:  gawk
ee107d
BuildRequires:  gcc
ee107d
BuildRequires:  gettext
ee107d
BuildRequires:  gnupg2
ee107d
BuildRequires:  %{libcurl_devel}
ee107d
BuildRequires:  make
ee107d
BuildRequires:  openssl-devel
ee107d
BuildRequires:  pcre2-devel
ee107d
BuildRequires:  perl(Error)
ee107d
BuildRequires:  perl(lib)
ee107d
BuildRequires:  perl(Test)
ee107d
%if %{use_perl_generators}
ee107d
BuildRequires:  perl-generators
ee107d
%endif
ee107d
# endif use_perl_generators
ee107d
%if %{use_perl_interpreter}
ee107d
BuildRequires:  perl-interpreter
ee107d
%else
ee107d
BuildRequires:  perl
ee107d
%endif
ee107d
# endif use_perl_interpreter
ee107d
%if %{bashcomp_pkgconfig}
ee107d
BuildRequires:  pkgconfig(bash-completion)
ee107d
%endif
ee107d
# endif bashcomp_pkgconfig
ee107d
BuildRequires:  sed
ee107d
%if %{use_systemd}
ee107d
# For macros
ee107d
BuildRequires:  systemd
ee107d
%endif
ee107d
# endif use_systemd
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
BuildRequires:  tcl
ee107d
BuildRequires:  tk
ee107d
BuildRequires:  zlib-devel >= 1.2
ee107d
ee107d
%if %{with tests}
ee107d
# Test suite requirements
ee107d
BuildRequires:  acl
ee107d
%if 0%{?fedora} >= 27 || 0%{?rhel} > 7
ee107d
# Needed by t5540-http-push-webdav.sh
ee107d
BuildRequires: apr-util-bdb
ee107d
%endif
ee107d
# endif fedora >= 27
ee107d
BuildRequires:  bash
ee107d
%if %{with cvs}
ee107d
BuildRequires:  cvs
ee107d
BuildRequires:  cvsps
ee107d
%endif
ee107d
# endif with cvs
ee107d
%if %{use_glibc_langpacks}
ee107d
# glibc-all-langpacks and glibc-langpack-is are needed for GETTEXT_LOCALE and
ee107d
# GETTEXT_ISO_LOCALE test prereq's, glibc-langpack-en ensures en_US.UTF-8.
ee107d
BuildRequires:  glibc-all-langpacks
ee107d
BuildRequires:  glibc-langpack-en
ee107d
BuildRequires:  glibc-langpack-is
ee107d
%endif
ee107d
# endif use_glibc_langpacks
ee107d
%if 0%{?fedora} && 0%{?fedora} < 30
ee107d
BuildRequires:  gnupg
ee107d
%endif
ee107d
# endif fedora < 30
ee107d
%if 0%{?fedora} || 0%{?rhel} > 8
ee107d
BuildRequires:  gnupg2-smime
ee107d
%endif
ee107d
# endif fedora or el > 8
ee107d
%if 0%{?fedora} || 0%{?rhel} == 6 || ( 0%{?rhel} >= 7 && ( "%{_arch}" == "ppc64le" || "%{_arch}" == "x86_64" ) )
ee107d
BuildRequires:  highlight
ee107d
%endif
ee107d
# endif fedora, el-6, or el7+ (ppc64le/x86_64)
ee107d
BuildRequires:  httpd
ee107d
%if 0%{?fedora} && ! ( "%{_arch}" == "i386" || "%{_arch}" == "s390x" )
ee107d
BuildRequires:  jgit
ee107d
%endif
ee107d
# endif fedora (except i386 and s390x)
ee107d
BuildRequires:  mod_dav_svn
ee107d
BuildRequires:  perl(App::Prove)
ee107d
BuildRequires:  perl(CGI)
ee107d
BuildRequires:  perl(CGI::Carp)
ee107d
BuildRequires:  perl(CGI::Util)
ee107d
BuildRequires:  perl(DBD::SQLite)
ee107d
BuildRequires:  perl(Digest::MD5)
ee107d
BuildRequires:  perl(Fcntl)
ee107d
BuildRequires:  perl(File::Basename)
ee107d
BuildRequires:  perl(File::Copy)
ee107d
BuildRequires:  perl(File::Find)
ee107d
BuildRequires:  perl(filetest)
ee107d
BuildRequires:  perl(HTTP::Date)
ee107d
BuildRequires:  perl(IO::Pty)
ee107d
BuildRequires:  perl(JSON)
ee107d
BuildRequires:  perl(JSON::PP)
ee107d
BuildRequires:  perl(Mail::Address)
ee107d
BuildRequires:  perl(Memoize)
ee107d
BuildRequires:  perl(POSIX)
ee107d
BuildRequires:  perl(Term::ReadLine)
ee107d
BuildRequires:  perl(Test::More)
ee107d
BuildRequires:  perl(Time::HiRes)
ee107d
%if %{with python2}
ee107d
BuildRequires:  python2-devel
ee107d
%endif
ee107d
# endif with python2
ee107d
%if %{with python3}
ee107d
BuildRequires:  python3-devel
ee107d
%endif
ee107d
# endif with python3
ee107d
BuildRequires:  subversion
ee107d
BuildRequires:  subversion-perl
ee107d
BuildRequires:  tar
ee107d
BuildRequires:  time
ee107d
BuildRequires:  zip
ee107d
%endif
ee107d
# endif with tests
ee107d
ee107d
Requires:       %{?scl_prefix}git-core = %{version}-%{release}
ee107d
Requires:       %{?scl_prefix}git-core-doc = %{version}-%{release}
ee107d
%if ! %{defined perl_bootstrap}
ee107d
Requires:       perl(Term::ReadKey)
ee107d
%endif
ee107d
# endif ! defined perl_bootstrap
ee107d
Requires:       %{?scl_prefix}perl-Git = %{version}-%{release}
ee107d
ee107d
# Obsolete git-cvs if it's disabled
ee107d
%if %{without cvs}
ee107d
Obsoletes:      git-cvs < %{?epoch:%{epoch}:}%{version}-%{release}
ee107d
%endif
ee107d
# endif without cvs
ee107d
ee107d
# Obsolete git-p4 if it's disabled
ee107d
%if %{without p4}
ee107d
Obsoletes:      git-p4 < %{?epoch:%{epoch}:}%{version}-%{release}
ee107d
%endif
ee107d
# endif without p4
ee107d
ee107d
%description
ee107d
Git is a fast, scalable, distributed revision control system with an
ee107d
unusually rich command set that provides both high-level operations
ee107d
and full access to internals.
ee107d
ee107d
The git rpm installs common set of tools which are usually using with
ee107d
small amount of dependencies. To install all git packages, including
ee107d
tools for integrating with other SCMs, install the git-all meta-package.
ee107d
ee107d
%package all
ee107d
Summary:        Meta-package to pull in all git tools
ee107d
BuildArch:      noarch
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       %{?scl_prefix}git = %{version}-%{release}
ee107d
%if %{with libsecret}
ee107d
Requires:       %{?scl_prefix}git-credential-libsecret = %{version}-%{release}
ee107d
%endif
ee107d
# endif with libsecret
ee107d
%if %{with cvs}
ee107d
Requires:       %{?scl_prefix}git-cvs = %{version}-%{release}
ee107d
%endif
ee107d
# endif with cvs
ee107d
Requires:       %{?scl_prefix}git-email = %{version}-%{release}
ee107d
Requires:       %{?scl_prefix}git-gui = %{version}-%{release}
ee107d
%if %{with p4}
ee107d
Requires:       %{?scl_prefix}git-p4 = %{version}-%{release}
ee107d
%endif
ee107d
# endif with p4
ee107d
Requires:       %{?scl_prefix}git-subtree = %{version}-%{release}
ee107d
Requires:       %{?scl_prefix}git-svn = %{version}-%{release}
ee107d
Requires:       %{?scl_prefix}git-instaweb = %{version}-%{release}
ee107d
Requires:       %{?scl_prefix}gitk = %{version}-%{release}
ee107d
Requires:       %{?scl_prefix}perl-Git = %{version}-%{release}
ee107d
%if ! %{defined perl_bootstrap}
ee107d
Requires:       perl(Term::ReadKey)
ee107d
%endif
ee107d
# endif ! defined perl_bootstrap
ee107d
%description all
ee107d
Git is a fast, scalable, distributed revision control system with an
ee107d
unusually rich command set that provides both high-level operations
ee107d
and full access to internals.
ee107d
ee107d
This is a dummy package which brings in all subpackages.
ee107d
ee107d
%package core
ee107d
Summary:        Core package of git with minimal functionality
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       less
ee107d
Requires:       openssh-clients
ee107d
Requires:       zlib >= 1.2
ee107d
%description core
ee107d
Git is a fast, scalable, distributed revision control system with an
ee107d
unusually rich command set that provides both high-level operations
ee107d
and full access to internals.
ee107d
ee107d
The git-core rpm installs really the core tools with minimal
ee107d
dependencies. Install git package for common set of tools.
ee107d
To install all git packages, including tools for integrating with
ee107d
other SCMs, install the git-all meta-package.
ee107d
ee107d
%package core-doc
ee107d
Summary:        Documentation files for git-core
ee107d
BuildArch:      noarch
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       %{?scl_prefix}git-core = %{version}-%{release}
ee107d
%description core-doc
ee107d
Documentation files for git-core package including man pages.
ee107d
ee107d
%if %{with libsecret}
ee107d
%package credential-libsecret
ee107d
Summary:        Git helper for accessing credentials via libsecret
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
BuildRequires:  libsecret-devel
ee107d
Requires:       %{?scl_prefix}git = %{version}-%{release}
ee107d
%description credential-libsecret
ee107d
%{summary}.
ee107d
%endif
ee107d
# endif with libsecret
ee107d
ee107d
%if %{with cvs}
ee107d
%package cvs
ee107d
Summary:        Git tools for importing CVS repositories
ee107d
BuildArch:      noarch
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       %{?scl_prefix}git = %{version}-%{release}
ee107d
Requires:       cvs
ee107d
Requires:       cvsps
ee107d
Requires:       perl(DBD::SQLite)
ee107d
%description cvs
ee107d
%{summary}.
ee107d
%endif
ee107d
# endif with cvs
ee107d
ee107d
%package daemon
ee107d
Summary:        Git protocol daemon
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       %{?scl_prefix}git-core = %{version}-%{release}
ee107d
%if %{use_systemd}
ee107d
Requires:       systemd
ee107d
Requires(post): systemd
ee107d
Requires(preun):  systemd
ee107d
Requires(postun): systemd
ee107d
%else
ee107d
Requires:       xinetd
ee107d
%endif
ee107d
# endif use_systemd
ee107d
%description daemon
ee107d
The git daemon for supporting git:// access to git repositories
ee107d
ee107d
%package email
ee107d
Summary:        Git tools for sending patches via email
ee107d
BuildArch:      noarch
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       %{?scl_prefix}git = %{version}-%{release}
ee107d
Requires:       perl(Authen::SASL)
ee107d
Requires:       perl(Net::SMTP::SSL)
ee107d
%description email
ee107d
%{summary}.
ee107d
ee107d
%package -n %{?scl_prefix}gitk
ee107d
Summary:        Git repository browser
ee107d
BuildArch:      noarch
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       %{?scl_prefix}git = %{version}-%{release}
ee107d
Requires:       %{?scl_prefix}git-gui = %{version}-%{release}
ee107d
Requires:       tk >= 8.4
ee107d
%description -n %{?scl_prefix}gitk
ee107d
%{summary}.
ee107d
ee107d
%package -n %{?scl_prefix}gitweb
ee107d
Summary:        Simple web interface to git repositories
ee107d
BuildArch:      noarch
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       %{?scl_prefix}git = %{version}-%{release}
ee107d
%description -n %{?scl_prefix}gitweb
ee107d
%{summary}.
ee107d
ee107d
%package gui
ee107d
Summary:        Graphical interface to Git
ee107d
BuildArch:      noarch
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       %{?scl_prefix}gitk = %{version}-%{release}
ee107d
Requires:       tk >= 8.4
ee107d
%description gui
ee107d
%{summary}.
ee107d
ee107d
%package instaweb
ee107d
Summary:        Repository browser in gitweb
ee107d
BuildArch:      noarch
ee107d
Requires:       %{?scl_prefix}git = %{version}-%{release}
ee107d
Requires:       %{?scl_prefix}gitweb = %{version}-%{release}
ee107d
Requires:       httpd
ee107d
ee107d
%description instaweb
ee107d
A simple script to set up gitweb and a web server for browsing the local
ee107d
repository.
ee107d
ee107d
%if %{with p4}
ee107d
%package p4
ee107d
Summary:        Git tools for working with Perforce depots
ee107d
BuildArch:      noarch
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
BuildRequires:  python2-devel
ee107d
Requires:       %{?scl_prefix}git = %{version}-%{release}
ee107d
%description p4
ee107d
%{summary}.
ee107d
%endif
ee107d
# endif with p4
ee107d
ee107d
%package -n %{?scl_prefix}perl-Git
ee107d
Summary:        Perl interface to Git
ee107d
BuildArch:      noarch
ee107d
Requires:       %{?scl_prefix}git = %{version}-%{release}
ee107d
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
ee107d
%description -n %{?scl_prefix}perl-Git
ee107d
%{summary}.
ee107d
ee107d
%package -n %{?scl_prefix}perl-Git-SVN
ee107d
Summary:        Perl interface to Git::SVN
ee107d
BuildArch:      noarch
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       %{?scl_prefix}git = %{version}-%{release}
ee107d
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
ee107d
%description -n %{?scl_prefix}perl-Git-SVN
ee107d
%{summary}.
ee107d
ee107d
%package subtree
ee107d
Summary:        Git tools to merge and split repositories
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       %{?scl_prefix}git-core = %{version}-%{release}
ee107d
%description subtree
ee107d
Git subtrees allow subprojects to be included within a subdirectory
ee107d
of the main project, optionally including the subproject's entire
ee107d
history.
ee107d
ee107d
%package svn
ee107d
Summary:        Git tools for interacting with Subversion repositories
ee107d
BuildArch:      noarch
ee107d
%{?scl:Requires:%scl_runtime}
ee107d
Requires:       %{?scl_prefix}git = %{version}-%{release}
ee107d
Requires:       perl(Digest::MD5)
ee107d
%if ! %{defined perl_bootstrap}
ee107d
Requires:       perl(Term::ReadKey)
ee107d
%endif
ee107d
# endif ! defined perl_bootstrap
ee107d
Requires:       subversion
ee107d
%description svn
ee107d
%{summary}.
ee107d
ee107d
%prep
ee107d
# Verify GPG signatures
ee107d
gpghome="$(mktemp -qd)" # Ensure we don't use any existing gpg keyrings
ee107d
# Convert the ascii-armored key to binary
ee107d
# (use --yes to ensure an existing dearmored key is overwritten)
ee107d
gpg2 --homedir "$gpghome" --dearmor --quiet --yes %{SOURCE9}
ee107d
xz -dc %{SOURCE0} | # Upstream signs the uncompressed tarballs
ee107d
    gpgv2 --homedir "$gpghome" --quiet --keyring %{SOURCE9}.gpg %{SOURCE1} -
ee107d
rm -rf "$gpghome" # Cleanup tmp gpg home dir
ee107d
ee107d
# Ensure a blank line follows autosetup, el6 chokes otherwise
ee107d
# https://bugzilla.redhat.com/1310704
ee107d
%autosetup -p1 -n %{pkg_name}-%{version}%{?rcrev}
ee107d
ee107d
# Install print-failed-test-output script
ee107d
install -p -m 755 %{SOURCE99} print-failed-test-output
ee107d
ee107d
# Remove git-archimport from command list
ee107d
sed -i '/^git-archimport/d' command-list.txt
ee107d
ee107d
%if %{without cvs}
ee107d
# Remove git-cvs* from command list
ee107d
sed -i '/^git-cvs/d' command-list.txt
ee107d
%endif
ee107d
# endif without cvs
ee107d
ee107d
%if %{without p4}
ee107d
# Remove git-p4 from command list
ee107d
sed -i '/^git-p4/d' command-list.txt
ee107d
%endif
ee107d
# endif without p4
ee107d
ee107d
# Use these same options for every invocation of 'make'.
ee107d
# Otherwise it will rebuild in %%install due to flags changes.
ee107d
# Pipe to tee to aid confirmation/verification of settings.
ee107d
cat << \EOF | tee config.mak
ee107d
V = 1
ee107d
CFLAGS = %{optflags}
ee107d
LDFLAGS = %{__global_ldflags}
ee107d
NEEDS_CRYPTO_WITH_SSL = 1
ee107d
USE_LIBPCRE = 1
ee107d
ETC_GITCONFIG = %{_sysconfdir}/gitconfig
ee107d
INSTALL_SYMLINKS = 1
ee107d
GITWEB_PROJECTROOT = %{_localstatedir}/lib/git
ee107d
GNU_ROFF = 1
ee107d
NO_PERL_CPAN_FALLBACKS = 1
ee107d
%if %{with python2}
ee107d
PYTHON_PATH = %{__python2}
ee107d
%else
ee107d
NO_PYTHON = 1
ee107d
%endif
ee107d
# endif with python2
ee107d
%if %{with asciidoctor}
ee107d
USE_ASCIIDOCTOR = 1
ee107d
%endif
ee107d
# endif with asciidoctor
ee107d
htmldir = %{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
ee107d
prefix = %{_prefix}
ee107d
perllibdir = %{?scl:%{_scl_root}}%{perl_vendorlib}
ee107d
gitwebdir = %{_localstatedir}/www/git
ee107d
ee107d
# Test options
ee107d
DEFAULT_TEST_TARGET = prove
ee107d
GIT_PROVE_OPTS = --verbose --normalize %{?_smp_mflags} --formatter=TAP::Formatter::File
ee107d
GIT_TEST_OPTS = -x --verbose-log
ee107d
TEST_SHELL_PATH = /bin/bash
ee107d
EOF
ee107d
ee107d
# Filter bogus perl requires
ee107d
# packed-refs comes from a comment in contrib/hooks/update-paranoid
ee107d
%if %{use_new_rpm_filters}
ee107d
%{?perl_default_filter}
ee107d
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(packed-refs\\)
ee107d
%if ! %{defined perl_bootstrap}
ee107d
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(Term::ReadKey\\)
ee107d
%endif
ee107d
# endif ! defined perl_bootstrap
ee107d
%else
ee107d
cat << \EOF > %{name}-req
ee107d
#!/bin/sh
ee107d
%{__perl_requires} $* |\
ee107d
sed -e '/perl(packed-refs)/d'
ee107d
EOF
ee107d
ee107d
%global __perl_requires %{_builddir}/%{name}-%{version}%{?rcrev}/%{name}-req
ee107d
chmod +x %{__perl_requires}
ee107d
%endif
ee107d
# endif use_new_rpm_filters
ee107d
ee107d
# Remove Git::LoadCPAN to ensure we use only system perl modules.  This also
ee107d
# allows the dependencies to be automatically processed by rpm.
ee107d
rm -rf perl/Git/LoadCPAN{.pm,/}
ee107d
grep -rlZ '^use Git::LoadCPAN::' | xargs -r0 sed -i 's/Git::LoadCPAN:://g'
ee107d
ee107d
# Update gitweb default home link string
ee107d
sed -i 's@"++GITWEB_HOME_LINK_STR++"@$ENV{"SERVER_NAME"} ? "git://" . $ENV{"SERVER_NAME"} : "projects"@' \
ee107d
    gitweb/gitweb.perl
ee107d
ee107d
# Move contrib/{contacts,subtree} docs to Documentation so they build with the
ee107d
# proper asciidoc/docbook/xmlto options
ee107d
mv contrib/{contacts,subtree}/git-*.txt Documentation/
ee107d
ee107d
%build
ee107d
%{?scl:scl enable %{scl_httpd} - << "EOF"}
ee107d
%{?scl:export CPATH="%{cpath_dir}:${CPATH}"}
ee107d
# Improve build reproducibility
ee107d
export TZ=UTC
ee107d
export SOURCE_DATE_EPOCH=$(date -r version +%%s 2>/dev/null)
ee107d
ee107d
%make_build all %{?with_docs:doc}
ee107d
ee107d
%make_build -C contrib/contacts/ all
ee107d
ee107d
%if %{with libsecret}
ee107d
%make_build -C contrib/credential/libsecret/
ee107d
%endif
ee107d
# endif with libsecret
ee107d
ee107d
%make_build -C contrib/credential/netrc/
ee107d
ee107d
%make_build -C contrib/diff-highlight/
ee107d
ee107d
%make_build -C contrib/subtree/ all
ee107d
ee107d
# Fix shebang in a few places to silence rpmlint complaints
ee107d
%if %{with python2}
ee107d
sed -i -e '1s@#! */usr/bin/env python$@#!%{__python2}@' \
ee107d
    contrib/fast-import/import-zips.py \
ee107d
    contrib/hg-to-git/hg-to-git.py \
ee107d
    contrib/hooks/multimail/git_multimail.py \
ee107d
    contrib/hooks/multimail/migrate-mailhook-config \
ee107d
    contrib/hooks/multimail/post-receive.example \
ee107d
    contrib/svn-fe/svnrdump_sim.py
ee107d
%else
ee107d
# Remove contrib/fast-import/import-zips.py, contrib/hg-to-git, and
ee107d
# contrib/svn-fe which all require python2.
ee107d
rm -rf contrib/fast-import/import-zips.py contrib/hg-to-git contrib/svn-fe
ee107d
%endif
ee107d
# endif with python2
ee107d
ee107d
# The multimail hook is installed with git.  Use python3 to avoid an
ee107d
# unnecessary python2 dependency, if possible.
ee107d
%if %{with python3}
ee107d
sed -i -e '1s@#!\( */usr/bin/env python\|%{__python2}\)$@#!%{__python3}@' \
ee107d
    contrib/hooks/multimail/git_multimail.py \
ee107d
    contrib/hooks/multimail/migrate-mailhook-config \
ee107d
    contrib/hooks/multimail/post-receive.example
ee107d
%endif
ee107d
%{?scl:EOF}
ee107d
# endif with python3
ee107d
ee107d
%install
ee107d
%{?scl:scl enable %{scl_httpd} - << "EOF"}
ee107d
%{?scl:export CPATH="%{cpath_dir}:${CPATH}"}
ee107d
%make_install %{?with_docs:install-doc}
ee107d
%{?scl:EOF}
ee107d
%make_install -C contrib/contacts
ee107d
ee107d
%if %{with libsecret}
ee107d
install -pm 755 contrib/credential/libsecret/git-credential-libsecret \
ee107d
    %{buildroot}%{gitexecdir}
ee107d
%endif
ee107d
# endif with libsecret
ee107d
install -pm 755 contrib/credential/netrc/git-credential-netrc \
ee107d
    %{buildroot}%{gitexecdir}
ee107d
# temporarily move contrib/credential/netrc aside to prevent it from being
ee107d
# deleted in the docs preparation, so the tests can be run in %%check
ee107d
mv contrib/credential/netrc .
ee107d
ee107d
%make_install -C contrib/subtree
ee107d
ee107d
mkdir -p %{buildroot}%{httpdconfdir}
ee107d
mkdir -p %{buildroot}%{_sysconfdir}
ee107d
install -pm 0644 %{SOURCE13} %{buildroot}%{httpdconfdir}/%{?scl_prefix}%{gitweb_httpd_conf}
ee107d
sed "s|@PROJECTROOT@|%{_localstatedir}/lib/git|g" \
ee107d
    %{SOURCE14} > %{buildroot}%{_sysconfdir}/%{gitweb_httpd_conf}
ee107d
ee107d
# install contrib/diff-highlight and clean up to avoid cruft in git-core-doc
ee107d
install -Dpm 0755 contrib/diff-highlight/diff-highlight \
ee107d
    %{buildroot}%{_datadir}/git-core/contrib/diff-highlight
ee107d
rm -rf contrib/diff-highlight/{Makefile,diff-highlight,*.perl,t}
ee107d
ee107d
# Clean up contrib/subtree to avoid cruft in the git-core-doc docdir
ee107d
rm -rf contrib/subtree/{INSTALL,Makefile,git-subtree*,t}
ee107d
ee107d
# git-archimport is not supported
ee107d
find %{buildroot} Documentation -type f -name 'git-archimport*' -exec rm -f {} ';'
ee107d
ee107d
%if %{without cvs}
ee107d
# Remove git-cvs* and gitcvs*
ee107d
find %{buildroot} Documentation \( -type f -o -type l \) \
ee107d
    \( -name 'git-cvs*' -o -name 'gitcvs*' \) -exec rm -f {} ';'
ee107d
%endif
ee107d
# endif without cvs
ee107d
ee107d
%if %{without p4}
ee107d
# Remove git-p4* and mergetools/p4merge
ee107d
find %{buildroot} Documentation -type f -name 'git-p4*' -exec rm -f {} ';'
ee107d
rm -f %{buildroot}%{gitexecdir}/mergetools/p4merge
ee107d
%endif
ee107d
# endif without p4
ee107d
ee107d
# Remove unneeded git-remote-testsvn so git-svn can be noarch
ee107d
rm -f %{buildroot}%{gitexecdir}/git-remote-testsvn
ee107d
ee107d
exclude_re="archimport|email|git-(citool|credential-libsecret|cvs|daemon|gui|instaweb|p4|subtree|svn)|gitk|gitweb|p4merge"
ee107d
(find %{buildroot}{%{_bindir},%{_libexecdir}} -type f -o -type l | grep -vE "$exclude_re" | sed -e s@^%{buildroot}@@) > bin-man-doc-files
ee107d
(find %{buildroot}{%{_bindir},%{_libexecdir}} -mindepth 1 -type d | grep -vE "$exclude_re" | sed -e 's@^%{buildroot}@%dir @') >> bin-man-doc-files
ee107d
(find %{buildroot}%{?scl:%{_scl_root}}%{perl_vendorlib} -type f | sed -e s@^%{buildroot}@@) > perl-git-files
ee107d
(find %{buildroot}%{?scl:%{_scl_root}}%{perl_vendorlib} -mindepth 1 -type d | sed -e 's@^%{buildroot}@%dir @') >> perl-git-files
ee107d
# Split out Git::SVN files
ee107d
grep Git/SVN perl-git-files > perl-git-svn-files
ee107d
sed -i "/Git\/SVN/ d" perl-git-files
ee107d
%if %{with docs}
ee107d
(find %{buildroot}%{_mandir} -type f | grep -vE "$exclude_re|Git" | sed -e s@^%{buildroot}@@ -e 's/$/*/' ) >> bin-man-doc-files
ee107d
%else
ee107d
rm -rf %{buildroot}%{_mandir}
ee107d
%endif
ee107d
# endif with docs
ee107d
ee107d
mkdir -p %{buildroot}%{_localstatedir}/lib/git
ee107d
%if %{use_systemd}
ee107d
install -Dp -m 0644 %{SOURCE16} %{buildroot}%{_unitdir}/%{?scl_prefix}git.socket
ee107d
perl -p \
ee107d
    -e "s|\@GITEXECDIR\@|%{gitexecdir}|g;" \
ee107d
    -e "s|\@BASE_PATH\@|%{_localstatedir}/lib/git|g;" \
ee107d
    %{SOURCE15} > %{buildroot}%{_unitdir}/%{?scl_prefix}git@.service
ee107d
%else
ee107d
mkdir -p %{buildroot}%{_sysconfdir}/xinetd.d
ee107d
perl -p \
ee107d
    -e "s|\@GITEXECDIR\@|%{gitexecdir}|g;" \
ee107d
    -e "s|\@BASE_PATH\@|%{_localstatedir}/lib/git|g;" \
ee107d
    %{SOURCE11} > %{buildroot}%{_sysconfdir}/xinetd.d/%{?scl_prefix}git
ee107d
%endif
ee107d
# endif use_systemd
ee107d
ee107d
# Setup bash completion
ee107d
install -Dpm 644 contrib/completion/git-completion.bash %{buildroot}%{bashcompdir}/git
ee107d
ln -s git %{buildroot}%{bashcompdir}/gitk
ee107d
ee107d
# Install tcsh completion
ee107d
mkdir -p %{buildroot}%{_datadir}/git-core/contrib/completion
ee107d
install -pm 644 contrib/completion/git-completion.tcsh \
ee107d
    %{buildroot}%{_datadir}/git-core/contrib/completion/
ee107d
ee107d
# Drop .py extension from git_multimail to avoid byte-compiling
ee107d
mv contrib/hooks/multimail/git_multimail{.py,}
ee107d
ee107d
# Move contrib/hooks out of %%docdir
ee107d
mkdir -p %{buildroot}%{_datadir}/git-core/contrib
ee107d
mv contrib/hooks %{buildroot}%{_datadir}/git-core/contrib
ee107d
pushd contrib > /dev/null
ee107d
ln -s ../../../git-core/contrib/hooks
ee107d
popd > /dev/null
ee107d
ee107d
# Install git-prompt.sh
ee107d
mkdir -p %{buildroot}%{_datadir}/git-core/contrib/completion
ee107d
install -pm 644 contrib/completion/git-prompt.sh \
ee107d
    %{buildroot}%{_datadir}/git-core/contrib/completion/
ee107d
ee107d
# expand macros in git-gui.desktop file
ee107d
cat > %{SOURCE12} << EOF
ee107d
%{expand:%(cat %{SOURCE12})}
ee107d
EOF
ee107d
ee107d
# install git-gui .desktop file
ee107d
desktop-file-install --dir=%{buildroot}%{appdesktopdir} %{?scl:--vendor=%{?scl_name}} %{SOURCE12}
ee107d
ee107d
# symlink git-citool to git-gui if they are identical
ee107d
pushd %{buildroot}%{gitexecdir} >/dev/null
ee107d
if cmp -s git-gui git-citool 2>/dev/null; then
ee107d
    ln -svf git-gui git-citool
ee107d
fi
ee107d
popd >/dev/null
ee107d
ee107d
# find translations
ee107d
%find_lang %{pkg_name} %{pkg_name}.lang
ee107d
cat %{pkg_name}.lang >> bin-man-doc-files
ee107d
ee107d
# quiet some rpmlint complaints
ee107d
chmod -R g-w %{buildroot}
ee107d
chmod a-x %{buildroot}%{gitexecdir}/git-mergetool--lib
ee107d
# These files probably are not needed
ee107d
find . -regex '.*/\.\(git\(attributes\|ignore\)\|perlcriticrc\)' -delete
ee107d
chmod a-x Documentation/technical/api-index.sh
ee107d
find contrib -type f -print0 | xargs -r0 chmod -x
ee107d
ee107d
# Split core files
ee107d
not_core_re="git-(add--interactive|contacts|credential-netrc|difftool|filter-branch|instaweb|request-pull|send-mail)|gitweb"
ee107d
grep -vE "$not_core_re|%{_mandir}" bin-man-doc-files > bin-files-core
ee107d
touch man-doc-files-core
ee107d
%if %{with docs}
ee107d
grep -vE "$not_core_re" bin-man-doc-files | grep "%{_mandir}" > man-doc-files-core
ee107d
%endif
ee107d
# endif with docs
ee107d
grep -E  "$not_core_re" bin-man-doc-files > bin-man-doc-git-files
ee107d
ee107d
##### DOC
ee107d
# place doc files into %%{_pkgdocdir} and split them into expected packages
ee107d
# contrib
ee107d
not_core_doc_re="(git-(cvs|gui|citool|daemon|instaweb|subtree))|p4|svn|email|gitk|gitweb"
ee107d
mkdir -p %{buildroot}%{_pkgdocdir}/
ee107d
cp -pr CODE_OF_CONDUCT.md README.md Documentation/*.txt Documentation/RelNotes contrib %{buildroot}%{_pkgdocdir}/
ee107d
# Remove contrib/ files/dirs which have nothing useful for documentation
ee107d
rm -rf %{buildroot}%{_pkgdocdir}/contrib/{contacts,credential,svn-fe}/
ee107d
cp -p gitweb/INSTALL %{buildroot}%{_pkgdocdir}/INSTALL.gitweb
ee107d
cp -p gitweb/README %{buildroot}%{_pkgdocdir}/README.gitweb
ee107d
ee107d
%if %{with docs}
ee107d
cp -pr Documentation/*.html Documentation/docbook-xsl.css %{buildroot}%{_pkgdocdir}/
ee107d
cp -pr Documentation/{howto,technical} %{buildroot}%{_pkgdocdir}/
ee107d
find %{buildroot}%{_pkgdocdir}/{howto,technical} -type f \
ee107d
    |grep -o "%{_pkgdocdir}.*$" >> man-doc-files-core
ee107d
%endif
ee107d
# endif with docs
ee107d
ee107d
{
ee107d
    find %{buildroot}%{_pkgdocdir} -type f -maxdepth 1 \
ee107d
        | grep -o "%{_pkgdocdir}.*$" \
ee107d
        | grep -vE "$not_core_doc_re"
ee107d
    find %{buildroot}%{_pkgdocdir}/{contrib,RelNotes} -type f \
ee107d
        | grep -o "%{_pkgdocdir}.*$"
ee107d
    find %{buildroot}%{_pkgdocdir} -type d | grep -o "%{_pkgdocdir}.*$" \
ee107d
        | sed "s/^/\%dir /"
ee107d
} >> man-doc-files-core
ee107d
##### #DOC
ee107d
ee107d
%check
ee107d
%if %{without tests}
ee107d
echo "*** Skipping tests"
ee107d
exit 0
ee107d
%endif
ee107d
# endif without tests
ee107d
ee107d
%if %{with docs} && %{with linkcheck}
ee107d
# Test links in HTML documentation
ee107d
find %{buildroot}%{_pkgdocdir} -name "*.html" -print0 | xargs -r0 linkchecker
ee107d
%endif
ee107d
# endif with docs && with linkcheck
ee107d
ee107d
# Tests to skip on all releases and architectures
ee107d
GIT_SKIP_TESTS=""
ee107d
ee107d
%ifarch aarch64 %{arm} %{power64}
ee107d
# Skip tests which fail on aarch64, arm, and ppc
ee107d
#
ee107d
# The following 2 tests use run_with_limited_cmdline, which calls ulimit -s 128
ee107d
# to limit the maximum stack size.
ee107d
# t5541.35 'push 2000 tags over http'
ee107d
# t5551.25 'clone the 2,000 tag repo to check OS command line overflow'
ee107d
GIT_SKIP_TESTS="$GIT_SKIP_TESTS t5541.35 t5551.25"
ee107d
%endif
ee107d
# endif aarch64 %%{arm} %%{power64}
ee107d
ee107d
%ifarch %{power64}
ee107d
# Skip tests which fail on ppc
ee107d
#
ee107d
# t9115-git-svn-dcommit-funky-renames is disabled because it frequently fails.
ee107d
# The port it uses (9115) is already in use.  It is unclear if this is
ee107d
# due to an issue in the test suite or a conflict with some other process on
ee107d
# the build host.  It only appears to occur on ppc-arches.
ee107d
GIT_SKIP_TESTS="$GIT_SKIP_TESTS t9115"
ee107d
%endif
ee107d
# endif %%{power64}
ee107d
ee107d
%ifarch s390x
ee107d
# Skip tests which fail on s390x
ee107d
#
ee107d
# t7812-grep-icase-non-ascii's "PCRE v2: grep non-ASCII from invalid UTF-8
ee107d
# data" test fails on big-endian arches.  This is known upstream and will
ee107d
# hopefully be resolved soon (2019/10/24, tmz)
ee107d
GIT_SKIP_TESTS="$GIT_SKIP_TESTS t7812.11"
ee107d
%endif
ee107d
# endif s390x
ee107d
ee107d
export GIT_SKIP_TESTS
ee107d
ee107d
# Set LANG so various UTF-8 tests are run
ee107d
export LANG=en_US.UTF-8
ee107d
ee107d
# Explicitly enable tests which may be skipped opportunistically
ee107d
# (Check for variables set via test_tristate in the test suite)
ee107d
export GIT_SVN_TEST_HTTPD=true
ee107d
export GIT_TEST_GIT_DAEMON=true
ee107d
export GIT_TEST_HTTPD=true
ee107d
export GIT_TEST_SVNSERVE=true
ee107d
ee107d
ee107d
ee107d
# Create tmpdir for test output and update GIT_TEST_OPTS
ee107d
# Also update GIT-BUILD-OPTIONS to keep make from any needless rebuilding
ee107d
testdir=$(mktemp -d -p /tmp git-t.XXXX)
ee107d
sed -i "s@^GIT_TEST_OPTS = .*@& --root=$testdir@" config.mak
ee107d
touch -r GIT-BUILD-OPTIONS ts
ee107d
sed -i "s@\(GIT_TEST_OPTS='.*\)'@\1 --root=$testdir'@" GIT-BUILD-OPTIONS
ee107d
touch -r ts GIT-BUILD-OPTIONS
ee107d
ee107d
# Run the tests
ee107d
%{?scl:scl enable %{scl_httpd} - << "EOF"}
ee107d
%__make test || ./print-failed-test-output
ee107d
%{?scl:EOF}
ee107d
ee107d
# Run contrib/credential/netrc tests
ee107d
mkdir -p contrib/credential
ee107d
mv netrc contrib/credential/
ee107d
%make_build -C contrib/credential/netrc/ test || \
ee107d
%make_build -C contrib/credential/netrc/ testverbose
ee107d
ee107d
# Clean up test dir
ee107d
rmdir --ignore-fail-on-non-empty "$testdir"
ee107d
ee107d
%if %{use_systemd}
ee107d
%post daemon
ee107d
%systemd_post %{?scl_prefix}git.socket
ee107d
ee107d
%preun daemon
ee107d
%systemd_preun %{?scl_prefix}git.socket
ee107d
ee107d
%postun daemon
ee107d
%systemd_postun_with_restart %{?scl_prefix}git.socket
ee107d
%endif
ee107d
# endif use_systemd
ee107d
ee107d
%files -f bin-man-doc-git-files
ee107d
%{_datadir}/git-core/contrib/diff-highlight
ee107d
%{_datadir}/git-core/contrib/hooks/multimail
ee107d
%{_datadir}/git-core/contrib/hooks/update-paranoid
ee107d
%{_datadir}/git-core/contrib/hooks/setgitperms.perl
ee107d
%{_datadir}/git-core/templates/hooks/fsmonitor-watchman.sample
ee107d
%{_datadir}/git-core/templates/hooks/pre-rebase.sample
ee107d
%{_datadir}/git-core/templates/hooks/prepare-commit-msg.sample
ee107d
ee107d
%files all
ee107d
# No files for you!
ee107d
ee107d
%files core -f bin-files-core
ee107d
#NOTE: this is only use of the %%doc macro in this spec file and should not
ee107d
#      be used elsewhere
ee107d
%{!?_licensedir:%global license %doc}
ee107d
%license COPYING
ee107d
# exclude is best way here because of troubles with symlinks inside git-core/
ee107d
%exclude %{_datadir}/git-core/contrib/diff-highlight
ee107d
%exclude %{_datadir}/git-core/contrib/hooks/multimail
ee107d
%exclude %{_datadir}/git-core/contrib/hooks/update-paranoid
ee107d
%exclude %{_datadir}/git-core/contrib/hooks/setgitperms.perl
ee107d
%exclude %{_datadir}/git-core/templates/hooks/fsmonitor-watchman.sample
ee107d
%exclude %{_datadir}/git-core/templates/hooks/pre-rebase.sample
ee107d
%exclude %{_datadir}/git-core/templates/hooks/prepare-commit-msg.sample
ee107d
%{bashcomproot}
ee107d
%{_datadir}/git-core/
ee107d
ee107d
%files core-doc -f man-doc-files-core
ee107d
%if 0%{?rhel} && 0%{?rhel} <= 7
ee107d
# .py files are only bytecompiled on EL <= 7
ee107d
%exclude %{_pkgdocdir}/contrib/*/*.py[co]
ee107d
%endif
ee107d
# endif rhel <= 7
ee107d
%{_pkgdocdir}/contrib/hooks
ee107d
ee107d
%if %{with libsecret}
ee107d
%files credential-libsecret
ee107d
%defattr(-,root,root)
ee107d
%{gitexecdir}/git-credential-libsecret
ee107d
%endif
ee107d
# endif with libsecret
ee107d
ee107d
%if %{with cvs}
ee107d
%files cvs
ee107d
%{_pkgdocdir}/*git-cvs*.txt
ee107d
%{_bindir}/git-cvsserver
ee107d
%{gitexecdir}/*cvs*
ee107d
%{?with_docs:%{_mandir}/man1/*cvs*.1*}
ee107d
%{?with_docs:%{_pkgdocdir}/*git-cvs*.html}
ee107d
%endif
ee107d
# endif with cvs
ee107d
ee107d
%files daemon
ee107d
%{_pkgdocdir}/git-daemon*.txt
ee107d
%if %{use_systemd}
ee107d
%{_unitdir}/%{?scl_prefix}git.socket
ee107d
%{_unitdir}/%{?scl_prefix}git@.service
ee107d
%else
ee107d
%config(noreplace)%{_sysconfdir}/xinetd.d/git
ee107d
%endif
ee107d
# endif use_systemd
ee107d
%{gitexecdir}/git-daemon
ee107d
%{_localstatedir}/lib/git
ee107d
%{?with_docs:%{_mandir}/man1/git-daemon*.1*}
ee107d
%{?with_docs:%{_pkgdocdir}/git-daemon*.html}
ee107d
ee107d
%files email
ee107d
%{_pkgdocdir}/*email*.txt
ee107d
%{gitexecdir}/*email*
ee107d
%{?with_docs:%{_mandir}/man1/*email*.1*}
ee107d
%{?with_docs:%{_pkgdocdir}/*email*.html}
ee107d
ee107d
%files -n %{?scl_prefix}gitk
ee107d
%{_pkgdocdir}/*gitk*.txt
ee107d
%{_bindir}/*gitk*
ee107d
%{_datadir}/gitk
ee107d
%{?with_docs:%{_mandir}/man1/*gitk*.1*}
ee107d
%{?with_docs:%{_pkgdocdir}/*gitk*.html}
ee107d
ee107d
%files -n %{?scl_prefix}gitweb
ee107d
%{_pkgdocdir}/*.gitweb
ee107d
%{_pkgdocdir}/gitweb*.txt
ee107d
%{?with_docs:%{_mandir}/man1/gitweb.1*}
ee107d
%{?with_docs:%{_mandir}/man5/gitweb.conf.5*}
ee107d
%{?with_docs:%{_pkgdocdir}/gitweb*.html}
ee107d
%config(noreplace)%{_sysconfdir}/%{gitweb_httpd_conf}
ee107d
%config(noreplace)%{httpdconfdir}/%{?scl_prefix}%{gitweb_httpd_conf}
ee107d
%{_localstatedir}/www/git/
ee107d
ee107d
%files gui
ee107d
%{gitexecdir}/git-gui*
ee107d
%{gitexecdir}/git-citool
ee107d
%{appdesktopdir}/*git-gui.desktop
ee107d
%{_datadir}/git-gui/
ee107d
%{_pkgdocdir}/git-gui.txt
ee107d
%{_pkgdocdir}/git-citool.txt
ee107d
%{?with_docs:%{_mandir}/man1/git-gui.1*}
ee107d
%{?with_docs:%{_pkgdocdir}/git-gui.html}
ee107d
%{?with_docs:%{_mandir}/man1/git-citool.1*}
ee107d
%{?with_docs:%{_pkgdocdir}/git-citool.html}
ee107d
ee107d
%files instaweb
ee107d
%defattr(-,root,root)
ee107d
%{gitexecdir}/git-instaweb
ee107d
%{_pkgdocdir}/git-instaweb.txt
ee107d
%{?with_docs:%{_mandir}/man1/git-instaweb.1*}
ee107d
%{?with_docs:%{_pkgdocdir}/git-instaweb.html}
ee107d
ee107d
%if %{with p4}
ee107d
%files p4
ee107d
%{gitexecdir}/*p4*
ee107d
%{gitexecdir}/mergetools/p4merge
ee107d
%{_pkgdocdir}/*p4*.txt
ee107d
%{?with_docs:%{_mandir}/man1/*p4*.1*}
ee107d
%{?with_docs:%{_pkgdocdir}/*p4*.html}
ee107d
%endif
ee107d
# endif with p4
ee107d
ee107d
%files -n %{?scl_prefix}perl-Git -f perl-git-files
ee107d
%{?with_docs:%{_mandir}/man3/Git.3pm*}
ee107d
ee107d
%files -n %{?scl_prefix}perl-Git-SVN -f perl-git-svn-files
ee107d
ee107d
%files subtree
ee107d
%{gitexecdir}/git-subtree
ee107d
%{_pkgdocdir}/git-subtree.txt
ee107d
%{?with_docs:%{_mandir}/man1/git-subtree.1*}
ee107d
%{?with_docs:%{_pkgdocdir}/git-subtree.html}
ee107d
ee107d
%files svn
ee107d
%{gitexecdir}/git-svn
ee107d
%{_pkgdocdir}/git-svn.txt
ee107d
%{?with_docs:%{_mandir}/man1/git-svn.1*}
ee107d
%{?with_docs:%{_pkgdocdir}/git-svn.html}
ee107d
ee107d
%changelog
4705dd
* Mon May 22 2023 Ondřej Pohořelský <opohorel@redhat.com> - 2.27.0-6
4705dd
- Fixes CVE-2023-25652
4705dd
- Resolves: #2188368
4705dd
4705dd
* Wed May 17 2023 Ondřej Pohořelský <opohorel@redhat.com> - 2.27.0-5
4705dd
- Fixes CVE-2023-25815 and CVE-2023-29007
4705dd
- Resolves: #2188375
4705dd
a6e337
* Mon Jan 30 2023 Ondřej Pohořelský <opohorel@redhat.com> - 2.27.0-4
a6e337
- Fixes CVE-2022-23521 and CVE-2022-41903
a6e337
- Tests: try harder to find open ports for apache, git, and svn
a6e337
- Resolves: #2162071
a6e337
ee107d
* Thu Sep 24 2020 Vít Ondruch <vondruch@redhat.com> - 2.27.0-3
ee107d
- Drop Emacs bits to prevent conflicts with system version of Git.
ee107d
  Resolves: rhbz#1873019
ee107d
ee107d
* Thu Aug 6 2020 Ondrej Pohorelsky <opohorel@redhat.com> - 2.27.0-2
ee107d
- Fix git-gui.desktop file
ee107d
- Resolves: rhbz#1862094
ee107d
ee107d
* Fri Jul 24 2020 Ondrej Pohorelsky <opohorel@redhat.com> - 2.27.0-1
ee107d
- Update to release 2.27.0
ee107d
- Resolves: rhbz#1853404
ee107d
ee107d
* Wed Apr 22 2020 Ondrej Pohorelsky <opohorel@redhat.com> - 2.18.4-1
ee107d
- Update to release 2.18.4
ee107d
- Resolves: CVE-2020-11008 
ee107d
ee107d
* Thu Apr 9 2020 Ondrej Pohorelsky <opohorel@redhat.com> - 2.18.2-3
ee107d
- Crafted URL containing new lines can cause credential leak  
ee107d
- Resolves: CVE-2020-5260
ee107d
ee107d
* Tue Dec 17 2019 Ondrej Pohorelsky <opohorel@redhat.com> - 2.18.2-1
ee107d
- Update to release 2.18.2
ee107d
- Remote code execution in recursive clones with nested submodules
ee107d
  Resolves: CVE-2019-1387
ee107d
- Arbitrary path overwriting via export-marks in-stream command
ee107d
  Resolves: CVE-2019-1348
ee107d
- Recursive submodule cloning allows using git directory twice with synonymous
ee107d
  directory name written in .git/
ee107d
  Resolves: CVE-2019-1349
ee107d
- Fixes CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354
ee107d
ee107d
* Thu Nov 29 2018 Pavel Cahyna <pcahyna@redhat.com> - 2.18.1-3
ee107d
- apply upstream run-command PATH fix (CVE-2018-19486)
ee107d
ee107d
* Wed Oct 24 2018 Pavel Cahyna <pcahyna@redhat.com> - 2.18.1-2
ee107d
- config: document value 2 for protocol.version (upstream patch)
ee107d
- Fix builds without docs and without cvs and/or p4 (from skisela)
ee107d
- Fix smart-http test due to changes in cookie sort order in curl-7.61.1
ee107d
  (see #1625677)
ee107d
ee107d
* Wed Oct 10 2018 Pavel Cahyna <pcahyna@redhat.com> - 2.18.1-1
ee107d
- Update to release 2.18.1, fixes CVE-2018-17456: arbitrary code execution via .gitmodules
ee107d
ee107d
* Thu Jul 19 2018 Sebastian Kisela <skisela@redhat.com> - 2.18.0-5
ee107d
- Add %%{?scl_prefix} macros for services + desktop files.
ee107d
- Add tests, checking hardcoded content of dist git sources,
ee107d
written by pstodulk.
ee107d
- Make git-gui.desktop, git@.service and gitweb-httpd.conf content
ee107d
point to the correct scl paths.
ee107d
- Move instaweb to separate subpackage
ee107d
- Switch instaweb default HTTP daemon to httpd
ee107d
- Use the correct apache module directory in instaweb.
ee107d
- Build docs with TZ=UTC to make results deterministic.
ee107d
  Inspired by https://wiki.debian.org/ReproducibleBuilds/TimestampsInDocumentationGeneratedByAsciidoc
ee107d
ee107d
* Tue Jul 17 2018 Sebastian Kisela <skisela@redhat.com> - 2.18.0-4
ee107d
- Fix %%{perllibdir} path
ee107d
- %%{perllibdir} now points to where perl-git modules are installed.
ee107d
  This was introduced in fedora commit:
ee107d
  f3c13faa206935a844e09c7dc9d78d6325100ced.
ee107d
ee107d
* Tue Jul 17 2018 Sebastian Kisela <skisela@redhat.com> - 2.18.0-3
ee107d
- Initial rhscl-3.2-rh-git218 commit
ee107d
- Add %{scl*} macros to the spec file.
ee107d
ee107d
* Wed Jul 11 2018 Pavel Cahyna <pcahyna@redhat.com> - 2.18.0-3
ee107d
- Disable link checking on RHEL again (partially reverts 2.17.0-3)
ee107d
ee107d
* Mon Jun 25 2018 Pavel Cahyna <pcahyna@redhat.com> - 2.18.0-2
ee107d
- Fix build --without cvs
ee107d
ee107d
* Wed Jun 20 2018 Todd Zullinger <tmz@pobox.com> - 2.18.0-1
ee107d
- Update to 2.18.0
ee107d
ee107d
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.18.0-0.3.rc2
ee107d
- Rebuilt for Python 3.7
ee107d
ee107d
* Wed Jun 13 2018 Todd Zullinger <tmz@pobox.com> - 2.18.0-0.2.rc2
ee107d
- Update to 2.18.0-rc2
ee107d
- Apply upstream zlib buffer handling patch (#1582555)
ee107d
ee107d
* Wed Jun 06 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Include git-contacts, SubmittingPatches suggests it to users
ee107d
- Build git-subtree docs in %%build
ee107d
ee107d
* Mon Jun 04 2018 Todd Zullinger <tmz@pobox.com> - 2.18.0-0.1.rc1
ee107d
- Update to 2.18.0-rc1
ee107d
- Drop flaky & out-of-place netrc credential helper tests
ee107d
ee107d
* Fri Jun 01 2018 Todd Zullinger <tmz@pobox.com> - 2.18.0-0.0.rc0.1
ee107d
- add -p: fix counting empty context lines in edited patches
ee107d
ee107d
* Wed May 30 2018 Todd Zullinger <tmz@pobox.com> - 2.18.0-0.0.rc0
ee107d
- Update to 2.18.0-rc0
ee107d
- Use new INSTALL_SYMLINKS setting
ee107d
ee107d
* Wed May 30 2018 Todd Zullinger <tmz@pobox.com> - 2.17.1-3
ee107d
- Use %%apply_patch for aarch64 zlib patch, return to %%autosetup
ee107d
- Disable jgit tests on s390x, they're unreliable
ee107d
- Use %%make_build and %%make_install
ee107d
ee107d
* Tue May 29 2018 Todd Zullinger <tmz@pobox.com> - 2.17.1-2
ee107d
- packfile: Correct zlib buffer handling (#1582555)
ee107d
ee107d
* Tue May 29 2018 Todd Zullinger <tmz@pobox.com> - 2.17.1-1
ee107d
- Update to 2.17.1 (CVE-2018-11233, CVE-2018-11235)
ee107d
ee107d
* Thu May 24 2018 Todd Zullinger <tmz@pobox.com> - 2.17.0-4
ee107d
- Fix segfault in rev-parse with invalid input (#1581678)
ee107d
- Move TEST_SHELL_PATH setting to config.mak
ee107d
ee107d
* Mon Apr 16 2018 Todd Zullinger <tmz@pobox.com> - 2.17.0-3
ee107d
- Move linkcheck macro to existing fedora/rhel > 7 block
ee107d
- Re-enable t5000-tar-tree.sh test on f28
ee107d
ee107d
* Fri Apr 13 2018 Pavel Cahyna <pcahyna@redhat.com>
ee107d
- Use BuildRequires: perl-interpreter per the packaging guidelines
ee107d
- Update conditions for future RHEL
ee107d
ee107d
* Tue Apr 10 2018 Todd Zullinger <tmz@pobox.com> - 2.17.0-2
ee107d
- Require perl-generators on EL > 7
ee107d
ee107d
* Mon Apr 09 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- daemon: use --log-destination=stderr with systemd
ee107d
- daemon: fix condition for redirecting stderr
ee107d
- git-svn: avoid uninitialized value warning
ee107d
ee107d
* Sun Apr 08 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Clean up redundant and unneeded Requires
ee107d
ee107d
* Sat Apr 07 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Remove Git::LoadCPAN to ensure we use only system perl modules
ee107d
ee107d
* Mon Apr 02 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Allow git-p4 subpackage to be toggled via --with/--without
ee107d
- Use %%bcond_(with|without) to enable/disable python3
ee107d
- Add support for disabling python2
ee107d
ee107d
* Mon Apr 02 2018 Todd Zullinger <tmz@pobox.com> - 2.17.0-1
ee107d
- Update to 2.17.0
ee107d
ee107d
* Wed Mar 28 2018 Todd Zullinger <tmz@pobox.com> - 2.17.0-0.2.rc2
ee107d
- Update to 2.17.0-rc2
ee107d
ee107d
* Tue Mar 27 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Allow cvs subpackage to be toggled via --with/--without
ee107d
ee107d
* Tue Mar 27 2018 Joe Orton <jorton@redhat.com>
ee107d
- Disable CVS support on EL > 7
ee107d
ee107d
* Tue Mar 27 2018 Todd Zullinger <tmz@pobox.com> - 2.17.0-0.1.rc1.2
ee107d
- Add missing perl(Mail::Address) requirement (#1561086)
ee107d
ee107d
* Thu Mar 22 2018 Todd Zullinger <tmz@pobox.com> - 2.17.0-0.1.rc1.1
ee107d
- Drop .py extension from contrib/hooks/multimail/git_multimail.py
ee107d
- Remove unnecessary "chmod +x contrib/hooks/*"
ee107d
ee107d
* Wed Mar 21 2018 Todd Zullinger <tmz@pobox.com> - 2.17.0-0.1.rc1
ee107d
- Update to 2.17.0-rc1
ee107d
ee107d
* Fri Mar 16 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Add findutils BuildRequires, improve 'find | xargs' calls
ee107d
ee107d
* Thu Mar 15 2018 Todd Zullinger <tmz@pobox.com> - 2.17.0-0.0.rc0
ee107d
- Update to 2.17.0-rc0
ee107d
- Adjust for simplified perl install
ee107d
- Require git-core rather than git for git-daemon
ee107d
- Rename gitweb httpd config file
ee107d
- Install contrib/diff-highlight (#1550251)
ee107d
ee107d
* Thu Mar 15 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Use symlinks instead of hardlinks for installed binaries
ee107d
ee107d
* Fri Feb 23 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Improve hardening flags for EL-6 & EL-7
ee107d
ee107d
* Fri Feb 16 2018 Todd Zullinger <tmz@pobox.com> - 2.16.2-1
ee107d
- Update to 2.16.2
ee107d
- Add gawk, gcc, make, and sed BuildRequires
ee107d
ee107d
* Wed Feb 07 2018 Todd Zullinger <tmz@pobox.com> - 2.16.1-3
ee107d
- Order %%files and %%packages sections by name
ee107d
- Remove obsolete %%defattr
ee107d
- Don't package contrib/svn-fe in %%doc
ee107d
- Split git-subtree into a separate package
ee107d
ee107d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.16.1-2.1
ee107d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
ee107d
ee107d
* Mon Jan 29 2018 Todd Zullinger <tmz@pobox.com> - 2.16.1-2
ee107d
- git-svn: avoid segfaults in 'git svn branch', re-enable t9128, t9141, and
ee107d
  t9167
ee107d
- Drop obsolete BuildRoot, Group, %%clean, and buildroot cleanup
ee107d
ee107d
* Mon Jan 22 2018 Todd Zullinger <tmz@pobox.com> - 2.16.1-1
ee107d
- Update to 2.16.1
ee107d
- Avoid python dependency in git-core (#1536471)
ee107d
ee107d
* Thu Jan 18 2018 Todd Zullinger <tmz@pobox.com> - 2.16.0-1
ee107d
- Update to 2.16.0
ee107d
- Use 'prove' as test harness, enable shell tracing
ee107d
- Disable t5000-tar-tree.sh on x86 in f28
ee107d
ee107d
* Fri Jan 12 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Add %%{emacs_filesystem} to simplify emacs support
ee107d
- Use .in template for git@.service to ensure paths are substituted
ee107d
ee107d
* Thu Jan 11 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Update BuildRequires for tests
ee107d
ee107d
* Mon Jan 08 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Avoid excluding non-existent .py[co] files in %%doc
ee107d
- Remove obsolete gnome-keyring credential helper
ee107d
ee107d
* Sun Jan 07 2018 Todd Zullinger <tmz@pobox.com>
ee107d
- Explicitly enable tests which may be skipped opportunistically
ee107d
ee107d
* Sat Dec 30 2017 Todd Zullinger <tmz@pobox.com>
ee107d
- Fix perl requires filtering on EL-6
ee107d
ee107d
* Thu Nov 30 2017 Todd Zullinger <tmz@pobox.com> - 2.15.1-3
ee107d
- Include verbose logs in build output for 'make test' failures
ee107d
- Use %%autosetup macro to unpack and patch source
ee107d
- Remove second make invocation for doc build/install
ee107d
- Fix builds using '--without docs'
ee107d
- Mark git-core-docs sub-package noarch
ee107d
- Avoid failures in svnserve tests when run in parallel
ee107d
- Run tests in parallel by default on Fedora
ee107d
- Skip 'git svn branch' tests which fail intermittently
ee107d
- Re-enable grep tests on s390x
ee107d
ee107d
* Wed Nov 29 2017 Todd Zullinger <tmz@pobox.com> - 2.15.1-2
ee107d
- Fix debuginfo for gnome-keyring and libsecret credential helpers
ee107d
ee107d
* Tue Nov 28 2017 Todd Zullinger <tmz@pobox.com> - 2.15.1-1
ee107d
- Update to 2.15.1
ee107d
ee107d
* Tue Nov 21 2017 Todd Zullinger <tmz@pobox.com>
ee107d
- Add tcl/tk BuildRequires
ee107d
- Enable support for release candidate builds
ee107d
ee107d
* Tue Nov 07 2017 Todd Zullinger <tmz@pobox.com> - 2.15.0-2
ee107d
- Fix git-clone memory exhaustion (CVE-2017-15298)
ee107d
  Resolves: #1510455, #1510457
ee107d
- Disable cross-directory hardlinks
ee107d
- Drop ancient obsoletes for git and git-arch
ee107d
- Update summary/description of numerous subpackages
ee107d
- Fix shebang in a few places to silence rpmlint complaints
ee107d
- Fix t9020-remote-svn failure when setting PYTHON_PATH
ee107d
- Rename %%gitcoredir to %%gitexecdir; upstream uses the latter
ee107d
- Move commands which no longer require perl into git-core
ee107d
- Move filter-branch out of core, it needs perl now
ee107d
- Improve test suite coverage
ee107d
ee107d
* Mon Oct 30 2017 Todd Zullinger <tmz@pobox.com> - 2.15.0-1
ee107d
- Update to 2.15.0
ee107d
ee107d
* Mon Oct 23 2017 Todd Zullinger <tmz@pobox.com> - 2.14.3-1
ee107d
- Update to 2.14.3
ee107d
ee107d
* Tue Sep 26 2017 Todd Zullinger <tmz@pobox.com> - 2.14.2-2
ee107d
- Update to 2.14.2
ee107d
ee107d
* Thu Aug 10 2017 Todd Zullinger <tmz@pobox.com> - 2.14.1-2
ee107d
- Rebuild for rpm-4.14 bug (#1480407)
ee107d
ee107d
* Thu Aug 10 2017 Todd Zullinger <tmz@pobox.com> - 2.14.1-1
ee107d
- Update to 2.14.1 (resolves CVE-2017-1000117)
ee107d
ee107d
* Tue Aug 08 2017 Iryna Shcherbina <ishcherb@redhat.com> - 2.14.0-2
ee107d
- Add a build-time dependency on python2-devel for p4
ee107d
  Resolves: #1479713
ee107d
- Skip all grep tests on s390x for now because it failes intermittently
ee107d
ee107d
* Fri Aug 04 2017 Todd Zullinger <tmz@pobox.com> - 2.14.0-1
ee107d
- Update to 2.14.0
ee107d
- Use pcre2 library
ee107d
- git-p4: explicitly require python2
ee107d
ee107d
* Tue Aug 01 2017 Todd Zullinger <tmz@pobox.com> - 2.13.4-1
ee107d
- Update to 2.13.4
ee107d
- Remove EL-5 and old Fedora conditionals
ee107d
ee107d
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 2.13.3-3
ee107d
- Rebuild with binutils fix for ppc64le (#1475636)
ee107d
ee107d
* Thu Jul 20 2017 Petr Stodulka <pstodulk@redhat.com> - 2.13.3-2
ee107d
- Move documentation files from all subpackages into the %%{_pkgdocdir}
ee107d
  directory, so links inside doc and man files are correct
ee107d
  Resolves: #1357438
ee107d
- Quiet a few rpmlint complaints regarding hidden files in contrib dir
ee107d
- Remove explicit libcurl requirement from git-core
ee107d
ee107d
* Thu Jul 13 2017 Gwyn Ciesla <limburgher@gmail.com> - 2.13.3-1
ee107d
- Update to 2.13.3
ee107d
ee107d
* Sun Jun 25 2017 Todd Zullinger <tmz@pobox.com> - 2.13.2-1
ee107d
- Update to 2.13.2
ee107d
- Skip grep tests which fail intermittently on s390x
ee107d
ee107d
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.13.1-2
ee107d
- Perl 5.26 re-rebuild of bootstrapped packages
ee107d
ee107d
* Mon Jun 05 2017 Todd Zullinger <tmz@pobox.com> - 2.13.1-1
ee107d
- Update to 2.13.1
ee107d
ee107d
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.13.0-3
ee107d
- Perl 5.26 rebuild
ee107d
ee107d
* Wed May 17 2017 Todd Zullinger <tmz@pobox.com> - 2.13.0-2
ee107d
- Use default, collision-detecting SHA1 implementation
ee107d
ee107d
* Tue May 09 2017 Todd Zullinger <tmz@pobox.com> - 2.13.0-1
ee107d
- Update to 2.13.0 (resolves CVE-2017-8386)
ee107d
ee107d
* Wed Mar 29 2017 Gwyn Ciesla <limburgher@gmail.com> - 2.12.2-1
ee107d
- Update to 2.12.2
ee107d
ee107d
* Tue Mar 21 2017 Gwyn Ciesla <limburgher@gmail.com> - 2.12.1-1
ee107d
- Update to 2.12.1
ee107d
ee107d
* Mon Feb 27 2017 Jon Ciesla <limburgher@gmail.com> - 2.12.0-1
ee107d
- Update to 2.12.0
ee107d
ee107d
* Fri Feb 17 2017 Petr Stodulka <pstodulk@redhat.com> - 2.11.1-3
ee107d
- remove non-ASCII characters from description and title of packages
ee107d
- fix requiremets
ee107d
- fix spec to be compatible for other systems
ee107d
- remove deprecated credential-gnome-keyring
ee107d
ee107d
* Fri Feb 17 2017 Todd Zullinger <tmz@pobox.com> - 2.11.1-3
ee107d
- Remove unnecessary rsync requirement from git-core
ee107d
- Move gnome-keyring credential helper from git-core to git
ee107d
- Enable libsecret credential helper
ee107d
- Run git test suite
ee107d
- Use %%{_mandir} in git/git-core file list filters
ee107d
- Fix version of emacs-git and emacs-git-el provides
ee107d
- Clean up contrib/{credential,subtree} to avoid cruft in git-core-doc
ee107d
- Fix a number of macro-in-comment warnings from rpmlint
ee107d
ee107d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-2
ee107d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ee107d
ee107d
* Fri Feb 03 2017 Jon Ciesla <limburgher@gmail.com> - 2.11.1-1
ee107d
- Update to 2.11.1
ee107d
ee107d
* Wed Nov 30 2016 Jon Ciesla <limburgher@gmail.com> - 2.11.0-1
ee107d
- Update to 2.11.0
ee107d
ee107d
* Mon Oct 31 2016 Jon Ciesla <limburgher@gmail.com> - 2.10.2-1
ee107d
- Update to 2.10.2
ee107d
ee107d
* Tue Oct 04 2016 Jon Ciesla <limburgher@gmail.com> - 2.10.1-1
ee107d
- Update to 2.10.1
ee107d
ee107d
* Sat Sep 03 2016 Todd Zullinger <tmz@pobox.com> - 2.10.0-1
ee107d
- Update to 2.10.0
ee107d
ee107d
* Mon Aug 15 2016 Jon Ciesla <limburgher@gmail.com> - 2.9.3-1
ee107d
- Update to 2.9.3.
ee107d
ee107d
* Fri Jul 15 2016 Jon Ciesla <limburgher@gmail.com> - 2.9.2-1
ee107d
- Update to 2.9.2.
ee107d
ee107d
* Tue Jul 12 2016 Jon Ciesla <limburgher@gmail.com> - 2.9.1-1
ee107d
- Update to 2.9.1.
ee107d
ee107d
* Tue Jun 14 2016 Jon Ciesla <limburgher@gmail.com> - 2.9.0-1
ee107d
- Update to 2.9.0.
ee107d
ee107d
* Wed Jun 08 2016 Jon Ciesla <limburgher@gmail.com> - 2.8.4-1
ee107d
- Update to 2.8.4.
ee107d
ee107d
* Fri May 20 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.8.3-2
ee107d
- Perl 5.24 rebuild
ee107d
ee107d
* Thu May 19 2016 Todd Zullinger <tmz@pobox.com> - 2.8.3-1
ee107d
- Update to 2.8.3
ee107d
ee107d
* Thu May 19 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.8.2-5
ee107d
- Perl 5.24 re-rebuild of bootstrapped packages
ee107d
ee107d
* Wed May 18 2016 Todd Zullinger <tmz@pobox.com> - 2.8.2-4
ee107d
- Use perl(MOD::NAME) format for perl-DBD-SQLite and perl-Digest-MD5 deps
ee107d
- Define __global_ldflags on EL < 7 (#1337137)
ee107d
ee107d
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.8.2-3
ee107d
- Perl 5.24 re-rebuild of bootstrapped packages
ee107d
ee107d
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.8.2-2
ee107d
- Perl 5.24 rebuild
ee107d
ee107d
* Fri Apr 29 2016 Todd Zullinger <tmz@pobox.com> - 2.8.2-1
ee107d
- Update to 2.8.2
ee107d
ee107d
* Mon Apr 11 2016 Todd Zullinger <tmz@pobox.com> - 2.8.1-3
ee107d
- Set LDFLAGS for hardened builds (#1289728)
ee107d
ee107d
* Wed Apr 06 2016 Paolo Bonzini <pbonzini@redhat.com> - 2.8.1-2
ee107d
- Install git-credentials-netrc (#1303358)
ee107d
ee107d
* Tue Apr 05 2016 Jon Ciesla <limburgher@gmail.com> - 2.8.1-1
ee107d
- Update to 2.8.1.
ee107d
ee107d
* Tue Mar 29 2016 Neal Gompa <ngompa13{%}gmail{*}com> - 2.8.0-1
ee107d
- Update to 2.8.0
ee107d
- Use license macro for COPYING
ee107d
ee107d
* Sun Mar 27 2016 Todd Zullinger <tmz@pobox.com> - 2.7.4-2
ee107d
- Use https for URL / Source and smaller tar.xz files
ee107d
- Check upstream GPG signatures in %%prep
ee107d
ee107d
* Tue Mar 22 2016 Konrad Scherer <Konrad.Scherer@windriver.com>
ee107d
- Workaround missing git subtree documentation in prebuilt docs (bug 1320210)
ee107d
- Only add git-cvsserver binary once if the core dir matches the bin dir as it
ee107d
  does on el5 (bug 1320210)
ee107d
ee107d
* Tue Mar 22 2016 Todd Zullinger <tmz@pobox.com>
ee107d
- Conditionalize bash-completion pkg-config usage for EL <= 6 (bug 1320210)
ee107d
ee107d
* Fri Mar 18 2016 David Woodhouse <dwmw2@infradead.org> - 2.7.4-1
ee107d
- Update to 2.7.4 (for CVE-2016-2315, CVE-2016-2324)
ee107d
  Resolves: #1318220
ee107d
ee107d
* Mon Mar 14 2016 Jon Ciesla <limburgher@gmail.com> - 2.7.3-1
ee107d
- Update to 2.7.3.
ee107d
ee107d
* Tue Feb 23 2016 Jon Ciesla <limburgher@gmail.com> - 2.7.2-1
ee107d
- Update to 2.7.2.
ee107d
ee107d
* Sat Feb 06 2016 Jon Ciesla <limburgher@gmail.com> - 2.7.1-1
ee107d
- Update to 2.7.1.
ee107d
ee107d
* Thu Feb 04 2016 Petr Stodulka <pstodulk@redhat.com> - 2.7.0-3
ee107d
- remove all '.gitignore' files from packages
ee107d
ee107d
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.0-2
ee107d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ee107d
ee107d
* Tue Jan 05 2016 Jon Ciesla <limburgher@gmail.com> - 2.7.0-1
ee107d
- Update to 2.7.0.
ee107d
- Infinite loop patch appears obsolete.
ee107d
ee107d
* Wed Dec 09 2015 Jon Ciesla <limburgher@gmail.com> - 2.6.4-1
ee107d
- Update to 2.6.4.
ee107d
ee107d
* Fri Nov 27 2015 Petr Stodulka <pstodulk@redhat.com> - 2.6.3-2
ee107d
- found 2 perl scripts in git-core, move them to git package
ee107d
  (#1284688)
ee107d
ee107d
* Fri Nov 06 2015 Jon Ciesla <limburgher@gmail.com> - 2.6.3-1
ee107d
- Update to 2.6.3.
ee107d
ee107d
* Tue Nov 03 2015 Petr Stodulka <pstodulk@gmail.com> - 2.6.2-2
ee107d
- provides failback for the macro _pkgdocdir (#1277550)
ee107d
ee107d
* Sat Oct 17 2015 Jon Ciesla <limburgher@gmail.com> - 2.6.2-1
ee107d
- Update to 2.6.2.
ee107d
ee107d
* Tue Oct 06 2015 Jon Ciesla <limburgher@gmail.com> - 2.6.1-1
ee107d
- Update to 2.6.1.
ee107d
ee107d
* Tue Sep 29 2015 Jon Ciesla <limburgher@gmail.com> - 2.6.0-1
ee107d
- Update to 2.6.0.
ee107d
ee107d
* Fri Sep 18 2015 Jon Ciesla <limburgher@gmail.com> - 2.5.3-1
ee107d
- Update to 2.5.3.
ee107d
ee107d
* Fri Sep 11 2015 Jon Ciesla <limburgher@gmail.com> - 2.5.2-1
ee107d
- Update to 2.5.2.
ee107d
ee107d
* Sat Aug 29 2015 Petr Stodulka <pstodulk@redhat.com> - 2.5.1-1
ee107d
- Update to 2.5.1
ee107d
ee107d
* Tue Jul 28 2015 Jon Ciesla <limburgher@gmail.com> - 2.5.0-1
ee107d
- Update to 2.5.0.
ee107d
ee107d
* Thu Jul 16 2015 Petr Stodulka <pstodulk@redhat.com> - 2.4.6-1
ee107d
- New upstream release 2.4.6
ee107d
ee107d
* Tue Jul  7 2015 Jonathan Underwood <jonathan.underwood@gmail.com> - 2.4.5-2
ee107d
- Comply with modern Emacs packaging guidelines on recent Fedora
ee107d
  No longer split out emacs-git and emacs-git-el sub-packages on recent Fedora
ee107d
  Require emacs-filesystem on recent Fedora (#1234552)
ee107d
ee107d
* Fri Jun 26 2015 Jon Ciesla <limburgher@gmail.com> - 2.4.5-1
ee107d
- Update to 2.4.5.
ee107d
ee107d
* Mon Jun 22 2015  Petr Stodulka <pstodulk@gmail.com> - 2.4.4-2
ee107d
- git-svn - added requires for perl-Digest-MD5 (#1218176)
ee107d
- solve troubles with infinite loop due to broken symlink (probably
ee107d
  shouldn't be problem here, but it's reproducible manually)
ee107d
  (#1204193)
ee107d
ee107d
* Tue Jun 16 2015 Jon Ciesla <limburgher@gmail.com> - 2.4.4-1
ee107d
- Update to 2.4.4.
ee107d
ee107d
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.3-4
ee107d
- Perl 5.22 re-rebuild of bootstrapped packages
ee107d
ee107d
* Tue Jun 09 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.4.3-3
ee107d
- Perl 5.22 rebuild
ee107d
ee107d
* Mon Jun 08 2015 Petr Stodulka <pstodulk@redhat.com> - 2.4.3-2
ee107d
- separate documentation files from git-core package to git-core-doc
ee107d
  including core man pages
ee107d
ee107d
* Sat Jun 06 2015 Jon Ciesla <limburgher@gmail.com> - 2.4.3-1
ee107d
- Update to 2.4.3.
ee107d
ee107d
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com>
ee107d
- Perl 5.22 rebuild
ee107d
ee107d
* Wed Jun 03 2015 Petr Stodulka <pstodulk@redhat.com> - 2.4.2-2
ee107d
- split create subpackage git-core (perl-less) from git package
ee107d
- git package requires git-core and it has same tool set as
ee107d
  before
ee107d
- relevant docs are part of git-core package too
ee107d
- removed proved and obsoletes in git for git-core
ee107d
ee107d
* Tue May 26 2015 Jon Ciesla <limburgher@gmail.com> - 2.4.2-1
ee107d
- Update to 2.4.2.
ee107d
ee107d
* Thu May 14 2015 Jon Ciesla <limburgher@gmail.com> - 2.4.1-1
ee107d
- Update to 2.4.1.
ee107d
ee107d
* Fri May 01 2015 Jon Ciesla <limburgher@gmail.com> - 2.4.0-1
ee107d
- Update to 2.4.0.
ee107d
ee107d
* Tue Apr 28 2015 Jon Ciesla <limburgher@gmail.com> - 2.3.7-1
ee107d
- Update to 2.3.7.
ee107d
ee107d
* Wed Apr 22 2015 Jon Ciesla <limburgher@gmail.com> - 2.3.6-1
ee107d
- Update to 2.3.6.
ee107d
ee107d
* Mon Apr 06 2015 Jon Ciesla <limburgher@gmail.com> - 2.3.5-1
ee107d
- Update to 2.3.5.
ee107d
ee107d
* Tue Mar 24 2015 Petr Stodulka <pstodulk@redhat.com> - 2.3.4-1
ee107d
- Update to 2.3.4.
ee107d
ee107d
* Mon Mar 16 2015 Jon Ciesla <limburgher@gmail.com> - 2.3.3-1
ee107d
- Update to 2.3.3.
ee107d
ee107d
* Mon Mar 09 2015 Jon Ciesla <limburgher@gmail.com> - 2.3.2-1
ee107d
- Update to 2.3.2.
ee107d
ee107d
* Fri Feb 27 2015 Jon Ciesla <limburgher@gmail.com> - 2.3.1-1
ee107d
- Update to 2.3.1.
ee107d
ee107d
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.3.0-2
ee107d
- Rebuilt for Fedora 23 Change
ee107d
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
ee107d
ee107d
* Fri Feb 06 2015 Jon Ciesla <limburgher@gmail.com> - 2.3.0-1
ee107d
- Update to 2.3.0.
ee107d
ee107d
* Tue Jan 27 2015 Ville Skyttä <ville.skytta@iki.fi> - 2.2.2-2
ee107d
- Install bash completion to %%{_datadir}/bash-completion/completions
ee107d
ee107d
* Fri Jan 23 2015 Jon Ciesla <limburgher@gmail.com> - 2.2.2-1
ee107d
- Update to 2.2.2.
ee107d
ee107d
* Thu Jan 08 2015 Jon Ciesla <limburgher@gmail.com> - 2.2.1-1
ee107d
- Update to 2.2.1.
ee107d
ee107d
* Thu Dec 11 2014 Petr Stodulka <pstodulk@redhat.com> - 2.2.0-3
ee107d
- removed subpackage git-hg which is replaced by git-remote-hg from
ee107d
  separated package
ee107d
ee107d
* Fri Nov 28 2014 Petr Stodulka <pstodulk@redhat.com> - 2.2.0-2
ee107d
- removed subpackage git-bzr which is replaced by git-remote-bzr from
ee107d
  separated package
ee107d
ee107d
* Fri Nov 28 2014 Petr Stodulka <pstodulk@redhat.com> - 2.2.0-1
ee107d
- 2.2.0
ee107d
ee107d
* Fri Oct 24 2014 Pierre-Yves Chibon <pingou@pingoured.fr> - 2.1.0-5
ee107d
- Rename the git.service into git@.service fixing
ee107d
  https://bugzilla.redhat.com/980574
ee107d
ee107d
* Mon Sep 08 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.1.0-4
ee107d
- Perl 5.20 re-rebuild of bootstrapped packages
ee107d
ee107d
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.1.0-3
ee107d
- Perl 5.20 rebuild
ee107d
ee107d
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.1.0-2
ee107d
- Disable requires perl(Term::ReadKey) when perl bootstraping
ee107d
ee107d
* Mon Aug 18 2014 Ondrej Oprala 
ee107d
- 2.1.0
ee107d
ee107d
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2
ee107d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
ee107d
ee107d
* Thu Jul 31 2014 Ondrej Oprala 
ee107d
- 2.0.4
ee107d
ee107d
* Mon Jul 28 2014 Ondrej Oprala 
ee107d
- 2.0.3
ee107d
ee107d
* Fri Jul 11 2014 Ondrej Oprala 
ee107d
- 2.0.1
ee107d
ee107d
* Tue Jun 10 2014 Ondrej Oprala <ooprala@redhat.com> - 2.0.0-4
ee107d
- Change source URLs, as googlecode doesn't have up-to-date tarballs
ee107d
ee107d
* Tue Jun 10 2014 Ondrej Oprala <ooprala@redhat.com> - 2.0.0-3
ee107d
- Conditionalize an ancient obsolete
ee107d
ee107d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.0-2
ee107d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ee107d
ee107d
* Thu May 29 2014 Ondrej Oprala <ooprala@redhat.com> - 2.0.0-1
ee107d
- Update to 2.0.0
ee107d
ee107d
* Mon May 19 2014 Jon Ciesla <limburgher@gmail.com> - 1.9.3-1
ee107d
- Update to 1.9.3
ee107d
ee107d
* Mon Feb 17 2014 Ondrej Oprala <ooprala@redhat.com> - 1.9.0-1
ee107d
- Update to 1.9.0
ee107d
ee107d
* Thu Jan 16 2014 Todd Zullinger <tmz@pobox.com> - 1.8.5.3-2
ee107d
- Drop unused python DESTIR patch
ee107d
- Consolidate settings for Fedora 19+ and EL 7+
ee107d
- Use new rpm filtering on Fedora 19+ and EL 7+
ee107d
- Rebuild with file-5.14-14 (#1026760)
ee107d
ee107d
* Thu Jan 16 2014 Ondrej Oprala <ooprala@redhat.com> - 1.8.5.3-1
ee107d
* Update to 1.8.5.3
ee107d
ee107d
* Wed Dec 18 2013 Ondrej Oprala <ooprala@redhat.com> - 1.8.5.2-1
ee107d
* Update to 1.8.5.2
ee107d
ee107d
* Wed Nov 13 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.8.4.2-2
ee107d
- Fix htmldir when doc dir is unversioned (#993779).
ee107d
ee107d
* Tue Oct 29 2013 Todd Zullinger <tmz@pobox.com> - 1.8.4.2-1
ee107d
- Update to 1.8.4.2 (#1024497)
ee107d
ee107d
* Sat Oct 05 2013 Todd Zullinger <tmz@pobox.com>
ee107d
- Add mercurial version requirement to git-hg, for those rebuilding on EL
ee107d
ee107d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.3.1-3
ee107d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
ee107d
ee107d
* Mon Jul 15 2013 Petr Pisar <ppisar@redhat.com> - 1.8.3.1-2
ee107d
- Perl 5.18 rebuild
ee107d
ee107d
* Fri Jun 14 2013 Todd Zullinger <tmz@pobox.com> - 1.8.3.1-1
ee107d
- Update to 1.8.3.1
ee107d
- Add bzr and hg subpackages, thanks to Michael Scherer (#974800)
ee107d
ee107d
* Mon May 13 2013 Jon Ciesla <limburgher@gmail.com> - 1.8.2.1-4
ee107d
- Fix typo introduced in 1.8.2-3, fixed desktop tag.
ee107d
ee107d
* Wed May  1 2013 Tom Callaway <spot@fedoraproject.org> - 1.8.2.1-3
ee107d
- conditionalize systemd vs xinetd
ee107d
- cleanup systemd handling (it was not quite right in -2)
ee107d
ee107d
* Tue Apr 30 2013 Tom Callaway <spot@fedoraproject.org> - 1.8.2.1-2
ee107d
- switch to systemd instead of xinetd (bz 737183)
ee107d
ee107d
* Sun Apr 14 2013 Todd Zullinger <tmz@pobox.com> - 1.8.2.1-1
ee107d
- Update to 1.8.2.1
ee107d
- Exclude optional perl(YAML::Any) dependency on EL-5
ee107d
ee107d
* Wed Apr 10 2013 Jon Ciesla <limburgher@gmail.com> - 1.8.2-3
ee107d
- Drop desktop vendor tag for >= f19.
ee107d
ee107d
* Wed Mar 27 2013 Todd Zullinger <tmz@pobox.com> - 1.8.2-2
ee107d
- Require perl(Term::ReadKey) for git add --interactive (#928328)
ee107d
- Drop DESTDIR from python instlibdir
ee107d
- Fix bogus changelog dates
ee107d
ee107d
* Tue Mar 19 2013 Adam Tkac <atkac redhat com> - 1.8.2-1
ee107d
- update to 1.8.2
ee107d
- 0001-DESTDIR-support-in-contrib-subtree-Makefile.patch has been merged
ee107d
ee107d
* Tue Feb 26 2013 Todd Zullinger <tmz@pobox.com> - 1.8.1.4-2
ee107d
- Update asciidoc requirements, drop unsupported ASCIIDOC7
ee107d
- Define GNU_ROFF to force ASCII apostrophes in manpages (so copy/paste works)
ee107d
- Install tcsh completion (requires manual setup by users)
ee107d
- Clean up dist conditionals, don't pretend to support EL-4 builds
ee107d
- Use prebuilt documentation on EL-5, where asciidoc is too old
ee107d
- Respect gitexecdir variable in git-subtree install
ee107d
ee107d
* Wed Feb 20 2013 Adam Tkac <atkac redhat com> - 1.8.1.4-1
ee107d
- update to 1.8.1.4
ee107d
ee107d
* Wed Jan 30 2013 Adam Tkac <atkac redhat com> - 1.8.1.2-1
ee107d
- update to 1.8.1.2
ee107d
- own directories which should be owned (#902517)
ee107d
ee107d
* Thu Jan 03 2013 Adam Tkac <atkac redhat com> - 1.8.1-1
ee107d
- update to 1.8.1
ee107d
- build git-svn as arch subpkg due to new git-remote-testsvn binary
ee107d
ee107d
* Tue Dec 11 2012 Adam Tkac <atkac redhat com> - 1.8.0.2-1
ee107d
- update to 1.8.0.2
ee107d
ee107d
* Thu Dec 06 2012 Adam Tkac <atkac redhat com> - 1.8.0.1-2
ee107d
- don't install some unneeded credential-gnome-keyring stuff
ee107d
ee107d
* Thu Nov 29 2012 Adam Tkac <atkac redhat com> - 1.8.0.1-1
ee107d
- update to 1.8.0.1
ee107d
- include git-subtree in git rpm (#864651)
ee107d
ee107d
* Mon Oct 29 2012 Adam Tkac <atkac redhat com> - 1.8.0-1
ee107d
- update to 1.8.0
ee107d
- include git-credential-gnome-keyring helper in git pkg
ee107d
- 0001-cvsimport-strip-all-inappropriate-tag-strings.patch was merged
ee107d
ee107d
* Thu Oct 25 2012 Adam Tkac <atkac redhat com> - 1.7.12.1-2
ee107d
- move git-prompt.sh into usr/share/git-core/contrib/completion (#854061)
ee107d
ee107d
* Thu Sep 27 2012 Adam Tkac <atkac redhat com> - 1.7.12.1-1
ee107d
- update to 1.7.12.1
ee107d
- cvsimport should skip more characters (#850640)
ee107d
ee107d
* Thu Aug 23 2012 Todd Zullinger <tmz@pobox.com> - 1.7.12-2
ee107d
- Install git-prompt.sh which provides __git_ps1()
ee107d
ee107d
* Wed Aug 22 2012 Adam Tkac <atkac redhat com> - 1.7.12-1
ee107d
- update to 1.7.12
ee107d
ee107d
* Wed Aug 15 2012 Todd Zullinger <tmz@pobox.com> - 1.7.11.5-1
ee107d
- Update to 1.7.11.5
ee107d
- Add git-p4 subpackage (#844008)
ee107d
ee107d
* Tue Aug 07 2012 Adam Tkac <atkac redhat com> - 1.7.11.4-1
ee107d
- update to 1.7.11.4
ee107d
ee107d
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.11.2-3
ee107d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
ee107d
ee107d
* Wed Jul 25 2012 Todd Zullinger <tmz@pobox.com> - 1.7.11.2-2
ee107d
- Split perl(Git::SVN) into its own package (#843182)
ee107d
ee107d
* Mon Jul 16 2012 Adam Tkac <atkac redhat com> - 1.7.11.2-1
ee107d
- update to 1.7.11.2
ee107d
ee107d
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1.7.10.4-2
ee107d
- Perl 5.16 rebuild
ee107d
ee107d
* Fri Jun 15 2012 Adam Tkac <atkac redhat com> - 1.7.10.4-1
ee107d
- update to 1.7.10.4
ee107d
ee107d
* Thu Jun 07 2012 Petr Pisar <ppisar@redhat.com> - 1.7.10.2-2
ee107d
- Perl 5.16 rebuild
ee107d
ee107d
* Mon May 14 2012 Adam Tkac <atkac redhat com> - 1.7.10.2-1
ee107d
- update to 1.7.10.2
ee107d
ee107d
* Thu May 03 2012 Adam Tkac <atkac redhat com> - 1.7.10.1-1
ee107d
- update to 1.7.10.1
ee107d
ee107d
* Tue Apr 10 2012 Adam Tkac <atkac redhat com> - 1.7.10-1
ee107d
- update to 1.7.10
ee107d
ee107d
* Fri Mar 30 2012 Adam Tkac <atkac redhat com> - 1.7.9.5-1
ee107d
- update to 1.7.9.5
ee107d
ee107d
* Thu Mar 08 2012 Adam Tkac <atkac redhat com> - 1.7.9.3-1
ee107d
- update to 1.7.9.3
ee107d
ee107d
* Wed Feb 15 2012 Todd Zullinger <tmz@pobox.com> - 1.7.9.1-1
ee107d
- Update to 1.7.9.1
ee107d
- Fix EPEL builds (rpm doesn't accept multiple -f options in %%files)
ee107d
ee107d
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 1.7.9-2
ee107d
- Rebuild against PCRE 8.30
ee107d
ee107d
* Mon Jan 30 2012 Adam Tkac <atkac redhat com> - 1.7.9-1
ee107d
- update to 1.7.9
ee107d
ee107d
* Thu Jan 19 2012 Adam Tkac <atkac redhat com> - 1.7.8.4-1
ee107d
- update to 1.7.8.4
ee107d
ee107d
* Thu Jan 12 2012 Adam Tkac <atkac redhat com> - 1.7.8.3-1
ee107d
- update to 1.7.8.3
ee107d
ee107d
* Mon Jan 02 2012 Adam Tkac <atkac redhat com> - 1.7.8.2-1
ee107d
- update to 1.7.8.2
ee107d
ee107d
* Fri Dec 23 2011 Adam Tkac <atkac redhat com> - 1.7.8.1-1
ee107d
- update to 1.7.8.1
ee107d
ee107d
* Wed Dec 07 2011 Adam Tkac <atkac redhat com> - 1.7.8-1
ee107d
- update to 1.7.8
ee107d
ee107d
* Tue Nov 29 2011 Adam Tkac <atkac redhat com> - 1.7.7.4-1
ee107d
- update to 1.7.7.4
ee107d
ee107d
* Thu Nov 10 2011 Adam Tkac <atkac redhat com> - 1.7.7.3-1
ee107d
- update to 1.7.7.3
ee107d
ee107d
* Mon Nov 07 2011 Adam Tkac <atkac redhat com> - 1.7.7.2-1
ee107d
- update to 1.7.7.2
ee107d
ee107d
* Tue Nov 01 2011 Adam Tkac <atkac redhat com> - 1.7.7.1-1
ee107d
- update to 1.7.7.1
ee107d
ee107d
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.7-2
ee107d
- Rebuilt for glibc bug#747377
ee107d
ee107d
* Thu Oct 20 2011 Adam Tkac <atkac redhat com> - 1.7.7-1
ee107d
- update to 1.7.7
ee107d
  - git-1.6-update-contrib-hooks-path.patch is no longer needed
ee107d
ee107d
* Mon Sep 26 2011 Adam Tkac <atkac redhat com> - 1.7.6.4-1
ee107d
- update to 1.7.6.4
ee107d
ee107d
* Wed Sep 07 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6.2-1
ee107d
- Update to 1.7.6.2
ee107d
- Fixes incompatibility caused by git push --quiet fix
ee107d
  http://thread.gmane.org/gmane.comp.version-control.git/180652
ee107d
ee107d
* Mon Aug 29 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6.1-2
ee107d
- Build with PCRE support (#734269)
ee107d
ee107d
* Fri Aug 26 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6.1-1
ee107d
- Update to 1.7.6.1
ee107d
- Include gpg signature for tarball in SRPM
ee107d
ee107d
* Fri Aug 05 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6-5
ee107d
- Fix git push --quiet, thanks to Clemens Buchacher (#725593)
ee107d
- Obsolete git-arch as needed
ee107d
ee107d
* Tue Jul 26 2011 Todd Zullinger <tmz@pobox.com> - 1.7.6-4
ee107d
- Drop git-arch on fedora >= 16, the tla package has been retired
ee107d
- Rework most spec file dist conditionals to make future changes easier
ee107d
ee107d
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.7.6-3
ee107d
- Perl mass rebuild
ee107d
ee107d
* Wed Jul 20 2011 Petr Sabata <contyk@redhat.com> - 1.7.6-2
ee107d
- Perl mass rebuild
ee107d
ee107d
* Wed Jun 29 2011 Adam Tkac <atkac redhat com> - 1.7.6-1
ee107d
- update to 1.7.6
ee107d
ee107d
* Mon Jun 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.7.5.4-2
ee107d
- Perl mass rebuild
ee107d
ee107d
* Thu Jun 09 2011 Adam Tkac <atkac redhat com> - 1.7.5.4-1
ee107d
- update to 1.7.5.4
ee107d
ee107d
* Tue May 24 2011 Adam Tkac <atkac redhat com> - 1.7.5.2-1
ee107d
- update to 1.7.5.2
ee107d
ee107d
* Thu May 05 2011 Adam Tkac <atkac redhat com> - 1.7.5.1-1
ee107d
- update to 1.7.5.1
ee107d
ee107d
* Wed Apr 27 2011 Adam Tkac <atkac redhat com> - 1.7.5-1
ee107d
- update to 1.7.5
ee107d
ee107d
* Mon Apr 11 2011 Adam Tkac <atkac redhat com> - 1.7.4.4-1
ee107d
- update to 1.7.4.4
ee107d
ee107d
* Mon Mar 28 2011 Adam Tkac <atkac redhat com> - 1.7.4.2-1
ee107d
- update to 1.7.4.2
ee107d
- move man3/Git.3pm file to perl-Git subpkg (#664889)
ee107d
- add perl-DBD-SQLite dependency to git-cvs (#602410)
ee107d
ee107d
* Sun Feb 13 2011 Todd Zullinger <tmz@pobox.com> - 1.7.4.1-1
ee107d
- Update to 1.7.4.1
ee107d
- Clean up documentation settings (the defaults changed in 1.7.4)
ee107d
- Improve EL-5 compatibility, thanks to Kevin Fenzi for emacs testing
ee107d
ee107d
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.4-2
ee107d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ee107d
ee107d
* Mon Jan 31 2011 Adam Tkac <atkac redhat com> - 1.7.4-1
ee107d
- update to 1.7.4
ee107d
ee107d
* Wed Jan 19 2011 Adam Tkac <atkac redhat com> - 1.7.3.5-1
ee107d
- update to 1.7.3.5
ee107d
ee107d
* Thu Dec 16 2010 Adam Tkac <atkac redhat com> - 1.7.3.4-1
ee107d
- update to 1.7.3.4
ee107d
ee107d
* Mon Dec 06 2010 Adam Tkac <atkac redhat com> - 1.7.3.3-1
ee107d
- update to 1.7.3.3
ee107d
ee107d
* Fri Oct 22 2010 Adam Tkac <atkac redhat com> - 1.7.3.2-1
ee107d
- update to 1.7.3.2
ee107d
ee107d
* Thu Sep 30 2010 Adam Tkac <atkac redhat com> - 1.7.3.1-1
ee107d
- update to 1.7.3.1
ee107d
ee107d
* Wed Sep 29 2010 jkeating - 1.7.3-3
ee107d
- Rebuilt for gcc bug 634757
ee107d
ee107d
* Mon Sep 20 2010 Todd Zullinger <tmz@pobox.com> - 1.7.3-2
ee107d
- Ensure the release notes are included in %%doc
ee107d
ee107d
* Sun Sep 19 2010 Todd Zullinger <tmz@pobox.com> - 1.7.3-1
ee107d
- Update to 1.7.3
ee107d
ee107d
* Tue Sep 07 2010 Adam Tkac <atkac redhat com> - 1.7.2.3-1
ee107d
- update to 1.7.2.3
ee107d
ee107d
* Fri Aug 20 2010 Adam Tkac <atkac redhat com> - 1.7.2.2-1
ee107d
- update to 1.7.2.2
ee107d
ee107d
* Fri Jul 30 2010 Thomas Spura <tomspur@fedoraproject.org> - 1.7.2.1-2
ee107d
- cherry-pick: "Do not unquote + into ' ' in URLs"
ee107d
ee107d
* Thu Jul 29 2010 Todd Zullinger <tmz@pobox.com> - 1.7.2.1-1
ee107d
- Update to git-1.7.2.1
ee107d
ee107d
* Thu Jul 22 2010 Adam Tkac <atkac redhat com> - 1.7.2-1
ee107d
- update to 1.7.2
ee107d
ee107d
* Fri Jul 02 2010 Adam Tkac <atkac redhat com> - 1.7.1.1-1
ee107d
- update to 1.7.1.1
ee107d
ee107d
* Fri Jun 25 2010 Adam Tkac <atkac redhat com> - 1.7.1-2
ee107d
- rebuild against new perl
ee107d
ee107d
* Tue May 04 2010 Todd Zullinger <tmz@pobox.com> - 1.7.1-1
ee107d
- git-1.7.1
ee107d
- Fix conditionals for EL-6
ee107d
- Comply with Emacs add-on packaging guidelines (#573423), Jonathan Underwood
ee107d
  - Place elisp source files in separate emacs-git-el package
ee107d
  - Place git support files in own directory under site-lisp
ee107d
  - Use Emacs packaging macros
ee107d
ee107d
* Thu Apr 29 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.7.0.1-2
ee107d
- Mass rebuild with perl-5.12.0
ee107d
ee107d
* Mon Mar 01 2010 Todd Zullinger <tmz@pobox.com> - 1.7.0.1-1
ee107d
- git-1.7.0.1
ee107d
ee107d
* Sat Feb 13 2010 Todd Zullinger <tmz@pobox.com> - 1.7.0-1
ee107d
- git-1.7.0
ee107d
- Link imap-send with libcrypto (#565147)
ee107d
- Disable building of unused python remote helper libs
ee107d
ee107d
* Tue Jan 26 2010 Todd Zullinger <tmz@pobox.com> - 1.6.6.1-1
ee107d
- git-1.6.6.1
ee107d
- Use %%{gitcoredir}/git-daemon as xinetd server option, for SELinux (#529682)
ee107d
- Make %%{_var}/lib/git the default gitweb projectroot (#556299)
ee107d
- Include gitweb/INSTALL file as documentation, the gitweb README refers to it
ee107d
- Ship a short example gitweb config file (%%{_sysconfdir}/gitweb.conf)
ee107d
- Remove long fixed xinetd IPv6 workaround on Fedora (#557528)
ee107d
- Install missing gitweb.js (#558740)
ee107d
ee107d
* Wed Dec 23 2009 Todd Zullinger <tmz@pobox.com> - 1.6.6-1
ee107d
- git-1.6.6
ee107d
ee107d
* Fri Dec 11 2009 Todd Zullinger <tmz@pobox.com> - 1.6.5.6-1
ee107d
- git-1.6.5.6
ee107d
ee107d
* Sun Dec 06 2009 Todd Zullinger <tmz@pobox.com> - 1.6.5.5-1
ee107d
- git-1.6.5.5
ee107d
ee107d
* Fri Dec  4 2009 Stepan Kasal <skasal@redhat.com> - 1.6.5.3-2
ee107d
- rebuild against perl 5.10.1
ee107d
ee107d
* Sat Nov 21 2009 Todd Zullinger <tmz@pobox.com> - 1.6.5.3-1
ee107d
- git-1.6.5.3
ee107d
- Only BR perl(Error) on Fedora and RHEL >= 5
ee107d
- Use config.mak to set build options
ee107d
- Improve compatibility with EPEL
ee107d
- Replace $RPM_BUILD_ROOT with %%{buildroot}
ee107d
- Fix Obsoletes for those rebuilding on EL-4
ee107d
ee107d
* Mon Oct 26 2009 Todd Zullinger <tmz@pobox.com> - 1.6.5.2-1
ee107d
- git-1.6.5.2
ee107d
- Drop asciidoc --unsafe option, it should not be needed anymore
ee107d
- Don't use install -t/-T, they're not compatible with older coreutils
ee107d
- Don't use -perm /a+x with find, it's incompatible with older findutils
ee107d
ee107d
* Sat Oct 17 2009 Todd Zullinger <tmz@pobox.com> - 1.6.5.1-1
ee107d
- git-1.6.5.1
ee107d
ee107d
* Sun Oct 11 2009 Todd Zullinger <tmz@pobox.com> - 1.6.5-1
ee107d
- git-1.6.5
ee107d
ee107d
* Mon Sep 28 2009 Todd Zullinger <tmz@pobox.com> - 1.6.5-0.2.rc2
ee107d
- git-1.6.5.rc2
ee107d
- Enable Linus' block-sha1 implementation
ee107d
ee107d
* Wed Sep 16 2009 Todd Zullinger <tmz@pobox.com> - 1.6.4.4-1
ee107d
- git-1.6.4.4
ee107d
ee107d
* Sun Sep 13 2009 Todd Zullinger <tmz@pobox.com> - 1.6.4.3-1
ee107d
- git-1.6.4.3
ee107d
ee107d
* Sun Aug 30 2009 Todd Zullinger <tmz@pobox.com> - 1.6.4.2-1
ee107d
- git-1.6.4.2
ee107d
ee107d
* Sat Aug 22 2009 Todd Zullinger <tmz@pobox.com> - 1.6.4.1-1
ee107d
- git-1.6.4.1
ee107d
ee107d
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1.6.4-2
ee107d
- rebuilt with new openssl
ee107d
ee107d
* Wed Jul 29 2009 Todd Zullinger <tmz@pobox.com> - 1.6.4-1
ee107d
- git-1.6.4
ee107d
ee107d
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3.3-2
ee107d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
ee107d
ee107d
* Sun Jun 28 2009 Todd Zullinger <tmz@pobox.com> - 1.6.3.3-1
ee107d
- git-1.6.3.3
ee107d
- Move contributed hooks to %%{_datadir}/git-core/contrib/hooks (bug 500137)
ee107d
- Fix rpmlint warnings about Summary and git-mergetool--lib missing shebang
ee107d
ee107d
* Fri Jun 19 2009 Todd Zullinger <tmz@pobox.com> - 1.6.3.2-3
ee107d
- Temporarily disable asciidoc's safe mode until bug 506953 is fixed
ee107d
ee107d
* Fri Jun 19 2009 Todd Zullinger <tmz@pobox.com> - 1.6.3.2-2
ee107d
- Fix git-daemon hang on invalid input (CVE-2009-2108, bug 505761)
ee107d
ee107d
* Fri Jun 05 2009 Todd Zullinger <tmz@pobox.com> - 1.6.3.2-1
ee107d
- git-1.6.3.2
ee107d
- Require emacs >= 22.2 for emacs support (bug 495312)
ee107d
- Add a .desktop file for git-gui (bug 498801)
ee107d
- Set ASCIIDOC8 and ASCIIDOC_NO_ROFF to correct documentation issues,
ee107d
  the sed hack to fix bug 485161 should no longer be needed
ee107d
- Escape newline in git-daemon xinetd description (bug 502393)
ee107d
- Add xinetd to git-daemon Requires (bug 504105)
ee107d
- Organize BuildRequires/Requires, drop redundant expat Requires
ee107d
- Only build noarch subpackages on Fedora >= 10
ee107d
- Only build emacs and arch subpackages on Fedora
ee107d
- Handle curl/libcurl naming for EPEL and Fedora
ee107d
ee107d
* Fri Apr 03 2009 Todd Zullinger <tmz@pobox.com> - 1.6.2.2-1
ee107d
- git-1.6.2.2
ee107d
- Include contrib/ dir in %%doc (bug 492490)
ee107d
- Don't set DOCBOOK_XSL_172, fix the '\&.ft' with sed (bug 485161)
ee107d
- Ignore Branches output from cvsps-2.2b1 (bug 490602)
ee107d
- Remove shebang from bash-completion script
ee107d
- Include README in gitweb subpackage
ee107d
ee107d
* Mon Mar 09 2009 Todd Zullinger <tmz@pobox.com> - 1.6.2-1
ee107d
- git-1.6.2
ee107d
- Include contrib/emacs/README in emacs subpackage
ee107d
- Drop upstreamed git-web--browse patch
ee107d
ee107d
* Tue Feb 24 2009 Todd Zullinger <tmz@pobox.com> - 1.6.1.3-2
ee107d
- Require perl(Authen::SASL) in git-email (bug 483062)
ee107d
- Build many of the subpackages as noarch
ee107d
- Update URL field
ee107d
ee107d
* Mon Feb 09 2009 Todd Zullinger <tmz@pobox.com> 1.6.1.3-1
ee107d
- git-1.6.1.3
ee107d
- Set htmldir so "git help -w <command>" works
ee107d
- Patch git-web--browse to not use "/sbin/start" to browse
ee107d
- Include git-daemon documentation in the git-daemon package
ee107d
ee107d
* Thu Jan 29 2009 Josh Boyer <jwboyer@gmail.com> 1.6.1.2-1
ee107d
- git-1.6.1.2
ee107d
ee107d
* Mon Jan 26 2009 Todd Zullinger <tmz@pobox.com> 1.6.1.1-1
ee107d
- git-1.6.1.1
ee107d
- Make compile more verbose
ee107d
ee107d
* Fri Jan 16 2009 Tomas Mraz <tmraz@redhat.com> 1.6.1-2
ee107d
- rebuild with new openssl
ee107d
ee107d
* Sat Jan 03 2009 Todd Zullinger <tmz@pobox.com> 1.6.1-1
ee107d
- Install git-* commands in %%{_libexecdir}/git-core, the upstream default
ee107d
- Remove libcurl from Requires, rpm will pick this up automatically
ee107d
- Consolidate build/install options in %%make_git (Roland McGrath)
ee107d
- Include DirectoryIndex in gitweb httpd-config (bug 471692)
ee107d
- Define DOCBOOK_XSL_172 to fix minor manpage issues
ee107d
- Rename %%{_var}/lib/git-daemon to %%{_var}/lib/git
ee107d
- Preserve timestamps on installed files
ee107d
- Quiet some rpmlint complaints
ee107d
- Use macros more consistently
ee107d
ee107d
* Sat Dec 20 2008 Todd Zullinger <tmz@pobox.com> 1.6.0.6-1
ee107d
- git-1.6.0.6
ee107d
- Fixes a local privilege escalation bug in gitweb
ee107d
  (http://article.gmane.org/gmane.comp.version-control.git/103624)
ee107d
- Add gitk Requires to git-gui (bug 476308)
ee107d
ee107d
* Thu Dec 11 2008 Josh Boyer <jboyer@gmail.com> 1.6.0.5-1
ee107d
- git-1.6.0.5
ee107d
ee107d
* Mon Nov 17 2008 Seth Vidal <skvidal at fedoraproject.org>
ee107d
- switch from /srv/git to /var/lib/git-daemon for packaging rules compliance
ee107d
ee107d
* Fri Nov 14 2008 Josh Boyer <jwboyer@gmail.com> 1.6.0.4-1
ee107d
- git-1.6.0.4
ee107d
ee107d
* Wed Oct 22 2008 Josh Boyer <jwboyer@gmail.com> 1.6.0.3-1
ee107d
- git-1.6.0.3
ee107d
- Drop curl requirement in favor of libcurl (bug 449388)
ee107d
- Add requires for SMTP-SSL perl module to make git-send-email work (bug 443615)
ee107d
ee107d
* Thu Aug 28 2008 James Bowes <jbowes@redhat.com> 1.6.0.1-1
ee107d
- git-1.6.0.1
ee107d
ee107d
* Thu Jul 24 2008 James Bowes <jbowes@redhat.com> 1.5.6-4
ee107d
- git-1.5.6.4
ee107d
ee107d
* Thu Jun 19 2008 James Bowes <jbowes@redhat.com> 1.5.6-1
ee107d
- git-1.5.6
ee107d
ee107d
* Tue Jun  3 2008 Stepan Kasal <skasal@redhat.com> 1.5.5.3-2
ee107d
- use tar.bz2 instead of tar.gz
ee107d
ee107d
* Wed May 28 2008 James Bowes <jbowes@redhat.com> 1.5.5.3-1
ee107d
- git-1.5.5.3
ee107d
ee107d
* Mon May 26 2008 James Bowes <jbowes@redhat.com> 1.5.5.2-1
ee107d
- git-1.5.5.2
ee107d
ee107d
* Mon Apr 21 2008 James Bowes <jbowes@redhat.com> 1.5.5.1-1
ee107d
- git-1.5.5.1
ee107d
ee107d
* Wed Apr 09 2008 James Bowes <jbowes@redhat.com> 1.5.5-1
ee107d
- git-1.5.5
ee107d
ee107d
* Fri Apr 04 2008 James Bowes <jbowes@redhat.com> 1.5.4.5-3
ee107d
- Remove the last two requires on git-core.
ee107d
ee107d
* Wed Apr 02 2008 James Bowes <jbowes@redhat.com> 1.5.4.5-2
ee107d
- Remove a patch that's already upstream.
ee107d
ee107d
* Fri Mar 28 2008 James Bowes <jbowes@redhat.com> 1.5.4.5-1
ee107d
- git-1.5.4.5
ee107d
ee107d
* Wed Mar 26 2008 James Bowes <jbowes@redhat.com> 1.5.4.4-4
ee107d
- Own /etc/bash_completion.d in case bash-completion isn't installed.
ee107d
ee107d
* Tue Mar 25 2008 James Bowes <jbowes@redhat.com> 1.5.4.4-3
ee107d
- Include the sample hooks from contrib/hooks as docs (bug 321151).
ee107d
- Install the bash completion script from contrib (bug 433255).
ee107d
- Include the html docs in the 'core' package again (bug 434271).
ee107d
ee107d
* Wed Mar 19 2008 James Bowes 1.5.4.4-2
ee107d
- Obsolete git <= 1.5.4.3, to catch going from F8 to rawhide/F9
ee107d
ee107d
* Thu Mar 13 2008 James Bowes <jbowes@redhat.com> 1.5.4.4-1
ee107d
- git-1.5.4.4
ee107d
ee107d
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.4.3-3
ee107d
- rebuild for new perl (again)
ee107d
ee107d
* Sun Feb 24 2008 Bernardo Innocenti <bernie@codewiz.org> 1.5.4.3-2
ee107d
- Do not silently overwrite /etc/httpd/conf.d/git.conf
ee107d
ee107d
* Sat Feb 23 2008 James Bowes <jbowes@redhat.com> 1.5.4.3-1
ee107d
- git-1.5.4.3
ee107d
- Include Kristian Høgsberg's changes to rename git-core to
ee107d
  git and git to git-all.
ee107d
ee107d
* Sun Feb 17 2008 James Bowes <jbowes@redhat.com> 1.5.4.2-1
ee107d
- git-1.5.4.2
ee107d
ee107d
* Mon Feb 11 2008 Jeremy Katz <katzj@redhat.com> - 1.5.4.1-2
ee107d
- Add upstream patch (e62a641de17b172ffc4d3a803085c8afbfbec3d1) to have 
ee107d
  gitweb rss feeds point be commitdiffs instead of commit
ee107d
ee107d
* Sun Feb 10 2008 James Bowes <jbowes@redhat.com> 1.5.4.1-1
ee107d
- git-1.5.4.1
ee107d
ee107d
* Tue Feb 05 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.4-3
ee107d
- rebuild for new perl
ee107d
ee107d
* Sun Feb 03 2008 James Bowes <jbowes@redhat.com> 1.5.4-1
ee107d
- Add BuidRequires on gettext.
ee107d
ee107d
* Sat Feb 02 2008 James Bowes <jbowes@redhat.com> 1.5.4-1
ee107d
- git-1.5.4
ee107d
ee107d
* Tue Jan 08 2008 James Bowes <jbowes@redhat.com> 1.5.3.8-1
ee107d
- git-1.5.3.8
ee107d
ee107d
* Fri Dec 21 2007 James Bowes <jbowes@redhat.com> 1.5.3.7-2
ee107d
- Have git metapackage require explicit versions (bug 247214)
ee107d
ee107d
* Mon Dec 03 2007 Josh Boyer <jwboyer@gmail.com> 1.5.3.7-1
ee107d
- git-1.5.3.7
ee107d
ee107d
* Tue Nov 27 2007 Josh Boyer <jwboyer@gmail.com> 1.5.3.6-1
ee107d
- git-1.5.3.6
ee107d
- git-core requires perl(Error) (bug 367861)
ee107d
- git-svn requires perl(Term:ReadKey) (bug 261361)
ee107d
- git-email requires perl-Git (bug 333061)
ee107d
ee107d
* Wed Oct 24 2007 Lubomir Kundrak <lkundrak@redhat.com> 1.5.3.4-2
ee107d
- git-Perl requires Error package
ee107d
ee107d
* Tue Oct 09 2007 James Bowes <jbowes@redhat.com> 1.5.3.4-1
ee107d
- git-1.5.3.4
ee107d
ee107d
* Sun Sep 30 2007 James Bowes <jbowes@redhat.com> 1.5.3.3-1
ee107d
- git-1.5.3.3
ee107d
ee107d
* Wed Sep 26 2007 James Bowes <jbowes@redhat.com> 1.5.3.2-1
ee107d
- git-1.5.3.2
ee107d
ee107d
* Thu Sep 06 2007 Josh Boyer <jwboyer@jdub.homelinux.org> 1.5.3.1-2
ee107d
- Include git-gui and git-citool docs
ee107d
ee107d
* Thu Sep 06 2007 Josh Boyer <jwboyer@jdub.homelinux.org> 1.5.3.1-1
ee107d
- git-1.5.3.1-1
ee107d
ee107d
* Thu Aug 23 2007 James Bowes <jbowes@redhat.com> 1.5.2.5-1
ee107d
- git-1.5.2.5-1
ee107d
ee107d
* Fri Aug 03 2007 Josh Boyer <jwboyer@jdub.homelinux.org> 1.5.2.4-1
ee107d
- git-1.5.2.4-1
ee107d
ee107d
* Tue Jul 03 2007 Josh Boyer <jwboyer@jdub.homelinux.org> 1.5.2.2-3
ee107d
- Add git-daemon and gitweb packages
ee107d
ee107d
* Thu Jun 21 2007 Josh Boyer <jwboyer@jdub.homelinux.org> 1.5.2.2-2
ee107d
- Add emacs-git package (#235431)
ee107d
ee107d
* Mon Jun 18 2007 James Bowes <jbowes@redhat.com> 1.5.2.2-1
ee107d
- git-1.5.2.2
ee107d
ee107d
* Fri Jun 08 2007 James Bowes <jbowes@redhat.com> 1.5.2.1-1
ee107d
- git-1.5.2.1
ee107d
ee107d
* Sun May 13 2007 Quy Tonthat <qtonthat@gmail.com>
ee107d
- Added lib files for git-gui
ee107d
- Added Documentation/technical (As needed by Git Users Manual)
ee107d
ee107d
* Tue May 8 2007 Quy Tonthat <qtonthat@gmail.com>
ee107d
- Added howto files
ee107d
ee107d
* Fri Mar 30 2007 Chris Wright <chrisw@redhat.com> 1.5.0.6-1
ee107d
- git-1.5.0.6
ee107d
ee107d
* Mon Mar 19 2007 Chris Wright <chrisw@redhat.com> 1.5.0.5-1
ee107d
- git-1.5.0.5
ee107d
ee107d
* Tue Mar 13 2007 Chris Wright <chrisw@redhat.com> 1.5.0.3-1
ee107d
- git-1.5.0.3
ee107d
ee107d
* Fri Mar 2 2007 Chris Wright <chrisw@redhat.com> 1.5.0.2-2
ee107d
- BuildRequires perl-devel as of perl-5.8.8-14 (bz 230680)
ee107d
ee107d
* Mon Feb 26 2007 Chris Wright <chrisw@redhat.com> 1.5.0.2-1
ee107d
- git-1.5.0.2
ee107d
ee107d
* Tue Feb 13 2007 Nicolas Pitre <nico@cam.org>
ee107d
- Update core package description (Git isn't as stupid as it used to be)
ee107d
ee107d
* Mon Feb 12 2007 Junio C Hamano <junkio@cox.net>
ee107d
- Add git-gui and git-citool.
ee107d
ee107d
* Sun Dec 10 2006 Chris Wright <chrisw@redhat.com> 1.4.4.2-2
ee107d
- no need to install manpages executable (bz 216790)
ee107d
- use bytes for git-cvsserver
ee107d
ee107d
* Sun Dec 10 2006 Chris Wright <chrisw@redhat.com> 1.4.4.2-1
ee107d
- git-1.4.4.2
ee107d
ee107d
* Mon Nov 6 2006 Jindrich Novy <jnovy@redhat.com> 1.4.2.4-2
ee107d
- rebuild against the new curl
ee107d
ee107d
* Tue Oct 17 2006 Chris Wright <chrisw@redhat.com> 1.4.2.4-1
ee107d
- git-1.4.2.4
ee107d
ee107d
* Wed Oct 4 2006 Chris Wright <chrisw@redhat.com> 1.4.2.3-1
ee107d
- git-1.4.2.3
ee107d
ee107d
* Fri Sep 22 2006 Chris Wright <chrisw@redhat.com> 1.4.2.1-1
ee107d
- git-1.4.2.1
ee107d
ee107d
* Mon Sep 11 2006 Chris Wright <chrisw@redhat.com> 1.4.2-1
ee107d
- git-1.4.2
ee107d
ee107d
* Thu Jul 6 2006 Chris Wright <chrisw@redhat.com> 1.4.1-1
ee107d
- git-1.4.1
ee107d
ee107d
* Tue Jun 13 2006 Chris Wright <chrisw@redhat.com> 1.4.0-1
ee107d
- git-1.4.0
ee107d
ee107d
* Thu May 4 2006 Chris Wright <chrisw@redhat.com> 1.3.3-1
ee107d
- git-1.3.3
ee107d
- enable git-email building, prereqs have been relaxed
ee107d
ee107d
* Thu May 4 2006 Chris Wright <chrisw@redhat.com> 1.3.2-1
ee107d
- git-1.3.2
ee107d
ee107d
* Fri Apr 28 2006 Chris Wright <chrisw@redhat.com> 1.3.1-1
ee107d
- git-1.3.1
ee107d
ee107d
* Wed Apr 19 2006 Chris Wright <chrisw@redhat.com> 1.3.0-1
ee107d
- git-1.3.0
ee107d
ee107d
* Mon Apr 10 2006 Chris Wright <chrisw@redhat.com> 1.2.6-1
ee107d
- git-1.2.6
ee107d
ee107d
* Wed Apr 5 2006 Chris Wright <chrisw@redhat.com> 1.2.5-1
ee107d
- git-1.2.5
ee107d
ee107d
* Wed Mar 1 2006 Chris Wright <chrisw@redhat.com> 1.2.4-1
ee107d
- git-1.2.4
ee107d
ee107d
* Wed Feb 22 2006 Chris Wright <chrisw@redhat.com> 1.2.3-1
ee107d
- git-1.2.3
ee107d
ee107d
* Tue Feb 21 2006 Chris Wright <chrisw@redhat.com> 1.2.2-1
ee107d
- git-1.2.2
ee107d
ee107d
* Thu Feb 16 2006 Chris Wright <chrisw@redhat.com> 1.2.1-1
ee107d
- git-1.2.1
ee107d
ee107d
* Mon Feb 13 2006 Chris Wright <chrisw@redhat.com> 1.2.0-1
ee107d
- git-1.2.0
ee107d
ee107d
* Wed Feb 1 2006 Chris Wright <chrisw@redhat.com> 1.1.6-1
ee107d
- git-1.1.6
ee107d
ee107d
* Tue Jan 24 2006 Chris Wright <chrisw@redhat.com> 1.1.4-1
ee107d
- git-1.1.4
ee107d
ee107d
* Sun Jan 15 2006 Chris Wright <chrisw@redhat.com> 1.1.2-1
ee107d
- git-1.1.2
ee107d
ee107d
* Tue Jan 10 2006 Chris Wright <chrisw@redhat.com> 1.1.1-1
ee107d
- git-1.1.1
ee107d
ee107d
* Tue Jan 10 2006 Chris Wright <chrisw@redhat.com> 1.1.0-1
ee107d
- Update to latest git-1.1.0 (drop git-email for now)
ee107d
- Now creates multiple packages:
ee107d
-        git-core, git-svn, git-cvs, git-arch, gitk
ee107d
ee107d
* Mon Nov 14 2005 H. Peter Anvin <hpa@zytor.com> 0.99.9j-1
ee107d
- Change subpackage names to git-<name> instead of git-core-<name>
ee107d
- Create empty root package which brings in all subpackages
ee107d
- Rename git-tk -> gitk
ee107d
ee107d
* Thu Nov 10 2005 Chris Wright <chrisw@osdl.org> 0.99.9g-1
ee107d
- zlib dependency fix
ee107d
- Minor cleanups from split
ee107d
- Move arch import to separate package as well
ee107d
ee107d
* Tue Sep 27 2005 Jim Radford <radford@blackbean.org>
ee107d
- Move programs with non-standard dependencies (svn, cvs, email)
ee107d
  into separate packages
ee107d
ee107d
* Tue Sep 27 2005 H. Peter Anvin <hpa@zytor.com>
ee107d
- parallelize build
ee107d
- COPTS -> CFLAGS
ee107d
ee107d
* Fri Sep 16 2005 Chris Wright <chrisw@osdl.org> 0.99.6-1
ee107d
- update to 0.99.6
ee107d
ee107d
* Fri Sep 16 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
ee107d
- Linus noticed that less is required, added to the dependencies
ee107d
ee107d
* Sun Sep 11 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
ee107d
- Updated dependencies
ee107d
- Don't assume manpages are gzipped
ee107d
ee107d
* Thu Aug 18 2005 Chris Wright <chrisw@osdl.org> 0.99.4-4
ee107d
- drop sh_utils, sh-utils, diffutils, mktemp, and openssl Requires
ee107d
- use RPM_OPT_FLAGS in spec file, drop patch0
ee107d
ee107d
* Wed Aug 17 2005 Tom "spot" Callaway <tcallawa@redhat.com> 0.99.4-3
ee107d
- use dist tag to differentiate between branches
ee107d
- use rpm optflags by default (patch0)
ee107d
- own %%{_datadir}/git-core/
ee107d
ee107d
* Mon Aug 15 2005 Chris Wright <chrisw@osdl.org>
ee107d
- update spec file to fix Buildroot, Requires, and drop Vendor
ee107d
ee107d
* Sun Aug 07 2005 Horst H. von Brand <vonbrand@inf.utfsm.cl>
ee107d
- Redid the description
ee107d
- Cut overlong make line, loosened changelog a bit
ee107d
- I think Junio (or perhaps OSDL?) should be vendor...
ee107d
ee107d
* Thu Jul 14 2005 Eric Biederman <ebiederm@xmission.com>
ee107d
- Add the man pages, and the --without docs build option
ee107d
ee107d
* Thu Jul 7 2005 Chris Wright <chris@osdl.org>
ee107d
- initial git spec file