From 9041e76ff8f777fda51cc4732fed1c2df7c36fe0 Mon Sep 17 00:00:00 2001 From: David Lehman Date: Apr 12 2011 01:23:04 +0000 Subject: Try again at this fedpkg thing. --- diff --git a/anaconda.spec b/anaconda.spec index 174b7f0..31e94cf 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,8 +2,8 @@ Summary: Graphical system installer Name: anaconda -Version: 16.4 -Release: 1%{?dist} +Version: 16.5 +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -78,6 +78,7 @@ BuildRequires: python-nose BuildRequires: rpm-devel BuildRequires: rpm-python >= %{rpmpythonver} BuildRequires: slang-devel >= %{slangver} +BuildRequires: transifex-client BuildRequires: xmlto BuildRequires: yum >= %{yumver} BuildRequires: zlib-devel @@ -231,6 +232,50 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Apr 11 2011 David Lehman - 16.5-2 +- Try again at this fedpkg thing. + +* Mon Apr 11 2011 David Lehman - 16.5-1 +- Remove maximum limit on EFI partition (#684860) (bcl) +- Changes for NetworkManager API 0.9 (rvykydal) +- Fix network --device=bootif value processing in stage2. (vpodzime) +- Ignore --device=ibft in stage 2 kickstart handling (#638131) (vpodzime) +- Don't write HWADDR into ifcfg files (#690589) (rvykydal) +- Fix network --device= for static configurations (#693302) (rvykydal) +- Fix bad indentation from 026dacc3. (akozumpl) +- If we change language during Python, build the new locale files. (clumens) +- If we're not given a language on the command line, set up English. (clumens) +- No longer log that we're resetting the file context. (clumens) +- Do filesystem-specific sync operation after writing configuration. (dlehman) +- Add sync method to force data onto disk and/or journal. (dlehman) +- Update ui screens to use new bootloader module. (dlehman) +- Update remaining parts of anaconda to use new bootloader module. (dlehman) +- Update storage module for new platform and bootloader modules. (dlehman) +- Update platform.py for new bootloader module. (dlehman) +- Update kickstart.py for new bootloader module. (dlehman) +- Replace booty with a new bootloader module. (dlehman) +- Add "disks" attr to StorageDevice to list disks a device depends on. + (dlehman) +- Prevent debug and kdump kernels from becoming the default (#693702) + (dcantrell) +- Use znet_cio_free to clear network devices from cio_ignore. (dcantrell) +- Remove deprecated targets from top level Makefile.am (dcantrell) +- Remove languages not available from Transifex. (dcantrell) +- Add Transifex instructions for anaconda developers. (dcantrell) +- Update Makefile.am to work with new translation system. (dcantrell) +- BuildRequires transifex-client (dcantrell) +- Ignore po/*.po files (dcantrell) +- Remove translation files. (dcantrell) +- Add transifex-client configuration file. (dcantrell) +- Fix syntax error from commit 9e696b62. (akozumpl) +- Rewrite nfs url parsing in loader (bcl) +- Fix order of nfs mountOpts in promptForNfs (bcl) +- timeout= in yaboot.conf is in tenths of seconds (#692409) (dcantrell) +- Install dracut-fips package when fips=1 is specified (#692350) (dcantrell) +- unicode-linedraw-chars.txt is no longer useful. (clumens) +- mkctype is no longer useful. (clumens) +- Fix a typo in swap upgrade strings (yurchor (clumens) + * Thu Mar 31 2011 Chris Lumens - 16.4-1 - Fix a syntax error from the previous translation commit. (clumens) - crypttab should not be world-readable (#692254). (clumens) diff --git a/sources b/sources index 89406c2..8a01eed 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -8d69a6483845eebcf82d34b3464e4496 anaconda-16.4.tar.bz2 88686604ed5796bfbec45fb0f8f0716d anaconda-16.5.tar.bz2