diff options
author | jbj <devnull@localhost> | 2003-06-03 22:06:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-06-03 22:06:27 +0000 |
commit | 563a233ece3000a410d899dff6931fae650df46c (patch) | |
tree | 89ad2743625fd81c949db789ae5e7ec1da586e16 /rpm.spec.in | |
parent | e052452f33b96a62109b8194fd4ed931e3b9d933 (diff) | |
download | rpm-563a233ece3000a410d899dff6931fae650df46c.tar.gz rpm-563a233ece3000a410d899dff6931fae650df46c.tar.bz2 rpm-563a233ece3000a410d899dff6931fae650df46c.zip |
- treat missing epoch's exactly the same as Epoch: 0.
CVS patchset: 6891
CVS date: 2003/06/03 22:06:27
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index fa2e41514..2bdd7d29a 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -36,7 +36,7 @@ BuildRequires: elfutils-libelf BuildRequires: zlib-devel -BuildRequires: beecrypt >= 0:3.0.0-0.20030529 +BuildRequires: beecrypt-devel >= 0:3.0.0-0.20030603 # XXX Red Hat 5.2 has not bzip2 or python %if %{with_bzip2} |