drmuey

Results 24 issues of drmuey

If I ask repoquery for a list of files for a package w/ `repoquery --repoid=myrepo --repofrompath=myrepo, --list some-pkg` 1. If I run that on CentOS 7 where `OBS-REPO` is CentOS...

Bug
Backend

**Describe the bug** Given identical configuration (see the last section of the post for details) for Apache and mod sec 2 and thenginx connector and mod sec 3.0 `SecAuditLogStorageDir` behaves...

3.x

Thanks for this BTW, it is awesome! Definitely appreciate not having to rely on ruby to not be screwed up :) Here is the problem I am seeing: w/ standard...

feature

Standard one in the docs is: `Release: %%{?release_prefix}..` That is both via `OBS-DCH-RELEASE` and `DEB_TRANSFORM` mechanisms. Round 2, if anyone wants it, would be to make it smart enough to...

When [OBS invokes debiantransfer](https://github.com/openSUSE/obs-build/blob/master/build-recipe-dsc#L63) it fails with “[link: File exists](https://github.com/openSUSE/obs-build/blob/master/debtransform#L415)” when not using a tar.gz. .dsc has: ``` Version: 7.4.16-2 … DEBTRANSFORM-RELEASE: 1 DEBTRANSFORM-TAR: ea-php74-php_7.4.16.orig.tar.bz2 DEBTRANSFORM-FILES-TAR: ea-php74-php_7.4.16-2.debian.tar.gz ``` OBS build...

**TL;DR**: Doing the classic `Release: %%{?release_prefix}..` in prjconf breaks debian revision. 1. set `OBS-DCH-RELEASE: 1`: * :green_circle: deb is VERSION+release_prefix.. * :red_circle: rpm is VERSION-release_prefix 2. add `Release: %%{?release_prefix}..` in...

``` $ git clone [email protected]:openSUSE/obs-build.git` Cloning into 'obs-build'... remote: Enumerating objects: 10171, done. remote: Counting objects: 100% (440/440), done. remote: Compressing objects: 100% (184/184), done. remote: Total 10171 (delta 266),...

When debiantransform is in effect and binary sources get corrupt Given this: ``` cat debian/source/include-binaries …/foo.tgz ``` when it gets onto OBS foo.tgz is the same md5 as it was...

Error: ``` [ 48s] In file included from /usr/include/ctype.h:26:0, [ 48s] from src/mod_security3.h:3, [ 48s] from src/mod_security3.c:2: [ 48s] /usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] [...

1. Set up memory test script * create this script at the end of this post * Make sure`/etc/systemd/system.conf` has these settings: * DefaultMemoryAccounting=yes * DefaultStartLimitInterval=1s * `systemctl daemon-reexec` if...