@dmnks commented on this pull request.
> +Put options common to more than one mode into a subsection of its own.
+
+# ENVIRONMENT
+Describe environment variables affecting program execution.
+
+# EXIT STATUS
+Describe exit codes of the command.
+
+# EXAMPLES
+Add at least one example for each ma
@pmatilai commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argum
@dmnks commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
@dmnks commented on this pull request.
> +Typographic conventions:
+- Put option aliases on separate lines
+- Put option arguments with pre-determined values into <> (see below)
+
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ f
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/3639
-- Commit Summary --
* Add a template man page with style guidance
-- File Changes --
M docs/README.md (3)
A docs/man/rpm-man-template.scd (70)
-- Patch Links
@pmatilai pushed 1 commit.
9e21491d635ee69431dc9415efa55ef0543214a0 fixup! Add a template man page with
style guidance
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3639/files/7566c337c899e816ec912ba8df59cf32ecb82ee5..9e21491d635ee69431dc9415efa55ef0543214a0
You are
@dmnks commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
@dmnks commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
@dmnks commented on this pull request.
> +# OPTIONS
+Describe common options and in this section.
+
+Typographic conventions:
+- Put option aliases on separate lines
+
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* <_ARG_>,
+*--output*=<_ARG_>
+ Use file _ARG_ for outpu
Closed #3594 as completed via 75de02219100f381a84769d74eb58985975d49c5.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3594#event-16631891548
You are receiving this because you are subscribed to this thread.
Message ID:
__
So the docs mention that %clean is obsolete because all outputs should be
placed with %builddir. But when --build-in-place is used, %builddir is the
source directory, which we don't want to pollute, so is it still valid to use
%clean for that use case?
Also, assuming the above is correct, how s
@dmnks commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argument
dmnks left a comment (rpm-software-management/rpm#3639)
> Perhaps I should try to convert one of the existing, shorter manuals to
> follow some of the new rules in here to see how it'd look like...
Yep, that would be useful indeed as I'm sure we'd find various little things
here and there that
dmnks left a comment (rpm-software-management/rpm#3639)
Oh, one more thing I realized when falling asleep last night :smile: is that
the template should also include an example for tables (which is something we
tend to use quite often).
--
Reply to this email directly or view it on GitHub:
htt
@pmatilai commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argum
@pmatilai commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and option
@dmnks commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
@pmatilai commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and option
@pmatilai commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and option
@pmatilai commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and option
@pmatilai pushed 1 commit.
80fd134a7369a915427425cc0729bd256b59fab3 fixup! Add a template man page with
style guidance
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3639/files/367e3dfbdfde9c8d59f59507a33c7b1522ea457f..80fd134a7369a915427425cc0729bd256b59fab3
You are
pmatilai created an issue (rpm-software-management/rpm#3646)
rpmuncompress relies heavily on macros, so it should have all the normal
--define/--macros etc flags available.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3646
You are r
pmatilai created an issue (rpm-software-management/rpm#3645)
We should have a way to export our macro context state. There's already
rpmDumpMacroTable() but the format it produces is not readable as a macro file,
so we need a different function for that. It'll need to weed out at least
builtins
@dmnks commented on this pull request.
> +- Put option aliases on separate lines
+- Put option arguments with pre-determined values into <> (see below)
+
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<
@pmatilai commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argum
@pmatilai pushed 1 commit.
e70a17b27dc6311d86249d7860a133cb5eb761e7 Add a template man page with style
guidance
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3639/files/ce5662e7a56b64da0f7221619a19517ecbc8f9a8..e70a17b27dc6311d86249d7860a133cb5eb761e7
You are receiv
@dmnks commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
@pmatilai commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argum
@dmnks commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argument
@dmnks commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argument
fd32a43 moved the architecture check after building. This decision needs to me
made beforehand to not build on unsupported architectures. 1296ea9 also made it
impossible to change the supported / excluded architectures later.
Move this particular check back and add a test case using ExclusiveArc
@dmnks commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argument
@dmnks commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argument
@dmnks commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argument
@dmnks commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argument
@dmnks commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argument
@dmnks commented on this pull request.
> +Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user argument
@dmnks commented on this pull request.
> +
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<*aa*|*bb*>
+ Use format *aa* or *bb* for output.
+
+*--compress*=<_method_>
+ Use specified compres
439a601439 dropped the code using stderr if no file descriptor is passed. The
%dump macro code doesn't pass a file descriptor ever. This led to a
segfault.
Omit test case as it spits out a long list of macros that are susceptible the
change.
Resolves: #3588
You can view, comment on, or merge t
@dmnks commented on this pull request.
> +
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<*aa*|*bb*>
+ Use format *aa* or *bb* for output.
+
+*--compress*=<_method_>
+ Use specified compres
@pmatilai commented on this pull request.
> +
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<*aa*|*bb*>
+ Use format *aa* or *bb* for output.
+
+*--compress*=<_method_>
+ Use specified comp
@pmatilai commented on this pull request.
> +
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<*aa*|*bb*>
+ Use format *aa* or *bb* for output.
+
+*--compress*=<_method_>
+ Use specified comp
@dmnks approved this pull request.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3636#pullrequestreview-2664700619
You are receiving this because you are subscribed to this thread.
Message ID: ___
@dmnks commented on this pull request.
> +
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<*aa*|*bb*>
+ Use format *aa* or *bb* for output.
+
+*--compress*=<_method_>
+ Use specified compres
@dmnks commented on this pull request.
> +
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<*aa*|*bb*>
+ Use format *aa* or *bb* for output.
+
+*--compress*=<_method_>
+ Use specified compres
@ffesti commented on this pull request.
> +Typographic conventions:
+- Put option aliases on separate lines
+- Put option arguments with pre-determined values into <> (see below)
+
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_
@pmatilai pushed 1 commit.
99ff2eea1891de5ca5494fc315054992feac3b14 fixup! Add a template man page with
style guidance
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3639/files/3c20aa58de9a0aa9d319fecf7b5d5eee05353884..99ff2eea1891de5ca5494fc315054992feac3b14
You are
This is more readable and more reliable in the context of the test suite.
You can view, comment on, or merge this pull request online at:
https://github.com/rpm-software-management/rpm/pull/3649
-- Commit Summary --
* Use files instead of redirects in test case
-- File Changes --
M tes
@pmatilai commented on this pull request.
> +- Put the short variant first when listing option aliases
+- Put an empty line before a new section/option/etc
+- Put text immediately below a section/option/etc (ie without an empty line)
+- Put optional elements into [] brackets
+- Do not emphasize
Merged #3649 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3649#event-16633627455
You are receiving this because you are subscribed to this thread.
Message ID:
___
Rpm-maint mail
pmatilai left a comment (rpm-software-management/rpm#3649)
Thanks for the quick fix.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3649#issuecomment-2706634225
You are receiving this because you are subscribed to this thread.
Message I
@pmatilai commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and option
pmatilai left a comment (rpm-software-management/rpm#3639)
Perhaps I should try to convert one of the existing, shorter manuals to follow
some of the new rules in here to see how it'd look like...
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/r
@pmatilai commented on this pull request.
> +Put options common to more than one mode into a subsection of its own.
+
+# ENVIRONMENT
+Describe environment variables affecting program execution.
+
+# EXIT STATUS
+Describe exit codes of the command.
+
+# EXAMPLES
+Add at least one example for each
@pmatilai commented on this pull request.
> +Put options common to more than one mode into a subsection of its own.
+
+# ENVIRONMENT
+Describe environment variables affecting program execution.
+
+# EXIT STATUS
+Describe exit codes of the command.
+
+# EXAMPLES
+Add at least one example for each
@pmatilai pushed 1 commit.
7566c337c899e816ec912ba8df59cf32ecb82ee5 fixup! Add a template man page with
style guidance
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3639/files/80fd134a7369a915427425cc0729bd256b59fab3..7566c337c899e816ec912ba8df59cf32ecb82ee5
You are
@pmatilai commented on this pull request.
> +Typographic conventions:
+- Put option aliases on separate lines
+- Put option arguments with pre-determined values into <> (see below)
+
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG
@pmatilai pushed 1 commit.
19c73e4f3029c2ae560d65ae8a47886ee3ae5e4a fixup! Move most rpm command man
pages to section 1
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3639/files/9e21491d635ee69431dc9415efa55ef0543214a0..19c73e4f3029c2ae560d65ae8a47886ee3ae5e4a
You ar
@pmatilai commented on this pull request.
> +
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<*aa*|*bb*>
+ Use format *aa* or *bb* for output.
+
+*--compress*=<_method_>
+ Use specified comp
Closed #3594 as completed via #3641.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3594#event-16631891521
You are receiving this because you are subscribed to this thread.
Message ID:
___
R
@pmatilai commented on this pull request.
> +Typographic conventions:
+- Put option aliases on separate lines
+- Put option arguments with pre-determined values into <> (see below)
+
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG
@pmatilai commented on this pull request.
> +
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<*aa*|*bb*>
+ Use format *aa* or *bb* for output.
+
+*--compress*=<_method_>
+ Use specified comp
@pmatilai commented on this pull request.
> +
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<*aa*|*bb*>
+ Use format *aa* or *bb* for output.
+
+*--compress*=<_method_>
+ Use specified comp
@pmatilai pushed 1 commit.
3c20aa58de9a0aa9d319fecf7b5d5eee05353884 fixup! Add a template man page with
style guidance
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3639/files/19c73e4f3029c2ae560d65ae8a47886ee3ae5e4a..3c20aa58de9a0aa9d319fecf7b5d5eee05353884
You are
@pmatilai commented on this pull request.
> +- Put option aliases on separate lines
+- Put option arguments with pre-determined values into <> (see below)
+
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format
Closed #3569 as completed via b3398aed94adedbf698a509ca05e386e531da6ff.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3569#event-16632953369
You are receiving this because you are subscribed to this thread.
Message ID:
__
Merged #3647 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3647#event-16632953086
You are receiving this because you are subscribed to this thread.
Message ID:
___
Rpm-maint mail
Closed #3569 as completed via #3647.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3569#event-16632953327
You are receiving this because you are subscribed to this thread.
Message ID:
___
R
@pmatilai commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and option
@dmnks commented on this pull request.
> +Typographic conventions:
+- Put option aliases on separate lines
+- Put option arguments with pre-determined values into <> (see below)
+
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ f
@dmnks commented on this pull request.
> +Typographic conventions:
+- Put option aliases on separate lines
+- Put option arguments with pre-determined values into <> (see below)
+
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ f
@pmatilai pushed 1 commit.
ce5662e7a56b64da0f7221619a19517ecbc8f9a8 fixup! Add a template man page with
style guidance
--
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3639/files/99ff2eea1891de5ca5494fc315054992feac3b14..ce5662e7a56b64da0f7221619a19517ecbc8f9a8
You are
@dmnks commented on this pull request.
> +- Put the short variant first when listing option aliases
+- Put an empty line before a new section/option/etc
+- Put text immediately below a section/option/etc (ie without an empty line)
+- Put optional elements into [] brackets
+- Do not emphasize sep
@dmnks commented on this pull request.
> +Put options common to more than one mode into a subsection of its own.
+
+# ENVIRONMENT
+Describe environment variables affecting program execution.
+
+# EXIT STATUS
+Describe exit codes of the command.
+
+# EXAMPLES
+Add at least one example for each ma
Merged #3641 into master.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/3641#event-16631891314
You are receiving this because you are subscribed to this thread.
Message ID:
___
Rpm-maint mail
@pmatilai commented on this pull request.
> +
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<*aa*|*bb*>
+ Use format *aa* or *bb* for output.
+
+*--compress*=<_method_>
+ Use specified comp
@dmnks commented on this pull request.
> +
+*-d*
+*--do-this*
+ Do Y instead of default action.
+
+*-o* _ARG_,
+*--output*=_ARG_
+ Use file _ARG_ for output.
+
+*--format*=<*aa*|*bb*>
+ Use format *aa* or *bb* for output.
+
+*--compress*=<_method_>
+ Use specified compres
Hi Panu,
On Fri, 7 Mar 2025 08:45:20 +0200, Panu Matilainen wrote:
> On 3/7/25 8:41 AM, Panu Matilainen wrote:
> > On Thu, Mar 06, 2025 at 01:16:05PM +0100, Jean Delvare wrote:
> >> This comes as a surprise to me, I would expect my __tar definition to
> >> be honored by rpmuncompress the same wa
Hi Michael,
On Thu, 6 Mar 2025 16:16:37 +0100, Michael Schroeder wrote:
> On Thu, Mar 06, 2025 at 01:16:05PM +0100, Jean Delvare wrote:
> > This comes as a surprise to me, I would expect my __tar definition to
> > be honored by rpmuncompress the same way it was honored before that
> > helper binar
pmatilai created an issue (rpm-software-management/rpm#3643)
rpm >= 4.18 uses an external rpmuncompress to handle source decompression and
unpacking during build. It was split out of the internal %setup pseudo-macro to
allow direct use in specs, but this causes an issue that we didn't consider a
On 3/7/25 10:54 AM, Jean Delvare wrote:
Hi Panu,
On Fri, 7 Mar 2025 08:45:20 +0200, Panu Matilainen wrote:
On 3/7/25 8:41 AM, Panu Matilainen wrote:
On Thu, Mar 06, 2025 at 01:16:05PM +0100, Jean Delvare wrote:
This comes as a surprise to me, I would expect my __tar definition to
be honored b
@dmnks commented on this pull request.
> +*rpmcmd* [options] [_ARGUMENT_] ...
+
+# DESCRIPTION
+Describe what *rpmcmd* command does in detail.
+
+Put distinct operational modes to their own subsections.
+
+Typographic conventions:
+- Use bold for literal values such as command name and options:
@dmnks commented on this pull request.
> +- Use bold for literal values such as command name and options:
+*cmd* does X, with option *--do-this* does Y instead
+- Use underline uppercase to denote user arguments: _ARGUMENT_
+- Use underline for literal file names: _hello-1.0-1.noarch.rpm_
+- Put
ddelabru left a comment (rpm-software-management/rpm#3469)
> The root cause is RH signing server placing file signatures outside the
> immutable region of the signature header
The signing server produces raw IMA file signatures. Release engineers then
insert these signatures into the RPM header
84 matches
Mail list logo