fedora-rpmdevtools rpmdev-rmdevelrpms, 1.2.2.1, 1.2.2.2 rpmdevtools.spec, 1.19.2.2, 1.19.2.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Jul 7 08:55:44 UTC 2007


Author: scop

Update of /cvs/fedora/fedora-rpmdevtools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24151

Modified Files:
      Tag: rpmdevtools-5
	rpmdev-rmdevelrpms rpmdevtools.spec 
Log Message:
The long form of the list option in rmdevelrpms is --list-only, not --list.


Index: rpmdev-rmdevelrpms
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdev-rmdevelrpms,v
retrieving revision 1.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- rpmdev-rmdevelrpms	5 Jul 2007 21:19:44 -0000	1.2.2.1
+++ rpmdev-rmdevelrpms	7 Jul 2007 08:55:42 -0000	1.2.2.2
@@ -24,7 +24,7 @@
 import getopt, os, re, rpm, stat, sys, types
 
 
-__version__ = "1.6"
+__version__ = "1.7"
 
 
 dev_re  = re.compile("-(?:de(?:buginfo|vel)|sdk|static)\\b", re.IGNORECASE)
@@ -167,7 +167,7 @@
         # TODO: implement -r|--root for checking a specified rpm root
         opts, args = getopt.getopt(sys.argv[1:],
                                    "ylvh",
-                                   ["yes", "list", "version", "help"])
+                                   ["yes", "list-only", "version", "help"])
     except getopt.GetoptError:
         usage(2)
     listonly = 0
@@ -177,7 +177,7 @@
             version()
         if o in ("-h", "--help"):
             help()
-        if o in ("-l", "--list"):
+        if o in ("-l", "--list-only"):
             listonly = 1
         elif o in ("-y", "--yes"):
             confirm = 0


Index: rpmdevtools.spec
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdevtools.spec,v
retrieving revision 1.19.2.2
retrieving revision 1.19.2.3
diff -u -r1.19.2.2 -r1.19.2.3
--- rpmdevtools.spec	7 Jul 2007 08:47:26 -0000	1.19.2.2
+++ rpmdevtools.spec	7 Jul 2007 08:55:42 -0000	1.19.2.3
@@ -137,6 +137,7 @@
 %changelog
 * Sat Jul  7 2007 Ville Skyttä <ville.skytta at iki.fi>
 - Fix Epoch handling in the 2-arg form of rpmdev-vercmp with yum < 3.1.2.
+- The long form of the list option in rmdevelrpms is --list-only, not --list.
 
 * Thu Jul  5 2007 Ville Skyttä <ville.skytta at iki.fi>
 - Add cmake and scons to default devel package list in rpmdev-rmdevelrpms.




More information about the scm-commits mailing list