rpms/anaconda/devel .cvsignore, 1.642, 1.643 anaconda.spec, 1.791, 1.792 sources, 1.776, 1.777

Christopher Edward Lumens clumens at fedoraproject.org
Thu Jul 2 17:19:37 UTC 2009


Author: clumens

Update of /cvs/pkgs/rpms/anaconda/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2403

Modified Files:
	.cvsignore anaconda.spec sources 
Log Message:
New version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/.cvsignore,v
retrieving revision 1.642
retrieving revision 1.643
diff -u -p -r1.642 -r1.643
--- .cvsignore	18 May 2009 23:35:25 -0000	1.642
+++ .cvsignore	2 Jul 2009 17:19:06 -0000	1.643
@@ -1 +1,2 @@
 anaconda-11.5.0.53.tar.bz2
+anaconda-12.0.tar.bz2


View full diff with command:
/usr/bin/cvs -f diff  -kk -u -p -N -r 1.791 -r 1.792 anaconda.spec
Index: anaconda.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/anaconda.spec,v
retrieving revision 1.791
retrieving revision 1.792
diff -u -p -r1.791 -r1.792
--- anaconda.spec	18 May 2009 23:35:26 -0000	1.791
+++ anaconda.spec	2 Jul 2009 17:19:06 -0000	1.792
@@ -1,8 +1,9 @@
 %define livearches %{ix86} x86_64 ppc ppc64
+%define _libdir %{_prefix}/lib
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 11.5.0.53
+Version: 12.0
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -11,7 +12,7 @@ URL:     http://fedoraproject.org/wiki/A
 # To generate Source0 do:
 # git clone http://git.fedorahosted.org/git/anaconda.git
 # git checkout -b archive-branch anaconda-%{version}-%{release}
-# make archive-no-tag
+# make dist
 Source0: %{name}-%{version}.tar.bz2
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -25,7 +26,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 %define libnlver 1.0
 %define libselinuxver 1.6
 %define mkinitrdver 5.1.2-1
-%define pykickstartver 1.53
+%define pykickstartver 1.55
 %define rpmpythonver 4.2-0.61
 %define slangver 2.0.6-2
 %define yumver 2.9.2
@@ -112,7 +113,7 @@ Requires: cryptsetup-luks
 Requires: python-cryptsetup >= %{pythoncryptsetupver}
 Requires: mdadm
 Requires: lvm2
-Requires: util-linux-ng
+Requires: util-linux-ng >= 2.15.1
 %ifnarch s390 s390x ppc64
 Requires: system-config-keyboard
 %endif
@@ -149,19 +150,20 @@ Provides: anaconda-runtime = %{version}-
 Obsoletes: booty
 
 %description
-The anaconda package contains the program which was used to install your 
+The anaconda package contains the program which was used to install your
 system.  These files are of little use on an already installed system.
 
 %prep
 %setup -q
 
 %build
-%{__make} depend
+%configure --disable-static
 %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
 %{__make} install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name "*.la" | xargs %{__rm}
 
 %ifarch %livearches
 desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
@@ -211,6 +213,147 @@ update-desktop-database &> /dev/null || 
 %endif
 
 %changelog
