summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-11-22 20:05:51 +0000
committerjbj <devnull@localhost>2000-11-22 20:05:51 +0000
commit28625265e4cb2653f8994cebae1da6fce6919d9d (patch)
treea776ef599b17341fe8c44f8cbfbded895cf61481 /scripts
parent339e76efe045148c013b1e2e5d4a09f892dcdcda (diff)
downloadrpm-28625265e4cb2653f8994cebae1da6fce6919d9d.tar.gz
rpm-28625265e4cb2653f8994cebae1da6fce6919d9d.tar.bz2
rpm-28625265e4cb2653f8994cebae1da6fce6919d9d.zip
FILENAMES -> OLDFILENAMES, tags have changed <chmouel@mandrakesoft.com>.
CVS patchset: 4291 CVS date: 2000/11/22 20:05:51
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rpmdiff6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/rpmdiff b/scripts/rpmdiff
index af8760ead..6b88f4088 100644
--- a/scripts/rpmdiff
+++ b/scripts/rpmdiff
@@ -280,7 +280,7 @@ sub set_static_vars {
'tag_name' => 'BUILDTIME',
},
1027 => {
- 'tag_name' => 'FILENAMES',
+ 'tag_name' => 'OLDFILENAMES',
},
1028 => {
'tag_name' => 'FILESIZES',
@@ -415,7 +415,7 @@ sub set_static_vars {
$NUM_DIFFERENCES = 0;
- $RCS_REVISION = ' $Revision: 1.4 $ ';
+ $RCS_REVISION = ' $Revision: 1.5 $ ';
# set a known path.
@@ -682,7 +682,7 @@ sub parse_rpm_headers {
}
push @{$out->{$tag}}, $value;
- if ($RPMTAG->{$tag}->{"tag_name"} eq 'FILENAMES') {
+ if ($RPMTAG->{$tag}->{"tag_name"} eq 'OLDFILENAMES') {
$out->{'name2index'}->{$value} = $j;
}
} # foreach $j