From 9c22709b43e7a90e12f9ea8d85a4b3cff1a00e49 Mon Sep 17 00:00:00 2001 From: Dave Johansen Date: Thu, 29 Dec 2016 22:14:57 -0700 Subject: [PATCH] Move Provides/Obsoletes out of description --- fmt.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fmt.spec b/fmt.spec index fabc4ed..ff0f9a5 100644 --- a/fmt.spec +++ b/fmt.spec @@ -20,14 +20,14 @@ BuildRequires: nodejs-less BuildRequires: python2-sphinx BuildRequires: python2-breathe -%description -C++ Format is an open-source formatting library for C++. It can be used as a -safe alternative to printf or as a fast alternative to IOStreams. - # This package replaces the old name of cppformat Provides: cppformat = %{version}-%{release} Obsoletes: cppformat < %{version}-%{release} +%description +C++ Format is an open-source formatting library for C++. It can be used as a +safe alternative to printf or as a fast alternative to IOStreams. + %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release}