From 0b6b95418b12410fcbb038150278416c66a90d05 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Sep 22 2020 12:51:51 +0000 Subject: New version - 33.16.3.26 --- diff --git a/anaconda.spec.in b/anaconda.spec.in index 517c97e..3acd7ab 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -366,6 +366,10 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Sep 22 2020 Radek Vykydal - 33.16.3.26-1 +- Never mount partitions on a disk with the iso9660 filesystem (vponcova) + Resolves: rhbz#1878784 + * Thu Sep 17 2020 Radek Vykydal - 33.16.3.25-1 - Root password is mandatory if there is *not* admin user. (rvykydal) Related: rhbz#1876727 diff --git a/configure.ac b/configure.ac index 3a82f9d..ea10317 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ m4_define(python_required_version, 3.4) AC_PREREQ([2.63]) -AC_INIT([anaconda], [33.16.3.25], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [33.16.3.26], [anaconda-devel-list@redhat.com]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)