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:
parent
ff65639d35
commit
cfe5192ec9
@ -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@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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user