OLD: Fedora-Rawhide-20180610.n.0
NEW: Fedora-Rawhide-20180611.n.0
===== SUMMARY =====
Added images: 1
Dropped images: 2
Added packages: 8
Dropped packages: 3
Upgraded packages: 21
Downgraded packages: 0
Size of added packages: 31.77 MiB
Size of dropped packages: 1.00 MiB
Size of upgraded packages: 400.29 MiB
Size of downgraded packages: 0 B
Size change of upgraded packages: 1.83 MiB
Size change of downgraded packages: 0 B
===== ADDED IMAGES =====
Image: Server raw-xz aarch64
Path: Server/aarch64/images/Fedora-Server-Rawhide-20180611.n.0.aarch64.raw.xz
===== DROPPED IMAGES =====
Image: Container_Minimal_Base docker s390x
Path: Container/s390x/images/Fedora-Container-Minimal-Base-Rawhide-20180610.n.0.s390x.tar.xz
Image: Container_Base docker s390x
Path: Container/s390x/images/Fedora-Container-Base-Rawhide-20180610.n.0.s390x.tar.xz
===== ADDED PACKAGES =====
Package: R-hms-0.4.2-1.fc29
Summary: Pretty Time of Day
RPMs: R-hms
Size: 63.11 KiB
Package: elementary-screenshot-tool-0.1.5-1.fc29
Summary: Screenshot tool designed for elementary
RPMs: elementary-screenshot-tool
Size: 813.05 KiB
Package: golang-github-lucasb-eyer-colorful-1.0-1.fc29
Summary: A library for playing with colors in Go
RPMs: golang-github-lucasb-eyer-colorful-devel
Size: 36.79 KiB
Package: golang-github-mattn-shellwords-1.0.3-5.fc29
Summary: Parse line as shell words
RPMs: golang-github-mattn-shellwords-devel
Size: 12.13 KiB
Package: golang-github-pebbe-zmq4-0-0.1.20180610git5b443b6.fc29
Summary: Go interface to ZeroMQ version 4
RPMs: golang-github-pebbe-zmq4-devel
Size: 44.54 KiB
Package: golang-github-thomsonreuterseikon-ntlm-0-0.6.20180610git51f51a3.fc29
Summary: Native implementation of NTLM for Go
RPMs: golang-github-thomsonreuterseikon-ntlm-devel
Size: 40.92 KiB
Package: golang-gopkg-data-dog-sqlmock-1-1.3.0-1.fc29
Summary: SQL mock driver for golang to test database interactions
RPMs: golang-gopkg-data-dog-sqlmock-1-devel
Size: 29.89 KiB
Package: python-PyMuPDF-1.13.9-1.fc29
Summary: Python binding for MuPDF - a lightweight PDF and XPS viewer
RPMs: python-PyMuPDF-doc python2-PyMuPDF python3-PyMuPDF
Size: 30.76 MiB
===== DROPPED PACKAGES =====
Package: golang-github-ThomsonReutersEikon-go-ntlm-0-0.5.20171030git2a7c173.fc28
Summary: Native implementation of NTLM for Go
RPMs: golang-github-ThomsonReutersEikon-go-ntlm-devel golang-github-ThomsonReutersEikon-go-ntlm-unit-test-devel
Size: 152.17 KiB
Package: golang-github-mattn-go-shellwords-1.0.3-4.fc28
Summary: Parse line as shell words
RPMs: golang-github-mattn-go-shellwords-devel golang-github-mattn-go-shellwords-unit-test-devel
Size: 70.63 KiB
Package: screenshot-tool-0.1.4-5.fc28
Summary: Simple screen capture tool
RPMs: screenshot-tool
Size: 804.92 KiB
===== UPGRADED PACKAGES =====
Package: boomaga-1.3.0-1.git7e1e19c.fc29
Old package: boomaga-1.2.0-2.git4f75b03.fc29
Summary: A virtual printer for viewing a document before printing
RPMs: boomaga boomaga-selinux
Size: 3.30 MiB
Size change: 156.80 KiB
Changelog:
* Sun Jun 10 2018 Martin Gansser <martinkg@xxxxxxxxxxxxxxxxx> - 1.3.0-1.git7e1e19c
- Update to 1.3.0-1.7e1e19cd
Package: buildah-1.2-1.gitb9983a6.fc29
Old package: buildah-1.0-20.gitf449b28.fc29
Summary: A command line tool used for creating OCI Images
RPMs: buildah
Size: 17.63 MiB
Size change: 22.29 KiB
Changelog:
* Sun Jun 10 2018 Dan Walsh <dwalsh@xxxxxxxxxx> 1.1-1
- Drop capabilities if running container processes as non root
- Print Warning message if cmd will not be used based on entrypoint
- Update 01-intro.md
- Shouldn't add insecure registries to list of search registries
- Report errors on bad transports specification when pushing images
- Move parsing code out of common for namespaces and into pkg/parse.go
- Add disable-content-trust noop flag to bud
- Change freenode chan to buildah
- runCopyStdio(): don't close stdin unless we saw POLLHUP
- Add registry errors for pull
- runCollectOutput(): just read until the pipes are closed on us
- Run(): provide redirection for stdio
- rmi, rm: add test
- add mount test
- Add parameter judgment for commands that do not require parameters
- Add context dir to bud command in baseline test
- run.bats: check that we can run with symlinks in the bundle path
- Give better messages to users when image can not be found
- use absolute path for bundlePath
- Add environment variable to buildah --format
- rm: add validation to args and all option
- Accept json array input for config entrypoint
- Run(): process RunOptions.Mounts, and its flags
- Run(): only collect error output from stdio pipes if we created some
- Add OnBuild support for Dockerfiles
- Quick fix on demo readme
- run: fix validate flags
- buildah bud should require a context directory or URL
- Touchup tutorial for run changes
- Validate common bud and from flags
- images: Error if the specified imagename does not exist
- inspect: Increase err judgments to avoid panic
- add test to inspect
- buildah bud picks up ENV from base image
- Extend the amount of time travis_wait should wait
- Add a make target for Installing CNI plugins
- Add tests for namespace control flags
- copy.bats: check ownerships in the container
- Fix SELinux test errors when SELinux is enabled
- Add example CNI configurations
- Run: set supplemental group IDs
- Run: use a temporary mount namespace
- Use CNI to configure container networks
- add/secrets/commit: Use mappings when setting permissions on added content
- Add CLI options for specifying namespace and cgroup setup
- Always set mappings when using user namespaces
- Run(): break out creation of stdio pipe descriptors
- Read UID/GID mapping information from containers and images
- Additional bud CI tests
- Run integration tests under travis_wait in Travis
- build-using-dockerfile: add --annotation
- Implement --squash for build-using-dockerfile and commit
- Vendor in latest container/storage for devicemapper support
- add test to inspect
- Vendor github.com/onsi/ginkgo and github.com/onsi/gomega
- Test with Go 1.10, too
- Add console syntax highlighting to troubleshooting page
- bud.bats: print "$output" before checking its contents
- Manage "Run" containers more closely
- Break Builder.Run()'s "run runc" bits out
- util.ResolveName(): handle completion for tagged/digested image names
- Handle /etc/hosts and /etc/resolv.conf properly in container
- Documentation fixes
- Make it easier to parse our temporary directory as an image name
- Makefile: list new pkg/ subdirectoris as dependencies for buildah
- containerImageSource: return more-correct errors
- API cleanup: PullPolicy and TerminalPolicy should be types
- Make "run --terminal" and "run -t" aliases for "run --tty"
- Vendor github.com/containernetworking/cni v0.6.0
- Update github.com/containers/storage
- Update github.com/projectatomic/libpod
- Add support for buildah bud --label
- buildah push/from can push and pull images with no reference
- Vendor in latest containers/image
- Update gometalinter to fix install.tools error
- Update troubleshooting with new run workaround
- Added a bud demo and tidied up
- Attempt to download file from url, if fails assume Dockerfile
- Add buildah bud CI tests for ENV variables
- Re-enable rpm .spec version check and new commit test
- Update buildah scratch demo to support el7
- Added Docker compatibility demo
- Update to F28 and new run format in baseline test
- Touchup man page short options across man pages
- Added demo dir and a demo. chged distrorlease
- builder-inspect: fix format option
- Add cpu-shares short flag (-c) and cpu-shares CI tests
- Minor fixes to formatting in rpm spec changelog
- Fix rpm .spec changelog formatting
- CI tests and minor fix for cache related noop flags
- buildah-from: add effective value to mount propagation
* Mon Jun 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@xxxxxxxxxxxxxxxxx> - 1.2-1.gitb9983a6
- bump to 1.2
- autobuilt b9983a6
Package: featherpad-0.9.0-1.fc29
Old package: featherpad-0.6.1-3.fc28
Summary: Lightweight Qt5 Plain-Text Editor
RPMs: featherpad
Size: 2.98 MiB
Size change: 662.27 KiB
Changelog:
* Sun Jun 10 2018 Christian Dersch <lupinix@xxxxxxxxxxx> - 0.9.0-1
- new version
Package: libpfm-4.10.0-1.fc29
Old package: libpfm-4.9.0-6.fc29
Summary: Library to encode performance events for use by perf tool
RPMs: libpfm libpfm-devel libpfm-static python3-libpfm
Added RPMs: python3-libpfm
Dropped RPMs: python2-libpfm
Size: 3.03 MiB
Size change: 208.80 KiB
Changelog:
* Fri Jun 08 2018 William Cohen <wcohen@xxxxxxxxxx> - 4.10.0-1
- Rebase on libpfm-4.10.0.
- Use Python 3.
Package: light-1.1-1.fc29
Old package: light-1.0-2.fc29
Summary: Control backlight controllers
RPMs: light
Size: 145.87 KiB
Size change: 15.79 KiB
Changelog:
* Sun Jun 10 2018 Jakub Kadlcik <jkadlcik@xxxxxxxxxx> - 1.1-1
- Upgrade to new upstream version light-1.1
Package: midori-0.5.12-0.7.fc29
Old package: midori-0.5.12-0.2.fc26
Summary: A lightweight GTK+ web browser
RPMs: midori
Size: 8.49 MiB
Size change: -463.94 KiB
Changelog:
* Wed Jul 26 2017 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.5.12-0.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Thu Aug 03 2017 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.5.12-0.4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@xxxxxxxxxxxxxxxxx> - 0.5.12-0.5
- Remove obsolete scriptlets
* Thu Feb 08 2018 Fedora Release Engineering <releng@xxxxxxxxxxxxxxxxx> - 0.5.12-0.6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sun Jun 10 2018 Kevin Fenzi <kevin@xxxxxxxxx> - 0.5.12-0.7
- Fix FTBFS. Fixes bug #1582923
Package: mupdf-1.13.0-8.fc29
Old package: mupdf-1.13.0-6.fc29
Summary: A lightweight PDF viewer and toolkit
RPMs: mupdf mupdf-devel
Size: 228.50 MiB
Size change: 5.80 KiB
Changelog:
* Wed Jun 06 2018 Michael J Gruber <mjg@xxxxxxxxxxxxxxxxx> - 1.13.0-7
- fix license field (bug #1586328)
* Sun Jun 10 2018 Michael J Gruber <mjg@xxxxxxxxxxxxxxxxx> - 1.13.0-8
- CVE-2018-10289 (rh bz #1573050) (gs bz #699271)
Package: perl-Config-AutoConf-0.317-1.fc29
Old package: perl-Config-AutoConf-0.316-1.fc29
Summary: A module to implement some of AutoConf macros in pure Perl
RPMs: perl-Config-AutoConf
Size: 50.86 KiB
Size change: 1.28 KiB
Changelog:
* Sun Jun 10 2018 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 0.317-1
- Update to 0.317
Package: perl-Hash-MoreUtils-0.06-1.fc29
Old package: perl-Hash-MoreUtils-0.05-11.fc28
Summary: Provide the stuff missing in Hash::Util
RPMs: perl-Hash-MoreUtils
Size: 18.89 KiB
Size change: 1.72 KiB
Changelog:
* Sun Jun 10 2018 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> - 0.06-1
- Update to 0.06.
- Reflect upstream having switched to make.
- Modernize spec.
Package: perl-Mojolicious-7.84-1.fc29
Old package: perl-Mojolicious-7.82-1.fc29
Summary: A next generation web framework for Perl
RPMs: perl-Mojolicious perl-Test-Mojo
Size: 961.56 KiB
Size change: 11.50 KiB
Changelog:
* Sun Jun 10 2018 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 7.84-1
- Update to 7.84
Package: perl-Text-SimpleTable-2.05-1.fc29
Old package: perl-Text-SimpleTable-2.04-1.fc29
Summary: Simple Eyecandy ASCII Tables
RPMs: perl-Text-SimpleTable perl-Text-SimpleTable-tests
Size: 33.86 KiB
Size change: 524 B
Changelog:
* Sun Jun 10 2018 Emmanuel Seyman <emmanuel@xxxxxxxxx> - 2.05-1
- Update to 2.05
Package: perl-YAML-LibYAML-1:0.70-1.fc29
Old package: perl-YAML-LibYAML-1:0.69-2.fc28
Summary: Perl YAML Serialization using XS and libyaml
RPMs: perl-YAML-LibYAML
Size: 675.12 KiB
Size change: 1.52 KiB
Changelog:
* Sun Jun 10 2018 Paul Howarth <paul@xxxxxxxxxxxx> - 1:0.70-1
- Update to 0.70
- Fix format specifier/argument mismatch (GH#79)
- Travis CI: Test on Perl 5.26 (GH#80)
- Fix a C90-compatibility issue (GH#81)
- Switch upstream from search.cpan.org to metacpan.org
Package: podman-0.6.3-2.git1e9e530.fc29
Old package: podman-0.6.3-1.gitb78e7e4.fc29
Summary: Manage Pods, Containers and Container Images
RPMs: podman python3-podman
Size: 28.61 MiB
Size change: 2.34 KiB
Changelog:
* Mon Jun 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@xxxxxxxxxxxxxxxxx> - 0.6.3-2.git1e9e530
- autobuilt 1e9e530
Package: python-httplib2-0.11.3-1.fc29
Old package: python-httplib2-0.10.3-3.fc28
Summary: A comprehensive HTTP client library
RPMs: python2-httplib2 python3-httplib2
Size: 241.84 KiB
Size change: 14.44 KiB
Changelog:
* Sun Jun 10 2018 Kevin Fenzi <kevin@xxxxxxxxx> - 0.11.3-1
- Update to 0.11.3. Fixes bug #1559204
Package: python-subliminal-2.0.5-5.fc29
Old package: python-subliminal-2.0.5-4.fc28
Summary: Python library to search and download subtitles
RPMs: python-subliminal-doc python2-subliminal python3-subliminal
Size: 1.86 MiB
Size change: 478.15 KiB
Changelog:
* Sun Jun 10 2018 Juan Orti Alcaine <jorti@xxxxxxxxxxxxxxxxx> - 2.0.5-5
- Add rarfile dependency
Package: rtorrent-0.9.7-1.fc29
Old package: rtorrent-0.9.6-11.fc29
Summary: BitTorrent client based on libtorrent
RPMs: rtorrent
Size: 3.86 MiB
Size change: 346.75 KiB
Changelog:
* Sun Jun 10 2018 Conrad Meyer <cemeyer@xxxxxx> - 0.9.7-1
- Bump to latest upstream release (rhbz# 1588472)
- Drop special views patch (# 1354125); now fixed in 0.9.7
Package: sequeler-0.5.5-1.fc29
Old package: sequeler-0.5.4-1.fc29
Summary: SQL Client built in Vala
RPMs: sequeler
Size: 1.04 MiB
Size change: 81.44 KiB
Changelog:
* Sun Jun 10 2018 Fabio Valentini <decathorpe@xxxxxxxxx> - 0.5.5-1
- Update to version 0.5.5.
Package: syncthing-gtk-0.9.4-1.fc29
Old package: syncthing-gtk-0.9.3.1-1.fc29
Summary: Syncthing GTK+ GUI
RPMs: syncthing-gtk
Size: 619.73 KiB
Size change: -2.45 KiB
Changelog:
* Sun Jun 10 2018 Fabio Valentini <decathorpe@xxxxxxxxx> - 0.9.4-1
- Update to version 0.9.4.
Package: veusz-3.0-1.fc29
Old package: veusz-2.2.2-1.fc29
Summary: GUI scientific plotting package
RPMs: veusz
Size: 13.42 MiB
Size change: 1.02 MiB
Changelog:
* Sun Jun 10 2018 Jeremy Sanders <jeremy@xxxxxxxxxxxxxxxxx> - 3.0-1
- Update to Veusz 3.0, which now includes 3D plotting. See
https://veusz.github.io/news/2018/06/10/veusz-3.0
Package: xapps-1.2.1-2.fc29
Old package: xapps-1.2.1-1.fc29
Summary: Common files for XApp desktop apps
RPMs: python2-xapps-overrides python3-xapps-overrides xapps xapps-devel
Size: 36.37 MiB
Size change: -1.13 MiB
Changelog:
* Sun Jun 10 2018 Leigh Scott <leigh123linux@xxxxxxxxxxxxxx> - 1.2.1-2
- Fix rhbz#1589423
Package: yoshimi-1.5.8.2-1.fc29
Old package: yoshimi-1.5.7-1.fc29
Summary: Rewrite of ZynAddSubFx aiming for better JACK support
RPMs: yoshimi
Size: 48.53 MiB
Size change: 450.71 KiB
Changelog:
* Mon Jun 04 2018 Adam Huffman <bloch@xxxxxxxxxxxx> - 1.5.8.1-1
- Update to upstream release 1.5.8.1
* Sun Jun 10 2018 Adam Huffman <bloch@xxxxxxxxxxxx> - 1.5.8.2-1
- Update to upstream bugfix release 1.5.8.2
===== DOWNGRADED PACKAGES =====
_______________________________________________
test mailing list -- test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to test-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/test@xxxxxxxxxxxxxxxxxxxxxxx/message/3YSJH3SNR3KR54XCUAQ7C6WDMFVAE6NC/