Summary: Creates a common metadata repository
Name: createrepo
-Version: 0.3.9
+Version: 0.4.0
Release: 1
License: GPL
Group: System Environment/Base
%{_bindir}/%{name}
%changelog
+* Mon Oct 11 2004 Seth Vidal <skvidal@phy.duke.edu>
+- 0.4.0
+
* Thu Sep 30 2004 Seth Vidal <skvidal@phy.duke.edu>
- 0.3.9
- fix for groups checksum creation
from gzip import write32u, FNAME
import dumpMetadata
-__version__ = '0.3.9'
+__version__ = '0.4.0'
def errorprint(stuff):
print >> sys.stderr, stuff
except ValueError, e:
errorprint(_('Options Error: %s') % e)
usage()
-
+
+
# make sure our dir makes sense before we continue
if len(argsleft) > 1:
errorprint(_('Error: Only one directory allowed per run.'))