Fix packaging bug: Add missing requires to -devel.

This commit is contained in:
Thomas Moschny 2009-03-16 09:31:53 +00:00
parent ee87d67bec
commit afb089573b
2 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: botan
Version: 1.8.1
Release: 1%{?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,15 @@ 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.
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Jan 21 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.1-1
- Update to 1.8.1. This is a bugfix release, see
http://botan.randombit.net/news/releases/1_8_1.html for changes.

View File

@ -1,2 +1,3 @@
botan-1_8_0-2_fc10:F-10:botan-1.8.0-2.fc10.src.rpm:1232355547
botan-1_8_1-1_fc10:F-10:botan-1.8.1-1.fc10.src.rpm:1232634423
botan-1_8_1-4_fc10:F-10:botan-1.8.1-4.fc10.src.rpm:1237195879