summaryrefslogtreecommitdiff
path: root/rpm.spec.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-12-14 21:39:19 +0000
committerjbj <devnull@localhost>2002-12-14 21:39:19 +0000
commit96f4a259b507751db2d51b43978ba7b69a149c3a (patch)
treebce4ffcb4f7a645cbfa91f190fdbd2502b3fcf05 /rpm.spec.in
parent23a39efab69f2b60624a7c112ba7eb1a939afff1 (diff)
downloadrpm-96f4a259b507751db2d51b43978ba7b69a149c3a.tar.gz
rpm-96f4a259b507751db2d51b43978ba7b69a149c3a.tar.bz2
rpm-96f4a259b507751db2d51b43978ba7b69a149c3a.zip
- fix: make sure each library has DT_NEEDED for all unresolved syms.
CVS patchset: 5941 CVS date: 2002/12/14 21:39:19
Diffstat (limited to 'rpm.spec.in')
-rw-r--r--rpm.spec.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/rpm.spec.in b/rpm.spec.in
index ba92cd5a2..3638d87a9 100644
--- a/rpm.spec.in
+++ b/rpm.spec.in
@@ -460,10 +460,13 @@ exit 0
%{__prefix}/include/popt.h
%changelog
-* Fri Dec 13 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.25
+* Sat Dec 14 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.25
+- rebuild rpm with internal dependency generation enabled.
+- fix: make sure each library has DT_NEEDED for all unresolved syms.
+
+* Fri Dec 13 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.24
- debug_packages "works", but non-noarch w/o %setup has empty payload.
- make dependency generation "opt-in" in order to build in distro.
-- rebuild rpm with internal dependency generation enabled.
* Thu Dec 12 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.23
- fix: add rpmlib(VersionedDependencies) if versioned Provides: found.