fedora-rpmdevtools rpmdev-rmdevelrpms, 1.7, 1.8 rpmdevtools.spec, 1.33, 1.34

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


Author: scop

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

Modified Files:
	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.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- rpmdev-rmdevelrpms	5 Jul 2007 19:57:40 -0000	1.7
+++ rpmdev-rmdevelrpms	7 Jul 2007 08:56:36 -0000	1.8
@@ -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.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- rpmdevtools.spec	7 Jul 2007 08:46:29 -0000	1.33
+++ rpmdevtools.spec	7 Jul 2007 08:56:36 -0000	1.34
@@ -112,6 +112,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> - 6.0-1
 - Remove check-{buildroot,rpaths*}, now included in rpm-build >= 4.4.2.1.




More information about the fedora-extras-commits mailing list