--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-2482
2014-02-14 06:34:02
--------------------------------------------------------------------------------
Name : yum
Product : Fedora 20
Version : 3.4.3
Release : 137.fc20
URL : http://yum.baseurl.org/
Summary : RPM package installer/updater/manager
Description :
Yum is a utility that can check for and automatically download and
install updated RPM packages. Dependencies are obtained and downloaded
automatically, prompting the user for permission as necessary.
--------------------------------------------------------------------------------
Update Information:
Update to latest HEAD.
- Add yum fs sub-command. filter/refilter/refilter-cleanup/du/status/diff.
- Fix a possible "yum history stats" tb. BZ 1059184.
- Use requirement instead of calling string_to_prco_tuple. BZ 1060308
- ppc64le is its own arch, treat it as such.
- Add yum-cron to run_with_package_names.
- Don't create lockdir directories, as they are magic now. BZ 975864.
- Make 'yum install @group' give an error when trying to install a non-existent group. BZ 1018494
- Test for lvm binary before using. BZ 1047793.
- Split cron-daily and cron-hourly into separate packages. Add cron-security.
- Fix debuginfo-install doLock() traceback. BZ 1062479
- Add 'autoremove' to yum --help output. BZ 1053348
- Minor fixes/cleanups for yum fs diff.
- Fix update-minimal traceback and ignoring updates. BZ 1048584.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Feb 17 2014 Valentina Mukhamedzhanova <vmukhame(a)redhat.com> - 3.4.3-137
- update to latest HEAD
- Fix debuginfo-install doLock() traceback. BZ 1062479
- Add 'autoremove' to yum --help output. BZ 1053348
* Fri Feb 14 2014 James Antill <james at fedoraproject.org> - 3.4.3-136
- update to latest HEAD
- Minor fixes/cleanups for yum fs diff.
- Fix update-minimal traceback and ignoring updates. BZ 1048584.
* Wed Feb 12 2014 James Antill <james at fedoraproject.org> - 3.4.3-135
- update to latest HEAD
- Add yum fs sub-command. filter/refilter/refilter-cleanup/du/status/diff.
- Fix a possible "yum history stats" tb. BZ 1059184.
- Use requirement instead of calling string_to_prco_tuple.
- ppc64le is its own arch treat it as such.
* Wed Jan 29 2014 James Antill <james at fedoraproject.org> - 3.4.3-134
- update to latest HEAD
- Add yum-cron to run_with_package_names.
- Don't create lockdir directories, as they are magic now. BZ 975864.
- Make 'yum install @group' give an error when trying to install a
- non-existent group.
- One more s/ouput/output/ fix
- Cleanup spec for rhel-7 builds.
* Thu Jan 23 2014 James Antill <james at fedoraproject.org> - 3.4.3-133
- update to latest HEAD
- Test for lvm binary before using. BZ 1047793.
- Split cron-daily and cron-hourly into separate packages. Add cron-security.
* Wed Jan 22 2014 Valentina Mukhamedzhanova <vmukhame(a)redhat.com> - 3.4.3-132
- yum-cron: EmailEmitter failure should not be fatal. BZ 1055042
- yum-cron: Add a retry loop around doLock().
- _set_repos_cache_req(): Handle missing cachedir. BZ 1044080
- repo-pkgs: Fix repoid parsing. BZ 1055132.
- Fix bash completion for 'autoremove'
- downloadonly: unlink .tmp files on ctrl-c. BZ 1045806
- repo-pkgs <repoid> info|list shouldn't require root UID.
- doPackageLists(repoid=<repoid>): filter 2nd ipkg lookup. BZ 1056489
* Thu Jan 16 2014 Ville Skyttä <ville.skytta(a)iki.fi> - 3.4.3-131
- Drop INSTALL from docs.
* Wed Jan 15 2014 Zdenek Pavlas <zpavlas(a)redhat.com> - 3.4.3-130
- update to latest HEAD
- fix "yum --help" with translated "Usage: %s\n". BZ 1033416
- completion: Fix file/dir completions for names containing spaces or tabs
- Fixed yum.8 manpage formatting. BZ 1050902
- yum-cron: fail on unsigned packages. BZ 1052440
- yum-cron: enable random_sleep by default.
* Tue Jan 7 2014 Valentina Mukhamedzhanova <vmukhame(a)redhat.com> - 3.4.3-129
- update to latest HEAD
- Skip unavailable repos. BZ 1046076
- docs: yum.conf.5: Fix typo.
- docs: Update --downloadonly section of man page.
- Change emitCheckFailed() to a warning. BZ 1048391
* Thu Dec 19 2013 James Antill <james at fedoraproject.org> - 3.4.3-128
- update to latest HEAD
- Fix for traceback with group info -v.
* Wed Dec 18 2013 James Antill <james at fedoraproject.org> - 3.4.3-127
- update to latest HEAD
- Fix for traceback with installed env. groups with owned groups in info.
- Again, thanks to Adam.
* Wed Dec 18 2013 James Antill <james at fedoraproject.org> - 3.4.3-126
- update to latest HEAD
- Fixes for typo in group remove/install mark messages tests.
- Again, thanks to Adam.
* Tue Dec 17 2013 James Antill <james at fedoraproject.org> - 3.4.3-125
- update to latest HEAD
- Again, lots of groups UI changes/fixes thanks to Adam.
- Add "groups mark blacklist" command to get out of the upgrade problem.
- Tell users how to mark install/remove groups without packages.
- Show install groups as well as upgrading groups in transaction output.
- Fix mark-convert-whitelist, and add mark-convert-blacklist (default).
- Fix typo with simple groups compile of environment with only options.
- Pass the ievgrp to groups for new installed envs., so they belong. BZ 1043231.
- Don't confuse "group info" output by giving data for optional when it's off.
* Tue Dec 17 2013 James Antill <james at fedoraproject.org> - 3.4.3-124
- update to latest HEAD
- Fix group update not trying to install all optional groups of evgrp.
* Mon Dec 16 2013 James Antill <james at fedoraproject.org> - 3.4.3-123
- update to latest HEAD
- Lots of "minor" group changes to hopefully fix a bunch of the bugs. Eg.
- 1043207, 1014202.
* Fri Dec 13 2013 Zdenek Pavlas <zpavlas(a)redhat.com> - 3.4.3-122
- update to latest HEAD
- use the same "Total" formatting as urlgrabber.progress
- fix the depsolve_loop_limit=0 case. BZ 1041395
- yum.bash: skip pkglist completion when len(prefix) < 1. BZ 1040033
- yum-cron: stderr/email: no output if no messages. BZ 1018068
- yum-cron: use YumOutput.listTransaction(). BZ 1040109
* Fri Dec 6 2013 James Antill <james at fedoraproject.org> - 3.4.3-121
- Fix cacheReq manipulation overwrite.
- Only look at enabled repos. for cacheReq cookie comparisons. BZ 1039028.
- Add check-update sub-command to repo-pkgs.
- Add command variation aliases to check-update.
- Fix needTs check with repo-pkgs list/info.
* Fri Dec 6 2013 Zdenek Pavlas <zpavlas(a)redhat.com> - 3.4.3-120
- Revert the use of float timestamps as it triggers repomd != metalink.
* Wed Dec 4 2013 Zdenek Pavlas <zpavlas(a)redhat.com> - 3.4.3-119
- docs only: group_command=objects is the distro default.
- Parse float timestamps as valid, for global timestamp.
- Add check_config_file_age, so we can turn that off for rhsm repos. BZ 103544
- Better doc. comment for re_primary_filename().
* Thu Nov 21 2013 James Antill <james at fedoraproject.org> - 3.4.3-118
- Update to latest HEAD.
- Don't use the provide for distroverpkg if it's the name of the pkg. BZ 1002977.
- Use the provides as-is when we do use it. BZ 1002977.
- Fix the man page formatting for ! explanation in repolist, so it can be read.
- Add deltarpm_metadata_percentage config. so people can configure MD download.
* Tue Nov 19 2013 James Antill <james at fedoraproject.org> - 3.4.3-117
- Update to latest HEAD.
- Fix autocheck_running_kernel config.
* Mon Nov 18 2013 James Antill <james at fedoraproject.org> - 3.4.3-116
- Update to latest HEAD.
- Add installed for groups pkg. lists on transaction output. BZ 1031374.
- Add autocheck_running_kernel config. so people can turn it off.
- Add upgrade_group_objects_upgrade config. so people can turn it off.
- Add distupgrade command as alias for distro-sync, to be compat. with zypper.
* Fri Nov 15 2013 James Antill <james at fedoraproject.org> - 3.4.3-115
- Update to latest HEAD.
- Use makecache systemd timer on f20, maybe use it on f19 too?
- installonlypkgs: remove unneeded provides, add "installonlypkg(kernel)"
- docs: Suggest "--" when using "-<pkg>" to exclude packages. BZ 1026598.
- applydeltarpm: turn fork() failure to MiscError. BZ 1028334.
* Sun Nov 10 2013 James Antill <james at fedoraproject.org> - 3.4.3-114
- Update to latest HEAD.
- Fixup always turning cron/makecache systemd stuff off.
- _readRawRepoFile: return only valid (ini, section_id). BZ 1018795.
- Same-mirror retry on refused connections. Helps BZ 853432.
* Thu Oct 31 2013 James Antill <james at fedoraproject.org> - 3.4.3-113
- Update to latest HEAD.
- Mostly backwards compat. change to how distroverpkg config. works. BZ 1002977.
* Wed Oct 30 2013 James Antill <james at fedoraproject.org> - 3.4.3-112
- Update to latest HEAD.
- Actually run the groups update config. when not in objects mode. BZ 1002439.
- Implement pkg.remote_url for YumLocalPackage. BZ 1016148.
- UpdateNotice.xml(): sanitize pkg['epoch']. BZ 1020540.
- yum-cron: support download/install with update_messages==False. BZ 1018068.
- Fix some bugs in setopt for repo config. entries. BZ 1023595.
- Add loop limit for depsolving. BZ 1017840.
- Add yum-makecache systemd service, force network updates on for better UI.
* Mon Oct 7 2013 James Antill <james at fedoraproject.org> - 3.4.3-111
- Update to latest HEAD.
- More reliable po.localpath file:// URL test. BZ 1004089
- Disable drpms for local repositories. BZ 1007097
- docs: fix formatting of "yum swap" examples. BZ 1009154
- Move disableplugin checks to before we load the conf/module
- Set repo_error.repo attr also when filelists DL fails
- Fix the "repo failed" message
- docs: update "yum check" extra args description. BZ 1014993
- unlink_f(): handle ENOENT, EPERM, EACCES, EROFS. BZ 1015647, BZ 975619
* Fri Sep 6 2013 James Antill <james at fedoraproject.org> - 3.4.3-110
- Update to latest HEAD.
- Add cache check to repolist, using "!". Document repoinfo.
- Add epoch to updateinfo xml output.
- Add missing translation hooks for ignored -c option message.
- Try to smooth out the edge cases for cacheReq not ever updating data.
* Wed Sep 4 2013 James Antill <james at fedoraproject.org> - 3.4.3-109
- Update to latest HEAD.
- update /etc/yum-cron-hourly.conf. BZ 1002623
- Tweak y-c-t and history redo msg. BZ 974576.
- docs: $arch does not map 1:1 to uname(2) arch. BZ 1003554
- checkMD: re-check when xattr matches but size==0. BZ 1002494
* Wed Aug 28 2013 James Antill <james at fedoraproject.org> - 3.4.3-108
- Update to latest HEAD.
- Use new comps. mock objects to re-integrate group removal. BZ 996866.
- Add "weak" comps. groups, for installed groups.
- Add msg. to help users deal with RepoError failures. BZ 867389.
- Give msgs about install/trans. obsoletes a higher priority. BZ 991080.
- waitForLock() raises YumBaseError. BZ 1001154.
* Sun Aug 25 2013 James Antill <james at fedoraproject.org> - 3.4.3-107
- Update to latest HEAD.
- Pass requirement to compare_proviers so we can use provides version compare.
- Show conf. file in yum-cron error message.
- Add mark convert messages.
- Fix logging level regression, -d9 works again.
- Override users umask for groups files, so users can read it. BZ 982361.
- Fix downgrade keeping .reason, note that remove+install doesn't. BZ 961938.
- Inherit reason from install package into txmbr. BZ BZ 961938.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1059184 - [abrt] yum: yumcommands.py:2984:_hcmd_stats:TypeError: 'bool' object has no attribute '__getitem__'
https://bugzilla.redhat.com/show_bug.cgi?id=1059184
[ 2 ] Bug #1060308 - backport - depsolve: Use requirement instead of calling string_to_prco_tuple
https://bugzilla.redhat.com/show_bug.cgi?id=1060308
[ 3 ] Bug #975864 - yum should not create $installroot/var/run
https://bugzilla.redhat.com/show_bug.cgi?id=975864
[ 4 ] Bug #1018494 - yum install @NOSUCHGROUP does not give an error
https://bugzilla.redhat.com/show_bug.cgi?id=1018494
[ 5 ] Bug #1062479 - [abrt] yum-utils: __init__.py:2160:doLock:AssertionError
https://bugzilla.redhat.com/show_bug.cgi?id=1062479
[ 6 ] Bug #1053348 - mention autoremove in yum --help
https://bugzilla.redhat.com/show_bug.cgi?id=1053348
[ 7 ] Bug #1048584 - yum update-minimal --security doesn't work
https://bugzilla.redhat.com/show_bug.cgi?id=1048584
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update yum' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-2346
2014-02-12 14:01:12
--------------------------------------------------------------------------------
Name : sqlite
Product : Fedora 19
Version : 3.8.3
Release : 1.fc19
URL : http://www.sqlite.org/
Summary : Library that implements an embeddable SQL database engine
Description :
SQLite is a C library that implements an SQL database engine. A large
subset of SQL92 is supported. A complete database is stored in a
single disk file. The API is designed for convenience and ease of use.
Applications that link against SQLite can enjoy the power and
flexibility of an SQL database without the administrative hassles of
supporting a separate database server. Version 2 and version 3 binaries
are named to permit each to be installed on a single host
--------------------------------------------------------------------------------
Update Information:
Update to v. 3.8.3
--------------------------------------------------------------------------------
ChangeLog:
* Tue Feb 11 2014 Jan Stanek <jstanek(a)redhat.com> 3.8.3-1
- Update to 3.8.3 (http://www.sqlite.org/releaselog/3_8_3.html)
- Dropped man-page patch - included upstream
* Mon Jan 6 2014 Peter Robinson <pbrobinson(a)fedoraproject.org> 3.8.2-2
- Add aarch64 to all the other arch excludes for tests
* Tue Dec 10 2013 Jan Stanek <jstanek(a)redhat.com> - 3.8.2-1
- Update to 3.8.2 (http://www.sqlite.org/releaselog/3_8_2.html)
* Tue Nov 26 2013 Debarshi Ray <rishi(a)fedoraproject.org> - 3.8.1-2
- Do not use transitive WHERE-clause constraints on LEFT JOINs (#1034714)
* Tue Oct 22 2013 Jan Stanek <jstanek(a)redhat.com> - 3.8.1-1
- Update to 3.8.1 (http://www.sqlite.org/releaselog/3_8_1.html)
* Thu Sep 26 2013 Jan Stanek <jstanek(a)redhat.com> - 3.8.0.2-4
- Removed fullversioned provides and start using full version for rpm version
* Mon Sep 23 2013 Jan Stanek <jstanek(a)redhat.com> - 3.8.0-3
- Added fullversioned Provides to fix broken dependency
* Mon Sep 16 2013 Jan Stanek <jstanek(a)redhat.com> - 3.8.0-2
- Dropped problematic percentile-2.1.50 test
* Thu Sep 5 2013 Jan Stanek <jstanek(a)redhat.com> - 3.8.0-1
- Update to 3.8.0.2 (http://sqlite.org/releaselog/3_8_0_2.html)
* Sun Aug 4 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 3.7.17-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1061147 - sqlite-3.8.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1061147
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update sqlite' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-2294
2014-02-11 22:22:57
--------------------------------------------------------------------------------
Name : double-conversion
Product : Fedora 19
Version : 2.0.1
Release : 1.fc19
URL : http://code.google.com/p/double-conversion
Summary : Library providing binary-decimal and decimal-binary routines for IEEE doubles
Description :
Provides binary-decimal and decimal-binary routines for IEEE doubles.
The library consists of efficient conversion routines that have been
extracted from the V8 JavaScript engine. The code has been re-factored
and improved so that it can be used more easily in other projects.
--------------------------------------------------------------------------------
Update Information:
New upstream version.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update double-conversion' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-2738
2014-02-20 00:08:33
--------------------------------------------------------------------------------
Name : sssd
Product : Fedora 19
Version : 1.11.4
Release : 1.fc19
URL : http://fedorahosted.org/sssd/
Summary : System Security Services Daemon
Description :
Provides a set of daemons to manage access to remote directories and
authentication mechanisms. It provides an NSS and PAM interface toward
the system and a pluggable backend system to connect to multiple different
account sources. It is also the basis to provide client auditing and policy
services for projects like FreeIPA.
The sssd subpackage is a meta-package that contains the deamon as well as all
the existing back ends.
--------------------------------------------------------------------------------
Update Information:
New upstream release 1.11.4
https://fedorahosted.org/sssd/wiki/Releases/Notes-1.11.4
Fixes handling of an OTP response when configured as FreeIPA client.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Feb 17 2014 Jakub Hrozek <jhrozek(a)redhat.com> - 1.11.4-1
- New upstream release 1.11.4
- Remove upstreamed patch
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.11.4
* Wed Oct 30 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.11.3-1
- New upstream release 1.11.3
- Remove upstreamed patches
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.11.3
* Wed Oct 30 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.11.2-1
- New upstream release 1.11.2
- Remove upstreamed patches
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.11.2
* Wed Oct 16 2013 Sumit Bose <sbose(a)redhat.com> - 1.11.1-4
- Fix potential crash with external groups in trusted IPA-AD setup
* Tue Oct 8 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.11.1-3
- Fix failover from Global Catalog to LDAP in case GC is not available
* Fri Oct 4 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.11.1-2
- Remove the ability to create public ccachedir (#1015089)
* Fri Sep 27 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.11.1-1
- New upstream release 1.11.1
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.11.1
* Thu Sep 26 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.11.0-3
- Fix multicast checks in the SSSD
- Resolves: rhbz#1007475 - The multicast check is wrong in the sudo source
code getting the host info
* Wed Aug 28 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.11.0-2
- Backport simplification of ccache management from 1.11.1
- Resolves: rhbz#1010553 - sssd setting KRB5CCNAME=(null) on login
* Wed Aug 28 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.11.0-1
- New upstream release 1.11.0
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.11.0
* Fri Aug 23 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.11.0-0.2.beta2
- Resolves: #967012 - [abrt] sssd-1.9.5-1.fc18: sss_mmap_cache_gr_invalidate_gid:
Process /usr/libexec/sssd/sssd_nss was killed by
signal 11 (SIGSEGV)
- Resolves: #996214 - sssd proxy_child segfault
* Thu Aug 8 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.11.0beta2
- New upstream release 1.11 beta 2
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.11.0beta2
* Wed Jul 31 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.10.1-2
- Resolves: #906427 - Do not use lib64 in specfile for the nss and
pam libraries
* Thu Jul 18 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.10.1-1
- New upstream release 1.10.1
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.10.1
* Mon Jul 8 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.10.0-17
- sssd-tools should require sssd-common, not sssd
* Tue Jul 2 2013 Stephen Gallagher <sgallagh(a)redhat.com> - 1.10.0-16
- Move sssd_pac to the sssd-ipa and sssd-ad subpackages
- Trim out RHEL5-specific macros since we don't build on RHEL 5
- Trim out macros for Fedora older than F18
- Update libldb requirement to 1.1.16
- Trim RPM changelog down to the last year
* Tue Jul 2 2013 Stephen Gallagher <sgallagh(a)redhat.com> - 1.10.0-15
- Move sssd_pac to the sssd-krb5 subpackage
* Mon Jul 1 2013 Stephen Gallagher <sgallagh(a)redhat.com> - 1.10.0-14
- Fix Obsoletes: to account for dist tag
- Convert post and pre scripts to run on the sssd-common subpackage
- Remove old conversion from SYSV
* Thu Jun 27 2013 Jakub Hrozek <jhrozek(a)redhat.com> - 1.10.0-13
- New upstream release 1.10
- https://fedorahosted.org/sssd/wiki/Releases/Notes-1.10.0
* Mon Jun 17 2013 Dan Horák <dan[at]danny.cz> - 1.10.0-12.beta2
- the cmocka toolkit exists only on selected arches
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update sssd' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-2702
2014-02-18 11:52:21
--------------------------------------------------------------------------------
Name : perl-Finance-Quote
Product : Fedora 19
Version : 1.20
Release : 2.fc19
URL : http://finance-quote.sourceforge.net/
Summary : A Perl module that retrieves stock and mutual fund quotes
Description :
This module retrieves stock and mutual fund quotes from various exchanges
using various source.
--------------------------------------------------------------------------------
Update Information:
This updates perl-Finance-Quote to 1.20, the latest upstream release, which includes fixes for a variety of data sources.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Feb 18 2014 Bill Nottingham <notting(a)redhat.com> - 1.20-2
- add missing https requires (#859607)
* Mon Feb 17 2014 Bill Nottingham <notting(a)redhat.com> - 1.20-1
- update to 1.20
* Sun Aug 4 2013 Petr Pisar <ppisar(a)redhat.com> - 1.17-13
- Perl 5.18 rebuild
* Sat Aug 3 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.17-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #820663 - update of Finance::Quote
https://bugzilla.redhat.com/show_bug.cgi?id=820663
[ 2 ] Bug #859607 - Finance Quote TIAA/CREF module broken again
https://bugzilla.redhat.com/show_bug.cgi?id=859607
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-Finance-Quote' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-1577
2014-01-26 11:14:26
--------------------------------------------------------------------------------
Name : lnst
Product : Fedora 20
Version : 2
Release : 1.fc20
URL : http://lnst-project.org
Summary : Common code for lnst-ctl and lnst-slave
Description :
Linux Network Stack Test is a tool useful for developing and performing
automated network tests. LNST focuses on maximum portability of the
so-called recipes (descriptions of test cases and scenarios).
This package contains the code that is common for both LNST controller
and LNST slave.
--------------------------------------------------------------------------------
Update Information:
rebase to release 2.
many of fixes on top of release 1
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 25 2014 Jiri Pirko <jpirko(a)redhat.com> - 2-1
- Updating to stable release 2
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update lnst' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-2951
2014-02-22 16:34:18
--------------------------------------------------------------------------------
Name : golang
Product : Fedora 20
Version : 1.2
Release : 7.fc20
URL : http://golang.org/
Summary : The Go Programming Language
Description :
The Go Programming Language.
--------------------------------------------------------------------------------
Update Information:
Import of upstream xattr support for the archive/tar library and removal of glibc upstream deprecated compiler macros.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Feb 20 2014 Adam Miller <maxamillion(a)fedoraproejct.org> 1.2-7
- Remove _BSD_SOURCE and _SVID_SOURCE, they are deprecated in recent
versions of glibc and aren't needed
* Wed Feb 19 2014 Adam Miller <maxamillion(a)fedoraproject.org> 1.2-6
- pull in upstream archive/tar implementation that supports xattr for
docker 0.8.1
* Tue Feb 18 2014 Vincent Batts <vbatts(a)redhat.com> 1.2-5
- provide 'go', so users can yum install 'go'
* Fri Jan 24 2014 Vincent Batts <vbatts(a)redhat.com> 1.2-4
- skip a flaky test that is sporadically failing on the build server
* Thu Jan 16 2014 Vincent Batts <vbatts(a)redhat.com> 1.2-3
- remove golang-godoc dependency. cyclic dependency on compiling godoc
* Wed Dec 18 2013 Vincent Batts <vbatts(a)redhat.com> - 1.2-2
- removing P224 ECC curve
* Mon Dec 2 2013 Vincent Batts <vbatts(a)fedoraproject.org> - 1.2-1
- Update to upstream 1.2 release
- remove the pax tar patches
* Tue Nov 26 2013 Vincent Batts <vbatts(a)redhat.com> - 1.1.2-8
- fix the rpmspec conditional for rhel and fedora
* Thu Nov 21 2013 Vincent Batts <vbatts(a)redhat.com> - 1.1.2-7
- patch tests for testing on rawhide
- let the same spec work for rhel and fedora
* Wed Nov 20 2013 Vincent Batts <vbatts(a)redhat.com> - 1.1.2-6
- don't symlink /usr/bin out to ../lib..., move the file
- seperate out godoc, to accomodate the go.tools godoc
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update golang' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-2337
2014-02-12 14:00:47
--------------------------------------------------------------------------------
Name : abrt
Product : Fedora 19
Version : 2.1.12
Release : 2.fc19
URL : https://fedorahosted.org/abrt/
Summary : Automatic bug detection and reporting tool
Description :
abrt is a tool to help users to detect defects in applications and
to create a bug report with all information needed by maintainer to fix it.
It uses plugin system to extend its functionality.
--------------------------------------------------------------------------------
Update Information:
ABRT:
- python: install modules to sitearch directory
- upload-watch: remove busy-wait for SIGUSR1
libreport:
- fix loading of localized strings from XML files
- fix loading of default event configuration files
- provide SYSLOG_FACILITY when logging through journal
--------------------------------------------------------------------------------
ChangeLog:
* Mon Feb 10 2014 Jakub Filak <jfilak(a)redhat.com> - 2.1.12-2
- python: install modules to sitearch directory
- upload-watch: remove busy-wait for SIGUSR1
* Thu Jan 30 2014 Jakub Filak <jfilak(a)redhat.com> 2.1.12-1
- don't break the event run by failures of abrt-action-notify
- harvest-vmcore: properly handle inaccessible dir error
- spec: abrt-cli requires a pkg providing workflows
- applet: do not say the report is anonymous when ureport auth is enabled
- abrtd.service: Don't order after syslog.target
- vmcore: properly configure Augeas
- applet: don't notify missing ignored_problems file
- fix a double free error in abrt-applet
- configui: show 'Close' button in the dialog
- configure: remove all -Werror from O0CFLAGS
- fix handling of Machine Check Exceptions.
- Resolves: #1055502
* Wed Jan 8 2014 Jakub Filak <jfilak(a)redhat.com> 2.1.11-1
- Update translations
- harvest_vmcore: replace regexp config parsing with augeas
- introduce D-Bus Configuration Service
- mark koopses with unsupporeted HW as not-reportable
- bodhi: use the right exit codes
- abrt-handle-event: don't use already freed memory
- introduce abrt-auto-reporting utility
- abrt-action-notify: fix couple of flaws
- Use satyr to compute koops duphash
- koops: tweak koops parser for s390 Call Traces
- configui: do not use deprecated gtk3 API
* Wed Dec 11 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.10-1
- abrt-cli: display URL to reports in the details
- abrt-cli list: list all problems by default
- Do not copy Makefiles to documentation.
- harvest_vmcore: Fix absolute path handling
- Speed up journalctl --system support detection
- spec: add abrt's augeas module
- add augeas module for abrt configuration files
- spec: rename CCpp.conf
- rename CCpp.conf man to abrt-CCpp.conf
- spec: move vmcore addon's configuration to a new dir
- vmcore: reorganize configuration
- make: install abrt-harvest-vmcore into share conf.d
- spec: install abrt-harvest-vmcore.conf to share conf.d
- switch to libreport workflows in all report-cli events
- abrtd: use warning level for "Recreating deleted ..." message
- abrt-python: add missing arguments to Crash handler
- spec: adapt recent changes related to abrt-action-notify
- move the notify event from dbus_event.conf to abrt_event.conf
- run the autoreporting event from abrt-action-notify
- spec: install conf to /usr/share/abrt/conf.d
- Load conf from /usr/share/abrt/conf.d and /etc/abrt
- abrt-action-install-debuginfo: fix --exact handling. Fixes rhbz1027786
- Use bugzilla_formatdup.conf for detected duplicates in python too. Fixes rhbz#875312.
- applet: properly handle incomplete problems
- DBus Problems API: update documentation
- spec: add abrt-action-notify
- factor out the D-Bus notifications into a python script
- adapt post_create event to the recent changes in reporter-ureport
- spec: add Requires: systemd-python for python addon
- shorten CCpp reason message
- abrt-dump-oops: if backtrace is not seen, file an one-line oops. Fixes rhbz#812537
- Update translations
- Add several manpages
- Resolves: #998066
* Sat Oct 26 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.9-1
- pyhook: add logging workaround for rhbz#1023041
- spec: add systemd-python to BuildRequires
- start abrt-handle-event in non-interactive mode
- Log to journal instead of syslog
- Create manpage for xorg.conf
- Configuration UI: instantly apply changes
- applet: reload user configuration before accessing its values
- switch logging from syslog to systemd in f20 - rhbz#1010648
- make notification messages more clear
- Use log_ family instead of VERBn log calls
- spec: unversioned doc directories in newer fedoras
- don't consider crashes posted to ABRT server as reported
- check return values of fcntl() and setsid()
- remove a dead code uncovered by coverity
- spec: fix file access rights for type and core_bactrace
- spec: move examples to abrt-python-doc package
- install problem examples to python dir
- spec: added the versioned abrt-libs requires to silence rpmdiff
- a-dump-oops: Add new WARNING pattern
- a-a-save-kernel-data: support more kernel flavours
- a-h-event: always compare results of realpath()
- Resolves: #1001139
* Fri Oct 4 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.8-1
- Disassemble only instruction rage memory if backtrace is too big
- Include floating-point registers in the backtrace
- spec: make addon-ccpp dependent on libreport-python
- polkit: replace deprecated functions with their subtitues
- retrace-client: query CCpp exploitable information from Retrace server; closes #703
- GUI config: add support for Private ticket option
- a-a-ureport: handle os errors gracefully rhbz#998428 rhbz#998197
- add prefix from configure to the path of debuginfo installer - closes #701
- spec: added deps on abrt-python - closes rhbz#1008182
- spec: remove abrt-dedup-client; closes #702
- remove abrt-dedup-client; related to #702
- abrt-*-client: simplify formatting of locale-related headers
- Resolves: #998197, #1008125
* Wed Sep 11 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.7-1
- fix debuginfo installer expecting user input from a pipe - closes #696
- add environment variable whitelist to debuginfo install wrapper - closes #692
- add repo_pattern argument as a custom repository filter - closes #688
- abrt-cli list: replace "@" prefix by "id " prefix
- fix a crash in 'abrt-cli info' when short id isn't found
- Use common string-to-sha1_hash functions. #694
- doc: update OpenGPGCheck in a-a-save-package-data rhbz#997922
- abrt-cli report: accept sha1 hashes of directory names. #693
- abrt-dump-oops: emit a message if throttling for a significant period of time
- abrt-gdb-exploitable: print current instruction
- spec: posttrans scriptlet regenerating core_backtraces
- abrt-handle-event: add check for missing crash thread
- provide tmpfiles.d configuration
- abrt-cli list: use sha1 hash as short ids instead of @N thing. rhbz#906733
- vmcore: fail gracefully if dump_dir is not accessible
- spec: vmcore: require kexec-tools
- vmcore: use re.MULTILINE instead of numerical value
- vmcore: don't fail if /etc/kdump.conf is not readable
- abrt-cli info: add "-s SIZE" option. closes #689
- fix noninteractive mode in debuginfo installer - rhbz#737066
- fixed the gpg keys loading - closes #686
- Fix type of OPT_BOOL's referenced flag variable - it must be int, not bool!
- adds a kdump.conf parser to get the correct dump dir location, closes #640
- xorg_event.conf: use abrt-action-list-dsos to create dso_list
- abrt-action-list-dsos: extend it to be able to parse Xorg backtrace.
- don't require debuginfo for vmcore analysis rhbz#768389
- specfile: make addon-pstoreoops obsolete addon-uefioops
- abrt-dump-oops: add -t option which slows down problem creation. rhbz#902398.
- rename uefioops to pstoreoops rhbz#949721
- spec: create type element for problem dirs where it doesn't exist - rhbz#958968
- introduce abrt-upload-watch
- fix ccpp hook to create the type element - closes #682
- specfile: use systemd-rpm macros. rhbz#850019
- abrt-harvest-vmcore: notify new path - #657
- abrt-dump-oops: remove redundant g_list_length() call, make messages clearer
- updated translation - rhbz#860555
- updated transifex url
- GUI config: add Close/Defaults button
- GUI config: hide option descriptions in tool tips
- GUI config: add Silent shortened reporting support
- applet: silent shortened reporting
- applet: less misleading label for Ignore button
- abrt-handle-upload: switch from shell to python; send socket notification. #657
- spec: add build requires for XSMP depencies
- applet: update seen list when X Session dies
- improved the error messages in abrt-server - closes #679
- fix typo in abrt-config-widget.ui
- spec: add new packages abrt-gui-libs and abrt-gui-devel
- delete desktop file for system-config-abrt
- expose abrt configuration GUI in public API
- rewrite abrt-harvest-uefioops to python - closes #678
- spec: abrt-python is no longer noarch - related #677
- created python binding for notify_new_path - closes #677
- spec: install applet's desktop file to system dir
- applet: configure notification source
- rewrite shell script for moving vmcores into python closes #676
- abrtd: ensure that the dump location directory exists
- a-a-ureport: generate core_backtrace only for CCpp problems
- do not store potentially big data in /tmp
- abrt-dbus: send new problem notify signal to socket
- abrtd: remove "post-create" machinery. Related to #657
- Avoid leaving stale rpmdb locks behind (rhbz#918184)
- abrtd: improve parsing of pidfile in create_pidfile()
- abrt-dump-{oops,xorg}: send new problem notify signal to socket
- abrtd: disable inotify watch on DUMP_LOC
- abrt-hook-ccpp: send "POST /creation_notification" after creating problem dir
- Stop dying in check_free_space(); rename it to low_free_space()
- abrt-server: make create_problem_dir() run "post-create"
- abrt-handle-event: create DUMP_LOC/post-create.lock when running "post-create"
- abrt-server: add support for "POST /creation_notification"
- abrt-handle-event: free more of allocated data
- Resolves: #880694, #895745, #906733, #949721, #953927, #960549, #961520, #967644, #990208, #993591, #993592
* Tue Aug 6 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.6-3
- try to generate core_backtrace only for CCpp problems
- Resolves: #993630
* Mon Jul 29 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.6-2
- disable gcc unused-typedef warning for GLib
- use right dependencies for RHEL
* Fri Jul 26 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.6-1
- replace functions deprecated in Gtk-3.10 with their substitutes
- integrate with satyr, drop btparser
- use absolute path in python shebang rhzb#987010
- abrt-action-save-package-data: properly close rpm database. Closes #674.
- abrt-action-save-package-data: fix handling of ProcessUnpackaged on scripts
- abrt-action-save-package-data manpage: typo fix
- change /var/spool/abrt/ to /var/tmp/abrt in doc rhbz#912750
- Fix RPMdiff warnings about abrtd and abrt-action-install-debuginfo-to-abrt-cache
- specfile: add dependency on abrt-libs to abrt-addon-uefioops
- stop using the hardcoded event list, use workflows instead rhbz#866027
- retrace-client: build correct release for Fedora Rawhide
- spec: drop unnecessary Obsoletes and Provides
- correct FSF address in python exception hook
- add missing manual pages for binaries and scripts
- fix rpmlint issues in the spec file
- move event option XML files to /usr/share/libreport/
- abrt-hook-ccpp: always fall back to creating user core.
- dbus: add GetForeignProblems method
- the system tray icon opens recently detected problem
- add gdb python plugin which analyzes coredump for vulnerability
- applet: stop saving configuration at exit
- introduce system-config-abrt
- abrt-cli status: make the output more natural
- Fix wrong path in shell include
- abrt-dump-xorg: save "type=xorg" along with "analyzer=xorg"
- Update python hook to use fixed socket interface
- abrt-server: updates/fixes for future rasdaemon needs
- Resolves: #988165
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update abrt' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-2337
2014-02-12 14:00:47
--------------------------------------------------------------------------------
Name : libreport
Product : Fedora 19
Version : 2.1.12
Release : 2.fc19
URL : https://fedorahosted.org/abrt/
Summary : Generic library for reporting various problems
Description :
Libraries providing API for reporting different problems in applications
to different bug targets like Bugzilla, ftp, trac, etc...
--------------------------------------------------------------------------------
Update Information:
ABRT:
- python: install modules to sitearch directory
- upload-watch: remove busy-wait for SIGUSR1
libreport:
- fix loading of localized strings from XML files
- fix loading of default event configuration files
- provide SYSLOG_FACILITY when logging through journal
--------------------------------------------------------------------------------
ChangeLog:
* Mon Feb 10 2014 Jakub Filak <jfilak(a)redhat.com> 2.1.12-2
- fix loading of localized strings from XML files
- fix loading of default event configuration files
- provide SYSLOG_FACILITY when logging through journal
* Thu Jan 30 2014 Jakub Filak <jfilak(a)redhat.com> 2.1.12-1
- fix loading of the user list of ignored words
- report-cli: use the Client API for communication to user
- add more forbidden words
- a better message for invalid data in backtrace_rating
- ureport: add support for client-side authentication
- Export plugin config dir in pkg-config
- add Java reporting workflows
- define DBus config interfaces for all plugins
- add a workflow for libreport type problems
- Don't use deprecated GTK3 API
* Wed Jan 8 2014 Jakub Filak <jfilak(a)redhat.com> 2.1.11-1
- Update translations
- add type agnostic functions for map_string_t
- %description spelling fix.
- update titles of RHTS workflows
- add Anaconda Bugzilla reporting workflows for RHEL
- add Bugzilla reporting workflows for RHEL
* Wed Dec 11 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.10-1
- bugzilla: no extra email notification on URL addition
- Make make_description() output less confusing
- Ensure 'long long unsigned' in printf format args
- make_description: add an option for URLs from reported_to
- add accountsservice into ignored words
- Put back VERBn prefixes for few logging calls
- debuginfo: fix clean_up function call
- augeas: trim spaces arround '='
- spec: add augeas-devel to build requires
- load/save configuration via augeas
- create augeas lens for libreport
- Fix typo in a string
- spec: install ureport conf file and man page
- Update reporter-ureport manual pages
- ureport: add the configuration file
- anaconda: use workflow in the report-cli event
- report-cli: add support for workflows
- wizard: do not show 'show log' expander if log is empty
- ureport: print the error response body only in verbose mode
- Load a config file from several directories
- Export EXIT_STOP_EVENT_RUN in python modules
- reporter-bugzilla: if adding to existing BZ, clearly flag comment as a dup.
- Fix a small mistake in "Use log_ family instead of VERBn log calls" commit
- ureport: implement attaching of contact email
- Do not load "always editable" files if they are HUGE. Fixes rhbz1010167.
- shorten default Bugzilla bug summary format
- Update translations
- XML parser: keep region specific translation texts
* Sat Oct 26 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.9-1
- rephrase a message for missing configuration
- ask for missing configuration instead of dying
- Client API: introduce non-iteractive mode
- spec: add systemd-devel to BuildRequires
- Use log_ family instead of VERBn log calls
- Add journald support
- Modify logging to use various logging levels
- Include hostname in mailx notification
- enable reporting to Red Hat Support tool for anaconda bugs
- bugzilla: set URL field
- fix an overflow condition in parse time fn for x32 arch
- add a short explanation of private tickets - related rhbz#1011916
- don't use popup to ask for a private ticket - related rhbz#1011916
* Fri Oct 4 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.8-1
- disable rhel/fedora workflows for anaconda
- added whitelist for sensitive data - rhbz#1009730 rhbz#896246
- ureport: always add BTHASH link to a report
- reprot-gtk: underline tab titles with sensitive information
- introduce FILENAME_EXPLOITABLE; related to abrt/abrt#703
* Wed Sep 11 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.7-1
- Fix problem_item_format() to work properly after 2038 on x32. #691
- Use proper json-c requirement in libreport-web.pc.
- abrt-cli info: even -s 10 should show one-liners. #690
- add checks for existing dumpdir items - closes #164
- Create helper functions for sha1-hashing strings. #694
- can now use custom repo filters for enabling repos, related abrt/abrt#688
- add docstrings, remove global variable - related #171
- fixed exception handling - closes #173
- added checks for locked dump directory to dd_* functions, closes #133
- fixed the symlinks handling in get_file_list abrt/abrt#686
- make the build in the the build directory to not pollute the source tree
- fixed debugInfoDownload so that it can process local repos - closes #48
- Increase text size limit from 1Mb to 8 MB. rhbz#887570.
- print warning when there is not engough free space for debuginfos, closes #170
- autogen.sh: improve dependency parser
- ignore directories without type element - rhbz#958968
- abrt_xmlrpc: increase XML_SIZE_LIMIT to 4 mbytes. rhbz#961520.
- ask user to create a private report if it contains sensitive data - rhbz#960549
- updated translation rhbz#860555
- updated transifex url
- do not leak file rhbz#997871
- in KDE session open URLs in kde-open
- report-gtk: use wrapped text for warning labels
- spec: remove abrt-screencast
- remove obsoleted abrt-screencast
- Fix create_symlink_lockfile() to not emit ENOENT when asked not to.
- do not store potentially big data in /tmp
- New public function create_symlink_lockfile()
- Resolves: #958968, #981271
* Mon Jul 29 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.6-2
- link with gobject libraries
- use RHTSupport in RHEL workflows
* Fri Jul 26 2013 Jakub Filak <jfilak(a)redhat.com> 2.1.6-1
- add related packages version in emergency event
- replace functions deprecated in Gtk-3.10 with their substitutes
- fixed the bugzilla private group names rhbz#985881
- workflows: add Anaconda work flow for RHEL
- add missing manual pages for configuration files, binaries and scripts
- added options to create private bz tickets rhbz#803772
- skip the workflow selection if there is only 1 available closes #167
- added missing workflows for Fedora rhbz#866027
- spec: double up percent signs in chagelog entries
- spec: make anaconda package description more generic
- spec: install RHEL anaconda work flow
- spec: added new workflow files rhbz#866027
- spec: build only workflow subpkg relevant for host's OS
- spec: install all manual pages
- spec: install only documentation files
- spec: drop unnecessary Obsoletes and Provides
- spec: add manual pages to packages
- spec: specify all config files
- spec: replace btparser with satyr
- move non-conf XML files from /etc/libreport/ to /usr/share/libreport/
- Update satyr support, drop btparser compatibility
- fixed typo in config file related #866027
- resize the config window upon collapsing Advanced section
- rhbz: test xmlrpc env for errors in abrt_xmlrpc_call_params()
- rhbz: test rhbz_new_bug() return value for errors
- wizard: show accurate messages
- spec: add dependency on fros rhbz#958979
- use fros instead of hard dependency on recordmydesktop rhbz#958979
- Resolves: #965937, #973167
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update libreport' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-2664
2014-02-18 11:49:48
--------------------------------------------------------------------------------
Name : virt-manager
Product : Fedora 19
Version : 0.10.0
Release : 5.fc19
URL : http://virt-manager.org/
Summary : Virtual Machine Manager
Description :
Virtual Machine Manager provides a graphical tool for administering virtual
machines for KVM, Xen, and QEmu. Start, stop, add or remove virtual devices,
connect to a graphical or serial console, and see resource usage statistics
for existing VMs on local or remote machines. Uses libvirt as the backend
management API.
--------------------------------------------------------------------------------
Update Information:
* Add dep on dconf and dbus-x11 (bz #1039803)
* Fix clone name validation error (bz #1039803)
* Fix scaling=always behavior (bz #994456)
--------------------------------------------------------------------------------
ChangeLog:
* Mon Feb 17 2014 Cole Robinson <crobinso(a)redhat.com> - 0.10.0-5
- Add dep on dconf and dbus-x11 (bz #1039803)
- Fix clone name validation error (bz #1039803)
- Fix scaling=always behavior (bz #994456)
* Sun Oct 6 2013 Cole Robinson <crobinso(a)redhat.com> - 0.10.0-4
- Another fix for TLS (bz #904295)
- Add dep on dconf (bz #1012884)
* Wed Sep 25 2013 Cole Robinson <crobinso(a)redhat.com> - 0.10.0-3
- Make cache=default when adding new disk to existing VM (bz #976925)
* Tue Sep 24 2013 Cole Robinson <crobinso(a)redhat.com> - 0.10.0-2
- Fix parsing rawhide .treeinfo (bz #989162)
- Fix spice with TLS (bz #904295)
- Reduce impact of memory leak (bz #972371)
* Wed Jun 19 2013 Cole Robinson <crobinso(a)redhat.com> - 0.10.0-1
- Rebased to version 0.10.0
- Fix screenshots (bz #969410)
- Add Fedora 19 osdict option (bz #950230)
- Fix loading libguestfs OS icons (bz #905238)
- Make packagekit search cancellable (bz #973777)
- Fix freeze on guest shutdown if serial console connected (bz #967968)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1039803 - virt-manager requires dbus-x11 for dconf
https://bugzilla.redhat.com/show_bug.cgi?id=1039803
[ 2 ] Bug #994456 - picture is cut off when the window is smaller than content, even with scaling=always
https://bugzilla.redhat.com/show_bug.cgi?id=994456
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update virt-manager' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------