Blame SPECS/git.spec

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