From 0ddb7960f61cbf0968a355226f4499ea9cafde47 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Dec 19 2022 22:23:41 +0000 Subject: Provide cunit (all lowercase) Package names are case-sensitive, but generally all lowercase. Nothing else uses the name (because it would be confused with this), so just provide "cunit" as well to reduce confusion. Signed-off-by: Robbie Harwood --- diff --git a/CUnit.spec b/CUnit.spec index c677ad5..9110576 100644 --- a/CUnit.spec +++ b/CUnit.spec @@ -7,6 +7,7 @@ Summary: Unit testing framework for C License: LGPLv2+ URL: http://cunit.sourceforge.net/ +Provides: cunit = %{version}-%{release} Source0: http://downloads.sourceforge.net/cunit/%{name}-%{tarver}.tar.bz2 BuildRequires: automake @@ -21,6 +22,7 @@ testing functionality with a flexible variety of user interfaces. %package devel Summary: Header files and libraries for CUnit development Requires: %{name}%{?_isa} = %{version}-%{release} +Provides: cunit-devel = %{version}-%{release} %description devel The %{name}-devel package contains the header files