From e3d32cd5412f2f9bf4e1cbc0a467c59bf6dac99f Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Sep 07 2020 18:41:12 +0000 Subject: New version - 33.16.3.24 --- diff --git a/anaconda.spec.in b/anaconda.spec.in index 103e2f3..deb0649 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -366,6 +366,11 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Sep 07 2020 Radek Vykydal - 33.16.3.24-1 +- network: do not add superfluous quotes to inst.dhcpclass identifier + (rvykydal) + Related: rhbz#1870692 + * Fri Sep 04 2020 Radek Vykydal - 33.16.3.23-1 - subscription: Assure payload restart on DVD install after registration (mkolman) diff --git a/configure.ac b/configure.ac index 4b75562..c9ee320 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.23], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [33.16.3.24], [anaconda-devel-list@redhat.com]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)