Add missing Provides: bundled(md5-plumb)

This is required to comply with bundled library policy:
http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries
This commit is contained in:
Mikolaj Izdebski 2012-10-17 14:53:46 +02:00
parent ff65639d35
commit cfe5192ec9

View File

@ -1,7 +1,7 @@
Summary: Modular Assembler Summary: Modular Assembler
Name: yasm Name: yasm
Version: 1.2.0 Version: 1.2.0
Release: 2%{?dist} Release: 3%{?dist}
# See COPYING for the detail, there is quite a lot! # See COPYING for the detail, there is quite a lot!
License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2 License: BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
Group: Development/Languages Group: Development/Languages
@ -9,6 +9,7 @@ URL: http://yasm.tortall.net/
Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz Source: http://www.tortall.net/projects/yasm/releases/yasm-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: bison, byacc, xmlto, gettext-devel BuildRequires: bison, byacc, xmlto, gettext-devel
Provides: bundled(md5-plumb)
%description %description
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License 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 Group: Development/Libraries
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Provides: %{name}-static = %{version}-%{release} Provides: %{name}-static = %{version}-%{release}
Provides: bundled(md5-plumb)
%description devel %description devel
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
@ -71,6 +73,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Wed Oct 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.0-3
- Add missing Provides: bundled(md5-plumb)
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild