Apologies for the spam
by Stephen John Smoogen
I have removed the person from the list and blocked further emails
from that domain. I will see what else I need to do to close down any
further emails.
--
Stephen J Smoogen.
6 years, 5 months
Changing partitioning defaults discussion
by Colin Walters
As a followup to the previous thread on storage, also
to try to fix this BZ:
https://bugzilla.redhat.com/show_bug.cgi?id=1391725
I'd like to revisit partitioning again. There are a number of
intersecting factors that have changed since things were introduced;
the biggest is by far the introduction of overlay2. The second is
that system containers may use the ostree repo, but that's stored
in /. (The advantage of that is the container content can be deduped
with the host, the downside is their storage is entangled and needs to
be budgeted together)
Partitioning I think is going to bifurcate a bit around physical versus
virtual/cloud.
I'd like to propose the attached patch for immediate commit to rawhide
which causes us to match Fedora Server for physical installs. See the
commit message for rationale.
For people doing physical installs, they have a choice and
it seems very likely to me that they want to customize things anyways.
(For example, some people will want dm-crypt, and the fact that
ostree supports this is a definite feature)
Where things get more interesting is the virtual/cloud area. Here,
we choose/hardcode partitioning. At a technical level, most of it lives here:
https://pagure.io/fedora-kickstarts/blob/master/f/fedora-atomic.ks#_25
Except that one aspect that I'd forgotten about that's really
critical when thinking about the kickstart numbers, which is
the *total size* of the disk. It turns out this is defined in the Fedora Pungi
configs. And what tricked me even more is that we have different
defaults for the qcow2 vs vagrant:
https://pagure.io/pungi-fedora/blob/6d898b136b6f612aa197a223155e79a667432...
https://pagure.io/pungi-fedora/blob/6d898b136b6f612aa197a223155e79a667432...
The qcow2 version is also what ends up in the AMI. Now, the rationale
for this separation I think is that (AIUI) very common for operations
people to use separately allocated disks (EBS volumes etc) for storage
of things they care about. Concretely, it's likely that Kube/OpenShift
operators are going to stick Docker storage (both LVM/overlay) in
a separate disk.
Of course, we use GROWPART=true with container-storage-setup, which
will expand the root volume group if one allocates a larger disk - this
is also quite common to do in IaaS environments (AWS,GCE etc.) in particular.
So let me propose this:
QCOW2/AMI ("Production cloud image")
- Use overlay2 by default (Already done)
- Expand the / fully, don't reserve any space in the VG, i.e.:
```
-logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos
+logvol / --size=3000 --grow --fstype="xfs" --name=root --vgname=atomicos
```
We retain the 6GB disk size default, but in practice, I expect operators to either allocate
larger root storage disks, or choose separate volumes. Note that operators
who want to use devicemapper instead need separate volumes; this should
be well supported with container-storage-setup.
Vagrant box:
I suspect the rationale behind the 40GB number is that Vagrant
implementations are usually thinly provisioned, and that adding
separate disks is basically not in the default Vagrant workflow.
(Although it's certainly possible)
So let's do the same thing here as for the QCOW2/AMI, except keep
the 40GB number?
6 years, 5 months
[atomic-wg] Issue #249: The build system should provide an automatically
populated VERSION label
by Adam Miller
maxamillion added a new comment to an issue you are following:
``
Currently I am busy with higher priority work, most notably I am working with upstream on the [OSBS Orchestrator and Worker Cluster Split](https://osbs.readthedocs.io/en/latest/multiarch.html#worker-build) as well as the [OSBS Automatic Chain Rebuilds](https://osbs.readthedocs.io/en/latest/multiarch.html#chain-rebuilds). This ticket is likely to not get development attention from myself until at least August. If someone else would like to work on this, I would be happy to provide feedback and/or guidance and will also drop myself as the ticket assignee.
``
To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/249
6 years, 5 months
[atomic-wg] Issue #249: The build system should provide an automatically
populated VERSION label
by Spyros Trigazis
strigazi added a new comment to an issue you are following:
``
Is there any update on this?
I think that a tag showing the version of the component is very useful. I discover this need when using kubernetes components. When you pull images like kubernetes-kubelet or even etcd you may need to pin down to a specific version. eg the google_containers have tags with the corresponding version.
gcr.io/google_containers/hyperkube:v1.5.3
for containers from the fedora registry we could have
registry.fedoraproject.org/f25/kubernetes-kubelet:v1.5.3
I know that kubermetes is installed from the fedora repos inside the container and we don't set explicitly the version and when you pull the new images you get the latest. IMO, we need the version because, in some cases you may update to the latest kubernetes-kubelet image and get the up to date image with the same kube version and in some cases the version might change. One might want to update only if the kube version is the same or he might want to rollback. Another example is when a package is broken and you need to revert, you might want an updated fedora base but the previous component version. I had this issue with etcd. I wanted etcd 3.0.15 because there was a bug in 3.0.17 and with the fedora image I was getting only 3.0.17.
What do you think?
``
To reply, visit the link below or just reply to this email
https://pagure.io/atomic-wg/issue/249
6 years, 5 months
Question on adding new contributors
by Josh Boyer
Hi Atomic group,
The Atomic PRD (https://fedoraproject.org/wiki/Atomic/PRD) that was
recently drafted says that other CPU architectures can be added as new
community members join. A perfectly fair and reasonable statement!
However, it now leads me to ask a question of you. Do you have formal
ways for a new community member to join? Is there an on-boarding
document in place? I ask because we already have community members
willing to maintain other cpu architectures, particularly around ARM
for IoT and ppc64le for containers.
So aside from the work they have already done, such as request
composes for these architectures and do testing, what else would you
like to see in order for them to be official members?
josh
6 years, 5 months
Packages added/removed from F25AH -> F26AH
by Dusty Mabe
Please reply-all when responding to this mail.
I've been doing some F25->F26 exploration and notice there are quite a
few packages added and removed between F25 and F26. Let's go through
these and make sure each addition/removal makes sense.
You can mostly ignore the "Upgraded" section. Feel free to look at those
too to see if there is anything that looks odd.
```
Upgraded:
GeoIP 1.6.10-1.fc25 -> 1.6.11-1.fc26
GeoIP-GeoLite-data 2017.04-1.fc25 -> 2017.05-1.fc26
NetworkManager 1:1.4.4-5.fc25 -> 1:1.8.0-3.fc26
NetworkManager-libnm 1:1.4.4-5.fc25 -> 1:1.8.0-3.fc26
NetworkManager-team 1:1.4.4-5.fc25 -> 1:1.8.0-3.fc26
acl 2.2.52-12.fc25 -> 2.2.52-14.fc26
atomic 1.17.2-1.fc25 -> 1.18.1-2.fc26
atomic-devmode 0.3.6-1.fc25 -> 0.3.7-1.fc26
attr 2.4.47-16.fc24 -> 2.4.47-18.fc26
audit 2.7.6-1.fc25 -> 2.7.6-1.fc26
audit-libs 2.7.6-1.fc25 -> 2.7.6-1.fc26
audit-libs-python 2.7.6-1.fc25 -> 2.7.6-1.fc26
audit-libs-python3 2.7.6-1.fc25 -> 2.7.6-1.fc26
authconfig 6.2.10-14.fc25 -> 7.0.1-1.fc26
basesystem 11-2.fc24 -> 11-3.fc26
bash 4.3.43-4.fc25 -> 4.4.12-5.fc26
bash-completion 1:2.5-1.fc25 -> 1:2.5-2.fc26
bind99-libs 9.9.9-4.P8.fc25 -> 9.9.9-5.P8.fc26
bind99-license 9.9.9-4.P8.fc25 -> 9.9.9-5.P8.fc26
boost-iostreams 1.60.0-10.fc25 -> 1.63.0-5.fc26
boost-program-options 1.60.0-10.fc25 -> 1.63.0-5.fc26
boost-random 1.60.0-10.fc25 -> 1.63.0-5.fc26
boost-regex 1.60.0-10.fc25 -> 1.63.0-5.fc26
boost-system 1.60.0-10.fc25 -> 1.63.0-5.fc26
boost-thread 1.60.0-10.fc25 -> 1.63.0-5.fc26
bridge-utils 1.5-13.fc24 -> 1.5-14.fc26
btrfs-progs 4.6.1-1.fc25 -> 4.9.1-2.fc26
bubblewrap 0.1.8-1.fc25 -> 0.1.8-1.fc26
bzip2 1.0.6-21.fc25 -> 1.0.6-22.fc26
bzip2-libs 1.0.6-21.fc25 -> 1.0.6-22.fc26
ca-certificates 2017.2.14-1.0.fc25 -> 2017.2.14-1.0.fc26
ceph-common 1:10.2.4-2.fc25 -> 1:10.2.7-2.fc26
checkpolicy 2.5-8.fc25 -> 2.6-1.fc26
chkconfig 1.8-1.fc25 -> 1.10-1.fc26
chrony 2.4.1-1.fc25 -> 3.1-4.fc26
cloud-init 0.7.9-4.fc25 -> 0.7.9-5.fc26
cloud-utils-growpart 0.27-16.fc25 -> 0.27-17.fc26
cockpit-bridge 137-1.fc25 -> 141-1.fc26
cockpit-docker 137-1.fc25 -> 141-1.fc26
cockpit-networkmanager 137-1.fc25 -> 141-1.fc26
cockpit-ostree 137-1.fc25 -> 141-1.fc26
cockpit-system 137-1.fc25 -> 141-1.fc26
conntrack-tools 1.4.3-1.fc25 -> 1.4.4-3.fc26
container-selinux 2:2.14-1.fc25 -> 2:2.16-1.fc26
coreutils 8.25-17.fc25 -> 8.27-5.fc26
coreutils-common 8.25-17.fc25 -> 8.27-5.fc26
cpio 2.12-3.fc24 -> 2.12-4.fc26
cracklib 2.9.6-4.fc25 -> 2.9.6-5.fc26
cracklib-dicts 2.9.6-4.fc25 -> 2.9.6-5.fc26
criu 2.12-1.fc25 -> 3.0-1.fc26
crypto-policies 20160921-4.gitf3018dd.fc25 -> 20170531-1.gitce0df7b.fc26
cryptsetup 1.7.5-1.fc25 -> 1.7.5-1.fc26
cryptsetup-libs 1.7.5-1.fc25 -> 1.7.5-1.fc26
curl 7.51.0-6.fc25 -> 7.53.1-7.fc26
cyrus-sasl-lib 2.1.26-26.2.fc24 -> 2.1.26-32.fc26
dbus 1:1.11.12-1.fc25 -> 1:1.11.12-1.fc26
dbus-glib 0.108-1.fc25 -> 0.108-2.fc26
dbus-libs 1:1.11.12-1.fc25 -> 1:1.11.12-1.fc26
device-mapper 1.02.136-3.fc25 -> 1.02.137-6.fc26
device-mapper-event 1.02.136-3.fc25 -> 1.02.137-6.fc26
device-mapper-event-libs 1.02.136-3.fc25 -> 1.02.137-6.fc26
device-mapper-libs 1.02.136-3.fc25 -> 1.02.137-6.fc26
device-mapper-persistent-data 0.6.3-1.fc25 -> 0.6.3-5.fc26
dhcp-client 12:4.3.5-2.fc25 -> 12:4.3.5-6.fc26
dhcp-common 12:4.3.5-2.fc25 -> 12:4.3.5-6.fc26
dhcp-libs 12:4.3.5-2.fc25 -> 12:4.3.5-6.fc26
diffutils 3.3-13.fc24 -> 3.5-3.fc26
dnsmasq 2.76-2.fc25 -> 2.76-3.fc26
docker 2:1.12.6-6.gitae7d637.fc25 -> 2:1.13.1-13.git51eb16e.fc26
docker-common 2:1.12.6-6.gitae7d637.fc25 -> 2:1.13.1-13.git51eb16e.fc26
dracut 044-78.fc25 -> 044-181.fc26
dracut-config-generic 044-78.fc25 -> 044-181.fc26
dracut-network 044-78.fc25 -> 044-181.fc26
e2fsprogs 1.43.3-1.fc25 -> 1.43.4-2.fc26
e2fsprogs-libs 1.43.3-1.fc25 -> 1.43.4-2.fc26
efibootmgr 14-3.fc25 -> 14-3.fc26
efivar-libs 30-4.fc25 -> 30-4.fc26
elfutils-default-yama-scope 0.169-1.fc25 -> 0.169-1.fc26
elfutils-libelf 0.169-1.fc25 -> 0.169-1.fc26
elfutils-libs 0.169-1.fc25 -> 0.169-1.fc26
emacs-filesystem 1:25.2-2.fc25 -> 1:25.2-2.fc26
etcd 3.1.3-1.fc25 -> 3.1.3-1.fc26
expat 2.2.0-1.fc25 -> 2.2.0-2.fc26
fcgi 2.4.0-29.fc24 -> 2.4.0-30.fc26
fedora-logos 22.0.0-3.fc24 -> 26.0.1-1.fc26
fedora-release 25-2 -> 26-0.7
fedora-release-atomichost 25-2 -> 26-0.7
fedora-repos 25-4 -> 26-0.9
file 5.29-4.fc25 -> 5.30-6.fc26
file-libs 5.29-4.fc25 -> 5.30-6.fc26
filesystem 3.2-37.fc24 -> 3.2-40.fc26
findutils 1:4.6.0-8.fc25 -> 1:4.6.0-12.fc26
fipscheck 1.4.1-11.fc25 -> 1.5.0-1.fc26
fipscheck-lib 1.4.1-11.fc25 -> 1.5.0-1.fc26
flannel 0.7.0-2.fc25 -> 0.7.0-3.fc26
freetype 2.6.5-9.fc25 -> 2.7.1-9.fc26
fuse 2.9.7-1.fc25 -> 2.9.7-2.fc26
fuse-libs 2.9.7-1.fc25 -> 2.9.7-2.fc26
gawk 4.1.3-8.fc25 -> 4.1.4-3.fc26
gc 7.4.4-1.fc25 -> 7.6.0-2.fc26
gdbm 1.13-1.fc25 -> 1.13-1.fc26
gettext 0.19.8.1-3.fc25 -> 0.19.8.1-9.fc26
gettext-libs 0.19.8.1-3.fc25 -> 0.19.8.1-9.fc26
glib-networking 2.50.0-1.fc25 -> 2.50.0-2.fc26
glib2 2.50.3-1.fc25 -> 2.52.2-2.fc26
glibc 2.24-4.fc25 -> 2.25-4.fc26
glibc-all-langpacks 2.24-4.fc25 -> 2.25-4.fc26
glibc-common 2.24-4.fc25 -> 2.25-4.fc26
glusterfs 3.10.2-1.fc25 -> 3.10.3-1.fc26
glusterfs-client-xlators 3.10.2-1.fc25 -> 3.10.3-1.fc26
glusterfs-fuse 3.10.2-1.fc25 -> 3.10.3-1.fc26
glusterfs-libs 3.10.2-1.fc25 -> 3.10.3-1.fc26
gmp 1:6.1.1-1.fc25 -> 1:6.1.2-4.fc26
gnupg 1.4.21-1.fc25 -> 1.4.21-2.fc26
gnupg2 2.1.13-2.fc25 -> 2.1.21-2.fc26
gnupg2-smime 2.1.13-2.fc25 -> 2.1.21-2.fc26
gnutls 3.5.12-2.fc25 -> 3.5.12-2.fc26
gobject-introspection 1.50.0-1.fc25 -> 1.52.1-1.fc26
gomtree 0.3.1-1.fc25 -> 0.3.1-2.fc26
gperftools-libs 2.5-2.fc25 -> 2.5.93-1.fc26
gpgme 1.8.0-10.fc25 -> 1.8.0-12.fc26
grep 2.27-2.fc25 -> 3.0-1.fc26
grub2 1:2.02-0.38.fc25 -> 1:2.02-0.38.fc26
grub2-efi 1:2.02-0.38.fc25 -> 1:2.02-0.38.fc26
grub2-tools 1:2.02-0.38.fc25 -> 1:2.02-0.38.fc26
grubby 8.40-3.fc24 -> 8.40-4.fc26
gsettings-desktop-schemas 3.22.0-1.fc25 -> 3.24.0-1.fc26
gssproxy 0.7.0-9.fc25 -> 0.7.0-9.fc26
guile 5:2.0.13-1.fc25 -> 5:2.0.14-1.fc26
gzip 1.8-1.fc25 -> 1.8-2.fc26
hardlink 1:1.1-1.fc25 -> 1:1.3-1.fc26
hostname 3.15-7.fc24 -> 3.18-2.fc26
info 6.1-4.fc25 -> 6.3-3.fc26
initscripts 9.69-1.fc25 -> 9.72-1.fc26
ipcalc 0.1.8-1.fc25 -> 0.2.0-1.fc26
iproute 4.10.0-1.fc25 -> 4.11.0-1.fc26
iproute-tc 4.10.0-1.fc25 -> 4.11.0-1.fc26
iptables 1.6.0-3.fc25 -> 1.6.1-2.fc26
iptables-libs 1.6.0-3.fc25 -> 1.6.1-2.fc26
iptables-services 1.6.0-3.fc25 -> 1.6.1-2.fc26
iputils 20161105-1.fc25 -> 20161105-2.fc26
iscsi-initiator-utils 6.2.0.873-34.git4c1f2d9.fc25 -> 6.2.0.874-3.git86e8892.fc26
iscsi-initiator-utils-iscsiuio 6.2.0.873-34.git4c1f2d9.fc25 -> 6.2.0.874-3.git86e8892.fc26
jansson 2.9-1.fc25 -> 2.10-1.fc26
json-glib 1.2.6-1.fc25 -> 1.2.8-1.fc26
kernel 4.11.3-200.fc25 -> 4.11.3-300.fc26
kernel-core 4.11.3-200.fc25 -> 4.11.3-300.fc26
kernel-modules 4.11.3-200.fc25 -> 4.11.3-300.fc26
keyutils 1.5.9-8.fc24 -> 1.5.10-1.fc26
keyutils-libs 1.5.9-8.fc24 -> 1.5.10-1.fc26
kmod 23-1.fc25 -> 24-1.fc26
kmod-libs 23-1.fc25 -> 24-1.fc26
kpartx 0.4.9-83.fc25 -> 0.4.9-87.fc26
krb5-libs 1.14.4-7.fc25 -> 1.15.1-8.fc26
kubernetes 1.5.3-1.fc25 -> 1.6.1-1.fc26
kubernetes-client 1.5.3-1.fc25 -> 1.6.1-1.fc26
kubernetes-master 1.5.3-1.fc25 -> 1.6.1-1.fc26
kubernetes-node 1.5.3-1.fc25 -> 1.6.1-1.fc26
less 481-7.fc25 -> 487-3.fc26
libacl 2.2.52-12.fc25 -> 2.2.52-14.fc26
libaio 0.3.110-6.fc24 -> 0.3.110-7.fc26
libarchive 3.2.2-2.fc25 -> 3.2.2-4.fc26
libassuan 2.4.3-1.fc25 -> 2.4.3-2.fc26
libatomic_ops 7.4.4-1.fc25 -> 7.4.4-2.fc26
libattr 2.4.47-16.fc24 -> 2.4.47-18.fc26
libbabeltrace 1.4.0-3.fc25 -> 1.5.2-2.fc26
libbasicobjects 0.1.1-29.fc25 -> 0.1.1-30.fc26
libblkid 2.28.2-2.fc25 -> 2.29.1-2.fc26
libcap 2.25-2.fc25 -> 2.25-5.fc26
libcap-ng 0.7.8-1.fc25 -> 0.7.8-3.fc26
libcephfs1 1:10.2.4-2.fc25 -> 1:10.2.7-2.fc26
libcgroup 0.41-9.fc25 -> 0.41-11.fc26
libcollection 0.7.0-29.fc25 -> 0.7.0-30.fc26
libcom_err 1.43.3-1.fc25 -> 1.43.4-2.fc26
libcroco 0.6.11-3.fc25 -> 0.6.12-1.fc26
libcrypt-nss 2.24-4.fc25 -> 2.25-4.fc26
libcurl 7.51.0-6.fc25 -> 7.53.1-7.fc26
libdaemon 0.14-10.fc24 -> 0.14-11.fc26
libdb 5.3.28-16.fc25 -> 5.3.28-21.fc26
libdb-utils 5.3.28-16.fc25 -> 5.3.28-21.fc26
libedit 3.1-16.20160618cvs.fc25 -> 3.1-17.20160618cvs.fc26
libev 4.24-1.fc25 -> 4.24-2.fc26
libevent 2.0.22-1.fc25 -> 2.0.22-3.fc26
libfdisk 2.28.2-2.fc25 -> 2.29.1-2.fc26
libffi 3.1-9.fc24 -> 3.1-10.fc26
libgcc 6.3.1-1.fc25 -> 7.1.1-2.fc26
libgcrypt 1.6.6-1.fc25 -> 1.7.6-2.fc26
libgomp 6.3.1-1.fc25 -> 7.1.1-2.fc26
libgpg-error 1.24-1.fc25 -> 1.25-2.fc26
libicu 57.1-5.fc25 -> 57.1-6.fc26
libidn 1.33-1.fc25 -> 1.33-2.fc26
libidn2 2.0.2-1.fc25 -> 2.0.2-1.fc26
libini_config 1.3.0-29.fc25 -> 1.3.0-30.fc26
libksba 1.3.5-1.fc25 -> 1.3.5-3.fc26
libmetalink 0.1.3-1.fc25 -> 0.1.3-2.fc26
libmnl 1.0.4-1.fc25 -> 1.0.4-2.fc26
libmodman 2.0.1-12.fc24 -> 2.0.1-13.fc26
libmount 2.28.2-2.fc25 -> 2.29.1-2.fc26
libndp 1.6-1.fc25 -> 1.6-2.fc26
libnet 1.1.6-11.fc24 -> 1.1.6-12.fc26
libnetfilter_conntrack 1.0.6-2.fc25 -> 1.0.6-2.fc26
libnetfilter_cthelper 1.0.0-9.fc24 -> 1.0.0-10.fc26
libnetfilter_cttimeout 1.0.0-7.fc24 -> 1.0.0-8.fc26
libnetfilter_queue 1.0.2-7.fc24 -> 1.0.2-8.fc26
libnfnetlink 1.0.1-8.fc24 -> 1.0.1-9.fc26
libnfsidmap 0.27-1.fc25 -> 0.27-1.fc26
libnghttp2 1.13.0-2.fc25 -> 1.21.1-1.fc26
libnl3 3.2.29-3.fc25 -> 3.3.0-1.fc26
libnl3-cli 3.2.29-3.fc25 -> 3.3.0-1.fc26
libpath_utils 0.2.1-29.fc25 -> 0.2.1-30.fc26
libpcap 14:1.7.4-2.fc24 -> 14:1.8.1-3.fc26
libpng 2:1.6.27-1.fc25 -> 2:1.6.28-2.fc26
libproxy 0.4.14-1.fc25 -> 0.4.15-1.fc26
libpsl 0.17.0-1.fc25 -> 0.17.0-2.fc26
libpwquality 1.3.0-6.fc25 -> 1.3.0-8.fc26
librados2 1:10.2.4-2.fc25 -> 1:10.2.7-2.fc26
libradosstriper1 1:10.2.4-2.fc25 -> 1:10.2.7-2.fc26
librbd1 1:10.2.4-2.fc25 -> 1:10.2.7-2.fc26
libref_array 0.1.5-29.fc25 -> 0.1.5-30.fc26
librepo 1.7.18-3.fc25 -> 1.7.20-3.fc26
libreport-filesystem 2.8.0-1.fc25 -> 2.9.1-2.fc26
librgw2 1:10.2.4-2.fc25 -> 1:10.2.7-2.fc26
libseccomp 2.3.2-1.fc25 -> 2.3.2-1.fc26
libsecret 0.18.5-2.fc25 -> 0.18.5-3.fc26
libselinux 2.5-13.fc25 -> 2.6-6.fc26
libselinux-python 2.5-13.fc25 -> 2.6-6.fc26
libselinux-python3 2.5-13.fc25 -> 2.6-6.fc26
libselinux-utils 2.5-13.fc25 -> 2.6-6.fc26
libsemanage 2.5-9.fc25 -> 2.6-4.fc26
libsemanage-python 2.5-9.fc25 -> 2.6-4.fc26
libsemanage-python3 2.5-9.fc25 -> 2.6-4.fc26
libsepol 2.5-10.fc25 -> 2.6-1.fc26
libsigsegv 2.10-10.fc24 -> 2.11-1.fc26
libsmartcols 2.28.2-2.fc25 -> 2.29.1-2.fc26
libsolv 0.6.27-2.fc25 -> 0.6.27-2.fc26
libsoup 2.56.0-2.fc25 -> 2.58.1-1.fc26
libss 1.43.3-1.fc25 -> 1.43.4-2.fc26
libssh2 1.8.0-1.fc25 -> 1.8.0-2.fc26
libsss_idmap 1.15.2-3.fc25 -> 1.15.2-5.fc26
libsss_nss_idmap 1.15.2-3.fc25 -> 1.15.2-5.fc26
libsss_sudo 1.15.2-3.fc25 -> 1.15.2-5.fc26
libstdc++ 6.3.1-1.fc25 -> 7.1.1-2.fc26
libtasn1 4.10-1.fc25 -> 4.12-1.fc26
libteam 1.26-1.fc25 -> 1.26-2.fc26
libtirpc 1.0.1-4.rc3.fc25 -> 1.0.1-4.rc3.fc26
libtomcrypt 1.17-29.fc25 -> 1.17-30.fc26
libtommath 1.0-4.fc24 -> 1.0-5.fc26
libtool-ltdl 2.4.6-13.fc25 -> 2.4.6-17.fc26
libunistring 0.9.4-3.fc24 -> 0.9.7-1.fc26
libunwind 1.1-11.fc24 -> 1.2-1.fc26
libusb 1:0.1.5-7.fc24 -> 1:0.1.5-8.fc26
libusbx 1.0.21-1.fc25 -> 1.0.21-2.fc26
libuser 0.62-4.fc25 -> 0.62-6.fc26
libutempter 1.1.6-8.fc24 -> 1.1.6-9.fc26
libuuid 2.28.2-2.fc25 -> 2.29.1-2.fc26
libverto 0.2.6-6.fc24 -> 0.2.6-7.fc26
libverto-libev 0.2.6-6.fc24 -> 0.2.6-7.fc26
libxkbcommon 0.7.1-1.fc25 -> 0.7.1-3.fc26
libxml2 2.9.4-2.fc25 -> 2.9.4-2.fc26
libyaml 0.1.6-8.fc24 -> 0.1.7-2.fc26
linux-atm-libs 2.5.1-14.fc24 -> 2.5.1-16.fc26
linux-firmware 20170313-72.git695f2d6d.fc25 -> 20170313-72.git695f2d6d.fc26
lsof 4.89-4.fc25 -> 4.89-5.fc26
lttng-ust 2.8.1-2.fc25 -> 2.9.0-2.fc26
lua-libs 5.3.4-3.fc25 -> 5.3.4-3.fc26
lvm2 2.02.167-3.fc25 -> 2.02.168-6.fc26
lvm2-libs 2.02.167-3.fc25 -> 2.02.168-6.fc26
lzo 2.08-8.fc24 -> 2.08-9.fc26
make 1:4.1-6.fc25 -> 1:4.2.1-2.fc26
mdadm 3.4-2.fc25 -> 4.0-1.fc26
mokutil 1:0.3.0-3.fc25 -> 1:0.3.0-4.fc26
mozjs17 17.0.0-16.fc25 -> 17.0.0-16.fc26
mpfr 3.1.5-1.fc25 -> 3.1.5-3.fc26
ncurses 6.0-6.20160709.fc25 -> 6.0-8.20170212.fc26
ncurses-base 6.0-6.20160709.fc25 -> 6.0-8.20170212.fc26
ncurses-libs 6.0-6.20160709.fc25 -> 6.0-8.20170212.fc26
net-tools 2.0-0.40.20160329git.fc25 -> 2.0-0.42.20160912git.fc26
nettle 3.3-1.fc25 -> 3.3-2.fc26
nfs-utils 1:2.1.1-5.rc2.fc25 -> 1:2.1.1-5.rc3.fc26
nmap-ncat 2:7.40-1.fc25 -> 2:7.40-2.fc26
npth 1.3-1.fc25 -> 1.3-2.fc26
nspr 4.14.0-2.fc25 -> 4.14.0-2.fc26
nss 3.30.2-1.1.fc25 -> 3.30.2-1.1.fc26
nss-altfiles 2.18.1-7.fc24 -> 2.18.1-8.fc26
nss-pem 1.0.3-3.fc25 -> 1.0.3-3.fc26
nss-softokn 3.30.2-1.0.fc25 -> 3.30.2-1.0.fc26
nss-softokn-freebl 3.30.2-1.0.fc25 -> 3.30.2-1.0.fc26
nss-sysinit 3.30.2-1.1.fc25 -> 3.30.2-1.1.fc26
nss-tools 3.30.2-1.1.fc25 -> 3.30.2-1.1.fc26
nss-util 3.30.2-1.0.fc25 -> 3.30.2-1.0.fc26
oci-register-machine 0-3.7.gitbb20b00.fc25 -> 0-3.7.gitbb20b00.fc26
oci-systemd-hook 1:0.1.7-1.git1788cf2.fc25 -> 1:0.1.7-1.git1788cf2.fc26
oddjob 0.34.3-2.fc24 -> 0.34.4-1.fc26
oddjob-mkhomedir 0.34.3-2.fc24 -> 0.34.4-1.fc26
openldap 2.4.44-10.fc25 -> 2.4.44-10.fc26
openssh 7.4p1-4.fc25 -> 7.5p1-2.fc26
openssh-clients 7.4p1-4.fc25 -> 7.5p1-2.fc26
openssh-server 7.4p1-4.fc25 -> 7.5p1-2.fc26
openssl 1:1.0.2k-1.fc25 -> 1:1.1.0e-1.fc26
openssl-libs 1:1.0.2k-1.fc25 -> 1:1.1.0e-1.fc26
os-prober 1.74-1.fc25 -> 1.74-1.fc26
ostree 2017.6-2.fc25 -> 2017.6-2.fc26
ostree-grub2 2017.6-2.fc25 -> 2017.6-2.fc26
ostree-libs 2017.6-2.fc25 -> 2017.6-2.fc26
p11-kit 0.23.2-4.fc25 -> 0.23.5-3.fc26
p11-kit-trust 0.23.2-4.fc25 -> 0.23.5-3.fc26
pam 1.3.0-1.fc25 -> 1.3.0-2.fc26
passwd 0.79-8.fc24 -> 0.79-9.fc26
pcre 8.40-7.fc25 -> 8.40-7.fc26
pigz 2.3.4-1.fc25 -> 2.3.4-2.fc26
pinentry 0.9.7-2.fc24 -> 0.9.7-3.fc26
policycoreutils 2.5-20.fc25 -> 2.6-5.fc26
policycoreutils-python 2.5-20.fc25 -> 2.6-5.fc26
policycoreutils-python-utils 2.5-20.fc25 -> 2.6-5.fc26
policycoreutils-python3 2.5-20.fc25 -> 2.6-5.fc26
polkit 0.113-8.fc25 -> 0.113-8.fc26
polkit-libs 0.113-8.fc25 -> 0.113-8.fc26
polkit-pkla-compat 0.1-7.fc24 -> 0.1-8.fc26
popt 1.16-7.fc24 -> 1.16-8.fc26
procps-ng 3.3.10-11.fc24 -> 3.3.10-13.fc26
protobuf-c 1.2.1-1.fc25 -> 1.2.1-4.fc26
psmisc 22.21-8.fc24 -> 22.21-9.fc26
publicsuffix-list-dafsa 20170424-1.fc25 -> 20170424-1.fc26
python-IPy 0.81-16.fc25 -> 0.81-18.fc26
python-IPy-python3 0.81-16.fc25 -> 0.81-18.fc26
python-backports 1.0-8.fc25 -> 1.0-9.fc26
python-backports-ssl_match_hostname 3.5.0.1-3.fc25 -> 3.5.0.1-4.fc26
python-cephfs 1:10.2.4-2.fc25 -> 1:10.2.7-2.fc26
python-chardet 2.3.0-1.fc25 -> 2.3.0-3.fc26
python-docker-py 1.10.6-1.fc25 -> 1:1.10.6-3.fc26
python-ipaddress 1.0.16-3.fc25 -> 1.0.16-4.fc26
python-rados 1:10.2.4-2.fc25 -> 1:10.2.7-2.fc26
python-rbd 1:10.2.4-2.fc25 -> 1:10.2.7-2.fc26
python-websocket-client 0.37.0-2.fc25 -> 0.40.0-1.fc26
python2-docker-pycreds 0.2.1-2.fc25 -> 0.2.1-4.fc26
python2-pysocks 1.5.6-5.fc25 -> 1.5.7-4.fc26
python2-requests 2.10.0-4.fc25 -> 2.13.0-1.fc26
python2-setuptools 25.1.1-1.fc25 -> 35.0.1-1.fc26
python2-urllib3 1.15.1-3.fc25 -> 1.20-1.fc26
python3 3.5.3-6.fc25 -> 3.6.1-6.fc26
python3-PyYAML 3.11-13.fc25 -> 3.12-3.fc26
python3-chardet 2.3.0-1.fc25 -> 2.3.0-3.fc26
python3-configobj 5.0.6-5.fc25 -> 5.0.6-8.fc26
python3-crypto 2.6.1-13.fc25 -> 2.6.1-14.fc26
python3-dateutil 1:2.6.0-1.fc25 -> 1:2.6.0-3.fc26
python3-dbus 1.2.4-2.fc25 -> 1.2.4-6.fc26
python3-decorator 4.0.11-1.fc25 -> 4.0.11-2.fc26
python3-docker-pycreds 0.2.1-2.fc25 -> 0.2.1-4.fc26
python3-gobject-base 3.22.0-1.fc25 -> 3.24.1-1.fc26
python3-jinja2 2.8.1-1.fc25 -> 2.9.6-1.fc26
python3-jsonpatch 1.2-9.fc25 -> 1.14-3.fc26
python3-jsonpointer 1.10-3.fc25 -> 1.10-6.fc26
python3-libs 3.5.3-6.fc25 -> 3.6.1-6.fc26
python3-libxml2 2.9.4-2.fc25 -> 2.9.4-2.fc26
python3-markupsafe 0.23-10.fc25 -> 0.23-13.fc26
python3-oauthlib 1.0.3-3.fc25 -> 1.0.3-5.fc26
python3-pip 8.1.2-2.fc25 -> 9.0.1-9.fc26
python3-prettytable 0.7.2-8.fc25 -> 0.7.2-10.fc26
python3-pyserial 3.1.1-1.fc25 -> 3.1.1-3.fc26
python3-pysocks 1.5.6-5.fc25 -> 1.5.7-4.fc26
python3-requests 2.10.0-4.fc25 -> 2.13.0-1.fc26
python3-rpm 4.13.0.1-1.fc25 -> 4.13.0.1-4.fc26
python3-setuptools 25.1.1-1.fc25 -> 35.0.1-1.fc26
python3-six 1.10.0-3.fc25 -> 1.10.0-8.fc26
python3-slip 0.6.4-4.fc25 -> 0.6.4-6.fc26
python3-slip-dbus 0.6.4-4.fc25 -> 0.6.4-6.fc26
python3-sssdconfig 1.15.2-3.fc25 -> 1.15.2-5.fc26
python3-urllib3 1.15.1-3.fc25 -> 1.20-1.fc26
python3-websocket-client 0.37.0-2.fc25 -> 0.40.0-1.fc26
qrencode-libs 3.4.2-6.fc24 -> 3.4.2-7.fc26
quota 1:4.03-7.fc25 -> 1:4.03-8.fc26
quota-nls 1:4.03-7.fc25 -> 1:4.03-8.fc26
readline 6.3-8.fc24 -> 7.0-5.fc26
rootfiles 8.1-19.fc24 -> 8.1-20.fc26
rpcbind 0.2.4-6.rc1.fc25 -> 0.2.4-7.rc2.fc26
rpm 4.13.0.1-1.fc25 -> 4.13.0.1-4.fc26
rpm-build-libs 4.13.0.1-1.fc25 -> 4.13.0.1-4.fc26
rpm-libs 4.13.0.1-1.fc25 -> 4.13.0.1-4.fc26
rpm-ostree 2017.5-2.fc25 -> 2017.6-3.fc26
rpm-plugin-selinux 4.13.0.1-1.fc25 -> 4.13.0.1-4.fc26
rsync 3.1.2-3.fc25 -> 3.1.2-4.fc26
runc 1:1.0.0-6.git75f8da7.fc25.1 -> 1:1.0.0-7.git6394544.fc26.1
screen 4.5.1-2.fc25 -> 4.5.1-2.fc26
sed 4.2.2-15.fc24 -> 4.4-1.fc26
selinux-policy 3.13.1-225.16.fc25 -> 3.13.1-254.fc26
selinux-policy-targeted 3.13.1-225.16.fc25 -> 3.13.1-254.fc26
setools-console 3.3.8-12.fc25 -> 4.1.0-3.fc26
setup 2.10.4-1.fc25 -> 2.10.5-2.fc26
shadow-utils 2:4.2.1-11.fc25 -> 2:4.3.1-3.fc26
shared-mime-info 1.8-1.fc25 -> 1.8-2.fc26
skopeo 0.1.19-1.dev.git0224d8c.fc25 -> 0.1.20-1.gite802625.fc26
skopeo-containers 0.1.19-1.dev.git0224d8c.fc25 -> 0.1.20-1.gite802625.fc26
socat 1.7.3.2-1.fc25 -> 1.7.3.2-2.fc26
sos 3.4-1.fc25 -> 3.4-1.fc26
sqlite-libs 3.14.2-1.fc25 -> 3.19.1-1.fc26
sssd-client 1.15.2-3.fc25 -> 1.15.2-5.fc26
strace 4.17-1.fc25 -> 4.17-1.fc26
sudo 1.8.20p2-1.fc25 -> 1.8.20p2-1.fc26
system-python 3.5.3-6.fc25 -> 3.6.1-6.fc26
system-python-libs 3.5.3-6.fc25 -> 3.6.1-6.fc26
systemd 231-15.fc25 -> 233-3.fc26
systemd-bootchart 231-2.fc25 -> 231-3.fc26
systemd-container 231-15.fc25 -> 233-3.fc26
systemd-libs 231-15.fc25 -> 233-3.fc26
systemd-pam 231-15.fc25 -> 233-3.fc26
systemd-udev 231-15.fc25 -> 233-3.fc26
tar 2:1.29-3.fc25 -> 2:1.29-4.fc26
tcp_wrappers 7.6-83.fc25 -> 7.6-85.fc26
tcp_wrappers-libs 7.6-83.fc25 -> 7.6-85.fc26
tcpdump 14:4.9.0-1.fc25 -> 14:4.9.0-2.fc26
teamd 1.26-1.fc25 -> 1.26-2.fc26
timedatex 0.4-2.fc24 -> 0.4-3.fc26
tmux 2.2-3.fc25 -> 2.3-2.fc26
trousers 0.3.13-6.fc24 -> 0.3.13-7.fc26
trousers-lib 0.3.13-6.fc24 -> 0.3.13-7.fc26
tzdata 2017b-1.fc25 -> 2017b-1.fc26
userspace-rcu 0.9.2-2.fc25 -> 0.9.3-2.fc26
ustr 1.0.4-21.fc24 -> 1.0.4-22.fc26
util-linux 2.28.2-2.fc25 -> 2.29.1-2.fc26
vim-minimal 2:8.0.600-1.fc25 -> 2:8.0.600-1.fc26
which 2.21-1.fc25 -> 2.21-2.fc26
xfsprogs 4.9.0-1.fc25 -> 4.10.0-1.fc26
xkeyboard-config 2.20-2.fc25 -> 2.21-1.fc26
xz 5.2.2-2.fc24 -> 5.2.3-2.fc26
xz-libs 5.2.2-2.fc24 -> 5.2.3-2.fc26
yajl 2.1.0-5.fc24 -> 2.1.0-6.fc26
zlib 1.2.8-10.fc24 -> 1.2.11-2.fc26
Removed:
libgudev-230-3.fc24.x86_64
lz4-1.7.5-1.fc25.x86_64
newt-0.52.19-2.fc25.x86_64
newt-python3-0.52.19-2.fc25.x86_64
pkgconfig-1:0.29.1-1.fc25.x86_64
plymouth-0.9.3-0.6.20160620git0e65b86c.fc25.x86_64
plymouth-core-libs-0.9.3-0.6.20160620git0e65b86c.fc25.x86_64
plymouth-scripts-0.9.3-0.6.20160620git0e65b86c.fc25.x86_64
ppp-2.4.7-9.fc24.x86_64
python-2.7.13-2.fc25.x86_64
python-libs-2.7.13-2.fc25.x86_64
python-pip-8.1.2-2.fc25.noarch
python-six-1.10.0-3.fc25.noarch
python3-docker-py-1.10.6-1.fc25.noarch
setools-libs-3.3.8-12.fc25.x86_64
slang-2.3.0-7.fc25.x86_64
sqlite-3.14.2-1.fc25.x86_64
Added:
container-storage-setup-0.3.0-1.fc26.noarch
docker-rhel-push-plugin-2:1.13.1-13.git51eb16e.fc26.x86_64
libpkgconf-1.3.7-1.fc26.x86_64
lz4-libs-1.7.5-3.fc26.x86_64
oci-umount-2:1.13.1-13.git51eb16e.fc26.x86_64
parted-3.2-24.fc26.x86_64
pcre2-10.23-7.fc26.x86_64
pkgconf-1.3.7-1.fc26.x86_64
pkgconf-m4-1.3.7-1.fc26.noarch
pkgconf-pkg-config-1.3.7-1.fc26.x86_64
python-enum34-1.0.4-7.fc26.noarch
python-rhsm-certificates-1.19.4-1.fc26.x86_64
python2-2.7.13-10.fc26.x86_64
python2-appdirs-1.4.0-10.fc26.noarch
python2-cffi-1.9.1-2.fc26.x86_64
python2-cryptography-1.7.2-1.fc26.x86_64
python2-idna-2.5-1.fc26.noarch
python2-libs-2.7.13-10.fc26.x86_64
python2-packaging-16.8-4.fc26.noarch
python2-pip-9.0.1-9.fc26.noarch
python2-ply-3.9-3.fc26.noarch
python2-pyOpenSSL-16.2.0-4.fc26.noarch
python2-pyasn1-0.2.3-1.fc26.noarch
python2-pycparser-2.14-10.fc26.noarch
python2-pyparsing-2.1.10-3.fc26.noarch
python2-six-1.10.0-8.fc26.noarch
python3-appdirs-1.4.0-10.fc26.noarch
python3-cffi-1.9.1-2.fc26.x86_64
python3-cryptography-1.7.2-1.fc26.x86_64
python3-docker-2.1.0-1.fc26.noarch
python3-idna-2.5-1.fc26.noarch
python3-packaging-16.8-4.fc26.noarch
python3-ply-3.9-3.fc26.noarch
python3-pyOpenSSL-16.2.0-4.fc26.noarch
python3-pyasn1-0.2.3-1.fc26.noarch
python3-pycparser-2.14-10.fc26.noarch
python3-pyparsing-2.1.10-3.fc26.noarch
setools-python-4.1.0-3.fc26.x86_64
setools-python3-4.1.0-3.fc26.x86_64
```
6 years, 5 months
2wk atomic release candidate: 20170605
by Dusty Mabe
We are going to attempt to release the 20170605 images tomorrow.
These images contain the following ostree version/commit:
25.127
cdd359911de49f3a8199ffd41a9894019562001d6cf9be66e1894c31b6fa1c66
The atomic host VM images are here:
https://kojipkgs.fedoraproject.org/compose/twoweek/Fedora-Atomic-25-20170...
The ISO image is here:
https://kojipkgs.fedoraproject.org/compose/twoweek/Fedora-Atomic-25-20170...
The AMIs are here:
Fedora-Atomic-25-20170605.0.x86_64 EC2 (ap-northeast-1) ami-27a5a640 hvm standard
Fedora-Atomic-25-20170605.0.x86_64 EC2 (ap-southeast-1) ami-ba52d2d9 hvm standard
Fedora-Atomic-25-20170605.0.x86_64 EC2 (ap-southeast-2) ami-0dabbc6e hvm standard
Fedora-Atomic-25-20170605.0.x86_64 EC2 (eu-central-1) ami-5266bc3d hvm standard
Fedora-Atomic-25-20170605.0.x86_64 EC2 (eu-west-1) ami-6dd7c40b hvm standard
Fedora-Atomic-25-20170605.0.x86_64 EC2 (sa-east-1) ami-18d0b974 hvm standard
Fedora-Atomic-25-20170605.0.x86_64 EC2 (us-east-1) ami-56491940 hvm standard
Fedora-Atomic-25-20170605.0.x86_64 EC2 (us-west-1) ami-82ad8ee2 hvm standard
Fedora-Atomic-25-20170605.0.x86_64 EC2 (us-west-2) ami-bc1619c5 hvm standard
Fedora-Atomic-25-20170605.0.x86_64 EC2 (ap-northeast-1) ami-8ea4a7e9 hvm gp2
Fedora-Atomic-25-20170605.0.x86_64 EC2 (ap-southeast-1) ami-f451d197 hvm gp2
Fedora-Atomic-25-20170605.0.x86_64 EC2 (ap-southeast-2) ami-9baabdf8 hvm gp2
Fedora-Atomic-25-20170605.0.x86_64 EC2 (eu-central-1) ami-a76cb6c8 hvm gp2
Fedora-Atomic-25-20170605.0.x86_64 EC2 (eu-west-1) ami-2dd4c74b hvm gp2
Fedora-Atomic-25-20170605.0.x86_64 EC2 (us-east-1) ami-6f481879 hvm gp2
Fedora-Atomic-25-20170605.0.x86_64 EC2 (us-west-1) ami-33ad8e53 hvm gp2
Fedora-Atomic-25-20170605.0.x86_64 EC2 (us-west-1) ami-33ad8e53 hvm gp2
Fedora-Atomic-25-20170605.0.x86_64 EC2 (us-west-2) ami-0719167e hvm gp2
The diff between this and the previous released version is:
ostree diff commit old: cdd359911de49f3a8199ffd41a9894019562001d6cf9be66e1894c31b6fa1c66
ostree diff commit new: 0ed61d7441eddf96e6a98de4f10f4675268c7888b6d2b8a405b8c21fe6c92d23
Upgraded:
acl 2.2.52-11.fc24.x86_64 -> 2.2.52-12.fc25.x86_64
atomic 1.17.1-4.fc25.x86_64 -> 1.17.2-1.fc25.x86_64
bubblewrap 0.1.7-1.fc25.x86_64 -> 0.1.8-1.fc25.x86_64
container-selinux 2:2.10-1.fc25.noarch -> 2:2.14-1.fc25.noarch
dhcp-client 12:4.3.5-1.fc25.x86_64 -> 12:4.3.5-2.fc25.x86_64
dhcp-common 12:4.3.5-1.fc25.noarch -> 12:4.3.5-2.fc25.noarch
dhcp-libs 12:4.3.5-1.fc25.x86_64 -> 12:4.3.5-2.fc25.x86_64
freetype 2.6.5-7.fc25.x86_64 -> 2.6.5-9.fc25.x86_64
glusterfs 3.10.1-1.fc25.x86_64 -> 3.10.2-1.fc25.x86_64
glusterfs-client-xlators 3.10.1-1.fc25.x86_64 -> 3.10.2-1.fc25.x86_64
glusterfs-fuse 3.10.1-1.fc25.x86_64 -> 3.10.2-1.fc25.x86_64
glusterfs-libs 3.10.1-1.fc25.x86_64 -> 3.10.2-1.fc25.x86_64
gssproxy 0.7.0-3.fc25.x86_64 -> 0.7.0-9.fc25.x86_64
kernel 4.10.15-200.fc25.x86_64 -> 4.11.3-200.fc25.x86_64
kernel-core 4.10.15-200.fc25.x86_64 -> 4.11.3-200.fc25.x86_64
kernel-modules 4.10.15-200.fc25.x86_64 -> 4.11.3-200.fc25.x86_64
libacl 2.2.52-11.fc24.x86_64 -> 2.2.52-12.fc25.x86_64
libsolv 0.6.27-1.fc25.x86_64 -> 0.6.27-2.fc25.x86_64
lua-libs 5.3.4-1.fc25.x86_64 -> 5.3.4-3.fc25.x86_64
nss 3.30.2-1.0.fc25.x86_64 -> 3.30.2-1.1.fc25.x86_64
nss-sysinit 3.30.2-1.0.fc25.x86_64 -> 3.30.2-1.1.fc25.x86_64
nss-tools 3.30.2-1.0.fc25.x86_64 -> 3.30.2-1.1.fc25.x86_64
p11-kit 0.23.2-3.fc25.x86_64 -> 0.23.2-4.fc25.x86_64
p11-kit-trust 0.23.2-3.fc25.x86_64 -> 0.23.2-4.fc25.x86_64
runc 1:1.0.0-5.rc2.gitc91b5be.fc25.x86_64 -> 1:1.0.0-6.git75f8da7.fc25.1.x86_64
screen 4.5.1-1.fc25.x86_64 -> 4.5.1-2.fc25.x86_64
strace 4.16-1.fc25.x86_64 -> 4.17-1.fc25.x86_64
sudo 1.8.19p2-1.fc25.x86_64 -> 1.8.20p2-1.fc25.x86_64
systemd 231-14.fc25.x86_64 -> 231-15.fc25.x86_64
systemd-container 231-14.fc25.x86_64 -> 231-15.fc25.x86_64
systemd-libs 231-14.fc25.x86_64 -> 231-15.fc25.x86_64
systemd-pam 231-14.fc25.x86_64 -> 231-15.fc25.x86_64
systemd-udev 231-14.fc25.x86_64 -> 231-15.fc25.x86_64
vim-minimal 2:8.0.596-1.fc25.x86_64 -> 2:8.0.600-1.fc25.x86_64
Notable updates are the kernel, systemd, bubblewrap, and runc.
Dusty
6 years, 5 months