public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/libzpc] rawhide: simplify package structure
Date: Tue, 21 Jul 2026 15:36:06 GMT	[thread overview]
Message-ID: <178464816656.1.516901431049273187.rpms-libzpc-3ba494417fe9@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/libzpc
            Branch : rawhide
            Commit : 3ba494417fe96ccab1a3bf6c74ad6c5257546eeb
            Author : Dan Horák <dan@danny.cz>
            Date   : 2026-07-21T13:53:41+00:00
            Stats  : +2/-6 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/libzpc/c/3ba494417fe96ccab1a3bf6c74ad6c5257546eeb?branch=rawhide

            Log:
            simplify package structure

Simplify the package structure by removing the almost empty "main" rpm and
move docs to the subpackages directly.

---
diff --git a/libzpc.spec b/libzpc.spec
index 00c045f..ae466bf 100644
--- a/libzpc.spec
+++ b/libzpc.spec
@@ -30,7 +30,6 @@ main memory at any time.
 %ifarch s390x
 %package	provider
 Summary:	OpenSSL provider module for %{name}
-Requires:	%{name}%{?_isa} = %{version}-%{release}
 
 %description	provider
 The %{name}-provider package contains a provider module for OpenSSL v3.0 (and
@@ -40,7 +39,6 @@ later), interfacing to the protected key feature of z/Architecture.
 
 %package	tools
 Summary:	Key management tool for %{name} keys
-Requires:	%{name}%{?_isa} = %{version}-%{release}
 
 %description	tools
 The %{name}-tools package contains a key management tool for key origins.
@@ -67,12 +65,9 @@ install -m644 %_vpath_builddir/hbkzpcprovider.conf \
 %ctest
 
 
-%files
-%doc README.md CHANGES.md
-%license LICENSE
-
 %ifarch s390x
 %files provider
+%doc README.md CHANGES.md
 %license LICENSE
 %{modulesdir}/zpcprovider.so
 %{_mandir}/man5/hbkzpcprovider.conf.5*
@@ -81,6 +76,7 @@ install -m644 %_vpath_builddir/hbkzpcprovider.conf \
 %endif
 
 %files tools
+%doc README.md CHANGES.md
 %license LICENSE
 %{_bindir}/zpckey
 %{_mandir}/man1/zpckey.1*

                 reply	other threads:[~2026-07-21 15:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178464816656.1.516901431049273187.rpms-libzpc-3ba494417fe9@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox