[virt-tools-list] [PATCH 0/3] gtk3.2 branch updates

Gene Czarcinski gene at czarc.net
Wed Apr 3 18:12:31 UTC 2013


Although these patches are not related/dependant on each other,
they are all agaist the gtk3.2 branch.

1. Simply delete autobuild.sh

2. Change the meaning and specification of the virt-manager version id.
This patch defines an external-version-id used for the sdist tarball and
the rpm.  It also defines an internal-version-id which is used for
./virt-manager --version, "about", etc. and provides for extra
granularity to the version id from information in git-describe--tags.

3. Add a MANIFEST.in file to control what is inclucded and what is
*not* included in the sdist tarball.  "Extra junk" laying about the
virt-manager git repository directory will no longer be scooped up
in the tarball.

These three updates scratches some itches for me and, hopefully,
you will find them appropriate also.

Gene Czarcinski (3):
  delete autobuild.sh
  virt-manager version changes
  control contents of sdist tarball

 .gitignore           |   4 +
 MANIFEST.in          |  27 +++
 autobuild.sh         |  35 ---
 setup.py             |  21 +-
 virt-manager         |   6 +-
 virt-manager-tui     |   2 +-
 virt-manager.spec    | 603 ---------------------------------------------------
 virt-manager.spec.in | 603 +++++++++++++++++++++++++++++++++++++++++++++++++++
 virtcli/cliconfig.py |  71 +++++-
 virtinst/cli.py      |   2 +-
 10 files changed, 727 insertions(+), 647 deletions(-)
 create mode 100644 MANIFEST.in
 delete mode 100755 autobuild.sh
 delete mode 100644 virt-manager.spec
 create mode 100644 virt-manager.spec.in

-- 
1.8.1.4




More information about the virt-tools-list mailing list