From 3e2b057c05d1d7c1c1b3f9fd7630a0cc1369c95b Mon Sep 17 00:00:00 2001 From: James Laska Date: Mar 08 2010 20:01:56 +0000 Subject: Update changelog and bump to 0.3.1-1 --- diff --git a/autoqa.spec b/autoqa.spec index 99d5b7d..0eddad7 100644 --- a/autoqa.spec +++ b/autoqa.spec @@ -2,12 +2,11 @@ %define testdir %{_datadir}/autotest/client/site_tests %define hookdir %{_datadir}/autoqa # TODO split python library into subpackage? -# FIXME suppress creation of .pyc/.pyo for some files? Name: autoqa Summary: Automated quality assurance framework -Version: 0.3 -Release: 3%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Source0: http://fedorahosted.org/autoqa/releases/%{name}-%{version}.tar.gz License: GPLv2+ Group: Applications/Internet @@ -100,6 +99,20 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 8 2010 James Laska - 0.3.1-1 +- The autoqa version should change whenever the tarball changes. Adjust to new + version-release scheme. +- Ticket#114 - Updates to koji_utils and rpmguard to detect previous released + packages (kparal) +- Ticket#116 - Update koji watcher to accept ENVR not just NVR (kparal) +- Ticket#119 - Update repoinfo.conf and post-koji-build to accommodate no + frozen rawhide changes (jlaska) +- sanity.py - Fix subtle loop bug that caused us to randomly skip packages + (wwoods) +- Ticket#107 - Initial automated DVD install test dvd_install.py (lili) +- Update rats.py to support test-specific command-line arguments via + OptionGroup (jlaska) + * Tue Jan 12 2010 James Laska - 0.3-3 - Add rpmguard test (kparal) - Several updates to virtguest.py supporting multiple disks (wwoods)