[yasm/f18] Add missing Provides: bundled(md5-plumb)

Mikolaj Izdebski mizdebsk at fedoraproject.org
Wed Oct 17 13:08:52 UTC 2012


commit cfe5192ec982362d1ebcf349068b820a9a5df075
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Wed Oct 17 14:53:46 2012 +0200

    Add missing Provides: bundled(md5-plumb)
    
    This is required to comply with bundled library policy:
    http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries

 yasm.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <mizdebsk at redhat.com> - 1.2.0-3
+- Add missing Provides: bundled(md5-plumb)
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list