[Rpm-metadata] Branch 'maintenance' - createrepo.spec docs/createrepo.8 Makefile
Seth Vidal
skvidal at linux.duke.edu
Mon Nov 26 17:52:52 UTC 2007
Makefile | 2 +-
createrepo.spec | 5 ++++-
docs/createrepo.8 | 4 ++++
3 files changed, 9 insertions(+), 2 deletions(-)
New commits:
commit 73f54cf9ca1c8bdc98816dde0d2cf422ecaf1e26
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Nov 26 12:47:42 2007 -0500
bump ver number
document -i, --pkglist in man page
diff --git a/Makefile b/Makefile
index a5f2ffb..b2d1a32 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PACKAGE = createrepo
-VERSION = 0.4.10
+VERSION = 0.4.11
SHELL = /bin/sh
top_srcdir = .
srcdir = .
diff --git a/createrepo.spec b/createrepo.spec
index a3c34be..4856e9c 100644
--- a/createrepo.spec
+++ b/createrepo.spec
@@ -1,6 +1,6 @@
Summary: Creates a common metadata repository
Name: createrepo
-Version: 0.4.10
+Version: 0.4.11
Release: 1
License: GPL
Group: System Environment/Base
@@ -36,6 +36,9 @@ rpm packages
%{_mandir}/man8/createrepo.8*
%changelog
+* Mon Nov 26 2007 Seth Vidal <skvidal at fedoraproject.org>
+- 0.4.11
+
* Thu Jun 07 2007 Paul Nasrat <pnasrat at redhat.com>
- 0.4.10
diff --git a/docs/createrepo.8 b/docs/createrepo.8
index 358ee85..419e872 100644
--- a/docs/createrepo.8
+++ b/docs/createrepo.8
@@ -18,6 +18,10 @@ time)
Optional output directory (useful for read only media).
.IP "\fB\-x --exclude\fP <package>"
File globs to exclude, can be specified multiple times.
+.IP "\fB\-i --pkglist\fP <filename>"
+specify a text file which contains the complete list of files to
+include in the repository from the set found in the directory. File format is one
+package per line, no wildcards or globs.
.IP "\fB\-q --quiet\fP"
Run quietly.
.IP "\fB\-g --groupfile\fP <groupfile>"
More information about the Rpm-metadata
mailing list