From cfe5192ec982362d1ebcf349068b820a9a5df075 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Oct 17 2012 12:53:51 +0000 Subject: Add missing Provides: bundled(md5-plumb) This is required to comply with bundled library policy: http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries --- diff --git a/yasm.spec b/yasm.spec index 8eed637..2792bf8 100644 --- a/yasm.spec +++ b/yasm.spec @@ -1,7 +1,7 @@ Summary: Modular Assembler Name: yasm Version: 1.2.0 -Release: 2%{?dist} +Release: 3%{?dist} # See COPYING for the detail, there is quite a lot! License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2 Group: Development/Languages @@ -9,6 +9,7 @@ URL: http://yasm.tortall.net/ Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: bison, byacc, xmlto, gettext-devel +Provides: bundled(md5-plumb) %description Yasm is a complete rewrite of the NASM assembler under the "new" BSD License @@ -24,6 +25,7 @@ Summary: Header files and static libraries for the yasm Modular Assembler Group: Development/Libraries Requires: %{name} = %{version}-%{release} Provides: %{name}-static = %{version}-%{release} +Provides: bundled(md5-plumb) %description devel Yasm is a complete rewrite of the NASM assembler under the "new" BSD License @@ -71,6 +73,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 17 2012 Mikolaj Izdebski - 1.2.0-3 +- Add missing Provides: bundled(md5-plumb) + * Sun Jul 22 2012 Fedora Release Engineering - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild