Compare commits

...

12 Commits
master ... f15

Author SHA1 Message Date
Chris Lumens a16f8412b0 Add btrfs min size of 256 MB. (#702603) (dlehman)
Update the requirements for memory.. (dlehman)
2011-05-06 14:45:23 -04:00
Chris Lumens 14c0e6c61a /var/log/dmesg doesn't exist in a live install. messages does, though. (699923)
(dlehman)
iscsi: disable the 'Login' button with no nodes selected. (700085) (akozumpl)
2011-05-02 15:16:26 -04:00
Chris Lumens 14ba6c6c10 Fix network --device=<MAC> for static configurations (#693302) (rvykydal)
Allow DeviceFormat.cacheMajorminor to fail without an exception (#699383).
(akozumpl)
Support cciss devices in get_sysfs_path_by_name(). (akozumpl)
2011-04-26 10:25:07 -04:00
Chris Lumens c939dd0f7d 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)
Do not allow use of preexisting root filesystem. (#629311) (dlehman)
Cache the value of Format.majorminor(). (akozumpl)
2011-04-21 14:27:43 -04:00
Chris Lumens 3089ceaa82 Fix missing , in promptForNfs (bcl)
Rewrite nfs url parsing in loader (bcl)
Fix order of nfs mountOpts in promptForNfs (bcl)
crypttab should not be world-readable (#692254). (clumens)
2011-04-06 16:20:58 -04:00
Brian C. Lane f1e68e4030 Fix the logic surrounding use of the filterfunc for get_file_list (#691880).
(clumens)
mount needs to be told "nfs" or it assumes any argument is a device
(#678414). (clumens)
2011-03-29 13:33:32 -07:00
Chris Lumens 3f397a15b9 Revert "Revert "Changes for NetworkManager API 0.9"" (clumens)
Fixup rindex usage (#678086) (bcl)
Check repo instead of method type when enabling network in loader (#673824)
(rvykydal)
2011-03-25 11:23:09 -04:00
Chris Lumens 1b8b408b69 Revert "Changes for NetworkManager API 0.9" (clumens)
Update icons and add a new 256x256 version (#689014). (clumens)
Fix order of opts and host when processing kickstart nfs lines. (clumens)
Log running version number as soon as possible (bcl)
Fix setting of loaderData->method from repo= cmdline option (#684402).
(rvykydal)
2011-03-21 11:06:17 -04:00
Chris Lumens 7cb06003fc iscsi: use the --target parameter from the iscsi kickstart command.
(akozumpl)
Make the "comps" translation domain dynamic. (akozumpl)
Changes for NetworkManager API 0.9 (rvykydal)
Consolidate ip address checking into functions (#677609) (rvykydal)
Add support for ipv6 to gateway boot option (#677609) (rvykydal)
Fix parsing of ipv6 --gateway in kickstart (#677609) (rvykydal)
Fix setting of some network values in loader kickstart (#679825). (rvykydal)
Stop using --update=super-minor when starting md arrays. (dlehman)
Fix kickstart handling of md spares. (#683605) (dlehman)
Fix sensitivity of options in text network config UI (#681580) (jlaska)
2011-03-14 13:36:51 -04:00
Chris Lumens 3de0b882fe - Only apply global passphrase to devices with no passphrase. (#679223)
(dlehman)
- Pass --force when calling vgreduce --removemissing. (#679206) (dlehman)
- Fix test for resized LV to ensure we schedule the format resize action.
  (dlehman)
- Handle md name-mangling based on hostname/homehost WRT exclusiveDisks.
  (dlehman)
- Adjust DeviceTree.isIgnored's handling of loop, ram, and live devices.
  (dlehman)
- Allow scanning of already-active md devices. (#680226) (dlehman)
- Don't clobber exclusiveDisks unless there are disk images. (dlehman)
- Do on-demand scanning of md container if needed. (#678877) (dlehman)
- Fix md array spares test. (dlehman)
- Fix udev_device_is_md. (dlehman)
- Check all PV ancestor devices for growable partitions. (#683573) (dlehman)
- Pass correct class to super in SELinuxFS.mountable. (#677450) (dlehman)
- Handle quotes around labels and UUIDs in /etc/fstab. (#670496) (dlehman)
- Create the virtio-ports on time. (akozumpl)
- Do not pass --sshd to stage2. (akozumpl)
- Apply one more fix for "logvol --label=" (#673584) (clumens)
2011-03-09 15:22:50 -05:00
Chris Lumens ec0f77639a - Make sure a bootloader device is selected (#595951) (bcl)
- Attempt at fixing reboot behavior in kickstart (#676968). (clumens)
- Another fix for the loader translations. (akozumpl)
- Enable network if sshd boot option is used (#643738) (rvykydal)
- Give an indication how many packages are left in cmdline mode (#681614).
  (clumens)
- Dynamic strings make gettext translations fail. (akozumpl)
- Change upgrade to use findExistingRootDevices (#681267) (bcl)
- Fix up remaining anaconda.id references (#680296) (bcl)
- Wipe out pre-existing problems before running transaction (#678201,
  pmatilai). (clumens)
- brcm_iscsiuio is not in Fedora yet, handle that you can't find it. (akozumpl)
- Handle nfsiso in promptForNfs as well (#678413). (clumens)
- If the umount in getFileFromNfs fails, log it. (clumens)
- Correct the return values of some backend base class methods. (#679107)
  (dlehman)
- Override kernel cmdline updates (bcl)
- Change xhost auth when doing a liveinst (#663294) (bcl)
- Do all dm handling inside addUdevDMDevice. (#672030) (dlehman)
- VNC does not support runtime SecurityTypes changes (#678150) (mgracik)
- Don't show loaderSegvHandler or its glibc entry point in tracebacks. (pjones)
- The default kickstart UI is graphical, specify other if you want it
  (#678095). (clumens)
- Only check for the addons of enabled repos (#677773). (clumens)
- Fix a thinko when setting up the base repo for NFSISO (#676821). (clumens)
- Fix loading translations in loader (#677648). (clumens)
- Don't always attempt to load updates on kickstart installs (#677131).
  (clumens)
- In text mode we have to treat strings and lists separately while printing
  them (#676942) (msivak)
- Don't fail on missing %includes during loader kickstart processing (#676940).
  (clumens)
- Prompt for media check on DVD installs (#676551). (clumens)
2011-03-07 14:34:07 -05:00
Chris Lumens 16979ce8f4 - Correct the return values of some backend base class methods. (#679107)
(dlehman)
- Change xhost auth when doing a liveinst (#663294) (bcl)
- Do all dm handling inside addUdevDMDevice. (#672030) (dlehman)
2011-02-21 14:24:32 -05:00
3 changed files with 137 additions and 2 deletions

12
.gitignore vendored
View File

@ -17,3 +17,15 @@ anaconda-15.2.tar.bz2
/anaconda-15.18.tar.bz2
/anaconda-15.19.tar.bz2
/anaconda-15.20.tar.bz2
/anaconda-15.20.1.tar.bz2
/anaconda-15.21.tar.bz2
/anaconda-15.22.tar.bz2
/anaconda-15.23.tar.bz2
/anaconda-15.24.tar.bz2
/anaconda-15.25.tar.bz2
/anaconda-15.26.tar.bz2
/anaconda-15.27.tar.bz2
/anaconda-15.28.tar.bz2
/anaconda-15.29.tar.bz2
/anaconda-15.30.tar.bz2
/anaconda-15.31.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 15.20
Version: 15.31
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -76,6 +76,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
@ -229,6 +230,128 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Fri May 06 2011 Chris Lumens <clumens@redhat.com> - 15.31-1
- Add btrfs min size of 256 MB. (#702603) (dlehman)
- Update the requirements for memory.. (dlehman)
* Mon May 02 2011 Chris Lumens <clumens@redhat.com> - 15.30-1
- /var/log/dmesg doesn't exist in a live install. messages does, though.
(dlehman)
- iscsi: disable the 'Login' button with no nodes selected. (akozumpl)
* Tue Apr 26 2011 Chris Lumens <clumens@redhat.com> - 15.29-1
- Fix network --device=<MAC> for static configurations (#693302) (rvykydal)
- Allow DeviceFormat.cacheMajorminor to fail without an exception (#699383).
(akozumpl)
- Support cciss devices in get_sysfs_path_by_name(). (akozumpl)
* Thu Apr 21 2011 Chris Lumens <clumens@redhat.com> - 15.28-1
- 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)
- Do not allow use of preexisting root filesystem. (#629311) (dlehman)
- Cache the value of Format.majorminor(). (akozumpl)
* Wed Apr 06 2011 Chris Lumens <clumens@redhat.com> - 15.27-1
- Fix missing , in promptForNfs (bcl)
- Rewrite nfs url parsing in loader (bcl)
- Fix order of nfs mountOpts in promptForNfs (bcl)
- crypttab should not be world-readable (#692254). (clumens)
* Tue Mar 29 2011 Brian C. Lane <bcl@redhat.com> - 15.26-1
- Fix the logic surrounding use of the filterfunc for get_file_list (#691880).
(clumens)
- mount needs to be told "nfs" or it assumes any argument is a device
(#678414). (clumens)
* Fri Mar 25 2011 Chris Lumens <clumens@redhat.com> - 15.25-1
- Revert "Revert "Changes for NetworkManager API 0.9"" (clumens)
- Fixup rindex usage (#678086) (bcl)
- Check repo instead of method type when enabling network in loader (#673824)
(rvykydal)
* Mon Mar 21 2011 Chris Lumens <clumens@redhat.com> - 15.24-1
- Revert "Changes for NetworkManager API 0.9" (clumens)
- Update icons and add a new 256x256 version (#689014). (clumens)
- Fix order of opts and host when processing kickstart nfs lines. (clumens)
- Log running version number as soon as possible (bcl)
- Fix setting of loaderData->method from repo= cmdline option (#684402).
(rvykydal)
* Mon Mar 14 2011 Chris Lumens <clumens@redhat.com> - 15.23-1
- iscsi: use the --target parameter from the iscsi kickstart command.
(akozumpl)
- Make the "comps" translation domain dynamic. (akozumpl)
- Changes for NetworkManager API 0.9 (rvykydal)
- Consolidate ip address checking into functions (#677609) (rvykydal)
- Add support for ipv6 to gateway boot option (#677609) (rvykydal)
- Fix parsing of ipv6 --gateway in kickstart (#677609) (rvykydal)
- Fix setting of some network values in loader kickstart (#679825). (rvykydal)
- Stop using --update=super-minor when starting md arrays. (dlehman)
- Fix kickstart handling of md spares. (#683605) (dlehman)
- Fix sensitivity of options in text network config UI (#681580) (jlaska)
* Wed Mar 09 2011 Chris Lumens <clumens@redhat.com> - 15.22-1
- Only apply global passphrase to devices with no passphrase. (#679223)
(dlehman)
- Pass --force when calling vgreduce --removemissing. (#679206) (dlehman)
- Fix test for resized LV to ensure we schedule the format resize action.
(dlehman)
- Handle md name-mangling based on hostname/homehost WRT exclusiveDisks.
(dlehman)
- Adjust DeviceTree.isIgnored's handling of loop, ram, and live devices.
(dlehman)
- Allow scanning of already-active md devices. (#680226) (dlehman)
- Don't clobber exclusiveDisks unless there are disk images. (dlehman)
- Do on-demand scanning of md container if needed. (#678877) (dlehman)
- Fix md array spares test. (dlehman)
- Fix udev_device_is_md. (dlehman)
- Check all PV ancestor devices for growable partitions. (#683573) (dlehman)
- Pass correct class to super in SELinuxFS.mountable. (#677450) (dlehman)
- Handle quotes around labels and UUIDs in /etc/fstab. (#670496) (dlehman)
- Create the virtio-ports on time. (akozumpl)
- Do not pass --sshd to stage2. (akozumpl)
- Apply one more fix for "logvol --label=" (#673584) (clumens)
* Mon Mar 07 2011 Chris Lumens <clumens@redhat.com> - 15.21-1
- Make sure a bootloader device is selected (#595951) (bcl)
- Attempt at fixing reboot behavior in kickstart (#676968). (clumens)
- Another fix for the loader translations. (akozumpl)
- Enable network if sshd boot option is used (#643738) (rvykydal)
- Give an indication how many packages are left in cmdline mode (#681614).
(clumens)
- Dynamic strings make gettext translations fail. (akozumpl)
- Change upgrade to use findExistingRootDevices (#681267) (bcl)
- Fix up remaining anaconda.id references (#680296) (bcl)
- Wipe out pre-existing problems before running transaction (#678201,
pmatilai). (clumens)
- brcm_iscsiuio is not in Fedora yet, handle that you can't find it. (akozumpl)
- Handle nfsiso in promptForNfs as well (#678413). (clumens)
- If the umount in getFileFromNfs fails, log it. (clumens)
- Correct the return values of some backend base class methods. (#679107)
(dlehman)
- Override kernel cmdline updates (bcl)
- Change xhost auth when doing a liveinst (#663294) (bcl)
- Do all dm handling inside addUdevDMDevice. (#672030) (dlehman)
- VNC does not support runtime SecurityTypes changes (#678150) (mgracik)
- Don't show loaderSegvHandler or its glibc entry point in tracebacks. (pjones)
- The default kickstart UI is graphical, specify other if you want it
(#678095). (clumens)
- Only check for the addons of enabled repos (#677773). (clumens)
- Fix a thinko when setting up the base repo for NFSISO (#676821). (clumens)
- Fix loading translations in loader (#677648). (clumens)
- Don't always attempt to load updates on kickstart installs (#677131).
(clumens)
- In text mode we have to treat strings and lists separately while printing
them (#676942) (msivak)
- Don't fail on missing %includes during loader kickstart processing (#676940).
(clumens)
- Prompt for media check on DVD installs (#676551). (clumens)
* Thu Feb 10 2011 Chris Lumens <clumens@redhat.com> - 15.20-1
- Check for valid mountpoint before unmounting image. (#671922) (dlehman)
- Fix mis-management of luks dict when renaming encrypted lvs. (dlehman)

View File

@ -1 +1 @@
0481bfbdb2cb436ed4b409c7664c08bb anaconda-15.20.tar.bz2
3731fc006670c3d23573db3a7e57a01c anaconda-15.31.tar.bz2