Fix packaging bug: Add missing requires to -devel.
This commit is contained in:
parent
abdca36eab
commit
5df510700e
10
botan.spec
10
botan.spec
@ -1,6 +1,6 @@
|
|||||||
Name: botan
|
Name: botan
|
||||||
Version: 1.8.1
|
Version: 1.8.1
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Crypto library written in C++
|
Summary: Crypto library written in C++
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -32,6 +32,11 @@ Summary: Development files for %{name}
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
Requires: bzip2-devel
|
||||||
|
Requires: zlib-devel
|
||||||
|
Requires: gmp-devel
|
||||||
|
Requires: openssl-devel
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
@ -105,6 +110,9 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} ./check --validate
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 27 2009 Thomas Moschny <thomas.moschny@gmx.de> - 1.8.1-3
|
||||||
- Rebuilt again after failed attempt in mass rebuild.
|
- Rebuilt again after failed attempt in mass rebuild.
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
botan-1_8_0-2_fc10:HEAD:botan-1.8.0-2.fc10.src.rpm:1232354502
|
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-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
|
||||||
|
Loading…
Reference in New Issue
Block a user