Add dependencies for %post and %postun scriptlets (#156901)
This commit is contained in:
parent
f66dfcf54a
commit
123b596e80
@ -1,7 +1,7 @@
|
|||||||
%define name xerces-j2
|
%define name xerces-j2
|
||||||
%define version 2.6.2
|
%define version 2.6.2
|
||||||
%define cvs_version 2_6_2
|
%define cvs_version 2_6_2
|
||||||
%define release 4jpp_4fc
|
%define release 4jpp_5fc
|
||||||
%define section free
|
%define section free
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -29,11 +29,14 @@ BuildRequires: jaxp_parser_impl
|
|||||||
BuildRequires: xml-commons-resolver
|
BuildRequires: xml-commons-resolver
|
||||||
BuildRequires: xml-commons-apis
|
BuildRequires: xml-commons-apis
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: gcc-java >= 4.0.0-0.43
|
|
||||||
ExclusiveArch: i386 x86_64 ppc
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
||||||
# RHEL3 and FC2
|
# RHEL3 and FC2
|
||||||
Obsoletes: xerces-j <= 0:2.2
|
Obsoletes: xerces-j <= 0:2.2
|
||||||
|
# libgcj aot-compiled native libraries
|
||||||
|
BuildRequires: gcc-java >= 4.0.0-0.43
|
||||||
|
BuildRequires: java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_16rh
|
||||||
|
Requires(post,postun): java-1.4.2-gcj-compat >= 1.4.2.0-40jpp_16rh
|
||||||
|
ExclusiveArch: i386 x86_64 ppc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Welcome to the future! Xerces2 is the next generation of high
|
Welcome to the future! Xerces2 is the next generation of high
|
||||||
@ -280,6 +283,9 @@ rebuild-gcj-db %{_libdir}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 5 2005 Gary Benson <gbenson@redhat.com> 0:2.6.2-4jpp_5fc
|
||||||
|
- Add dependencies for %post and %postun scriptlets (#156901).
|
||||||
|
|
||||||
* Fri Apr 29 2005 Gary Benson <gbenson at redhat.com> 0:2.6.2-4jpp_4fc
|
* Fri Apr 29 2005 Gary Benson <gbenson at redhat.com> 0:2.6.2-4jpp_4fc
|
||||||
- BC-compile.
|
- BC-compile.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user