From 1ebfd8c6d3a1529f2abf24dd913a4bb7eace1f80 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Feb 02 2021 12:25:34 +0000 Subject: New version - 33.16.4.9 --- diff --git a/anaconda.spec.in b/anaconda.spec.in index de8aea9..07afe92 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -367,6 +367,24 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Tue Feb 02 2021 Radek Vykydal - 33.16.4.9-1 +- Change warning messages of missing prefix for RH products (jkonecny) + Resolves: rhbz#1897657 +- Do not use cache for container build (jkonecny) + Related: rhbz#1885635 +- Fix missing inst. prefixes for bootloader options in documentation (jkonecny) + Related: rhbz#1897657 +- Fix show missing inst. prefix warning appropriately (jkonencny) + Related: rhbz#1897657 +- Remove docs where we tell users that inst. prefix is not required (jkonecny) + Related: rhbz#1897657 +- Print warning for boot options without inst. prefix (jkonecny) + Related: rhbz#1897657 +- Add missing dracut commands as missing inst. prefix warning (jkonecny) + Related: rhbz#1897657 +- Enable warning when inst. prefix is not used (jkonecny) + Related: rhbz#1897657 + * Mon Jan 18 2021 Radek Vykydal - 33.16.4.8-1 - network: handle wireless configure button sensitiveness (rvykydal) Resolves: rhbz#1917437 diff --git a/configure.ac b/configure.ac index f97d2de..033d15e 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.4.8], [anaconda-devel-list@redhat.com]) +AC_INIT([anaconda], [33.16.4.9], [anaconda-devel-list@redhat.com]) # make it possible to set build info at build time # (patch only builds, modular builds, mass-rebuilds, etc.)