Re: [Rpm-maint] [rpm-software-management/rpm] Add support for generating buildinfo file as subpackage (#1532)

2022-11-26 Thread Marek Marczykowski-Górecki
@marmarek commented on this pull request. > +# in this Software without prior written authorization of the copyright > holder. +# + +set -e -o pipefail + +getos() { +# shellcheck disable=SC1091 +test -r /etc/os-release && . /etc/os-release +if test -z "${ID}"; then +

Re: [Rpm-maint] [rpm-software-management/rpm] Enforce GPG signatures by default (#1573)

2021-04-11 Thread Marek Marczykowski-Górecki
A tricky case is when you mix local builds and downloaded packages in a single transaction. For example `dnf install ./some-locally-built.rpm` when that package requires some extra dependencies to be downloaded and installed. In my specific case, I have a local repository set (with

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for generating buildinfo file as subpackage (ef77241)

2021-02-06 Thread Marek Marczykowski-Górecki
Is there some env variable for that? I'm not sure if this must match what is currently used (for example when overridden with `--define...`) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for generating buildinfo file as subpackage (ef77241)

2021-02-06 Thread Marek Marczykowski-Górecki
Add epoch here too? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for generating buildinfo file as subpackage (ef77241)

2021-02-06 Thread Marek Marczykowski-Górecki
Include epoch too? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for generating buildinfo file as subpackage (ef77241)

2021-02-06 Thread Marek Marczykowski-Górecki
This is outdated. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: