From 5df510700e75e8de5d4b197e016bfdb40bff756b Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Mon, 16 Mar 2009 09:19:28 +0000 Subject: [PATCH] Fix packaging bug: Add missing requires to -devel. --- botan.spec | 10 +++++++++- import.log | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/botan.spec b/botan.spec index 07a25b0..ddfa699 100644 --- a/botan.spec +++ b/botan.spec @@ -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 - 1.8.1-4 +- Add missing requirements to -devel package. + * Fri Feb 27 2009 Thomas Moschny - 1.8.1-3 - Rebuilt again after failed attempt in mass rebuild. diff --git a/import.log b/import.log index efd1a94..a19935f 100644 --- a/import.log +++ b/import.log @@ -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