Fix packaging bug: Add missing requires to -devel.

This commit is contained in:
Thomas Moschny 2009-03-16 09:19:28 +00:00
parent abdca36eab
commit 5df510700e
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: botan
Version: 1.8.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Crypto library written in C++
Group: System Environment/Libraries
@ -32,6 +32,11 @@ Summary: Development files for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: pkgconfig
Requires: bzip2-devel
Requires: zlib-devel
Requires: gmp-devel
Requires: openssl-devel
%description devel
The %{name}-devel package contains libraries and header files for
@ -105,6 +110,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
%changelog
* Mon Mar 16 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.1-4
- Add missing requirements to -devel package.
* Fri Feb 27 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.1-3
- Rebuilt again after failed attempt in mass rebuild.

View File

@ -1,2 +1,3 @@
botan-1_8_0-2_fc10:HEAD:botan-1.8.0-2.fc10.src.rpm:1232354502
botan-1_8_1-1_fc10:HEAD:botan-1.8.1-1.fc10.src.rpm:1232633562
botan-1_8_1-4_fc10:HEAD:botan-1.8.1-4.fc10.src.rpm:1237195036