diff --git a/.gitignore b/.gitignore index 26c632d..f55f8bb 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /tito-0.6.3.tar.gz /tito-0.6.4.tar.gz /tito-0.6.6.tar.gz +/tito-0.6.7.tar.gz diff --git a/sources b/sources index 2fa0d97..dc1301b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5acad4683767645cb7e0c981edfa605f tito-0.6.6.tar.gz +81053ef07589b6e75bfeac397ee397fb tito-0.6.7.tar.gz diff --git a/tito.spec b/tito.spec index 1d3c953..60bf4b2 100644 --- a/tito.spec +++ b/tito.spec @@ -1,4 +1,4 @@ -%if 0%{?fedora} > 21 +%if 0%{?fedora} %global use_python3 1 %global use_python2 0 %global pythonbin %{__python3} @@ -17,7 +17,7 @@ %{!?python_sitelib: %define python_sitelib %(%{pythonbin} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: tito -Version: 0.6.6 +Version: 0.6.7 Release: 1%{?dist} Summary: A tool for managing rpm based git projects @@ -25,7 +25,6 @@ Group: Development/Tools License: GPLv2 URL: http://rm-rf.ca/tito Source0: http://rm-rf.ca/files/tito/tito-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if %{use_python3} @@ -52,14 +51,11 @@ BuildRequires: createrepo BuildRequires: tar BuildRequires: which -%if 0%{?fedora} >= 19 +%if 0%{?fedora} # todo: add %check to spec file in accordance with # https://fedoraproject.org/wiki/QA/Testing_in_check BuildRequires: git BuildRequires: python-bugzilla -%endif - -%if 0%{?fedora} >= 20 BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-bugzilla @@ -72,7 +68,6 @@ Requires: fedpkg Requires: fedora-cert Requires: fedora-packager Requires: rpmdevtools -Requires: yum-utils # Cheetah doesn't exist for Python 3, but it's what Mead uses. We # install it and call via the command line instead of importing the # potentially incompatible code @@ -126,6 +121,22 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Oct 05 2016 Devan Goodwin 0.6.7-1 +- Hookup tito's --no-cleanup with rpmbuild's --noclean. (dgoodwin@redhat.com) +- Print package manager output in _auto_install (frostyx@email.cz) +- Use 'dnf reinstall' when package is already installed (frostyx@email.cz) +- Install packages via DNF if available (frostyx@email.cz) +- CentOS uses yum (miroslav@suchy.cz) +- Allow customizing git commit message (lsedlar@redhat.com) +- README.md: Also link to Fedora wiki page collection of these tools + (walters@verbum.org) +- mv rel-eng/ .tito/ (msuchy@redhat.com) +- buildroot tag is not needed for ages (msuchy@redhat.com) +- better release number for untagged packages (msuchy@redhat.com) +- Only pass one project_name to copr build command (dominic@cleal.org) +- Just a small typo (dietrich@teilgedanken.de) +- remove dependency on yum-utils (msuchy@redhat.com) + * Tue Apr 19 2016 Devan Goodwin 0.6.6-1 - add support for %%autosetup (ignatenko@redhat.com)