diff --git a/.cvsignore b/.cvsignore index ffc0e58..d790f24 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,6 +1 @@ -anaconda-11.4.1.24.tar.bz2 -anaconda-11.4.1.25.tar.bz2 -anaconda-11.4.1.26.tar.bz2 -anaconda-11.4.1.27.tar.bz2 -anaconda-11.4.1.28.tar.bz2 -anaconda-11.4.1.29.tar.bz2 +anaconda-11.4.1.30.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index ab2659b..5af877b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.29 +Version: 11.4.1.30 Release: 1 License: GPLv2+ Group: Applications/System @@ -17,7 +17,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define dmver 1.02.17-6 %define gettextver 0.11 %define intltoolver 0.31.2-3 -%define libdhcpver 1.99.8-1 %define libnlver 1.0 %define libselinuxver 1.6 %define mkinitrdver 5.1.2-1 @@ -33,6 +32,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define rhpxlver 0.25 %define desktopfileutilsver 0.8 %define e2fsver 1.41.0 +%define nmver 0.7.0 +%define dbusver 1.2.3 +%define createrepover 0.4.7 +%define yumutilsver 1.1.11-3 BuildRequires: audit-libs-devel BuildRequires: booty @@ -47,7 +50,6 @@ BuildRequires: isomd5sum-devel BuildRequires: libX11-devel BuildRequires: libXt-devel BuildRequires: libXxf86misc-devel -BuildRequires: libdhcp-devel >= %{libdhcpver} BuildRequires: libnl-devel >= %{libnlver} BuildRequires: libselinux-devel >= %{libselinuxver} BuildRequires: libsepol-devel @@ -65,6 +67,8 @@ BuildRequires: slang-devel >= %{slangver} BuildRequires: xmlto BuildRequires: yum >= %{yumver} BuildRequires: zlib-devel +BuildRequires: NetworkManager-devel >= %{nmver} +BuildRequires: dbus-devel >= %{dbusver} %ifarch %livearches BuildRequires: desktop-file-utils %endif @@ -116,7 +120,9 @@ Requires: zenity Requires(post): desktop-file-utils >= %{desktopfileutilsver} Requires(postun): desktop-file-utils >= %{desktopfileutilsver} %endif -Requires: createrepo >= 0.4.7, squashfs-tools, mkisofs +Requires: createrepo >= %{createrepover} +Requires: squashfs-tools +Requires: mkisofs %ifarch %{ix86} x86_64 Requires: syslinux Requires: makebootfat @@ -127,7 +133,10 @@ Requires: openssh %endif Requires: busybox-anaconda Requires: isomd5sum -Requires: yum-utils >= 1.1.11-3 +Requires: yum-utils >= %{yumutilsver} +Requires: NetworkManager >= %{nmver} +Requires: dhclient +Requires: dhcpv6-client Obsoletes: anaconda-images <= 10 Obsoletes: anaconda-runtime < %{version}-%{release} Provides: anaconda-runtime = %{version}-%{release} @@ -211,6 +220,79 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Aug 29 2008 David Cantrell - 11.4.1.30-1 +- Fix a traceback with unencrypted autopart. (dlehman) +- doLoggingSetup has grown some new arguments (#460654). (clumens) +- Updated German translation (fabian) +- Remove references to isConfigured in network.py (dcantrell) +- Define the NM_STATE_* constants in isys.py (dcantrell) +- Rewrite NetworkWindow to only prompt for hostname. (dcantrell) +- Pad the icon more in network.glade (dcantrell) +- Removed iface_dns_lookup() (dcantrell) +- Don't pass NULL to dbus_message_unref() (dcantrell) +- New network configuration screen for GTK+ UI. (dcantrell) +- Pass family to iface_ip2str() call (dcantrell) +- Rewrite iface_ip2str() to talk to NetworkManager over D-Bus (dcantrell) +- New translation (besnik) +- Pull in the gtkrc file so we can find the theme. (clumens) +- Use signed git tags (katzj) +- Skip networkDeviceCheck in dispatch.py (dcantrell) +- Do not call has_key() on NetworkDevice, use isys.NM_* (dcantrell) +- Separate lines per BR. (dcantrell) +- Remove invalid line iw/autopart_type.py (dcantrell) +- Fix syntax error in yuminstall.py, fix pychecker warnings. (dcantrell) +- Updated Hungarian translation (sulyokpeti) +- Add missing () to function definitions. (dcantrell) +- Fix err handling in doMultiMount() (dcantrell) +- Revert "Pass --follow to git-log" (dcantrell) +- Remove references to /tmp/netinfo (dcantrell) +- Gather network settings from NetworkManager and ifcfg files. (dcantrell) +- Update the pot file and refresh the pos (katzj) +- For all HTTP/FTP repos, keep the cached repodata (#173441). (clumens) +- Fix a traceback when trying to set the status whiteboard on a bug. + (clumens) +- When the wrong filesystem type is used, raise a more explicit error. + (clumens) +- Don't copy the install.img over in single media cases (#216167). (clumens) +- Remove isys.getopt() (dcantrell) +- Remove code not used in net.c (dcantrell) +- Write to /etc/sysconfig/network-scripts/ifcfg-INTERFACE (dcantrell) +- mystrstr() -> strstr() (dcantrell) +- Expand getDeviceProperties to return all devices. (dcantrell) +- Pass --follow to git-log (dcantrell) +- Support accessing preexisting LUKS devs using LRW or XTS ciphers. + (#455063) (dlehman) +- Use yum's handling of optional/default/mandatory package selection + (#448172). (clumens) +- List iSCSI multipath devices in the installer UI. (dcantrell) +- Fix text wrap width on the partition type combo, for real this time + (#221791) (dlehman) +- For /dev/hvc0 terminals, set TERM to vt320 (#219556). (dcantrell) +- The Timer class is no longer used. (clumens) +- Handle preexisting swraid w/ encrypted member disks/partitions. (dlehman) +- Don't try to close a dm-crypt mapping that is not open. (dlehman) +- Remove unused silo code that wouldn't even build if it were used. (clumens) +- Remove some really old, really unused code. (clumens) +- Add another mount function that takes a list of fstypes to try. (clumens) +- Download progress indicator for FTP and HTTP in stage 1. (dcantrell) +- Make sure we wait for NetworkManager. (dcantrell) +- Renamed loader2 subdirectory to loader (hooray for git) (dcantrell) +- Do not include wireless.h or call is_wireless_device() (dcantrell) +- Add getDeviceProperties() and rewrite getMacAddress() (dcantrell) +- Do not include wireless.h (dcantrell) +- Rewrite isys.isWireless() to use D-Bus and NetworkManager (dcantrell) +- Rewrite isys.getIPAddress() to use D-Bus and NetworkManager. (dcantrell) +- Include ../isys/ethtool.h instead of ../isys/net.h. (dcantrell) +- Rename isys/net.h to isys/ethtool.h, removed unnecessary typedefs. + (dcantrell) +- Removed waitForLink() function in loader. (dcantrell) +- Remove initLoopback() function in loader (dcantrell) +- Use D-Bus properties to get current NM state. (dcantrell) +- Use dbus in hasActiveNetDev() and _anyUsing() (dcantrell) +- Use NetworkManager instead of libdhcp. (#458183) (dcantrell) +- When mount fails, pass the error message up to the UI layer. (clumens) +- Bring askmethod back to prompt for the location of install.img. (clumens) + * Fri Aug 22 2008 Chris Lumens - 11.4.1.29-1 - Enable yum plugins. (clumens) - In the preupgrade case, repo=hd: means an exploded tree on the hard drive. diff --git a/sources b/sources index 4f80456..6653bd2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -465b9b8b3a817fd8ad360f62ddcb818e anaconda-11.4.1.29.tar.bz2 +9bab4743f94201d0a4ddd66979fa6f80 anaconda-11.4.1.30.tar.bz2