From b611548eff93f36717e635c2877af6716fb76afd Mon Sep 17 00:00:00 2001 From: clime Date: Feb 18 2018 20:03:04 +0000 Subject: Automatic commit of package [copr-rpmbuild] release [0.15-1]. Created by command: /usr/bin/tito tag --- diff --git a/.tito/packages/copr-rpmbuild b/.tito/packages/copr-rpmbuild index 589ebb3..ac4955c 100644 --- a/.tito/packages/copr-rpmbuild +++ b/.tito/packages/copr-rpmbuild @@ -1 +1 @@ -0.14-1 rpmbuild/ +0.15-1 rpmbuild/ diff --git a/rpmbuild/copr-rpmbuild.spec b/rpmbuild/copr-rpmbuild.spec index 9fa91c1..2826523 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.14 +Version: 0.15 Release: 1%{?dist} URL: https://pagure.io/copr/copr @@ -80,6 +80,14 @@ install -p -m 644 man/copr-rpmbuild.1 %{buildroot}/%{_mandir}/man1/ %config(noreplace) %{_sysconfdir}/copr-rpmbuild/make_srpm_mock.cfg %changelog +* Sun Feb 18 2018 clime 0.15-1 +- add support for fetch_sources_only in task defition +- allow building rpms from srpms fetched by providers, +- extend cmdline with scm submode +- optionally set a priority for a repo +- add test for create_rpmmacros + refactoring +- allow only https and ftps protocols for source fetch + * Thu Jan 11 2018 clime 0.14-1 - copy out dnf and yum logs when using mock - introspection and --version argument