diff --git a/.gitignore b/.gitignore index 7c55496..26fd472 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /copr-frontend-1.93.tar.gz /copr-frontend-1.97.tar.gz /copr-frontend-1.99.tar.gz +/copr-frontend-1.100.tar.gz diff --git a/copr-frontend.spec b/copr-frontend.spec index e59293b..6f3efee 100644 --- a/copr-frontend.spec +++ b/copr-frontend.spec @@ -1,11 +1,11 @@ -%global with_test 0 +%global with_test 1 %if 0%{?rhel} < 7 && 0%{?rhel} > 0 %global _pkgdocdir %{_docdir}/%{name}-%{version} %global __python2 %{__python} %endif Name: copr-frontend -Version: 1.99 +Version: 1.100 Release: 1%{?dist} Summary: Frontend for Copr @@ -271,6 +271,17 @@ service logstash condrestart %doc documentation/python-doc %changelog +* Wed Sep 07 2016 clime 1.100-1 +- alembic revision to enable F25 chroots +- script to deactivate fedora-22-* chroots +- stream api call package/list +- Add 'repo_gpgcheck=0' to .repo file template +- Add 'type=rpm-md' to .repo file template +- fixed the remaining unittest and reenabled tests during package build in .spec +- fix for DetachedInstanceError in unittests +- Bug 1369392 - package not listed in project page +- Bug 1368259 - Deleting a build from a group project doesn't delete backend files + * Mon Aug 15 2016 clime 1.99-1 - disable unittests during package builds diff --git a/sources b/sources index cb0e26b..2476d1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f96a5c1640ae14fadd9b3b1510676438 copr-frontend-1.99.tar.gz +466dcb4a04200475169dd3b0374b42b4 copr-frontend-1.100.tar.gz