From 6567405eec0a0ca58e9a5dc3fc2df3408f8c5370 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Fri, 9 Jan 2026 11:59:07 -0700 Subject: [PATCH 1/2] Reflow the description text - More precise globbing in %files --- 4ti2.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/4ti2.spec b/4ti2.spec index 638820b..c0f00eb 100644 --- a/4ti2.spec +++ b/4ti2.spec @@ -56,11 +56,11 @@ Requires: 4ti2-libs%{?_isa} = %{version}-%{release} Requires: environment(modules) %description -A software package for algebraic, geometric and combinatorial problems -on linear spaces. +A software package for algebraic, geometric and combinatorial problems on +linear spaces. -This package uses Environment Modules. Prior to invoking the binaries, -you must run "module load 4ti2-%{_arch}" to modify your PATH. +This package uses Environment Modules. Prior to invoking the binaries, you +must run "module load 4ti2-%{_arch}" to modify your PATH. %package devel Summary: Headers needed to develop software that uses 4ti2 @@ -142,13 +142,13 @@ make check %files devel %{_includedir}/4ti2/ %{_libdir}/lib4ti2*.so -%{_libdir}/libzsolve*.so +%{_libdir}/libzsolve.so %files libs %doc AUTHORS NEWS README.md THANKS %license COPYING -%{_libdir}/lib4ti2*.so.0* -%{_libdir}/libzsolve*.so.0* +%{_libdir}/lib4ti2*.so.0{,.*} +%{_libdir}/libzsolve.so.0{,.*} %changelog %autochangelog From bb518e950b2d16eb45dea3efae05dd826ffe302b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2026 02:26:10 +0000 Subject: [PATCH 2/2] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild