From 2a7a110805a4ec51e5227e51147a831d4bfb8277 Mon Sep 17 00:00:00 2001 From: jbj Date: Sat, 18 Dec 1999 19:38:18 +0000 Subject: [PATCH] fix: turn off stdio buffering if not opened O_RDONLY for now. CVS patchset: 3490 CVS date: 1999/12/18 19:38:18 --- CHANGES | 1 + po/rpm.pot | 2 +- rpm.spec | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 9b6dafa..4b68c57 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,7 @@ - fix: missing strdup when overriding buildroot from command line argument (#1026,#5006). - diddle some names to keep my C++ brethern happy (i.e. kpackage port). + - fix: turn off stdio buffering if not opened O_RDONLY for now. 3.0.2 -> 3.0.3 - add --eval to find result of macro expansion. diff --git a/po/rpm.pot b/po/rpm.pot index a66d15a..27a1f54 100644 --- a/po/rpm.pot +++ b/po/rpm.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-12-17 13:40-0500\n" +"POT-Creation-Date: 1999-12-18 14:33-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/rpm.spec b/rpm.spec index c95350b..1df9e7e 100644 --- a/rpm.spec +++ b/rpm.spec @@ -2,7 +2,7 @@ Summary: The Red Hat package management system. Name: rpm %define version 3.0.4 Version: %{version} -Release: 0.17 +Release: 0.18 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz Copyright: GPL -- 2.7.4