Accepting request 204261 from Virtualization

after being unable to submit a specific revision to Factory, revert to the desired revision 242 before submitting to Factory. (forwarded request 204260 from olh)

OBS-URL: https://build.opensuse.org/request/show/204261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libguestfs?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal 2013-10-22 12:52:33 +00:00 committed by Git OBS Bridge
commit dfaf30ae92
4 changed files with 43 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f538cd2fbead971fe82044d013303aee285a518fbe20183a9f85ca9132183fbd
size 4159296

3
libguestfs-1.22.7.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:456e2aad406914fbfa5122f119d6b448c2fb581002e4b93813ef4819bc587437
size 4167580

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Fri Oct 18 10:26:12 CEST 2013 - ohering@suse.de
- Update to version 1.22.7
* fish: CVE-2013-4419: Fix insecure temporary directory handling for remote guestfish (bnc#845720).
* sysprep: firstboot: Don't set `Created_files flag unless files are created.
* firstboot: Add some debugging to the control script.
* firstboot: Fix test for installing sysvinit scripts.
* firstboot: Install both systemd and SysV init scripts.
* firstboot: Start service after network only.
* firstboot: Fix firstboot scripts so they work on Ubuntu.
* edit: Add virt-edit --edit as an alias for virt-edit -e.
* btrfs: Fix improper memmove usage in do_btrfs_subvolume_list (RHBZ#1018149).
* daemon: xattr: Fix scope of cleanup buf to avoid memory leaks.
* daemon: parted: Fix memory leak of list of strings.
* daemon: Fix scope of cleanup functions to avoid memory leaks.
* df: parallel: Add a debug message when work function returns an error.
* daemon: 'exists' API should not follow broken symlinks.
* sysprep: Don't remove /var/cache/apt/archives/partial directory.
* firstboot: Invoke firstboot.sh script with 'start' parameter.
* daemon: Don't set LD_PRELOAD for guestfsd children.
* daemon: Fix xfs_info parser because of new format.
* sysprep: Fix option quoting in manual page.
* virt-df: parallel: Send debugging messages to stderr.
* inspection: Don't print a warning if \Windows\explorer.exe does not exist.
* launch: direct: Set QEMU_AUDIO_DRV=none to stop qemu opening audio devices.
* virt-df: parallel: Compile debugging messages in always.
* daemon: augeas: Don't test if AUG_NO_ERR_CLOSE is defined.
* daemon: augeas: Enhance error reporting for aug_init failures.
* drives: Don't need to call free_drive_servers since preceding code checks servers == NULL.
* sparsify: Fix signal handling.
* daemon: tar: Use a temporary file to pass excludes to tar command (RHBZ#1001875).
* format: Set MBR partition type byte appropriately (RHBZ#1000428).
-------------------------------------------------------------------
Mon Oct 14 19:32:05 CEST 2013 - ohering@suse.de
- Keep setup-dm.sh, required to copy dm rules (bnc#837595)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 23 15:35:28 CEST 2013 - ohering@suse.de Mon Sep 23 15:35:28 CEST 2013 - ohering@suse.de

View File

@ -17,7 +17,7 @@
# #
Version: 1.22.6 Version: 1.22.7
Release: 0 Release: 0
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
@ -588,7 +588,6 @@ head -n 1234 ext_cmds.txt missing_cmds.txt
rm -rf mkinitrd rm -rf mkinitrd
cp -av /lib/mkinitrd . cp -av /lib/mkinitrd .
for bad in \ for bad in \
setup-dm.sh \
setup-storage.sh \ setup-storage.sh \
boot-storage.sh \ boot-storage.sh \
; ;