diff options
author | jbj <devnull@localhost> | 2002-12-22 02:23:38 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-22 02:23:38 +0000 |
commit | 34fd5ec8108c44927486b303622daa2d8af76e94 (patch) | |
tree | c0ea4b97152040bc3e9d0d6ceba6adbbc9f11e98 /rpm.spec.in | |
parent | b63b4a5d122e8dfb631c8fa75a9a7a92708080ec (diff) | |
download | librpm-tizen-34fd5ec8108c44927486b303622daa2d8af76e94.tar.gz librpm-tizen-34fd5ec8108c44927486b303622daa2d8af76e94.tar.bz2 librpm-tizen-34fd5ec8108c44927486b303622daa2d8af76e94.zip |
Typos.
CVS patchset: 5959
CVS date: 2002/12/22 02:23:38
Diffstat (limited to 'rpm.spec.in')
-rw-r--r-- | rpm.spec.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpm.spec.in b/rpm.spec.in index a66a5c94b..8b89ac25f 100644 --- a/rpm.spec.in +++ b/rpm.spec.in @@ -15,7 +15,7 @@ Name: rpm %define version @VERSION@ Version: %{version} %{expand: %%define rpm_version %{version}} -Release: 0.33 +Release: 0.35 Group: System Environment/Base Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/rpm-%{rpm_version}.tar.gz Copyright: GPL @@ -465,7 +465,7 @@ exit 0 - add --enable-posixmutexes when configuring on linux. - add rpmdb_{deadlock,dump,load,svc,stat,verify} utilities. - include srpm pkgid in binary headers (#71460). -- add %check scriptlet to run after %install (#64137). +- add %%check scriptlet to run after %%install (#64137). - simplify specfile query linkage loop. - drill rpmts into parseSpec(), carrying Spec along. |