[anaconda/f14/master] - i18n: do not build translatable sentences from parts (#622545). (akozumpl) - memory: install.img i

David Lehman dlehman at fedoraproject.org
Thu Sep 2 03:57:38 UTC 2010


commit b94bbde019fe3052867a818c0a73c14413f5825a
Author: David Lehman <dlehman at redhat.com>
Date:   Wed Sep 1 22:56:05 2010 -0500

    - i18n: do not build translatable sentences from parts (#622545). (akozumpl)
    - memory: install.img is now >150 MB so count 192 MB extra for it. (akozumpl)
    - memory: check_memory() displays GUI dialog on livecd (#624534). (akozumpl)
    - readvars should split variables into at most 2 pieces (bcl)
    - Adding output to method selection process (bcl)
    - systemd symlinks now reside in /lib (#627401). (clumens)
    - loader: parseCmdLineIp* takes just the value as an argument now. (akozumpl)
    - And change the tigervnc requires in the spec file too. (clumens)
    - Require tigervnc-server-minimal to remove perl from livecd (#627280).
      (clumens)
    - Do disklabel handling for whole disk formats unknown to anaconda (#619721)
      (hdegoede)
    - Don't touch resolv.conf which is handled by NM (#622927) (rvykydal)
    - Do not use autoconfiguration for DHCPv6 (#623216) (rvykydal)
    - After cancelled stage 2 network enablement remove temporary repo (#623639)
      (rvykydal)
    - Fix traceback when using duplicate name for added/edited repo (#623080)
      (rvykydal)
    - Fix traceback after Cancel in stage 2 network enablement dialog (#623017)
      (rvykydal)
    - Add support for ipv6 to text UI network enablement (#612476) (rvykydal)
    - Remember user's choice when going back in Configure TCP/IP (#609570)
      (rvykydal)
    - Update generating of anaconda-ks.cfg for ipv6. (rvykydal)
    - Update ks network command for ipv6 in anaconda. (rvykydal)
    - Fix comparison between /dev/disk/* paths and udev symlinks (#621515).
      (clumens)
    - Remove telnetd.h from POTFILES.in so make works again. (clumens)
    - Reset labels on /var/cache/yum as well (#623434). (clumens)
    - NetworkManager uses a different config file now (#623937). (clumens)
    - Remove telnet support. (dlehman)
    - Allow omission of --size for partitions, use default size. (dlehman)
    - LVM and LUKS now align everything to 1MB boundaries. (#623458) (dlehman)
    - Clearing of formatting from unpartitioned disks belongs in clearPartitions.
      (dlehman)
    - Only set noverifyssl on URL installs (#621469). (clumens)

 .gitignore    |    4 +--
 anaconda.spec |   66 +++++++++++++++++++++++++++++++++++++++++++++++++-------
 sources       |    2 +-
 3 files changed, 59 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16ed766..c09a653 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1 @@
-anaconda-14.13.tar.bz2
-anaconda-14.14.tar.bz2
-anaconda-14.15.tar.bz2
+anaconda-14.17.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 3c23682..5a64456 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,8 +2,8 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 14.15
-Release: 2%{?dist}
+Version: 14.17
+Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
 URL:     http://fedoraproject.org/wiki/Anaconda
@@ -14,9 +14,6 @@ URL:     http://fedoraproject.org/wiki/Anaconda
 # ./autogen.sh
 # make dist
 Source0: %{name}-%{version}.tar.bz2
-Patch0: 0001-Update-systemd-s-default.target-for-the-desired-runl.patch
-Patch1: 0004-Make-sure-nomodeset-and-xdriver-get-passed-on-to-sta.patch
-Patch2: 0005-I-don-t-need-to-pass-nomodeset-to-stage2-after-all.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -129,7 +126,7 @@ Requires: dbus-python
 Requires: cracklib-python
 Requires: python-bugzilla
 Requires: python-nss
-Requires: tigervnc-server
+Requires: tigervnc-server-minimal
 %ifarch %livearches
 Requires: usermode
 Requires: zenity
@@ -167,9 +164,6 @@ system.  These files are of little use on an already installed system.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
 %configure --disable-static
@@ -229,6 +223,60 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Wed Sep 01 2010 David Lehman <dlehman at redhat.com> - 14.17-1
+- i18n: do not build translatable sentences from parts (#622545). (akozumpl)
+- memory: install.img is now >150 MB so count 192 MB extra for it. (akozumpl)
+- memory: check_memory() displays GUI dialog on livecd (#624534). (akozumpl)
+- readvars should split variables into at most 2 pieces (bcl)
+- Adding output to method selection process (bcl)
+- systemd symlinks now reside in /lib (#627401). (clumens)
+- loader: parseCmdLineIp* takes just the value as an argument now. (akozumpl)
+- And change the tigervnc requires in the spec file too. (clumens)
+- Require tigervnc-server-minimal to remove perl from livecd (#627280).
+  (clumens)
+- Do disklabel handling for whole disk formats unknown to anaconda (#619721)
+  (hdegoede)
+- Don't touch resolv.conf which is handled by NM (#622927) (rvykydal)
+- Do not use autoconfiguration for DHCPv6 (#623216) (rvykydal)
+- After cancelled stage 2 network enablement remove temporary repo (#623639)
+  (rvykydal)
+- Fix traceback when using duplicate name for added/edited repo (#623080)
+  (rvykydal)
+- Fix traceback after Cancel in stage 2 network enablement dialog (#623017)
+  (rvykydal)
+- Add support for ipv6 to text UI network enablement (#612476) (rvykydal)
+- Remember user's choice when going back in Configure TCP/IP (#609570)
+  (rvykydal)
+- Update generating of anaconda-ks.cfg for ipv6. (rvykydal)
+- Update ks network command for ipv6 in anaconda. (rvykydal)
+- Fix comparison between /dev/disk/* paths and udev symlinks (#621515).
+  (clumens)
+- Remove telnetd.h from POTFILES.in so make works again. (clumens)
+- Reset labels on /var/cache/yum as well (#623434). (clumens)
+- NetworkManager uses a different config file now (#623937). (clumens)
+- Remove telnet support. (dlehman)
+- Allow omission of --size for partitions, use default size. (dlehman)
+- LVM and LUKS now align everything to 1MB boundaries. (#623458) (dlehman)
+- Clearing of formatting from unpartitioned disks belongs in clearPartitions.
+  (dlehman)
+- Only set noverifyssl on URL installs (#621469). (clumens)
+
+* Thu Aug 12 2010 Chris Lumens <clumens at redhat.com> - 14.16-1
+- I don't need to pass "nomodeset" to stage2 after all. (clumens)
+- Make sure "nomodeset" and "xdriver=" get passed on to stage2 (#623129).
+  (clumens)
+- Do not support "part --grow raid.XX" (#577432). (clumens)
+- Update systemd's default.target for the desired runlevel (#623102, mschmidt).
+  (clumens)
+- Skip cleardiskssel on custom partitioning (#620647). (clumens)
+- logging: typo in analog (akozumpl)
+- logging: fix logic in getSyslog(). (akozumpl)
+- Use full EFI path to map drives for grub (#598572) (bcl)
+- Don't complain about upgrading the same release (#620953) (bcl)
+- Don't crash on unnamed installs (#621685) (bcl)
+- Log exclusiveDisks, ignoredDisks, and reasons for ignoring devices. (dlehman)
+- Include mpath/fwraid member devices in exclusiveDisks. (dlehman)
+
 * Thu Aug 05 2010 Chris Lumens <clumens at redhat.com> - 14.15-1
 - Fix typo and set mpaths' sysfs path before querying udevdb. (#620712)
   (dlehman)
diff --git a/sources b/sources
index f9b683d..f821685 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ea13b19b46450041b831c5ff4347412  anaconda-14.15.tar.bz2
+3ded8b00563bf849aa6db022e73b42f1  anaconda-14.17.tar.bz2


More information about the scm-commits mailing list