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

If filename paths in `%files` sections contain a `[...]` sequence, rpmbuild considers it a glob, so the square brackets require some form of escaping. Other glob metacharacters are `*` and...

bug

Rich text READMEs in github that start with badges links to CI/etc. checks result in ```%description```s that contain URL syntax to those badges. Seen with, e.g., https://github.com/tpm2-software/tpm2-tss/

enhancement

See https://rpm-packaging-guide.github.io/#setup for reference

enhancement

If I specify in options.conf: **allow_test_failures = false** Then, as expected, the spec file contains something like: make VERBOSE=1 V=1 %{?_smp_mflags} check However, when avx2 is enabled, "**use_avx2 = true**"...

enhancement

I put "-C src " into my "make_install_args" file. Then I ran autospec. As I expected, the spec file contained: %make_install -C src However the build failed, with the offending...

bug

If a Perl package runs TODO tests, they are expected to fail, but autospec counts these tests as test failures, due to the format of the TAP output. Perl TODO...

bug

Due to the way os.walk is implemented using readdir, the order that files are inspected to determine the build pattern for a project is potentially arbitrary. This can result in...

bug

When running autospec on the Clear Linux opencv package, the following error is hit in round 1: ``` ImportError: No module named numpy.distutils ``` But when round 2 is started,...

bug

I'm trying building [Supermodel](https://github.com/trzy/Supermodel) (a _SEGA Model 3_ emulator) ``` Processing https://github.com/trzy/Supermodel/archive/refs/heads/master.zip ========================================================================================================= Name : supermodel Version : master Prefix : Supermodel-master Warning: Set [autospec][packages_file] path to package list file...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...