diff options
author | jbj <devnull@localhost> | 2002-12-15 18:30:44 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-15 18:30:44 +0000 |
commit | 1552eaba2eea4943e2234ffc1026ff08c18d8725 (patch) | |
tree | 6bba7501132afb871955ae5760c593c5af24531e /rpm.spec.in | |
parent | becf1f7abaaf5304384490f8ef256f744f0c8dfc (diff) | |
download | rpm-1552eaba2eea4943e2234ffc1026ff08c18d8725.tar.gz rpm-1552eaba2eea4943e2234ffc1026ff08c18d8725.tar.bz2 rpm-1552eaba2eea4943e2234ffc1026ff08c18d8725.zip |
- disable fcntl(2) lock on Packages until glibc+nptl is fixed.
- make cdb locks "private" for pthreads compatibility w/o NPTL.
- add --enable-posixmutexes to use NPTL.
- make dependency generation "opt-out" everywhere.
CVS patchset: 5943
CVS date: 2002/12/15 18:30:44
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index c34421cd2..a26d05bf5 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -17,7 +17,7 @@ Name: rpm %define version @VERSION@ Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.25 +Release: 0.26+nptl Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Copyright: GPL @@ -460,6 +460,12 @@ exit 0 %{__prefix}/include/popt.h %changelog +* Sun Dec 15 2002 Jeff Johnson <jbj@redhat.com> 4.2-0.26 +- disable fcntl(2) lock on Packages until glibc+nptl is fixed. +- make cdb locks "private" for pthreads compatibility w/o NPTL. +- add --enable-posixmutexes to use NPTL. +- make dependency generation "opt-out" everywhere. + * 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. |