From 4e99c2f57f042da483b38de83b084536afd60e86 Mon Sep 17 00:00:00 2001 From: clime Date: Oct 18 2017 12:38:56 +0000 Subject: Automatic commit of package [copr-rpmbuild] release [0.11-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/copr-rpmbuild b/.tito/packages/copr-rpmbuild index 8fe8647..8e745fc 100644 --- a/.tito/packages/copr-rpmbuild +++ b/.tito/packages/copr-rpmbuild @@ -1 +1 @@ -0.10-1 rpmbuild/ +0.11-1 rpmbuild/ diff --git a/rpmbuild/copr-rpmbuild.spec b/rpmbuild/copr-rpmbuild.spec index 81e2d57..a98b84a 100644 --- a/rpmbuild/copr-rpmbuild.spec +++ b/rpmbuild/copr-rpmbuild.spec @@ -1,6 +1,6 @@ Name: copr-rpmbuild Summary: Run COPR build tasks -Version: 0.10 +Version: 0.11 Release: 1%{?dist} URL: https://pagure.io/copr/copr @@ -80,6 +80,22 @@ install -p -m 644 man/copr-rpmbuild.1 %{buildroot}/%{_mandir}/man1/ %config(noreplace) %{_sysconfdir}/copr-rpmbuild/make_srpm_mock.cfg %changelog +* Wed Oct 18 2017 clime 0.11-1 +- provide option to root spec file path in SCM with '/' +- fix exception raising in scm provider +- make command debug info nicer +- print task structure in the beginning even without -v +- add listdir after srpm production +- some Git backends do not support --depth +- remove unused run method +- checkout master by default +- with limited depth, we need to clone with --no-single-branch +- remove original perl script and mock config for it +- remove no longer needed options from rpkg.conf.j2 +- SCM source types unification +- apply continuing line filtering from f4561c149893 +- increase clone depth to address pag#129 SCM source type error + * Tue Sep 26 2017 clime 0.10-1 - use https for copr frontend in default config - Make error message when the build task does not exist more user-