New version.
This commit is contained in:
parent
2195dcff56
commit
8bb1507899
@ -1 +1,2 @@
|
||||
anaconda-11.4.1.36.tar.bz2
|
||||
anaconda-11.4.1.37.tar.bz2
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Summary: Graphical system installer
|
||||
Name: anaconda
|
||||
Version: 11.4.1.36
|
||||
Version: 11.4.1.37
|
||||
Release: 1
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -135,6 +135,7 @@ Requires: yum-utils >= %{yumutilsver}
|
||||
Requires: NetworkManager >= %{nmver}
|
||||
Requires: dhclient
|
||||
Requires: dhcpv6-client
|
||||
Requires: anaconda-yum-plugins
|
||||
Obsoletes: anaconda-images <= 10
|
||||
Obsoletes: anaconda-runtime < %{version}-%{release}
|
||||
Provides: anaconda-runtime = %{version}-%{release}
|
||||
@ -143,15 +144,6 @@ Provides: anaconda-runtime = %{version}-%{release}
|
||||
The anaconda package contains the program which was used to install your
|
||||
system. These files are of little use on an already installed system.
|
||||
|
||||
%package yum-plugins
|
||||
Summary: Installation-related yum plugins
|
||||
Group: Applications/System
|
||||
Requires: python, yum
|
||||
|
||||
%description yum-plugins
|
||||
The anaconda yum-plugins package contains yum plugins that are useful for
|
||||
anaconda and other system installation-related programs.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -209,15 +201,34 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
|
||||
%{_datadir}/applications/*.desktop
|
||||
%endif
|
||||
|
||||
%files yum-plugins
|
||||
%defattr(-,root,root)
|
||||
%{_sysconfdir}/yum/pluginconf.d/*
|
||||
%{_prefix}/lib/yum-plugins/*
|
||||
|
||||
%triggerun -- anaconda < 8.0-1
|
||||
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Fri Sep 19 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.37-1
|
||||
- Set the filename on the traceback when we upload it (wwoods).
|
||||
- Don't worry about errors looking up protected partitions on upgrades.
|
||||
(clumens)
|
||||
- Fix test for allowing the installation source to be on the root fs
|
||||
(#462769). (clumens)
|
||||
- lang-names should really only depend on lang-table (katzj)
|
||||
- Don't make the .desktop file unless we actually need to (katzj)
|
||||
- Fix lang-name generation (katzj)
|
||||
- Look for xrandr in the search path. (clumens)
|
||||
- Make the textw network screen match the iw interface by only prompting for
|
||||
hostname (#462592) (dcantrell)
|
||||
- Pick up hostname if we have it, otherwise use localhost.localdomain
|
||||
(#461933) (dcantrell)
|
||||
- dhclient-script not needed for NetworkManager (dcantrell)
|
||||
- Add getDefaultHostname() to network.py (dcantrel)
|
||||
- Write out NETMASK and BROADCAST correctly in loader. (dcantrel)
|
||||
- Fix problems with manual network configuration in loader. (dcantrel)
|
||||
- anaconda-yum-plugins is now in its own source repo. (clumens)
|
||||
- Remove most of the network configuration from text mode as well (#462691).
|
||||
(clumens)
|
||||
- Add an extra newline to the empty partition table message. (clumens)
|
||||
- Fixup DiskSet._askForLabelPermission() (markmc)
|
||||
|
||||
* Mon Sep 15 2008 David Cantrell <dcantrell@redhat.com> - 11.4.1.36-1
|
||||
- Remove invalid i18n stuff to let anaconda build. (dcantrell)
|
||||
- Remove doConfigNetDevice() prototype. (dcantrell)
|
||||
|
Loading…
Reference in New Issue
Block a user