diff --git a/.gitignore b/.gitignore index 03328d4..73b0fbd 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /tmt-0.19.tar.gz /tmt-0.20.tar.gz /tmt-0.21.tar.gz +/tmt-1.0.tar.gz diff --git a/sources b/sources index 850dc15..1ecfb24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tmt-0.21.tar.gz) = d056db640d3ee45125ee875b0ddb0acc6fa202a6da3a2ff95e858ef433ebd79538b0e62bd7dd81f0192479bff575a38c800e60006133015ca7e704586666fdb3 +SHA512 (tmt-1.0.tar.gz) = 98cfa96e0f872a40e72d108e90a0f594563301f4ae1df8b30c53a229e96b998bcb6ae0287aec01c7f3ce231671e94cdcb6d43fac81b3c3e1036b8151b7bec78f diff --git a/tmt.spec b/tmt.spec index 27b01b1..93b537a 100644 --- a/tmt.spec +++ b/tmt.spec @@ -1,5 +1,5 @@ Name: tmt -Version: 0.21 +Version: 1.0 Release: 1%{?dist} Summary: Test Management Tool @@ -158,6 +158,43 @@ export LANG=en_US.utf-8 %changelog +* Wed Oct 07 2020 Petr Šplíchal - 1.0-1 +- Correctly handle framework for new plans and tests +- Move runtest.sh adjustments into a single function +- Add the executable permission to runtest.sh +- Less strict removing sourcing of rhts-environment +- Use metadata directory as the default for path +- Implement the new L1 attribute 'framework' +- Explicitly enable copr_build for pull requests +- Handle missing library in existing repository +- Update the overall tmt description and examples +- Enable builds from master in the main copr repo +- Merge packit config for copr builds from master +- Use packit repository for copr builds from master +- Gracefully handle invalid test output +- Build in COPR for master via packit +- Add hint about caching the dnf package metadata +- Add two hints about easy login for experimenting +- Merge debug messages for the minute plugin [#361] +- Adjust the minute provision debug messages wording +- Use the internal tmt executor by default +- Add more debug messages to minute provision +- Remove the remaining 'tmt test convert' references +- Prevent shebang mangling for detached executor +- Merge the minute and install plugin docs [#345] +- Adjust the minute and install plugin documentation +- Merge the manual test import documentation [#347] +- Adjust the manual test documentation wording +- Merge rhts-environment source line removal [#344] +- Adjust rhts-environment source line removal +- Add missing extra-* keys to the test import +- Add docs for manual case import +- Disable authentication when fetching libraries +- Document the install prepare method +- Document the minute provision method +- Remove sourcing of rhts-environment in runtest.sh +- Add minute to supported provision methods of prepare + * Mon Sep 07 2020 Petr Šplíchal - 0.21-1 - Adjust manual test case import from nitrate [#319] - Move the test convert deps into a separate package