public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libzpc] rawhide: simplify package structure
@ 2026-07-21 15:36
0 siblings, 0 replies; only message in thread
From: @ 2026-07-21 15:36 UTC (permalink / raw)
To: git-commits
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*
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 15:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 15:36 [rpms/libzpc] rawhide: simplify package structure
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox