Blame SPECS/git.spec

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