summaryrefslogtreecommitdiff
path: root/virt-manager.spec.in
Commit message (Collapse)AuthorAgeFilesLines
* spec: Remove obsolete icon/desktop cache commandsCole Robinson2018-02-061-19/+0
| | | | Handled in Fedora for a while now
* spec: Update for python3Cole Robinson2018-02-061-15/+10
| | | | Signed-off-by: Cole Robinson <crobinso@redhat.com>
* Replace ipaddr module with ipaddressRadostin Stoyanov2018-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The `ipaddress` is available in Python 3.3+ [1] and backport for Python 2 is available on PyPI [2]. The main differences between ipaddr and ipaddress are: - ipaddress *Network classes are equivalent to the ipaddr *Network class counterparts with the strict flag set to True. - ipaddress *Interface classes are equivalent to the ipaddr *Network class counterparts with the strict flag set to False. - The factory functions in ipaddress were renamed to disambiguate them from classes. - A few attributes were renamed to disambiguate their purpose as well. (eg. network -> network_address, numhosts -> num_addresses) - A number of methods and functions which returned containers in ipaddr now return iterators. This includes subnets, address_exclude, summarize_address_range and collapse_address_list. Another major difference is that in Python 2 the `ipaddress` module must use unicode. [3] [1] https://www.python.org/dev/peps/pep-3144/ [2] https://pypi.python.org/pypi/ipaddress [3] https://github.com/phihag/ipaddress
* spec: Add dep on genisoimage, for isoinfoCole Robinson2018-01-061-0/+2
|
* spec: Remove duplicate libxml2 depCole Robinson2017-03-061-1/+0
|
* NEWS: convert to Markdown format.Mario Trangoni2017-02-161-1/+1
|
* spec: README->README.mdCole Robinson2017-02-051-1/+1
| | | | And fix the MANIFEST as well
* spec: Add virt-install libvirt-client dep (bz 1416752)Cole Robinson2017-02-051-0/+2
| | | | | | | Since we unconditionally attempt to call 'virsh console' for certain configs. https://bugzilla.redhat.com/show_bug.cgi?id=1416752
* spec: Add dep on python2-develCole Robinson2016-06-181-1/+2
| | | | This is needed to pull in the __python2 RPM macro
* Use #!/usr/bin/env for python scriptsCole Robinson2016-06-171-0/+8
| | | | | | | | | This is recommended for upstream, but not for downstream, like Fedora. So change /usr/bin/env to /usr/bin/python2 at RPM install time to match the ideal Fedora config. https://fedoraproject.org/wiki/Features/SystemPythonExecutablesUseSystemPython https://bugzilla.redhat.com/show_bug.cgi?id=1303282
* spec: Move BuildArch before SourceCole Robinson2016-05-201-1/+1
| | | | My patch scripts like it better that way
* spec: Replace %define with %globalCole Robinson2015-12-291-18/+18
|
* spec: Depend on latest vte package vte291Cole Robinson2015-12-241-1/+6
| | | | | | | The vte291 package is actually the latest vte with API version 2.91, while the vte3 package is effectively a compat package with API version 2.90. virt-manager works fine with either, so pull the latest bits so there's no ambiguity.
* setup: Make gsettings always work regardless of install dir (bz #1267377)Cole Robinson2015-11-021-1/+3
| | | | | | | | | | | Most of this is lifted from 'meld'. The bits are - compile gsettings schemas at setup.py install time - add options to disable that, and use them in the RPM - always pass GSETTINGS_SCHEMA_DIR so gsettings loading always works regardless of the install dir https://bugzilla.redhat.com/show_bug.cgi?id=1267377
* Copy urlgrabber progress bar code into virt-manager.gitCole Robinson2015-09-181-1/+0
| | | | | | | | | | | | This is so we can drop the dep on system python-urlgrabber, which will block us from going to python3. All we need is like 300 lines from python-urlgrabber for the progress bar. In reality our needs are much lower, we don't need the fancy progress bar that urlgrabber provides, but it's nice to have. So if keeping a copy of this code causes issues in the future, we can probably come up with something simpler (or hopefully there's a more common python progressbar impl that we can use at that point).
* urlfetcher: Switch to requests and urllib2 instead of urlgrabberCole Robinson2015-09-181-0/+1
| | | | | | | | urlgrabber is largely dead upstream and isn't going to be ported to python3 AFAIK. So we will need to move off of it eventually. Use requests for http handling which is the most common library nowadays, and just plain old urllib2 for ftp fetching.
* Update documentation to point to github, other minor tweaksCole Robinson2015-09-031-1/+1
|
* spec: Add LXC to default connection list (bz 1235972)Cole Robinson2015-08-091-1/+1
|
* spec: we don't need to depend on qemu-kvmPavel Hrdina2015-06-211-1/+0
| | | | | | | | | | | Similarly as in commit 95cda553, just remove the dependency on qemu-kvm package for RHEL builds. We don't need it, becase libvirt-daemon-kvm will handle this dependency correctly for us even in case that only qemu-kvm-rhev is present. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1046651 Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
* spec: Don't use hardcode lookup of qemu-system-x86Cole Robinson2015-05-021-1/+1
| | | | libvirt-daemon-kvm pulls in the correct emulator dep per architecture
* spec: Don't install GConf conversion scriptCole Robinson2015-04-111-3/+6
| | | | | | | We have shipped several releases of RPMs that use gsettings. People have already rebuilt their settings by hand. Installing the conversion script could overwrite their latest bits with old gconf bits (this happened to me).
* configure: Add --default-hvs, kill --with-bhyveCole Robinson2015-04-061-1/+7
| | | | | | Takes a comma separated list of HVs, and only shows those as options in the 'Open Connection' wizard. This option can be used to hide the bhyve option as well, so drop --with-bhyve
* virtcli: Drop custom version handlingCole Robinson2015-04-061-1/+0
| | | | | | No one uses it, and it can be handled easy enough with a wrapper script or similar. Message-Id: <1b33f161591b86407f78fb307aa4f89f6eee9e4e.1428346382.git.crobinso@redhat.com>
* spec: Only pull in gnome-icon-theme on RHEL7 (bz 1207061)Cole Robinson2015-03-301-0/+3
| | | | | | It's the wrong dep on F21+, and it's redundant there anyways. So just restrict this to RHEL7 where the bug was reported, come RHEL8 time it likely won't be relevant.
* spec: Add pygobject3-base dep for virt-install (bz 1195794)Cole Robinson2015-02-241-0/+2
|
* Remove test-autobuild supportCole Robinson2015-02-221-8/+1
| | | | | | I don't think anything is actually using it these days, and upstream autobuild development seems dead. If someone is still using it, we can revert this commit.
* spec: Add BuildRequires: python for f22/rawhideCole Robinson2015-02-221-0/+1
|
* spec: move dependency to libosinfo from virt-manager to commonGiuseppe Scrivano2014-11-041-1/+1
| | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1159370
* spec: add a dependency on "gnome-icon-theme"Giuseppe Scrivano2014-10-061-0/+1
| | | | | | | | | | | | virt-manager uses some icons included in the gnome-icon-theme package. Make it explicit and add a dependency. Desktop folks agree that this is the place where to add this dependency as adding it to gtk is too problematic. Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1146612 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* spec: Install the gconf .convert fileCole Robinson2014-09-301-0/+1
|
* spec: Remove changelogCole Robinson2014-09-101-350/+0
| | | | It just duplicates the NEWS file, not really that interesting
* Prep for release 1.1.0v1.1.0Cole Robinson2014-09-071-0/+20
|
* Remove virt-image, as scheduledCole Robinson2014-09-061-5/+0
| | | | | As promised with the last release, remove virt-image. In 6 months I didn't hear a peep from any actual users that cared.
* virt-manager: add dependency to libosinfoGiuseppe Scrivano2014-03-241-0/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Prep for release 1.0.1v1.0.1Cole Robinson2014-03-221-0/+9
|
* spec: Drop needless version/release macrosCole Robinson2014-03-071-6/+2
|
* Prep for release 1.0.0v1.0.0Cole Robinson2014-02-141-0/+22
|
* virt-xml: Initial commit, basic set of testsCole Robinson2014-01-251-0/+4
|
* Rename hide_unsupported_rhel_options to stable_defaults and clean-up its usageMartin Kletzander2014-01-211-5/+5
| | | | | | | | | | | | There were multiple problems with the setting and usage of hide_unsupported_rhel_options. Due to the fact that the option has several diferent namings throughout the code, this patch is renaming it to stable_defaults, which basically says what the option does and makes it possible to use it without need for more than one negation (where the old code had up to 4 of them in some places), which also helps understanding it. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
* spec: Require dbus-x11 (bz 1039803)Cole Robinson2013-12-141-0/+1
| | | | | | | virt-manager is one of those tools that people will often install when no traditional desktop is present. dbus-x11 is pulled in by desktop environments, but not by gtk3 for (presumably) legitimate reasons. But we need it to do anything worthwhile with dbus.
* Remove gconf dep, Require dconfCole Robinson2013-10-041-1/+1
|
* Fix last remnants of default_graphics=vncCole Robinson2013-10-021-7/+1
|
* Distribute appdata xml (bz 1011120)Cole Robinson2013-09-241-1/+2
| | | | More info: http://people.freedesktop.org/~hughsient/appdata/
* Fix spelling error in function namesCole Robinson2013-08-181-1/+1
|
* Prep for release 0.10.0v0.10.0Cole Robinson2013-06-191-0/+11
|
* One more vnc->spice cleanupMartin Kletzander2013-06-191-1/+5
| | | | | | | | Last commit changing the default was de1695b2, but there was still one place in man page left and the spec file was left dirty. This is hopefully the last vnc->spice patch Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
* spec: Drop libguestfs conditionalCole Robinson2013-06-131-5/+0
| | | | We will likely never explicitly depend on it.
* spec: Make sure libvirt-daemon-config-network is installed (bz 950329)Cole Robinson2013-05-271-1/+1
|
* spec: Unconditionally add default-graphics=spice (bz 965864)Cole Robinson2013-05-271-5/+1
|
* spec: Make sure virt-manager pulls in -common (bz 958730)Cole Robinson2013-05-091-0/+1
|