diff options
author | Brent Eagles <brent@zeroc.com> | 2005-02-17 14:15:09 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-02-17 14:15:09 +0000 |
commit | 7ae4ed47f47e21b12222ac695ab5ae2381af26b0 (patch) | |
tree | a37dcdad8b61159077ec544fe5862ac47707b4fc /cpp/newmakebindist.py | |
parent | adding support for creating noarch packages (diff) | |
download | ice-7ae4ed47f47e21b12222ac695ab5ae2381af26b0.tar.bz2 ice-7ae4ed47f47e21b12222ac695ab5ae2381af26b0.tar.xz ice-7ae4ed47f47e21b12222ac695ab5ae2381af26b0.zip |
adding a TODO comment
Diffstat (limited to 'cpp/newmakebindist.py')
-rwxr-xr-x | cpp/newmakebindist.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/newmakebindist.py b/cpp/newmakebindist.py index 6038ec03e6e..dc15cd76114 100755 --- a/cpp/newmakebindist.py +++ b/cpp/newmakebindist.py @@ -28,6 +28,7 @@ verbose = False # # Represents the 'main' package of an RPM spec file. +# TODO: The package should really write the RPM header has well. # class Package: """Encapsulates RPM spec file information to be used to generate a spec file on Linux |