- Resolves rhbz#794472
- Patch from Omair Majid <omajid@redhat.com> to remove explicit Java 6 req.
This commit is contained in:
parent
06652aa4e2
commit
7e25baa402
@ -4,7 +4,7 @@
|
|||||||
Summary: The Berkeley DB database library for C
|
Summary: The Berkeley DB database library for C
|
||||||
Name: libdb
|
Name: libdb
|
||||||
Version: 5.2.36
|
Version: 5.2.36
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
|
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
|
||||||
Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
|
Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
|
||||||
# db-1.85 upstream patches
|
# db-1.85 upstream patches
|
||||||
@ -22,7 +22,7 @@ Group: System Environment/Libraries
|
|||||||
BuildRequires: perl, libtool
|
BuildRequires: perl, libtool
|
||||||
BuildRequires: tcl-devel >= 8.5.2-3
|
BuildRequires: tcl-devel >= 8.5.2-3
|
||||||
BuildRequires: gcc-java
|
BuildRequires: gcc-java
|
||||||
BuildRequires: java-1.6.0-openjdk-devel
|
BuildRequires: java-devel >= 1:1.6.0
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
@ -353,6 +353,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_datadir}/java/*.jar
|
%{_datadir}/java/*.jar
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 17 2012 Deepak Bhole <dbhole@redhat.com> 5.2.36-5
|
||||||
|
- Resolves rhbz#794472
|
||||||
|
- Patch from Omair Majid <omajid@redhat.com> to remove explicit Java 6 req.
|
||||||
|
|
||||||
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 5.2.36-4
|
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 5.2.36-4
|
||||||
- add filesystem guard
|
- add filesystem guard
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user