autospec icon indicating copy to clipboard operation
autospec copied to clipboard

RPM packaging automation tool

Results 51 autospec issues
Sort by recently updated
recently updated
newest added

Autospec needs to support the automatic search for signatures to verify package source archives.

enhancement
review

The release tarball for the current stable release of `gnupg`, version 2.2.19, was signed by two keys, producing a single detached signature file containing two concatenated signatures. However, autospec currently...

enhancement
refactor-needed
review

Autospec should be installable using setuptools instead of existing as a glorified python script at some path on the user's system.

enhancement
review

In `options.conf['package']['url']`, resolve strings such as `'pypi://'` to either `pypi.debian.net` or `pypi.python.org` depending on which is available (`pypi.debian.net` is often down, but offers a much easier URL scheme). This could...

enhancement
review

Currently modifying Makefile to update to a new upstream version for every package; it may be simplified A proposal: make autospec upstream-update which will print a list of newer versions...

enhancement
review

For faster license checks, it's desired to have support for offline/cached data file from the license server.

enhancement
review

Considering the `zstd` package in Clear Linux OS, the build, installation, and test execution should all be run within the `build/meson` subdirectory. The build and installation succeed (pending #574 for...

enhancement
refactor-needed

The fix for `scan_for_configure` in #497 had the desired outcome, but it also produced negative side effects due to the current layout of the tmp directory where archives are extracted....

bug
refactor-needed

Today config parses the versions file and then content does operations for multi-version wrangling. It would improve the clarity of the specific responsibilities for each module and the data ownership...

refactor-needed

The set_gcov function is really a config item that has been historically set under content and should be moved to config at some point.

janitorial
refactor-needed