From 4807d7a8ca5093d3f386c013e86524476438acd5 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Jul 26 2007 21:44:33 +0000 Subject: * Thu Jul 26 2007 Jeremy Katz - 11.3.0.11-1 - GPT boot bits (pjones) - Fix loopback clobbering problem - Fix tui installs to not hang (dcantrell) - Fix stage2 generation to use the tree and not configured repos --- diff --git a/.cvsignore b/.cvsignore index d7a578e..cf6dadd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.3.0.10.tar.bz2 +anaconda-11.3.0.11.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 19e6e28..2f4b8ed 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.3.0.10 +Version: 11.3.0.11 Release: 1 License: GPL Summary: Graphical system installer @@ -22,7 +22,7 @@ BuildRequires: slang-devel >= 2.0.6-2, slang-static BuildRequires: newt-devel, newt-static BuildRequires: glib2-devel >= 2.11.1-5, glib2-static, libdhcp6client-static BuildRequires: libdhcp-static >= 1.24-3, mkinitrd-devel >= 5.1.2-1 -BuildRequires: audit-libs-devel +BuildRequires: audit-libs-devel, curl %ifarch %livearches BuildRequires: desktop-file-utils %endif @@ -142,6 +142,12 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Jul 26 2007 Jeremy Katz - 11.3.0.11-1 +- GPT boot bits (pjones) +- Fix loopback clobbering problem +- Fix tui installs to not hang (dcantrell) +- Fix stage2 generation to use the tree and not configured repos + * Wed Jul 25 2007 Jeremy Katz - 11.3.0.10-1 - fix media installs (#249371) diff --git a/sources b/sources index 20d4026..e9d10b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -61dd9d78eabc76ad006c80540e68e9fe anaconda-11.3.0.10.tar.bz2 +407f61f61292ee59e2639520cf5282bb anaconda-11.3.0.11.tar.bz2