Add popt glue for --clean, --rmsource, --rmspec.
Teach rpmb about --nodeps. CVS patchset: 3768 CVS date: 2000/05/30 23:04:09
This commit is contained in:
parent
73d9a67dca
commit
0afc1fa3c9
508
po/pt_BR.po
508
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
508
po/rpm.pot
508
po/rpm.pot
File diff suppressed because it is too large
Load Diff
2
rpm.spec
2
rpm.spec
|
@ -2,7 +2,7 @@ Summary: The Red Hat package management system.
|
||||||
Name: rpm
|
Name: rpm
|
||||||
%define version 4.0
|
%define version 4.0
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 0.22
|
Release: 0.23
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz
|
Source: ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/rpm-%{version}.tar.gz
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
|
|
|
@ -130,6 +130,9 @@ rpm exec --tb rpmb -tb
|
||||||
rpm exec --ts rpmb -ts
|
rpm exec --ts rpmb -ts
|
||||||
rpm exec --rebuild rpmb --rebuild
|
rpm exec --rebuild rpmb --rebuild
|
||||||
rpm exec --recompile rpmb --recompile
|
rpm exec --recompile rpmb --recompile
|
||||||
|
rpm exec --clean rpmb --clean
|
||||||
|
rpm exec --rmsource rpmb --rmsource
|
||||||
|
rpm exec --rmspec rpmb --rmspec
|
||||||
|
|
||||||
rpm exec --initdb rpmdb --initdb
|
rpm exec --initdb rpmdb --initdb
|
||||||
rpm exec --rebuilddb rpmdb --rebuilddb
|
rpm exec --rebuilddb rpmdb --rebuilddb
|
||||||
|
|
4
rpmqv.c
4
rpmqv.c
|
@ -185,8 +185,10 @@ static struct poptOption optionsTable[] = {
|
||||||
{ "nomd5", '\0', 0, &noMd5, 0, NULL, NULL},
|
{ "nomd5", '\0', 0, &noMd5, 0, NULL, NULL},
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(IAM_RPMQV) || defined(IAM_RPMEIU)
|
#if defined(IAM_RPMQV) || defined(IAM_RPMEIU) || defined(IAM_RPMBT)
|
||||||
{ "nodeps", '\0', 0, &noDeps, 0, NULL, NULL},
|
{ "nodeps", '\0', 0, &noDeps, 0, NULL, NULL},
|
||||||
|
#endif
|
||||||
|
#if defined(IAM_RPMQV) || defined(IAM_RPMEIU)
|
||||||
{ "noscripts", '\0', 0, &noScripts, 0, NULL, NULL},
|
{ "noscripts", '\0', 0, &noScripts, 0, NULL, NULL},
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue