diff --git a/redhat-rpm-config-java.patch b/redhat-rpm-config-java.patch index d05a6a3..0a426e3 100644 --- a/redhat-rpm-config-java.patch +++ b/redhat-rpm-config-java.patch @@ -4,7 +4,7 @@ /usr/lib/rpm/redhat/brp-strip-static-archive %{__strip} \ /usr/lib/rpm/redhat/brp-strip-comment-note %{__strip} %{__objdump} \ /usr/lib/rpm/brp-python-bytecompile \ -+ /usr/lib/rpm/brp-java-repack-jars \ ++ /usr/lib/rpm/redhat/brp-java-repack-jars \ %{nil} # /usr/lib/rpm/redhat/brp-implant-ident-static diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index a2dd168..5fb0724 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -1,7 +1,7 @@ Summary: Red Hat specific rpm configuration files. Name: redhat-rpm-config Version: 8.0.45 -Release: 2 +Release: 3 License: GPL Group: Development/System Source: redhat-rpm-config-%{version}.tar.gz @@ -40,6 +40,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Wed Sep 6 2006 Jeremy Katz - 8.0.45-3 +- path fix + * Tue Sep 5 2006 Jeremy Katz - 8.0.45-2 - Add script from Ben Konrath to repack jars to avoid multilib conflicts