1. 24 6月, 2016 1 次提交
  2. 05 5月, 2016 4 次提交
    • C
      Prep for release 1.2.18.3 · 99f80c55
      Cole Robinson 提交于
      99f80c55
    • A
      spec: Use proper indentation · 7b2ebecb
      Andrea Bolognani 提交于
      Commit 1d440008 added some code that was not indented properly
      and broke syntax-check. Fix it.
      
      (cherry picked from commit a528ae7f)
      7b2ebecb
    • C
      spec: If installing default network, restart libvirtd · 4df52fea
      Cole Robinson 提交于
      If libvirt-daemon-config-network is installed while libvirtd is already
      running, the daemon doesn't notice the network. Users then have to
      manually restart libvirtd (or reboot) to pick up the network.
      
      Instead let's trigger a daemon restart when the package is first installed.
      Then the default network is available immediately if libvirtd was already
      running.
      
      https://bugzilla.redhat.com/show_bug.cgi?id=867546
      (cherry picked from commit 1d440008)
      4df52fea
    • D
      libvirt.spec: remove duplicate files from -docs package · 99edd11a
      Daniel P. Berrange 提交于
      Previous commit moved some lists out of the -devel package
      and into the -docs package
      
        commit feffcc03
        Author: Cole Robinson <crobinso@redhat.com>
        Date:   Wed Apr 13 10:37:42 2016 -0400
      
          spec: Only pull in API docs with -devel package
      
      What was not realized is that the rule 'libvirt-docs/*'
      and ' docs/*.html docs/html docs/*.gif' actually point
      to the exact same content. ie, we had previously included
      the website HTML in *both* the -docs and -devel packages.
      
      So this change ended up listing the files twice, which
      caused RPM to print a load of warnings:
      
      warning: File listed twice: /usr/share/doc/libvirt-docs/html
      warning: File listed twice: /usr/share/doc/libvirt-docs/html/32favicon.png
      warning: File listed twice: /usr/share/doc/libvirt-docs/html/404.html
      warning: File listed twice: /usr/share/doc/libvirt-docs/html/acl.html
      warning: File listed twice: /usr/share/doc/libvirt-docs/html/aclpolkit.html
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      (cherry picked from commit d6c25c34)
      99edd11a
  3. 20 4月, 2016 1 次提交
  4. 24 12月, 2015 3 次提交
    • C
      Prep for release 1.2.18.2 · 1ab886e4
      Cole Robinson 提交于
      1ab886e4
    • D
      Fix a trailing space in spec file · 9528a724
      Daniel Veillard 提交于
      (cherry picked from commit bd311d3a)
      9528a724
    • C
      spec: Delete .git after applying patches · 26295a0e
      Cole Robinson 提交于
      I'm hitting this little annoyance in fedora's package repo:
      
      $ fedpkg prep
      Downloading libvirt-1.2.20.tar.gz
      ...
      + /usr/bin/gzip -dc /home/crobinso/src/fedora/libvirt/libvirt-1.2.20.tar.gz
      $ git clean -xdf
      Removing libvirt-1.2.20.tar.gz
      Skipping repository libvirt-1.2.20/
      
      We git-ify the libvirt directory as part of applying patches in the spec
      file, but 'git clean' will ignore subfolders that appear to be standalone
      git repos.
      
      Let's just delete the .git directory after we're done with it.
      
      (cherry picked from commit 62ff210e)
      26295a0e
  5. 07 10月, 2015 1 次提交
    • C
      spec: Fix some warnings with latest rpmbuild · 404e42d3
      Cole Robinson 提交于
      $ rpmbuild -ba libvirt.spec
      warning: Macro expanded in comment on line 5: # If neither fedora nor rhel was defined, try to guess them from %{dist}
      
      warning: Macro %enable_autotools defined but not used within scope
      warning: Macro %client_only defined but not used within scope
      ...
      
      (cherry picked from commit dae1250b)
      404e42d3
  6. 22 9月, 2015 1 次提交
  7. 03 8月, 2015 1 次提交
  8. 22 7月, 2015 1 次提交
    • C
      spec: Fix polkit dep on F23 · 6600f4f3
      Cole Robinson 提交于
      As of fedora polkit-0.113-2, polkit-devel only pulls in polkit-libs, not
      full polkit, but we need the latter for pkcheck otherwise our configure
      test fails.
      6600f4f3
  9. 02 7月, 2015 1 次提交
  10. 28 6月, 2015 2 次提交
  11. 17 6月, 2015 2 次提交
  12. 16 6月, 2015 2 次提交
    • M
      Add XML files with admin API specification · 878bf2a3
      Martin Kletzander 提交于
      No online docs are build from it since it doesn't really fit into our
      document structure and new page will need to be created for it, but this
      is at least a heads-up commit for easier parsing in order to build some
      documentation (or python bindings) later on.
      Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      878bf2a3
    • M
      Add libvirt-admin library · 55e0c840
      Martin Kletzander 提交于
      Initial scratch of the admin library.  It has its own virAdmConnectPtr
      that inherits from virAbstractConnectPtr and thus trivially supports
      error reporting.
      
      There's pkg-config file added and spec-file adjusted as well.
      
      Since the library should be "minimalistic" and not depend on any other
      library, the list of files is especially crafted for it.  Most of them
      could've been put to it's own sub-libraries that would be LIBADD'd to
      libvirt_util, libvirt_net_rpc and libvirt_setuid_rpc_client to minimize
      the number of object files being built, but that's a refactoring that
      isn't the orginal aim of this commit.
      Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      55e0c840
  13. 02 6月, 2015 1 次提交
    • J
      spec: fixes for recently introduced libxl conf files · df37c26e
      Jim Fehlig 提交于
      Commit 198cc1d3 introduced libxl-lockd and libxl-sanlock config
      files but forgot to add them to the spec file.  Follow-up commit
      62b18d98 added the files to daemon-driver-libxl, but missed adding
      them to the daemon package when configuring libvirt
      --without-driver-modules.  In addition, commit 62b18d98 added
      libxl-sanlock to daemon-driver-libxl, but it should be included
      in lock-sanlock when libvirt is configured --with-sanlock.
      df37c26e
  14. 01 6月, 2015 1 次提交
  15. 05 5月, 2015 2 次提交
    • J
      libxl: add logrotate config file · 77664cb4
      Jim Fehlig 提交于
      Add logrotate config for log files in /var/log/libvirt/libxl.
      77664cb4
    • C
      polkit: Allow password-less access for 'libvirt' group · e94979e9
      Cole Robinson 提交于
      Many users, who admin their own machines, want to be able to access
      system libvirtd via tools like virt-manager without having to enter
      a root password. Just google 'virt-manager without password' and
      you'll find many hits. I've read at least 5 blog posts over the years
      describing slightly different ways of achieving this goal.
      
      Let's finally add official support for this.
      
      Install a polkit-1 rules file granting password-less auth for any user
      in the new 'libvirt' group. Create the group on RPM install
      
      https://bugzilla.redhat.com/show_bug.cgi?id=957300
      e94979e9
  16. 04 5月, 2015 1 次提交
  17. 30 4月, 2015 1 次提交
  18. 24 4月, 2015 2 次提交
  19. 23 4月, 2015 2 次提交
  20. 22 4月, 2015 1 次提交
  21. 16 4月, 2015 1 次提交
  22. 02 4月, 2015 1 次提交
  23. 05 3月, 2015 1 次提交
  24. 02 3月, 2015 1 次提交
  25. 29 1月, 2015 1 次提交
  26. 27 1月, 2015 1 次提交
  27. 16 12月, 2014 2 次提交
  28. 13 12月, 2014 1 次提交