+* Thu Jul 02 2009 Chris Lumens <clumens at redhat.com> - 12.0-1
+- network --bootproto no longer implies DHCP. (clumens)
+- Don't unconditionally skip the network config screen in kickstart. (clumens)
+- Allow creating new groups through kickstart. (clumens)
+- Set focus on hostname entry in network UI screen (#494135) (rvykydal)
+- Fix upgrade selected in UI after storage reset (#503302) (rvykydal)
+- Add support for specifying upgrade partition in ks (#471232) (rvykydal)
+- Add missing liveinst/* files. (dcantrell)
+- Update code that checks for devices that contain install media. (dlehman)
+- Rework tracking of devices containing installation media. (#497087) (dlehman)
+- Add function storage.udev.udev_resolve_devspec. (dlehman)
+- Prevent false positives in devtree's device lookup methods. (dlehman)
+- Skip exceptionDisks if exn originated in devtree.populate. (#497240) (dlehman)
+- Stop using rhpl.arch in writeRpmPlatform() (katzj)
+- Move simpleconfig (back) into anaconda from rhpl (katzj)
+- Use iutil arch specifiers rather than rhpl (katzj)
+- Remove unused rhpl imports (katzj)
+- Switch to using iutil.isS390 instead of rhpl.getArch (katzj)
+- Stop using rhpl.translate (katzj)
+- Default to /boot on ext4 (katzj)
+- Allow /boot on ext4 now that we have a grub that allows it (katzj)
+- Make sure the library directory is always set (notting)
+- Write out "MAILADDR root" into mdadm.conf (#508321) (rvykydal)
+- Do not install grub more times than needed. (rvykydal)
+- Ensure we set the SELinux context correctly on symlinks (#505054) (katzj)
+- udev dropped vol_id (#506360) (katzj)
+- Handle installing multilib into the installer intramfs correctly. (notting)
+- Set LIBDIR appropriately on PPC64. (notting)
+- Fix grub upgrade (#505966) (rvykydal)
+- Include yum.log in anacdump.txt too. (rvykydal)
+- Access format options property instead of mountopts attr. (#506219) (dlehman)
+- Be more careful about identifying NFS fstab entries. (dlehman)
+- Don't add leading directory for files twice. (#503830) (dlehman)
+- booty changes for iswmd (Jacek.Danecki)
+- Support for MD containers. (Jacek.Danecki)
+- New iswmd parameter for kernel cmdline (Jacek.Danecki)
+- New udev rule for using mdadm for isw_raid_member (Jacek.Danecki)
+- Use isohybrid to make boot.iso a hybrid image (katzj)
+- Log yum messages. (rvykydal)
+- Tell booty to rescan for bootable drivers when an extra disks get
+  added (hdegoede)
+- Do not encourage VNC when doing kickstart text installs (#506534) (dcantrell)
+- Rename bootstrap to autogen.sh (dcantrell)
+- Include the contents of /proc/cmdline in exception reports (katzj)
+- Include libwrap library for sshd and telnet in s390 installs (jgranado)
+- Enforcing matching rootfs type on LVs as well as for partitions
+  (#504743) (katzj)
+- Remove problem packages before attempting a re-download (#501887). (clumens)
+- Be more explicit about what's lacking on EFI systems (#501341). (clumens)
+- If not enough memory is installed, enforce swap partition creation
+  (#498742). (clumens)
+- Convert to using automake/autoconf. (dcantrell)
+- Convert po/ subdirectory to GNU gettext template system. (dcantrell)
+- Restructure liveinst/ for the new build system. (dcantrell)
+- Add m4/ subdirectory with autoconf macros. (dcantrell)
+- Removed py-compile script. (dcantrell)
+- Rename anaconda.spec to anaconda.spec.in (dcantrell)
+- Ignore autoconf and automake files in the tree. (dcantrell)
+- Removed toplevel Makefile and Makefile.inc (dcantrell)
+- Show MAC address of network device in combo box (#504216) (dcantrell)
+- Remove loader/tr/.cvsignore (dcantrell)
+- Increase max NIC identification duration to 5 minutes (#473747). (dcantrell)
+- Use /sbin/ipcalc for IP address validation (#460579) (dcantrell)
+- Fix an obvious traceback when doing part --ondisk= (#504687). (clumens)
+- Catch errors from bootloader installation (#502210). (clumens)
+- Remove umask temporarily so device permissions are correct
+  (#383531, wmealing).
+- Remove the name check on driver disk packages (#472951). (clumens)
+- Make the installation key text more descriptive (#474375). (clumens)
+- Fix discovery of existing raid/lvm for ks install without clearpart
+  (#503310, #503681) (rvykydal)
+- Use the F12 version of the bootloader command. (clumens)
+- It's /sbin/fsadm, not /sbin/e2fsadm (#504043). (clumens)
+- Remove the bootloader --lba32 option. (clumens)
+- Use gettext.ldngettext when necessary (#467603) (dcantrell)
+- Test NM_CONTROLLED setting correctly in network.py (#502466) (dcantrell)
+- Show unknown partitions as "Unknown" in partition editor. (dcantrell)
+- Add a type hint on popup windows (rstrode). (clumens)
+- Use the F12 version of the driverdisk command. (clumens)
+- Remove driverdisk --type, since mount can figure that out. (clumens)
+- Fix an error when editing an unreachable repo (#503454). (clumens)
+- If /etc/rpm/platform is found, move it out of the way. (clumens)
+- We no longer write out /etc/rpm/platform, so don't offer to upgrade
+  it. (clumens)
+- Remove locals containing "passphrase" or "password" from exns
+  (#503442). (clumens)
+- Make progress bars modal (#493263, #498553, rstrode). (clumens)
+- Make sure to import os.path if we are going to use it. (jgranado)
+- ipcalc is copied to /usr/lib. (jgranado)
+- Limit the trigger to block type devices. (jgranado)
+- We need ipcalc for new s390 installation script. (jgranado)
+- Fix off-by-one errors in read. (notting)
+- sysconfig file changed names for system-config-firewall (katzj)
+- Don't write out firewall settings if they already exist (#502479) (katzj)
+- Make sure that the devices are correctly detected (#491700) (jgranado)
+- Make the save-to-bugzilla dupe detection smarter. (clumens)
+- If network --device=MAC is given, translate to device name
+  (#185522). (clumens)
+- Add a function to convert MAC addresses to device names. (clumens)
+- Move /boot checks from sanityCheck into Platform.checkBootRequest. (clumens)
+- Return translated strings from checkBootRequest. (clumens)
+- Check that /boot is on a Mac disk label for PPC installs (#497745). (clumens)
+- Call checkBootRequest from sanityCheck. (clumens)
+- Put some space in that big scary warning. (clumens)
+- fond -> found (clumens)
+- Use powers of two in swapSuggestion (#463885). (clumens)
+- Trim "mapper/" off device names in the bootloader UI (#501057). (clumens)
+- Make the weak password dialog comply with the HIG (#487435). (clumens)
+- Add a newline to a cmdline mode string (#497575). (clumens)
+
+* Tue Jun 02 2009 Chris Lumens <clumens at redhat.com> - 11.5.0.59-1
+- Do not show disabled repos such as rawhide during the install (#503798).
+  (jkeating)
+
+* Sun May 31 2009 David Lehman <dlehman at redhat.com> - 11.5.0.58-1
+- Pass --force to lvresize so it doesn't ask for confirmation. (dlehman)
+- Fix a typo in action sorting for resize actions (fs vs. device). (#501000)
+  (dlehman)
+- Sending translation for French (mrtom)
+
+* Thu May 28 2009 Chris Lumens <clumens at redhat.com> - 11.5.0.57-1
+- Create and use unique ids for Device instances. (#500808) (dlehman)
+- Adjust remaining PartitionDevices' names after removing a partition.
+  (dlehman)
+
+* Tue May 26 2009 Chris Lumens <clumens at redhat.com> - 11.5.0.56-1
+- Ensure matching rootfs type to live type with autopart (#501876) (katzj)
[...3548 lines suppressed...]
-
-* Tue Oct 12 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.17-1
-- Only use "our" LVM partitions with auto-partitioning (#135440)
-- Remove localboot option from syslinux.cfg for diskboot.img (#135263)
-- Handle the great input method switch on upgrade (#129218)
-- Don't save the hwaddr for qeth (#135023)
-- Add rhgb boot loader arguments in postinstall (msw)
-- Reverse Norwegian blacklisting (#129453) (notting)
-- Add sata_nv, sata_sx4, ixgb, ahci, sx8 modules to the initrd (notting)
-
-* Thu Oct  7 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.16-1
-- s390/s390x: Fix traceback with unpartitioned disks (karsten)
-- improve fit of bengali network screen (#134762)
-- don't allow formatting of a pre-existing partition without also 
-  mounting it (#134865)
-- Don't show "0" as a mountpoint for an LV that's not being mounted (#134867)
-- Add prelink config bits (#117867)
-- Sort packages in text package group details (#123437)
-- Don't traceback on upgrade if /dev/mapper/control exists (#124092)
-
-* Tue Oct  5 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.15-1
-- Fix creation of scsi device nodes (#134709)
-- Fix multiple kickstart scriptlets with different interpreters (#134707)
-
-* Mon Oct  4 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.14-1
-- Some zfcp fixes
-- Don't traceback if we have a %%include inside a scriptlet (#120252)
-- Fix SELinux for text-mode ftp/http installs (#134549)
-
-* Mon Oct  4 2004 Mike McLean <mikem at redhat.com> - 10.0.3.12-1
-- add command line options to pkgorder (mikem)
-
-* Mon Oct  4 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.11-1
-- Handle 32 raid devs (#134438)
-- Fix LCS PORTNAME (#134487)
-- Add logging of kickstart scripts with --log to %%post/%%pre
-- Copy /tmp/anaconda.log and /tmp/syslog to /var/log/anaconda.log 
-  and /var/log/anaconda.syslog respectively (#124370)
-- Fix Polish (#134554)
-- Add arch-specific package removal (#133396)
-- Include PPC PReP Boot partition in anaconda-ks.cfg (#133934)
-- Fix changing of VG name going through to boot loader setup (#132213)
-- Add support for > 128 SCSI disks (#134575)
-
-* Fri Oct  1 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.10-1
-- add kickstart zfcp configuration (#133288, #130070)
-- Use NFSv3 for NFS installs.  Fixes NFSISO installs from DVD (#122032)
-- Fix megaraid_mbox module name (#134369)
-- Another uninitialized fix (#133996)
-- Add the zh_CN font (#133330)
-
-* Thu Sep 30 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.9-1
-- translation updates
-- Install compat-arch-support by default (#133514)
-- Warn if an older version is chosen for upgrading if product is RHEL (#134523)
-- Fix traceback on upgrade with possible lvm1 (#134258)
-- Make changing the DNS server work (#122554)
-- More fixes from pnasrat for arch handling on upgrade
-
-* Thu Sep 30 2004 Paul Nasrat <pnasrat at redhat.com> - 10.0.3.8-1
-- Fix missing rpm.ts (#133045)
-
-* Wed Sep 29 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.7-1
-- Don't ask about mouse type on remote X display (#133902)
-- Label swap filesystems (#127892)
-- Fix possible crash on hd kickstart installs (#133996)
-- Improve multiarch upgrade (#133045)
-- Avoid changing the default language when selecting additional 
-  language support (#134040)
-- Remove spurious blank option in upgrade combo (#134058)
-- Fix driver disk hang (#131112, #122952)
-- Fix detection of unformatted dasd (#130123)
-
-* Mon Sep 27 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.6-1
-- Fix traceback from auto-partitioning if you don't have enough space (#131325)
-- Update FCP config for adding SCSI LUNs (#133290)
-
-* Mon Sep 27 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.5-1
-- Fix driver disk segfault when using a partition (#133036)
-- Let driver disk images on ext2 partitions work
-- Fix nonet/nostorage
-- Allow name.arch syntax in ks.cfg (#124456)
-- Fix traceback unselecting last language (#133164)
-- Skip version 0 swap (#122101)
-- Handle /dev being present in device names of ks.cfg (#121486)
-- Use no instead of no-latin1 for Norwegian keyboard (#133757)
-- include other dm modules (#132001)
-
-* Fri Sep 24 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.4-1
-- fix megaraid module name (notting)
-- don't prompt for a driver disk on pSeries boxes with just 
-  virtual devices (#135292)
-- don't use PROBE_LOADED for cd probe (#131033)
-- i2o devices don't use a "p" separator (#133379)
-- switch back zh_CN font to default (#133330)
-- add 3w-9xxx to modules.cgz (#133525)
-- fix showing of freespace (#133425)
-
-* Wed Sep 22 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.3-1
-- fix going back unmount of /dev/pts (#133301)
-- fix SRPMs disc (#122737)
-- add localboot option to isolinux.cfg (#120687)
-- fix tree build on ia64 and x86_64
-- fix a syntax error for text mode selinux config 
-
-* Tue Sep 21 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.2-1
-- some fixes for Arabic (#122228)
-- support using ksdevice=macaddr (#130605)
-- add an images/pxeboot directory on ia64
-
-* Tue Sep 21 2004 Jeremy Katz <katzj at redhat.com> - 10.0.3.1-1
-- improve handling of non-physical consoles on some ppc and ia64 machines
-- add Bengali(India) and Gujarati to the lang-table (#126108)
-- add support for setting the CTC protocol on s/390 (#132324, #132325)
-- don't offer to do vnc if we don't have active nwtorking (#132833)
-- various typo/grammar fixes
-- add support for 'nostorage' and 'nonet' command line options to avoid 
-  auto-loading just network or storage devices
-- fix editing of pre-existing lvm (#132217)
-- fix going back from the partitions list on a driver disk (#132096)
-- don't show login error if silent errors (#132673)
-
-* Thu Jun  3 2004 Jeremy Katz <katzj at redhat.com>
-- require system-logos and anaconda-help, obsolete anaconda-images
-
-* Fri Apr 30 2004 Jeremy Katz <katzj at redhat.com>
-- Update description, remove prereq on stuff that was only needed 
-  for reconfig mode 
-
-* Tue Feb 24 2004 Jeremy Katz <katzj at redhat.com>
-- buildrequire libselinux-devel
-
-* Thu Nov  6 2003 Jeremy Katz <katzj at redhat.com>
-- require booty (#109272)
-
-* Tue Oct  8 2002 Jeremy Katz <katzj at redhat.com>
-- back to mainstream rpm instead of rpm404
-
-* Mon Sep  9 2002 Jeremy Katz <katzj at redhat.com>
-- can't buildrequire dietlibc and kernel-pcmcia-cs since they don't always
-  exist
-
-* Wed Aug 21 2002 Jeremy Katz <katzj at redhat.com>
-- added URL
-
-* Thu May 23 2002 Jeremy Katz <katzj at redhat.com>
-- add require and buildrequire on rhpl
-
-* Tue Apr 02 2002 Michael Fulbright <msf at redhat.com>
-- added some more docs
-
-* Fri Feb 22 2002 Jeremy Katz <katzj at redhat.com>
-- buildrequire kernel-pcmcia-cs as we've sucked the libs the loader needs 
-  to there now
-
-* Thu Feb 07 2002 Michael Fulbright <msf at redhat.com>
-- goodbye reconfig
-
-* Thu Jan 31 2002 Jeremy Katz <katzj at redhat.com>
-- update the BuildRequires a bit
-
-* Fri Jan  4 2002 Jeremy Katz <katzj at redhat.com>
-- ddcprobe is now done from kudzu
-
-* Wed Jul 18 2001 Jeremy Katz <katzj at redhat.com>
-- own /usr/lib/anaconda and /usr/share/anaconda
-
-* Fri Jan 12 2001 Matt Wilson <msw at redhat.com>
-- sync text with specspo
-
-* Thu Aug 10 2000 Matt Wilson <msw at redhat.com>
-- build on alpha again now that I've fixed the stubs
-
-* Wed Aug  9 2000 Michael Fulbright <drmike at redhat.com>
-- new build
-
-* Fri Aug  4 2000 Florian La Roche <Florian.LaRoche at redhat.com>
-- allow also subvendorid and subdeviceid in trimpcitable
-
-* Fri Jul 14 2000 Matt Wilson <msw at redhat.com>
-- moved init script for reconfig mode to /etc/init.d/reconfig
-- move the initscript back to /etc/rc.d/init.d
-- Prereq: /etc/init.d
-
-* Thu Feb 03 2000 Michael Fulbright <drmike at redhat.com>
-- strip files
-- add lang-table to file list
-
-* Wed Jan 05 2000 Michael Fulbright <drmike at redhat.com>
-- added requirement for rpm-python
-
-* Mon Dec 06 1999 Michael Fulbright <drmike at redhat.com>
-- rename to 'anaconda' instead of 'anaconda-reconfig'
-
-* Fri Dec 03 1999 Michael Fulbright <drmike at redhat.com>
-- remove ddcprobe since we don't do X configuration in reconfig now
-
-* Tue Nov 30 1999 Michael Fulbright <drmike at redhat.com>
-- first try at packaging reconfiguration tool
-


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anaconda/devel/sources,v
retrieving revision 1.776
retrieving revision 1.777
diff -u -p -r1.776 -r1.777
--- sources	18 May 2009 23:35:27 -0000	1.776
+++ sources	2 Jul 2009 17:19:07 -0000	1.777
@@ -1 +1 @@
-654664409b3f4d13c9ada5f09a68eb74  anaconda-11.5.0.53.tar.bz2
+ecfcaff8232b2408e2469a0b82a97350  anaconda-12.0.tar.bz2




More information about the fedora-extras-commits mailing list