|
18 | 18 | - [ ] Run `make distcheck` to produce `catdoc-0.97.1.tar.gz` |
19 | 19 | - [ ] Tag `v0.97.1` and create a GitHub Release |
20 | 20 | - [ ] Upload `catdoc-0.97.1.tar.gz` (from `make distcheck`) as a release asset |
21 | | -- [ ] Verify packit `trigger: release` Copr build fires and succeeds (see CI issues below) |
22 | | - |
23 | | -## Other CI issues |
24 | | - |
25 | | -- [x] Confirmed packit PR builds work. To check builds for a PR, go to |
26 | | - https://dashboard.packit.dev/projects/github.com/skierpage/catdoc, find the PR under |
27 | | - "PRs Handled", then follow the Copr build links (e.g. |
28 | | - https://copr.fedorainfracloud.org/coprs/packit/skierpage-catdoc-10/). RPMs are in the |
29 | | - "Pulp results" link at the bottom of each chroot page. |
30 | | -- [ ] `trigger: release` Copr build never fires or fails silently — packit lacks permission |
31 | | - to build in `skierpage/catdoc` Copr project. Need to investigate granting packit access. |
32 | | - See packit docs for Copr credential/permission setup. |
33 | | -- [ ] Fix `Source0` in catdoc.spec to point to the `make dist` tarball uploaded as a GitHub |
34 | | - release asset: |
35 | | - `https://github.com/skierpage/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz` |
36 | | - Currently points to a raw git archive which lacks autotools-generated files and fails to build. |
37 | | - (Packit ignores Source0 since `create-archive` overrides it, so this only matters for manual RPM builds.) |
38 | | -- [ ] Fix `%check` in catdoc.spec to run the test suite against the just-built binaries. |
39 | | - Current attempt with `%{__make} check` runs the system `/usr/bin/catdoc` instead of the |
40 | | - BUILDROOT binary. Fix requires prepending `%{buildroot}%{_bindir}` to PATH in `%check` |
41 | | - and setting `CHARSETPATH` correctly. |
42 | | - |
| 21 | +- [ ] Verify packit `trigger: release` fires off a Copr build and succeeds, |
| 22 | + see https://dashboard.packit.dev/projects/github.com/skierpage/catdoc |
43 | 23 |
|
44 | 24 | ## Research: find more Office 2007 test files |
45 | 25 |
|
|
0 commit comments