anaconda/anaconda.spec

1172 lines
55 KiB
RPMSpec
Raw Normal View History

%define livearches %{ix86} x86_64 ppc ppc64 ppc64le
Summary: Graphical system installer
Name: anaconda
Version: 23.5
- Add some tests for execReadlines (dshea) - Remove iutil.fork_orphan (dshea) - Move non-exec tests into a separate class. (dshea) - Write storage after liveimg install (#1080396) (bcl) - Add an option to makebumpver to skip all checks. (clumens) - Write sslverify=0 for url kickstart method (#1116858) (bcl) - Add noverifyssl and proxy support to dracut ks handling (#1116858) (bcl) - Log installation successes and failures via ipmitool (#782019). (clumens) - Default the OK button on the iscsi dialog to insensitive. (clumens) - Add repo --install support to DNF (#1119867) (bcl) - Install selected ks repos to target (#1119867) (bcl) - Add check for the format of grub2 encrypted password (#1070327) (bcl) - Add some sanity checking to live payload (vpodzime) - Use blivet's getFreeSpace for limitting automatic swap size (vpodzime) - Ask users for enough space right at the first time (#876916) (vpodzime) - Use low level file i/o for rpm callback logging (#1035745) (bcl) - In tui cmdline mode skip showError and log message (bcl) - Modify nm to return defaults when no dbus is available (bcl) - Skip networkInitialize for image and dir installations (bcl) - Ignore safe_dbus errors in keyboard setup (bcl) - Skip syslog for dirinstall (bcl) - Clear out errors at the beginning of _save_right_side. (clumens) - Filter empty comps groups from both specific and generic lists (dshea) - Add a test for disadvised words. (dshea) - Mountpoint encrypted checkbox reflects container state (#1000031) (bcl) - Display a fatal error if unable to encrypt a password. (dshea) - Change strings per stylistic advice from ECS (dshea) - Untranslate the type column of the network device type combobox (dshea) - Add more information to the custom part summary dialog (#975804). (clumens) - Don't require user creation when root is locked (#1030626) (bcl) - Import LUKSDeviceWithoutKeyError from the right place (vpodzime) - Move _verifyLUKSDevicesHaveKey to Anaconda's codebase (vpodzime) - Fix issues reported by pyflakes (vpodzime)
2014-08-15 23:10:32 +00:00
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://fedoraproject.org/wiki/Anaconda
2009-01-05 22:20:35 +00:00
# To generate Source0 do:
# git clone https://github.com/rhinstaller/anaconda
- fix uuid reference in parse-kickstart (bcl) - Fixup kickstart script logging (bcl) - Tell libreport the crash happened in Anaconda (#885690) (vpodzime) - Restore older behavior regarding ks argument without a file name (#910550). (clumens) - Move the encryption checkbox to the dialog (bcl) - re-fetch metadata when proxy settings change (bcl) - Apply some fixes to the spec file (#909592, metherid (clumens) - install -> installation in a couple user-visible strings. (clumens) - Restore support for partial kickstart files (#887254). (clumens) - Get rid of packagesSeen. (clumens) - Remove debugging print (DatetimeSpoke) (vpodzime) - Honor modules' __all__ when doing collect (msivak) - Use ksdata.addons instead of ksdata.addon and add ADDON_PATHS to sys.path (vpodzime) - Remove unused modules (dbus) and stuff from network.py (rvykydal) - Replace get_NM_connection() using new nm module. (rvykydal) - Replace get_NM_settings_value() using new nm module (rvykydal) - Replace nmIsConnected() using new nm module (rvykydal) - Replace hasActiveNetDev() using new nm module (rvykydal) - Replace getDevicesProperies() using new nm module (rvykydal) - Replace getIPAddresses() using new nm module (rvykydal) - Replace getMacAddress() using new nm module (rvykydal) - Replace isWirelessDevice() using new nm module (rvykydal) - Replace getLinkStatus() using new nm module (rvykydal) - Replace getActiveNetDevs() using new nm module (rvykydal) - Replace getDevices() using new nm module (rvykydal) - Move NM dbus calls to separate module. (rvykydal) - Move networking functions from isys to network module. (rvykydal) - Remove unused stuff from network.py (rvykydal) - Remove unused networking stuff from isys (rvykydal) - Network spoke: remove unused NM path and interface constants (rvykydal) - Add 'eject' to the anaconda initramfs (wwoods) - Ensure hookdir exists before creating eject script (wwoods) - remove anaconda-cleanup-initramfs.service (wwoods) - Add dracut/save-initramfs.sh (wwoods) - Bring back the askmethod parameter (#889887). (clumens) - Add a new selectorFromDevice method to the accordion. (clumens) - The storage logger is now the blivet logger. (dlehman) - DeviceFactory has moved from blivet to blivet.devicefactory. (dlehman)
2013-02-14 19:13:45 +00:00
# git checkout -b archive-branch anaconda-%%{version}-%%{release}
2009-08-26 18:37:38 +00:00
# ./autogen.sh
2009-07-02 17:19:06 +00:00
# make dist
* Thu Dec 18 2008 David Cantrell <dcantrell@redhat.com> - 11.5.0.0-1 - Reduce direct D-Bus calls in isys/iface.c. (dcantrell) - Allow 'ks' to function as it once did (#471812) (dcantrell) - Fix telnet install support (#471082) (dcantrell) - Call 'udevadm settle' instead of 'udevsettle'. (dcantrell) - When using anaconda with kickstart file with UI mode - do not show the VNC question (#476548) (msivak) - Check error from asprintf() correctly for dhcpclass handling. (dcantrell) - Use libnm_glib in net.c:get_connection() (dcantrell) - Add libnm_glib CFLAGS and LIBS to loader's Makefile. (dcantrell) - BR NetworkManager-glib-devel. (dcantrell) - Only write the short hostname to the localhost line (#474086) (dcantrell) - Updated Tajik Translation - Victor Ibragimov (victor.ibragimov) - Copy /etc/dhclient-DEV.conf file to target system (#476364) (dcantrell) - Use macros for D-Bus paths (dcantrell) - Let X tell us when it's launched rather than just sleeping. (ajax) - When there's no baseurl, set a default of [] instead of [''] (#476208). (clumens) - cracklib now raises exceptions on bad passwords (rzhou, #476312). (clumens) - Make sure ssh doesn't get duplicated in the open port list (#474937). (clumens) - mdraid1: default to putting grub on partition instead of mbr (#217176) (hdegoede) - Don't install the games group as part of office/productivity (#472324). (clumens) - Don't dump encryption passphrases. (dlehman) - Write anacdump.txt upon receipt of SIGUSR2 (from clumens). (dlehman) - Use stacks instead of tracebacks in traceback handlers. (dlehman) - Unmount swap devices when migrating filesystems, then reactivate (#473260). (clumens) - Handle both /dev/sr0 and sr0, since that's what cdromList gives (#475083). (clumens) - In iface_ip2str(), make sure to advance to next item before continue. (dcantrell) - We already have _GNU_SOURCE defined in Makefile.inc (dcantrell) - Remove XXX comment in net.c about GATEWAY (dcantrell) - Use strverscmp() from glibc in place of rpmvercmp() (dcantrell) - Remove readLine() function from loader/loadermisc.c (dcantrell) - Do not write SEARCH line to ifcfg-DEVICE file (#474858) (dcantrell) - Preserve existing network configuration files during install (#461550) (dcantrell) - Send unique vendor class identifier unless user specifies one. (dcantrell) - Avoid tracebacks when filling in static network config fields (#474275) (dcantrell) - Prevent network install when no network devices are found (#470144) (dcantrell) - Remove markup from text before printing it in cmdline mode (#470253). (clumens) - Move strip_markup() into iutil. (clumens) - Fix up plural forms header so that python doesn't blow up for us (katzj) - Change text to reflect Jesse's comments (katzj) - Add support for the Tajik language (#455963). (clumens) - Add a button to the UI to ignore all missing packages. (clumens) - First small eu.po transtation, just to be sure that the system is set up OK. (mikel.paskual) - mini-wm: Turn on automatic window redirection. (ajax) - Better naming for LVM volume groups and logical volumes (#461682) (dcantrell) - Partition requests can be None when populating the tree. (#474284) (dlehman) - Say we are unable to configure the network interface (#467960) (dcantrell) - Match textw/network_text.py strings to iw/network_gui.py (#470145) (dcantrell) - In addSnap(), check snapshots for data key before continuing (#433824) (dcantrell) - Load FCP modules early for CD/DVD install (#184648) (dcantrell) - Update mk-s390-cdboot.c to work with large kernel images (#184648) (dcantrell) - Make sure fstype exists before we try to test it (#473498). (clumens) - Updated a small correction in kn locale (svenkate) - Use modules.* files for finding modules of a type rather than modinfo (katzj) - Make complete text mention updates (#244431) (katzj) - Make text for autopartitioning types clearer (#441350) (katzj) - Allow installing grub on the MBR if /boot is on mdraid (#217176) (hdegoede) - Fix some spelling errors in German translation (fabian) - Make the required media dialog less wordy (#469557). (clumens) - returnNewestByName now raises an error instead of returning [] (#472462). (clumens) - Fix death on login of an OLPC on a live image (katzj) - Fix ld-*.so globbing for glibc-2.9 . (pjones) - Do not bring up network for non-remote kickstart locations (#471658) (dcantrell) - Resolve dm-X devices returned by pvdisplay. (#448129) (dlehman) - More shell script syntax fixing (katzj) - Only bring up the network dialog on package failures if required (#471502). (clumens)
2008-12-18 20:37:11 +00:00
Source0: %{name}-%{version}.tar.bz2
# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
- Expand the use of ANACONDA_WIDGETS_DATADIR. (dshea) - Make thread manager operations atomic (#1029898) (mkolman) - Run pylint in multiple processes (vpodzime) - Fix how "changed" signal is emitted on the TreeSelection (vpodzime) - Pass biosdevname boot option to installed system (#1023609) (rvykydal) - network: update required NetworkManager version (team support) (rvykydal) - Use timing decorator for more actions (vpodzime) - Add test for the have_word_match function (vpodzime) - A nice decorator making Anaconda's GUI more responsive (vpodzime) - Short-circuit layouts matching (vpodzime) - Enforce upper bound for resize. (#1027947) (dlehman) - Fix some pylint problems in network.py. (clumens) - Add an updates location for the AnacondaWidgets overrides (dshea) - Fix typo (#1003591) (rvykydal) - network: call GDBus proxy methods like python (rvykydal) - network: add team support for kickstart %pre phase (#1003591) (rvykydal) - network: generate kickstart commands for team devices (#1003591) (rvykydal) - network: support for adding team devices (#1003591) (rvykydal) - network: display team devices in status (#1003591) (rvykydal) - network: add team support to kickstart (#1003591) (rvykydal) - Initialize the AddLayouts dialog in advance in the KeyboardSpoke (vpodzime) - Add function to map functions on items in the main thread (vpodzime) - Allow having unique thread names with given prefix (vpodzime) - Remove an unused and non-working leftover function resetResolve (vpodzime) - Always center dialogs shown on top of lightbox (vpodzime) - Set spokes' distribution and beta warning only once (vpodzime) - use deepcopy on ksdata method (#1028243) (bcl) - Change source spoke proxy handling to use local copy (#967805) (bcl) - Apply a little tweak to the VNC password length message. (clumens) - Match layouts with stripped accents in AddLayout dialog (vpodzime) - Sort layout descriptions properly (#1026238) (vpodzime) - Make AddLayout dialog persistent (vpodzime) - Use Sphinx syntax in the iutil module (vpodzime) - Warn if vnc passwd is longer than 8 chars (hamzy) - Don't try to unicode unicode strings (#1029109) (vpodzime) - Add tmpfs support (#918621) (mkolman) - Added a few things that autoscan complained about (dshea) - Actually use the config header we generate (dshea) - Redirect pylint stderr to stdout (dshea) - Fix the handling of files generated for xgettext (dshea) - Use gettext to process glade files. (dshea) - Always use $prefix in directory names. (dshea) - Pass --enable-gtk-doc to configure in distcheck (dshea) - Fix the liveinst install/uninstall hooks (dshea) - Clean up after intltool (dshea) - Add missing files to dist (dshea) - DNFPayload: tweak to the API changes in dnf-0.4.7. (ales) - Add tests for iutil (mkolman)
2013-11-18 21:32:11 +00:00
# Also update in AM_GNU_GETTEXT_VERSION in configure.ac
%define gettextver 0.18.3
%define intltoolver 0.31.2-3
%define pykickstartver 2.0
%define yumver 3.4.3-91
%define dnfver 0.6.4
%define partedver 1.8.1
2010-01-06 20:47:59 +00:00
%define pypartedver 2.5-2
- Expand the use of ANACONDA_WIDGETS_DATADIR. (dshea) - Make thread manager operations atomic (#1029898) (mkolman) - Run pylint in multiple processes (vpodzime) - Fix how "changed" signal is emitted on the TreeSelection (vpodzime) - Pass biosdevname boot option to installed system (#1023609) (rvykydal) - network: update required NetworkManager version (team support) (rvykydal) - Use timing decorator for more actions (vpodzime) - Add test for the have_word_match function (vpodzime) - A nice decorator making Anaconda's GUI more responsive (vpodzime) - Short-circuit layouts matching (vpodzime) - Enforce upper bound for resize. (#1027947) (dlehman) - Fix some pylint problems in network.py. (clumens) - Add an updates location for the AnacondaWidgets overrides (dshea) - Fix typo (#1003591) (rvykydal) - network: call GDBus proxy methods like python (rvykydal) - network: add team support for kickstart %pre phase (#1003591) (rvykydal) - network: generate kickstart commands for team devices (#1003591) (rvykydal) - network: support for adding team devices (#1003591) (rvykydal) - network: display team devices in status (#1003591) (rvykydal) - network: add team support to kickstart (#1003591) (rvykydal) - Initialize the AddLayouts dialog in advance in the KeyboardSpoke (vpodzime) - Add function to map functions on items in the main thread (vpodzime) - Allow having unique thread names with given prefix (vpodzime) - Remove an unused and non-working leftover function resetResolve (vpodzime) - Always center dialogs shown on top of lightbox (vpodzime) - Set spokes' distribution and beta warning only once (vpodzime) - use deepcopy on ksdata method (#1028243) (bcl) - Change source spoke proxy handling to use local copy (#967805) (bcl) - Apply a little tweak to the VNC password length message. (clumens) - Match layouts with stripped accents in AddLayout dialog (vpodzime) - Sort layout descriptions properly (#1026238) (vpodzime) - Make AddLayout dialog persistent (vpodzime) - Use Sphinx syntax in the iutil module (vpodzime) - Warn if vnc passwd is longer than 8 chars (hamzy) - Don't try to unicode unicode strings (#1029109) (vpodzime) - Add tmpfs support (#918621) (mkolman) - Added a few things that autoscan complained about (dshea) - Actually use the config header we generate (dshea) - Redirect pylint stderr to stdout (dshea) - Fix the handling of files generated for xgettext (dshea) - Use gettext to process glade files. (dshea) - Always use $prefix in directory names. (dshea) - Pass --enable-gtk-doc to configure in distcheck (dshea) - Fix the liveinst install/uninstall hooks (dshea) - Clean up after intltool (dshea) - Add missing files to dist (dshea) - DNFPayload: tweak to the API changes in dnf-0.4.7. (ales) - Add tests for iutil (mkolman)
2013-11-18 21:32:11 +00:00
%define nmver 0.9.9.0-10.git20130906
* Fri Aug 29 2008 David Cantrell <dcantrell@redhat.com> - 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)
2008-08-29 20:19:33 +00:00
%define dbusver 1.2.3
%define yumutilsver 1.1.11-3
- Set seen for lang from option & use constant for default (mkolman) - Hook the Geolocation module to Anaconda (mkolman) - Add geolocation module (mkolman) - Add logging to exception handling (vpodzime) - Run exception handling in the main thread also in TUI (vpodzime) - Update network ksdata with cmdline options (#893784) (rvykydal) - Return network devices actually activated (instead of just active) (#949002) (rvykydal) - Don't traceback if we can't find PermHwAddr when looking for slaves (#949341) (rvykydal) - Add support for iSCSI iface binding. (rvykydal) - Fix a traceback when handling node login authentication. (clumens) - Add a requirement on python-IPy now. (clumens) - Display individual buttons on the filter UI instead of a combo. (clumens) - Hook up authentication for iSCSI discovery and node login. (clumens) - When the clear button is clicked on the filter spoke, clear out the fields. (clumens) - Remove the extra "Target LUN" search option. (clumens) - If all iSCSI nodes have been logged into, leave the dialog. (clumens) - Populate the port combo on the filter spoke's search page. (clumens) - Hook up filtering for iSCSI devices. (clumens) - Add initial iSCSI support to the advanced storage UI. (clumens) - Add a generic function to FilterPage for setting up a GtkComboBoxText. (clumens) - self.disks -> self.pages in filter UI refresh method. (clumens) - Add a button to bring up the Add Additional dialogs. (clumens) - Remove pixmaps no longer needed by newui. (clumens) - Add a checkmark on a DiskOverview when it is selected. (clumens) - Make a couple UI modifications to the resize slider. (clumens) - Make several changes to how addons are displayed (#873498). (clumens) - Allow clicking on environment and addon text to toggle them (#928010). (clumens) - Fix scrolling problems on the environment side of software selection (#928008). (clumens) - Handle quit messages on the text progress UI hub (#895756). (clumens) - If there's an error while in text mode, display it. (clumens) - Force sizes on the network toolbar buttons (#951580). (clumens) - Disable the "Closest mirror" option if there's no fastestmirror plugin (#876135). (clumens) - Move text UI summary hub setup into the setup method (#927315, #950956). (clumens) - Bring the text storage spoke a little more in line with the graphical one. (clumens) - Make a home directory for the user by default (#950792). (clumens) - Add some padding under the ransom notes on the progress hub. (clumens) - Remove a lot of ancient crud from the installclasses. (clumens) - Set the default fs type on RHEL (#951088). (clumens) - Add a Spoke.changed attribute. (clumens) - Display device names on MountpointSelectors (#888872). (clumens) - Add signal handlers for controlling password entry visibility. (clumens) - Ransom notes can be either PNGs or JPGs. (clumens) - dracut/parse-kickstart: handle network --mtu (wwoods) - Exclude a couple more password variables from dumps (bcl) - Enlightbox dialogs in the custom spoke (vpodzime) - Create and use GtkWindowGroup for our windows (vpodzime) - We can import Gtk globally now (vpodzime) - Handle both types of data we can get from libxklavier (#950921) (vpodzime)
2013-04-23 01:03:42 +00:00
%define mehver 0.23-1
%define firewalldver 0.3.5-1
- In interactive installs, default to bootloader in the MBR (#885284). (clumens) - Make sure software selection is checked against filesystem space. (#853636) (dlehman) - Update default install size and disk space estimate. (dlehman) - Add checkbox for setting language default layout (#866887) (vpodzime) - Change testing area label to something more appropriate (KeyboardSpoke) (vpodzime) - Fix getting country layout variants (vpodzime) - Wait for slower dhcp before running vnc server (#868777) (rvykydal) - Network spoke: fix NMClient signal callback arguments (#885488) (rvykydal) - Add logging for networking and improve logging of ifcfg files (rvykydal) - Honor user request via UI to not install a bootloader. (#885240) (dlehman) - Handle partition removals regardless of deepcopy. (#884896) (dlehman) - Default to partitions for /boot* instead of just /boot/efi. (#884606) (dlehman) - Fix a logic error in ActionDestroyFormat.obsoletes. (#885004) (dlehman) - Take device type into account when making the config button sensitive (#885051). (clumens) - Hide VG-related widgets when displaying a non-LV mountpoint first (#885131). (clumens) - Install default system for %packages --default (#869978) (bcl) - Fix a typo in the live cd completion text (#884373). (clumens) - Do not allow deleting or editing a protected device in custom part (#884599). (clumens) - If path doesn't exist, don't traceback. Return None. (clumens) - Add/remove the HDISO source from protectedDevSpecs (#882147). (clumens) - Put the bad VG name into the error message (#884359). (clumens) - Use updated connection settings object for default auto config files (#883383) (rvykydal)
2012-12-12 01:02:27 +00:00
%define utillinuxver 2.15.1
- Adds additional debug logging to yumpayload.py. (amulhern) - Handle invalid JSON in geoloc (#1021410) (dshea) - Revert "Only prompt for LUKS password if the user has chosen to configure automatically." (amulhern) - Add context support to check_accelerators (dshea) - Added translation contexts to the TUI. (dshea) - Added translation contexts to the GUI. (dshea) - Add support for context-based translations (dshea) - Reset checks on both password fields. (#1020580) (dshea) - Fix swaps added to fstab for noformat (gene) - Don't update hub's continue button and label for every spoke (#1020373) (vpodzime) - Add storage tests. (clumens) - Add option to select all hard drives in text mode. (#965580) (sbueno+anaconda) - BootLoaderError should not reset storage (#1019541) (bcl) - Only prompt for LUKS password if the user has chosen to configure automatically. (amulhern) - Remove an unused string (dshea) - Translate AM and PM (dshea) - Translate strings marked as translatable (dshea) - network gui spoke: use GDBus to obtain list of settings (#1018467) (rvykydal) - network: look for device settings also based on DEVICE value (#1017788) (rvykydal) - Fix liveinst to work with livemedia-creator (#1009711) (bcl) - Remove the button-label property on SpokeWindow. (clumens) - Log entering/exiting spokes and hubs in the GUI. (clumens) - Escape text inserted into markup strings (dshea) - Move markup out of translatable strings (dshea) - Move formating markup out of python where possible (dshea) - Use explicit children to set label attributes (dshea) - Turn on the image on the "Add a disk..." button. (dshea)
2013-10-21 23:37:26 +00:00
%define dracutver 034-7
- Behave nice when root password is set by kickstart (msivak) - Password spoke is mandatory if the created user is not an admin (msivak) - Use the user data provided by kickstart (msivak) - Add the User creation spoke including the Advanced dialog (msivak) - Bonding support: kickstart (rvykydal) - Condense some duplicated and overly wordy code in custom.py. (clumens) - Add a new allMembers property that returns a list of pages and members. (clumens) - All Pages have a title, so get rid of the getattr games. (clumens) - Allow more than one Page to be expanded at a time. (clumens) - Get rid of the currentPage method. (clumens) - Promote page._members to page.members. (clumens) - Require passing the title to a Page's constructor. (clumens) - Pressing F12 should do the same thing as clicking "Done" (#840998). (clumens) - A bunch more "install" -> "installation" changes. (clumens) - When the user clicks "Reclaim Space", go back to the hub (#911792). (clumens) - Modify the logic that makes the reclaim button sensitive (#911793). (clumens) - Add a free space line under every disk in the reclaim dialog. (clumens) - Remove the initial sentence from the top of the reclaim dialog (#911793). (clumens) - Fix a traceback in verifying optical media on the source spoke. (clumens) - Revert "Hook up the "Remove Packages" button on the dep solving error screen." (#905899). (clumens) - Don't display "(null)" as a MountpointSelector's mountpoint. (clumens) - dracut: add anaconda-pre-shutdown.sh to fix eject (#809920) (wwoods) - Continue booting when checkisomd5 is aborted (#891551) (bcl) - Fix ksdevice=<MAC> - instead of renaming the device to ksdev0 just use it (rvykydal) - Add pigz to initrd.img (wwoods) - Use %_prefix macro value when calling configure in makeupdates (vpodzime) - Try to import modules the standard way first in collect (msivak)
2013-03-01 23:00:04 +00:00
%define isomd5sum 1.0.10
2013-04-09 22:10:19 +00:00
%define fcoeutilsver 1.0.12-3.20100323git
%define iscsiver 6.2.0.870-3
- Only check mandatory spokes in automated install (#956960,#895258) (bcl) - Add scratch-bumpver target (bcl) - Add Driver Update Disk repo handling to Anaconda (bcl) - Add Driver Update Disk support to anaconda-dracut (bcl) - Port driver update utilities from loader (bcl) - Fix a typo. (clumens) - Do not translate a blank window name. (clumens) - Add a separator under the default language on the welcome screen. (clumens) - Move the selected language to the top of the list on the welcome screen. (clumens) - Remove the unused LanguageSpoke. (clumens) - Add the "Add FCoE" dialog (#903122). (clumens) - Allow enabling /etc/anaconda.repos.d repos like the docs say (#955724). (clumens) - Move where the password quality checker is created (#956049). (clumens) - Allow multiple disk selection with Shift-click (#864707) (vpodzime) - Select all disks in the box with advanced storage as well (vpodzime) - Don't change DiskOverview's background on 'chosen' changed (vpodzime) - Fix number of arguments for languageGroups (liveDVD class) (#957038) (rvykydal) - Apply some minor padding fixes on the container editing dialog. (clumens) - If no root password was given, lock root's account (#927922). (clumens) - Remove some unneeded boxes and alignments in the NTP config dialog. (clumens) - Default to using the iscsi discovery credentials for login, if provided. (clumens) - langsupport spoke: keep data.lang.lang first in status of spoke (rvykydal) - Unpack property value returned by GDBus before using it (#956614) (rvykydal) - Don't traceback when no activated devices were found for ks network default (#956614) (rvykydal) - Ask about VNC also in connecting state, not only connected (#952801) (rvykydal)
2013-04-29 17:06:33 +00:00
%define rpmver 4.10.0
%define libarchivever 3.0.4
%define langtablever 0.0.18-1
- Fix the release notes image cycler. (#1043393) (dshea) - Do not schedule resize actions for non-resizing requests (#1039491) (vpodzime) - Use ceil for minSize in resize dialog (#1040012) (bcl) - Use integer numbers of megabytes in the Reclaim dialog (#1040012) (vpodzime) - fcoe gui: repopulate device tree only if device was actually added (#1039223) (rvykydal) - Exclude FCoE disks from local disks (#1039223) (rvykydal) - fcoe: repopulate devicetree after adding FCoE SAN (#1039223) (rvykydal) - Add initial 64-bit ARM aarch64 EFI support (#1034428) (dmarlin) - Rename network spoke header (mkolman) - Show the Shell spoke in debug mode (vpodzime) - Accept only .iso files from the IsoChooser dialog (#1015169) (vpodzime) - Just run the IsoChooser dialog lightbox (vpodzime) - Use libxklavier's new methods instead of our nasty hack (vpodzime) - Move atexit registration before running rescue mode (#1038855) (vpodzime) - Only display the addon separator if there's a reason to. (clumens) - Stop using deprecated gtk margin functions. (clumens) - Fix the check_accelerators srcdir path. (dshea) - Show msg in TUI if user attempts to create invalid username. (#965561) (sbueno+anaconda) - Fix up username checking regex a bit. (sbueno+anaconda) - Fix default device for ks=cdrom (#1042500) (bcl) - createUser is already in a chroot (#1038241) (bcl) - Skip checks on files that are not staged for commit. (dshea) - Allow catching exceptions from threads (vpodzime) - Enable warnings about abstract methods not overridden (dshea) - Provide empty methods to override abstract parent methods. (dshea) - Implement status in StandaloneSpoke. (dshea) - Move a bunch of abstract methods from Payload to PackagePayload (dshea) - Remove some methods from packaging.Payload. (dshea) - Disable abstract method warnings in intermediate abstract classes. (dshea) - Remove Personalization spoke (dshea) - Remove some vestigal code from an earlier version of GUICheck (dshea)
2013-12-18 21:21:12 +00:00
%define libxklavierver 5.4
- Handle cancelation of device resize in the custom spoke. (#1027947) (dlehman) - Disallow /boot on lvm until grub2 fully supports it. (#1036705) (dlehman) - Disallow /boot on btrfs subvolume until grubby supports it. (#864198) (dlehman) - Remove an empty initialize function. (clumens) - Move PathDict into pyanaconda/ui/__init__.py. (clumens) - Add one more directory for ignoring test log files (dshea) - Defer translation of device_type_name (dshea) - Disable pylint errors about gobject-introspection methods (dshea) - Remove unused variables (dshea) - Document the instl.multilib boot option (vpodzime) - Minor tweak of our driver disk documentation (vpodzime) - network: GUI, don't ask for wifi secrets upon Configure (#1033073) (rvykydal) - network: GUI, add support for virtual devices removing (#1030870) (rvykydal) - network: fix naming of slave ifcfg files from kickstart (#1036047) (rvykydal) - network: GUI, handle virtual devices (bond, vlan, team) properly (#1036047) (rvykydal) - Change how we test if the GUI is available in the anaconda script. (clumens) - Update boot-options.txt. (amulhern) - Omit /dev/sr* from list-harddrives (#1032500) (sbueno+anaconda) - Fix EditTUISpoke to operate only on visible entries (vpodzime) - Don't try to investigate empty string for unicode chars (#1035799) (vpodzime) - Fix issues reported by the check_pw_visibility test (vpodzime) - Add check testing visibility of password entries (vpodzime) - Put tests of .glade files into a separate directory (vpodzime) - Save a reference to the imported Xkl module for get_current_layout (dshea) - Fix the Makefile.am subdirs for widget data. (dshea) - Fix some pylint warnings. (clumens) - Switch to libtimezonemap for the timezone map. (dshea) - Set the _config_dialog property during __init__. (dshea) - Fix handling of long release ids (mkolman) - Store older valid packages in separate folder (mkolman) - Fetch older valid releases (mkolman) - Import Xkl only when really needed (vpodzime) - Global screenshot support (#1025038) (mkolman) - Require new version of python-blivet (vpodzime) - Hide password characters in iSCSI login fields (#1034202) (vpodzime) - Use format names instead of types in the resize dialog (vpodzime) - Do not write out the vconsole.keymap boot option (#1035316) (vpodzime)
2013-12-05 00:22:23 +00:00
%define libtimezonemapver 0.4.1-2
- Print the result to the log, not the variable name. (clumens) - Ellipsize comboboxes (#1170275) (dshea) - Allow the columns of the container combo box to flow (#1170275) (dshea) - Allow specifying how much from kickstart_tests to keep. (clumens) - Fix up two problems in run_kickstart_tests.sh. (clumens) - Fix detecting errors in groups-and-envs-1.ks. (clumens) - Add a network command to the various kickstart test ks files. (clumens) - Reorganize run_kickstart_tests.sh a bit to use parallel. (clumens) - Use the anaconda-user-help package for help content (mkolman) - Fix which TUI field is being checked for which input (#1169533) (dshea) - Fix pylint-reported issues in RPMOSTreePayload (vpodzime) - rpmostreepayload: Rework remote add handling (walters) - Remove Requires: python-nss (vpodzime) - If there's no boot.iso, skip the kickstart tests. (clumens) - Test that a kickstart file with both an environment and group installs both. (clumens) - Move the ostree test out of its own directory. (clumens) - Add a general-purpose kickstart-driven testing setup. (clumens) - Move the pykickstart version test into a different subdirectory. (clumens) - Really hide and show passphrase warnings (#1162828) (dshea) - Unsetup the payload on the way out of anaconda (#1164577) (dshea) - Beware of 0 being the same bool value as None when setting time (vpodzime) - Fix the last member of the struct_time struct (vpodzime) - Use a flag to determine if the datetime spoke is shown (vpodzime) - Put AM/PM label and buttons in a revealer and hide/unhide them (vpodzime) - Fix issues with the date&time not being updated on timezone changes (vpodzime) - Fix the way we create the list of DASDs needing dasdfmt. (#1073982) (sbueno+anaconda) - Fix threading issues for dasdfmt in gui storage. (#1073982) (sbueno+anaconda) - Add sshkey kickstart command (bcl) - Skip setting up env and groups in software spoke for ks (#1173350) (bcl) - Add missing dnf package selection support (#1169056) (bcl) - Add variable substitution to DNF (#1164803) (bcl) - Simplify and robustify handling of fstype combo box. (amulhern) - Fix warnings about the default parameter that gdk deprecated (dshea) - Remove the color override from MountpointSelector. (dshea) - Move the layout indicator color to css and fix the colors (dshea) - Don't crash in pre-commit if no files changed (dshea) - Make the Selected Disks and Configure Mount Point dialogs wider (#1171834). (clumens) - Sync up the Selected Disks and Configure Mount Points dialogs (#1171838). (clumens) - Make sure /boot is not LVM LV if we're on s390x (#873135) (sbueno+anaconda) - Only show the "SYSTEM" heading if there are data mount points under it. (clumens) - Remove an unused import in rpmostreepayload.py. (clumens) - Use DNF by default (#1156483) (mkolman) - Check system-release for whether to enable betanag or not (#1168829). (clumens) - rpmostreepayload: Avoid shutil.copytree in favor of cp -r to fix symlinks (walters) - Look for Requires: and BuildRequires: at the front of a line. (clumens) - Don't attempt to install anaconda packages from the install-requires target. (clumens) - Remove _assureLogoImage (dshea) - Add a stylesheet property to BaseInstallClass (dshea) - Fix EOF error that occurs if user input required in x3270. (#1171135) (jstodola) - Print an error when the kickstart file is missing (bcl) - Remove UserInterface.basepath and UserInterface.basemask definitions. (amulhern) - Remove pointless overrides identified by the pointless override checker. (amulhern) - Add a simple pointless-override checker to pylint checkers. (amulhern)
2014-12-20 00:09:18 +00:00
%define helpver 22.1-1
BuildRequires: audit-libs-devel
BuildRequires: gettext >= %{gettextver}
BuildRequires: gtk3-devel
BuildRequires: gtk-doc
BuildRequires: gtk3-devel-docs
BuildRequires: glib2-doc
BuildRequires: gobject-introspection-devel
BuildRequires: glade-devel
BuildRequires: intltool >= %{intltoolver}
BuildRequires: libgnomekbd-devel
- Fix the release notes image cycler. (#1043393) (dshea) - Do not schedule resize actions for non-resizing requests (#1039491) (vpodzime) - Use ceil for minSize in resize dialog (#1040012) (bcl) - Use integer numbers of megabytes in the Reclaim dialog (#1040012) (vpodzime) - fcoe gui: repopulate device tree only if device was actually added (#1039223) (rvykydal) - Exclude FCoE disks from local disks (#1039223) (rvykydal) - fcoe: repopulate devicetree after adding FCoE SAN (#1039223) (rvykydal) - Add initial 64-bit ARM aarch64 EFI support (#1034428) (dmarlin) - Rename network spoke header (mkolman) - Show the Shell spoke in debug mode (vpodzime) - Accept only .iso files from the IsoChooser dialog (#1015169) (vpodzime) - Just run the IsoChooser dialog lightbox (vpodzime) - Use libxklavier's new methods instead of our nasty hack (vpodzime) - Move atexit registration before running rescue mode (#1038855) (vpodzime) - Only display the addon separator if there's a reason to. (clumens) - Stop using deprecated gtk margin functions. (clumens) - Fix the check_accelerators srcdir path. (dshea) - Show msg in TUI if user attempts to create invalid username. (#965561) (sbueno+anaconda) - Fix up username checking regex a bit. (sbueno+anaconda) - Fix default device for ks=cdrom (#1042500) (bcl) - createUser is already in a chroot (#1038241) (bcl) - Skip checks on files that are not staged for commit. (dshea) - Allow catching exceptions from threads (vpodzime) - Enable warnings about abstract methods not overridden (dshea) - Provide empty methods to override abstract parent methods. (dshea) - Implement status in StandaloneSpoke. (dshea) - Move a bunch of abstract methods from Payload to PackagePayload (dshea) - Remove some methods from packaging.Payload. (dshea) - Disable abstract method warnings in intermediate abstract classes. (dshea) - Remove Personalization spoke (dshea) - Remove some vestigal code from an earlier version of GUICheck (dshea)
2013-12-18 21:21:12 +00:00
BuildRequires: libxklavier-devel >= %{libxklavierver}
BuildRequires: pango-devel
BuildRequires: python-kickstart >= %{pykickstartver}
%if ! 0%{?rhel}
BuildRequires: python-bugzilla
%endif
BuildRequires: python-devel
2010-06-04 19:53:12 +00:00
BuildRequires: python-nose
- In interactive installs, default to bootloader in the MBR (#885284). (clumens) - Make sure software selection is checked against filesystem space. (#853636) (dlehman) - Update default install size and disk space estimate. (dlehman) - Add checkbox for setting language default layout (#866887) (vpodzime) - Change testing area label to something more appropriate (KeyboardSpoke) (vpodzime) - Fix getting country layout variants (vpodzime) - Wait for slower dhcp before running vnc server (#868777) (rvykydal) - Network spoke: fix NMClient signal callback arguments (#885488) (rvykydal) - Add logging for networking and improve logging of ifcfg files (rvykydal) - Honor user request via UI to not install a bootloader. (#885240) (dlehman) - Handle partition removals regardless of deepcopy. (#884896) (dlehman) - Default to partitions for /boot* instead of just /boot/efi. (#884606) (dlehman) - Fix a logic error in ActionDestroyFormat.obsoletes. (#885004) (dlehman) - Take device type into account when making the config button sensitive (#885051). (clumens) - Hide VG-related widgets when displaying a non-LV mountpoint first (#885131). (clumens) - Install default system for %packages --default (#869978) (bcl) - Fix a typo in the live cd completion text (#884373). (clumens) - Do not allow deleting or editing a protected device in custom part (#884599). (clumens) - If path doesn't exist, don't traceback. Return None. (clumens) - Add/remove the HDISO source from protectedDevSpecs (#882147). (clumens) - Put the bad VG name into the error message (#884359). (clumens) - Use updated connection settings object for default auto config files (#883383) (rvykydal)
2012-12-12 01:02:27 +00:00
BuildRequires: systemd
# rpm and libarchive are needed for driver disk handling
- Only check mandatory spokes in automated install (#956960,#895258) (bcl) - Add scratch-bumpver target (bcl) - Add Driver Update Disk repo handling to Anaconda (bcl) - Add Driver Update Disk support to anaconda-dracut (bcl) - Port driver update utilities from loader (bcl) - Fix a typo. (clumens) - Do not translate a blank window name. (clumens) - Add a separator under the default language on the welcome screen. (clumens) - Move the selected language to the top of the list on the welcome screen. (clumens) - Remove the unused LanguageSpoke. (clumens) - Add the "Add FCoE" dialog (#903122). (clumens) - Allow enabling /etc/anaconda.repos.d repos like the docs say (#955724). (clumens) - Move where the password quality checker is created (#956049). (clumens) - Allow multiple disk selection with Shift-click (#864707) (vpodzime) - Select all disks in the box with advanced storage as well (vpodzime) - Don't change DiskOverview's background on 'chosen' changed (vpodzime) - Fix number of arguments for languageGroups (liveDVD class) (#957038) (rvykydal) - Apply some minor padding fixes on the container editing dialog. (clumens) - If no root password was given, lock root's account (#927922). (clumens) - Remove some unneeded boxes and alignments in the NTP config dialog. (clumens) - Default to using the iscsi discovery credentials for login, if provided. (clumens) - langsupport spoke: keep data.lang.lang first in status of spoke (rvykydal) - Unpack property value returned by GDBus before using it (#956614) (rvykydal) - Don't traceback when no activated devices were found for ks network default (#956614) (rvykydal) - Ask about VNC also in connecting state, not only connected (#952801) (rvykydal)
2013-04-29 17:06:33 +00:00
BuildRequires: rpm-devel >= %{rpmver}
BuildRequires: libarchive-devel >= %{libarchivever}
%ifarch %livearches
BuildRequires: desktop-file-utils
%endif
%ifarch s390 s390x
BuildRequires: s390utils-devel
%endif
- Handle cancelation of device resize in the custom spoke. (#1027947) (dlehman) - Disallow /boot on lvm until grub2 fully supports it. (#1036705) (dlehman) - Disallow /boot on btrfs subvolume until grubby supports it. (#864198) (dlehman) - Remove an empty initialize function. (clumens) - Move PathDict into pyanaconda/ui/__init__.py. (clumens) - Add one more directory for ignoring test log files (dshea) - Defer translation of device_type_name (dshea) - Disable pylint errors about gobject-introspection methods (dshea) - Remove unused variables (dshea) - Document the instl.multilib boot option (vpodzime) - Minor tweak of our driver disk documentation (vpodzime) - network: GUI, don't ask for wifi secrets upon Configure (#1033073) (rvykydal) - network: GUI, add support for virtual devices removing (#1030870) (rvykydal) - network: fix naming of slave ifcfg files from kickstart (#1036047) (rvykydal) - network: GUI, handle virtual devices (bond, vlan, team) properly (#1036047) (rvykydal) - Change how we test if the GUI is available in the anaconda script. (clumens) - Update boot-options.txt. (amulhern) - Omit /dev/sr* from list-harddrives (#1032500) (sbueno+anaconda) - Fix EditTUISpoke to operate only on visible entries (vpodzime) - Don't try to investigate empty string for unicode chars (#1035799) (vpodzime) - Fix issues reported by the check_pw_visibility test (vpodzime) - Add check testing visibility of password entries (vpodzime) - Put tests of .glade files into a separate directory (vpodzime) - Save a reference to the imported Xkl module for get_current_layout (dshea) - Fix the Makefile.am subdirs for widget data. (dshea) - Fix some pylint warnings. (clumens) - Switch to libtimezonemap for the timezone map. (dshea) - Set the _config_dialog property during __init__. (dshea) - Fix handling of long release ids (mkolman) - Store older valid packages in separate folder (mkolman) - Fetch older valid releases (mkolman) - Import Xkl only when really needed (vpodzime) - Global screenshot support (#1025038) (mkolman) - Require new version of python-blivet (vpodzime) - Hide password characters in iSCSI login fields (#1034202) (vpodzime) - Use format names instead of types in the resize dialog (vpodzime) - Do not write out the vconsole.keymap boot option (#1035316) (vpodzime)
2013-12-05 00:22:23 +00:00
BuildRequires: libtimezonemap-devel >= %{libtimezonemapver}
Requires: anaconda-core = %{version}-%{release}
Requires: anaconda-gui = %{version}-%{release}
Requires: anaconda-tui = %{version}-%{release}
%description
The anaconda package is a metapackage for the Anaconda installer.
%package core
Summary: Core of the Anaconda installer
- Install bootloader to loop device in disk image installations. (#1019502) (dlehman) - Don't try to configure a bootloader for s390 disk image installs. (#1019502) (dlehman) - Fix initramfs generation for disk image installations. (#1019502) (dlehman) - Save mountpoints specified for existing btrfs volumes. (#892747) (dlehman) - Add a command line option for disabling friendly multipath names. (#977815) (dlehman) - Remove en (dshea) - "Fix" the zSeries device filter "label" (dshea) - Replace placeholders with the strings from python (dshea) - Add and fix keyboard accelerators (dshea) - Check for labels with use_underline and no accelerator (dshea) - Support checking the translation of plural strings (dshea) - Specify a node id in check_accelerator exceptions (dshea) - BTRFS cannot hold swap, no need to care about fstab swaps (vpodzime) - Add ANACONDA_INSTALL_CLASSES to testenv.sh. (clumens) - Put a version on the DNF requirement. (clumens) - Revert "For now, ignore checking dnfpayload.py with pylint." (clumens) - Fix the alignment of the Network Time switch (#1019301) (dshea) - Tell blivet which swaps should appear in the fstab (#1011391) (vpodzime) - Put only newly created or reformated swaps to the new root (vpodzime) - Make code to get new devices reusable as property (vpodzime) - Grab journal only from the last boot (vpodzime) - DNFPayload: allow enable/disable calls for repos that do not exist. (ales) - Add shell spoke to s390x installations (vpodzime) - Put TUI spokes in common categories (vpodzime) - MountpointSelector is a widget, set its property properly (#1013612) (vpodzime) - Include the journal log on installed system (bcl) - DNFPayload: error handling and logging cleanups. (ales) - DNFPayload: reset the transaction goal on new package selection check. (ales) - DNFPayload: implement environmentGroups() (ales) - Some partition scheme is always selected (#1017435) (vpodzime)
2013-10-16 23:14:48 +00:00
Requires: dnf >= %{dnfver}
Requires: python-dnf >= %{dnfver}
Requires: python-blivet >= 1:1.1
Requires: python-meh >= %{mehver}
- fix uuid reference in parse-kickstart (bcl) - Fixup kickstart script logging (bcl) - Tell libreport the crash happened in Anaconda (#885690) (vpodzime) - Restore older behavior regarding ks argument without a file name (#910550). (clumens) - Move the encryption checkbox to the dialog (bcl) - re-fetch metadata when proxy settings change (bcl) - Apply some fixes to the spec file (#909592, metherid (clumens) - install -> installation in a couple user-visible strings. (clumens) - Restore support for partial kickstart files (#887254). (clumens) - Get rid of packagesSeen. (clumens) - Remove debugging print (DatetimeSpoke) (vpodzime) - Honor modules' __all__ when doing collect (msivak) - Use ksdata.addons instead of ksdata.addon and add ADDON_PATHS to sys.path (vpodzime) - Remove unused modules (dbus) and stuff from network.py (rvykydal) - Replace get_NM_connection() using new nm module. (rvykydal) - Replace get_NM_settings_value() using new nm module (rvykydal) - Replace nmIsConnected() using new nm module (rvykydal) - Replace hasActiveNetDev() using new nm module (rvykydal) - Replace getDevicesProperies() using new nm module (rvykydal) - Replace getIPAddresses() using new nm module (rvykydal) - Replace getMacAddress() using new nm module (rvykydal) - Replace isWirelessDevice() using new nm module (rvykydal) - Replace getLinkStatus() using new nm module (rvykydal) - Replace getActiveNetDevs() using new nm module (rvykydal) - Replace getDevices() using new nm module (rvykydal) - Move NM dbus calls to separate module. (rvykydal) - Move networking functions from isys to network module. (rvykydal) - Remove unused stuff from network.py (rvykydal) - Remove unused networking stuff from isys (rvykydal) - Network spoke: remove unused NM path and interface constants (rvykydal) - Add 'eject' to the anaconda initramfs (wwoods) - Ensure hookdir exists before creating eject script (wwoods) - remove anaconda-cleanup-initramfs.service (wwoods) - Add dracut/save-initramfs.sh (wwoods) - Bring back the askmethod parameter (#889887). (clumens) - Add a new selectorFromDevice method to the accordion. (clumens) - The storage logger is now the blivet logger. (dlehman) - DeviceFactory has moved from blivet to blivet.devicefactory. (dlehman)
2013-02-14 19:13:45 +00:00
Requires: libreport-anaconda >= 2.0.21-1
- unpack product.img to correct location (#869098) (bcl) - Fix including _isys.so and isys/__init__.py in updates.img (vpodzime) - Fix typo "DHCPV6" (rvykydal) - Don't crash on wireless connections created in Live CD desktop (#895736) (rvykydal) - Adapt ifcfg -> ksdata mapping to NM change from IPADDR to IPADDR0. (rvykydal) - Fix static and dhcp of network --ipv6 command (set IPV6_AUTOCONF=no) (rvykydal) - NM defaults to IPV6_AUTOCONF=yes (rvykydal) - Fix up spacing on installation options dialog buttons a little bit. (clumens) - Ignore double clicks on the DiskOverviews (#902467). (clumens) - When the user creates a new mountpoint, display it by default (#886039). (clumens) - Add device node name information to the storage spoke and disk cart (#902617). (clumens) - Do not include disks that have 0 size (#903131, #904977). (clumens) - Preserve the state of the Customize... expanders on custom storage (#883134). (clumens) - Make it a little more clear what's happening on the disk selection spoke (#903498). (clumens) - Move Xorg to vt7 (bcl) - Network: read ipv6 configuration type from NM settings instead of ifcfg file (rvykydal) - Don't fail on missing ifcfg file when setting default ONBOOT (#904817) (rvykydal) - Don't fail on invalid network --device kickstart specification. (rvykydal) - Ignore ipv6 for a device (IPV6INIT=no) only for noipv6 option. (rvykydal) - Network: fix disabling of ipv6 (noipv6 option) (rvykydal) - Stop writing /etc/sysconfig/network (#895900) (rvykydal) - We dont create missing ifcfg files on our own in anaconda anymore. (rvykydal) - Use NM dbus interface to modify ifcfg configuration (#893892) (rvykydal) - Document FileSystemSpaceChecker. (clumens) - Add the customization category to POTFILES.in. (clumens) - Add a license and overview to the g-i overrides file. (clumens) - Create/clarify some documentation in the custom widgets. (clumens) - Condense string formatting in a couple custom widgets. (clumens) - Remove the widget-specific TODO list. (clumens) - Add selinux to the list of parameters we pass on (#895860). (clumens) - Display error status messages in a darker red color. (clumens) - Add newline at the end of xorg.conf generated from ksdata (vpodzime) - Move pyanaconda.packaging.get_mount_* into blivet.util. (dlehman) - Remove obsolete references to simpleFilter. (dlehman) - Remove the storage module and replace it with blivet. (dlehman) - Move tsort, platform, and baseudev into storage. (dlehman) - Start laying groundwork for splitting storage out of pyanaconda. (dlehman) - Remove anaconda flag checking from OpticalDevice.eject. (dlehman) - Remove unused functions and move storage-specific utils to storage. (dlehman) - Remove installclass arch filtering. (dlehman) - Handle sending program output to tty5 through the logging setup. (dlehman) - Use dumpe2fs output to determine dirty fs. (dlehman) - Remove filesystem migration code. (dlehman) - Use threadMgr.wait to check threads (bcl) - Add error reporting to threadMgr (bcl)
2013-02-02 01:02:07 +00:00
Requires: libselinux-python
Requires: rpm-python >= %{rpmver}
Requires: parted >= %{partedver}
2009-02-13 15:13:17 +00:00
Requires: pyparted >= %{pypartedver}
Requires: yum >= %{yumver}
- Fix pylint complaints about log lines (bcl) - Add JENKINS_PROXY support to makebumpver (bcl) - Copy the kickstart package tests for testing with yum (bcl) - Pass multiple args to runone in run_kickstart_tests.sh (bcl) - Ignore some accelerator collisions on the filter dialog. (clumens) - Remove an unused variable. (clumens) - network: fix a typo making creating virtual devices in %pre fail (#1075195) (rvykydal) - network: support for bridge, require pykickstart with the support (#1075195) (rvykydal) - network: Catch exception from NM failing to create a bridge device (#1075195) (rvykydal) - network: add bridge support for kickstart %pre phase (#1075195) (rvykydal) - network: generate kickstart commands for bridge devices (#1075195) (rvykydal) - network: add bridge support to kickstart (#1075195) (rvykydal) - network: support for adding bridge devices (#1075195) (rvykydal) - network: display bridge devices in status (#1075195) (rvykydal) - Fix position of Refresh List button in filter spoke (#1065716) (rvykydal) - Fix accelerator collision of Refresh button (#1065716) (rvykydal) - gui: add Refresh button to network storage UI (#1065716) (rvykydal) - iscsi: display portal (address:port) of node in node list (#1114820) (rvykydal) - iscsi: when logging into nodes consider ip:port of node (#1114820) (rvykydal) - network: display only actual fqdn of ip we offer for vnc connection (#1089429) (rvykydal) - network: GUI: reactivate connection automatically after configuration (#1033063) (rvykydal) - Don't traceback if connection does not have read-only setting (#1158919) (rvykydal) - network: enable NM ibft plugin only for ip=ibft boot option (#804511) (rvykydal) - network: add support for vlan tag in iBFT (#804511) (rvykydal) - network: pass team opts to dracut for netroot (#1075666) (rvykydal) - Remove unused version macros from anaconda.spec.in (vpodzime) - Don't process continue-clicked events for windows that aren't shown. (clumens) - Add back an empty %files for the anaconda metapackage (dshea) - Do not include dd_list and dd_extract in the anaconda-core package. (clumens) - Replace long usage with int (#1014220) (mkolman) - Do not use sys.exc_type (#1014220) (mkolman) - Replace StandardError with Exception (#1014220) (mkolman) - Make filter() usage Python 3 compatible (#1014220) (mkolman) - network: add teamd package if team is used during installation (#1185670) (rvykydal) - network: add NetworkManager-team (#1182633) (rvykydal) - Don't allow weak LUKS passwords either (bcl) - Use %license in anaconda.spec.in (bcl) - Don't allow weak passwords (text mode). (sbueno+anaconda) - Remove the press done twice to exit text (bcl) - Don't allow weak user passwords (bcl) - Don't allow weak root passwords (bcl) - Increase minimum password length to 8 (bcl) - Remove the unused re import from nm.py. (clumens) - Remove IPy from nm.py for python 23 compatibility. (rvykydal) - Show empty VGs in the custom spoke. (dlehman) - Use the rpm database to find kernel package versions (#1074358) (dshea) - Check whether a payload has an instclass (#1185588) (dshea) - Remove the unused indexed_dict module (vpodzime) - Use threadMgr to wait for exception handling to finish (vpodzime) - Add a method for waiting for error handling to finish (vpodzime) - Move HW errors processing to the code that runs in the main thread (vpodzime) - Replace python-urlgrabber with python-requests (#1141242) (mkolman)
2015-01-30 22:02:36 +00:00
Requires: python-requests
Requires: python-kickstart >= %{pykickstartver}
Requires: langtable-data >= %{langtablever}
Requires: langtable-python >= %{langtablever}
Requires: libuser-python
Requires: authconfig
- In interactive installs, default to bootloader in the MBR (#885284). (clumens) - Make sure software selection is checked against filesystem space. (#853636) (dlehman) - Update default install size and disk space estimate. (dlehman) - Add checkbox for setting language default layout (#866887) (vpodzime) - Change testing area label to something more appropriate (KeyboardSpoke) (vpodzime) - Fix getting country layout variants (vpodzime) - Wait for slower dhcp before running vnc server (#868777) (rvykydal) - Network spoke: fix NMClient signal callback arguments (#885488) (rvykydal) - Add logging for networking and improve logging of ifcfg files (rvykydal) - Honor user request via UI to not install a bootloader. (#885240) (dlehman) - Handle partition removals regardless of deepcopy. (#884896) (dlehman) - Default to partitions for /boot* instead of just /boot/efi. (#884606) (dlehman) - Fix a logic error in ActionDestroyFormat.obsoletes. (#885004) (dlehman) - Take device type into account when making the config button sensitive (#885051). (clumens) - Hide VG-related widgets when displaying a non-LV mountpoint first (#885131). (clumens) - Install default system for %packages --default (#869978) (bcl) - Fix a typo in the live cd completion text (#884373). (clumens) - Do not allow deleting or editing a protected device in custom part (#884599). (clumens) - If path doesn't exist, don't traceback. Return None. (clumens) - Add/remove the HDISO source from protectedDevSpecs (#882147). (clumens) - Put the bad VG name into the error message (#884359). (clumens) - Use updated connection settings object for default auto config files (#883383) (rvykydal)
2012-12-12 01:02:27 +00:00
Requires: firewalld >= %{firewalldver}
Requires: util-linux >= %{utillinuxver}
2009-09-24 14:14:17 +00:00
Requires: dbus-python
- use a dracut shutdown hook to eject media (#787461) (bcl) - add dracut shutdown eject hook function (#787461) (bcl) - The createSuggested methods have changed name (#791204, #795058). (clumens) - iscsi: no discovery on each target login (#752066) (rvykydal) - Use libpwquality to check root password strength (#755883) (mgracik) - Generate repo= ks command only for repos added by user (#738577) (rvykydal) - Fix a typo (#794504). (clumens) - Add support for network --device=link in stage2 kickstart (#790332) (rvykydal) - Don't set the pmbr bootable flag on Macs, whether booted via EFI or not (mjg) - Don't set GPT HFS+ partitions as bootable (mjg) - Mark HFS+ as fsckable (mjg) - Set default lang and create default locale files early (wwoods) - Generate connection UUID in inital ifcfg files created by anaconda (#705328) (rvykydal) - Take in change of a binary name (brcm_iscsiuio -> iscsiuio) (#731761) (rvykydal) - Add 'traceback' boot option for python-meh and libreport testing (vpodzime) - fix setattr in set_cmdline_bool (pschindl) - Add _mounttype to HFSPlus (mjg) - Add support for UEFI Mac installs (mjg) - Add support for HFS+ partitions (mjg) - Remove networking configuration steps from linuxrc.s390 (#783227) (dcantrell) - Clear partitions' metadata when 'clearpart --initlabel' used. (#783841) (dlehman) - Fix support for detecting existing mirrored lvs. (#734128) (dlehman) - Don't put partitions into device.map (pjones) - fix potential EFIGRUB infinite loop (bcl) - finish ROOT_PATH changes in bootloader (#789169) (bcl) - Be more verbose about upgrade failures (#735060) (bcl) - log tracebacks from importing formats (bcl) - Skip setting PMBR boot flag on EFI (#754850) (mjg)
2012-02-20 23:42:44 +00:00
Requires: python-pwquality
- Set seen for lang from option & use constant for default (mkolman) - Hook the Geolocation module to Anaconda (mkolman) - Add geolocation module (mkolman) - Add logging to exception handling (vpodzime) - Run exception handling in the main thread also in TUI (vpodzime) - Update network ksdata with cmdline options (#893784) (rvykydal) - Return network devices actually activated (instead of just active) (#949002) (rvykydal) - Don't traceback if we can't find PermHwAddr when looking for slaves (#949341) (rvykydal) - Add support for iSCSI iface binding. (rvykydal) - Fix a traceback when handling node login authentication. (clumens) - Add a requirement on python-IPy now. (clumens) - Display individual buttons on the filter UI instead of a combo. (clumens) - Hook up authentication for iSCSI discovery and node login. (clumens) - When the clear button is clicked on the filter spoke, clear out the fields. (clumens) - Remove the extra "Target LUN" search option. (clumens) - If all iSCSI nodes have been logged into, leave the dialog. (clumens) - Populate the port combo on the filter spoke's search page. (clumens) - Hook up filtering for iSCSI devices. (clumens) - Add initial iSCSI support to the advanced storage UI. (clumens) - Add a generic function to FilterPage for setting up a GtkComboBoxText. (clumens) - self.disks -> self.pages in filter UI refresh method. (clumens) - Add a button to bring up the Add Additional dialogs. (clumens) - Remove pixmaps no longer needed by newui. (clumens) - Add a checkmark on a DiskOverview when it is selected. (clumens) - Make a couple UI modifications to the resize slider. (clumens) - Make several changes to how addons are displayed (#873498). (clumens) - Allow clicking on environment and addon text to toggle them (#928010). (clumens) - Fix scrolling problems on the environment side of software selection (#928008). (clumens) - Handle quit messages on the text progress UI hub (#895756). (clumens) - If there's an error while in text mode, display it. (clumens) - Force sizes on the network toolbar buttons (#951580). (clumens) - Disable the "Closest mirror" option if there's no fastestmirror plugin (#876135). (clumens) - Move text UI summary hub setup into the setup method (#927315, #950956). (clumens) - Bring the text storage spoke a little more in line with the graphical one. (clumens) - Make a home directory for the user by default (#950792). (clumens) - Add some padding under the ransom notes on the progress hub. (clumens) - Remove a lot of ancient crud from the installclasses. (clumens) - Set the default fs type on RHEL (#951088). (clumens) - Add a Spoke.changed attribute. (clumens) - Display device names on MountpointSelectors (#888872). (clumens) - Add signal handlers for controlling password entry visibility. (clumens) - Ransom notes can be either PNGs or JPGs. (clumens) - dracut/parse-kickstart: handle network --mtu (wwoods) - Exclude a couple more password variables from dumps (bcl) - Enlightbox dialogs in the custom spoke (vpodzime) - Create and use GtkWindowGroup for our windows (vpodzime) - We can import Gtk globally now (vpodzime) - Handle both types of data we can get from libxklavier (#950921) (vpodzime)
2013-04-23 01:03:42 +00:00
Requires: python-IPy
Requires: pytz
Requires: realmd
- Expand the use of ANACONDA_WIDGETS_DATADIR. (dshea) - Make thread manager operations atomic (#1029898) (mkolman) - Run pylint in multiple processes (vpodzime) - Fix how "changed" signal is emitted on the TreeSelection (vpodzime) - Pass biosdevname boot option to installed system (#1023609) (rvykydal) - network: update required NetworkManager version (team support) (rvykydal) - Use timing decorator for more actions (vpodzime) - Add test for the have_word_match function (vpodzime) - A nice decorator making Anaconda's GUI more responsive (vpodzime) - Short-circuit layouts matching (vpodzime) - Enforce upper bound for resize. (#1027947) (dlehman) - Fix some pylint problems in network.py. (clumens) - Add an updates location for the AnacondaWidgets overrides (dshea) - Fix typo (#1003591) (rvykydal) - network: call GDBus proxy methods like python (rvykydal) - network: add team support for kickstart %pre phase (#1003591) (rvykydal) - network: generate kickstart commands for team devices (#1003591) (rvykydal) - network: support for adding team devices (#1003591) (rvykydal) - network: display team devices in status (#1003591) (rvykydal) - network: add team support to kickstart (#1003591) (rvykydal) - Initialize the AddLayouts dialog in advance in the KeyboardSpoke (vpodzime) - Add function to map functions on items in the main thread (vpodzime) - Allow having unique thread names with given prefix (vpodzime) - Remove an unused and non-working leftover function resetResolve (vpodzime) - Always center dialogs shown on top of lightbox (vpodzime) - Set spokes' distribution and beta warning only once (vpodzime) - use deepcopy on ksdata method (#1028243) (bcl) - Change source spoke proxy handling to use local copy (#967805) (bcl) - Apply a little tweak to the VNC password length message. (clumens) - Match layouts with stripped accents in AddLayout dialog (vpodzime) - Sort layout descriptions properly (#1026238) (vpodzime) - Make AddLayout dialog persistent (vpodzime) - Use Sphinx syntax in the iutil module (vpodzime) - Warn if vnc passwd is longer than 8 chars (hamzy) - Don't try to unicode unicode strings (#1029109) (vpodzime) - Add tmpfs support (#918621) (mkolman) - Added a few things that autoscan complained about (dshea) - Actually use the config header we generate (dshea) - Redirect pylint stderr to stdout (dshea) - Fix the handling of files generated for xgettext (dshea) - Use gettext to process glade files. (dshea) - Always use $prefix in directory names. (dshea) - Pass --enable-gtk-doc to configure in distcheck (dshea) - Fix the liveinst install/uninstall hooks (dshea) - Clean up after intltool (dshea) - Add missing files to dist (dshea) - DNFPayload: tweak to the API changes in dnf-0.4.7. (ales) - Add tests for iutil (mkolman)
2013-11-18 21:32:11 +00:00
Requires: teamd
%ifarch %livearches
Requires: usermode
%endif
%ifarch s390 s390x
Requires: openssh
%endif
- Behave nice when root password is set by kickstart (msivak) - Password spoke is mandatory if the created user is not an admin (msivak) - Use the user data provided by kickstart (msivak) - Add the User creation spoke including the Advanced dialog (msivak) - Bonding support: kickstart (rvykydal) - Condense some duplicated and overly wordy code in custom.py. (clumens) - Add a new allMembers property that returns a list of pages and members. (clumens) - All Pages have a title, so get rid of the getattr games. (clumens) - Allow more than one Page to be expanded at a time. (clumens) - Get rid of the currentPage method. (clumens) - Promote page._members to page.members. (clumens) - Require passing the title to a Page's constructor. (clumens) - Pressing F12 should do the same thing as clicking "Done" (#840998). (clumens) - A bunch more "install" -> "installation" changes. (clumens) - When the user clicks "Reclaim Space", go back to the hub (#911792). (clumens) - Modify the logic that makes the reclaim button sensitive (#911793). (clumens) - Add a free space line under every disk in the reclaim dialog. (clumens) - Remove the initial sentence from the top of the reclaim dialog (#911793). (clumens) - Fix a traceback in verifying optical media on the source spoke. (clumens) - Revert "Hook up the "Remove Packages" button on the dep solving error screen." (#905899). (clumens) - Don't display "(null)" as a MountpointSelector's mountpoint. (clumens) - dracut: add anaconda-pre-shutdown.sh to fix eject (#809920) (wwoods) - Continue booting when checkisomd5 is aborted (#891551) (bcl) - Fix ksdevice=<MAC> - instead of renaming the device to ksdev0 just use it (rvykydal) - Add pigz to initrd.img (wwoods) - Use %_prefix macro value when calling configure in makeupdates (vpodzime) - Try to import modules the standard way first in collect (msivak)
2013-03-01 23:00:04 +00:00
Requires: isomd5sum >= %{isomd5sum}
* Fri Aug 29 2008 David Cantrell <dcantrell@redhat.com> - 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)
2008-08-29 20:19:33 +00:00
Requires: yum-utils >= %{yumutilsver}
Requires: createrepo_c
* Fri Aug 29 2008 David Cantrell <dcantrell@redhat.com> - 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)
2008-08-29 20:19:33 +00:00
Requires: NetworkManager >= %{nmver}
Requires: NetworkManager-glib >= %{nmver}
- Fix pylint complaints about log lines (bcl) - Add JENKINS_PROXY support to makebumpver (bcl) - Copy the kickstart package tests for testing with yum (bcl) - Pass multiple args to runone in run_kickstart_tests.sh (bcl) - Ignore some accelerator collisions on the filter dialog. (clumens) - Remove an unused variable. (clumens) - network: fix a typo making creating virtual devices in %pre fail (#1075195) (rvykydal) - network: support for bridge, require pykickstart with the support (#1075195) (rvykydal) - network: Catch exception from NM failing to create a bridge device (#1075195) (rvykydal) - network: add bridge support for kickstart %pre phase (#1075195) (rvykydal) - network: generate kickstart commands for bridge devices (#1075195) (rvykydal) - network: add bridge support to kickstart (#1075195) (rvykydal) - network: support for adding bridge devices (#1075195) (rvykydal) - network: display bridge devices in status (#1075195) (rvykydal) - Fix position of Refresh List button in filter spoke (#1065716) (rvykydal) - Fix accelerator collision of Refresh button (#1065716) (rvykydal) - gui: add Refresh button to network storage UI (#1065716) (rvykydal) - iscsi: display portal (address:port) of node in node list (#1114820) (rvykydal) - iscsi: when logging into nodes consider ip:port of node (#1114820) (rvykydal) - network: display only actual fqdn of ip we offer for vnc connection (#1089429) (rvykydal) - network: GUI: reactivate connection automatically after configuration (#1033063) (rvykydal) - Don't traceback if connection does not have read-only setting (#1158919) (rvykydal) - network: enable NM ibft plugin only for ip=ibft boot option (#804511) (rvykydal) - network: add support for vlan tag in iBFT (#804511) (rvykydal) - network: pass team opts to dracut for netroot (#1075666) (rvykydal) - Remove unused version macros from anaconda.spec.in (vpodzime) - Don't process continue-clicked events for windows that aren't shown. (clumens) - Add back an empty %files for the anaconda metapackage (dshea) - Do not include dd_list and dd_extract in the anaconda-core package. (clumens) - Replace long usage with int (#1014220) (mkolman) - Do not use sys.exc_type (#1014220) (mkolman) - Replace StandardError with Exception (#1014220) (mkolman) - Make filter() usage Python 3 compatible (#1014220) (mkolman) - network: add teamd package if team is used during installation (#1185670) (rvykydal) - network: add NetworkManager-team (#1182633) (rvykydal) - Don't allow weak LUKS passwords either (bcl) - Use %license in anaconda.spec.in (bcl) - Don't allow weak passwords (text mode). (sbueno+anaconda) - Remove the press done twice to exit text (bcl) - Don't allow weak user passwords (bcl) - Don't allow weak root passwords (bcl) - Increase minimum password length to 8 (bcl) - Remove the unused re import from nm.py. (clumens) - Remove IPy from nm.py for python 23 compatibility. (rvykydal) - Show empty VGs in the custom spoke. (dlehman) - Use the rpm database to find kernel package versions (#1074358) (dshea) - Check whether a payload has an instclass (#1185588) (dshea) - Remove the unused indexed_dict module (vpodzime) - Use threadMgr to wait for exception handling to finish (vpodzime) - Add a method for waiting for error handling to finish (vpodzime) - Move HW errors processing to the code that runs in the main thread (vpodzime) - Replace python-urlgrabber with python-requests (#1141242) (mkolman)
2015-01-30 22:02:36 +00:00
Requires: NetworkManager-team
* Fri Aug 29 2008 David Cantrell <dcantrell@redhat.com> - 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)
2008-08-29 20:19:33 +00:00
Requires: dhclient
Requires: libselinux-python
2012-09-25 20:32:00 +00:00
Requires: kbd
Requires: chrony
2013-08-01 17:37:10 +00:00
Requires: python-ntplib
2012-09-25 20:32:00 +00:00
Requires: rsync
- Move save_netinfo into a hook (#1048231) (bcl) - Cleanup log message for pylint (bcl) - kickstart user accounts should be locked by default (#1063554) (bcl) - pre-push hook checking bugzilla IDs on rhelX branches (vpodzime) - Make sure LUKS devices can say they have a key (#1060255) (amulhern) - Handle LUKS passphrase before doing sanity check (#1060255) (amulhern) - Remove some unnecessary resets (#1060255) (amulhern) - Do not consider no available LUKS passphrase an error in do_autopart (#1060255) (amulhern) - Adapt to new blivet.sanityCheck() return type (#1060255) (amulhern) - Adapt StorageChecker class for changed return type of sanityCheck (#1060255) (amulhern) - Add sanityCheck functionality back into AutoPart.execute() (#1060255) (amulhern) - Bump blivet version for changed sanityCheck() interface (amulhern) - UnmanagedDeviceError and UnknownConnectionError are in the nm module. (clumens) - blivet no longer has a protectedDevices property. (clumens) - network: adapt to changed handling of devices without carrier in NM (#1062417) (rvykydal) - driverdisk: Rename skip_dds to make pylint happy (bcl) - driverdisk: Use a single systemd service to start DD UI (#1035663) (bcl) - driverdisk: Add dd_args_ks handling to driver-updates (#1035663) (bcl) - driverdisk: Process kickstart driverdisk commands (#1035663) (bcl) - driverdisk: Handle kickstart driverdisk command (#1035663) (bcl) - driverdisk: Use getargs instead of the env variable (#1035663) (bcl) - Remove now-unused isys/devices.[ch]. (clumens) - Call finalize functions in parent classes. (dshea) - Fix crashes in the LayoutIndicator dispose function. (dshea) - Require systemd (dshea) - Remove the now-unused anaconda_spoke_header.png. (clumens) - Minor aesthetic cleanups (#1045250). (duffy) - Add a topbar design to SpokeWindows. (#1045250) (duffy) - Update the Aarch64 packages to include efibootmgr. (dmarlin) - Add a sidebar to the standalone and hub windows (#1045250) (duffy) - Allow specifying an environment in the kickstart file (#1050994). (clumens) - The autopart scheme combo should work for creating partitions manually, too. (clumens)
2014-02-12 01:09:58 +00:00
Requires: systemd
2013-08-01 17:37:10 +00:00
%ifarch %{ix86} x86_64
2013-04-09 22:10:19 +00:00
Requires: fcoe-utils >= %{fcoeutilsver}
%endif
Requires: iscsi-initiator-utils >= %{iscsiver}
- Don't call storage.write for dirinstall (#1120206) (bcl) - Fix pylint warning from a recent commit. (dlehman) - Fix the link to the help-button-clicked signal (dshea) - Assign mnemonics to two checkboxes on the user spoke that didn't have them. (clumens) - Remove "MB" from the size string on the HDISO combo box. (clumens) - Use _Cancel and _Continue mnemonics on these two screens. (clumens) - Rename to be the TIME & DATE spoke. (clumens) - Ok -> OK on the proxy dialog. (clumens) - Handle cancellation of new container creation. (dlehman) - Reflect previous custom/autopart selection in the storage spoke. (dlehman) - Clear out custom storage ksdata after first attempt to apply it. (dlehman) - Pass size as Size when adjusting container after device removal. (#1141707) (dlehman) - Set flags.rescue_mode not anaconda.rescue (#1143056) (amulhern) - Split localed's converted layouts and variants (#1073825) (vpodzime) - Rename variable to not with a built-in (mkolman) - Create free space snapshot before doing custom->autopart (vpodzime) - Deprecate RUNKS cmdline option. (sbueno+anaconda) - Show help also when alt+F1 is pressed (mkolman) - Support display of the custom mnemonics on the help button (mkolman) - Activate the built-in help when F1 is pressed (mkolman) - Specify help file names for hubs and spokes (mkolman) - Add a help button to every Anaconda screen (mkolman) - Don't call BusyCursor before Gdk is setup (#1078868) (bcl) - Fix SELINUX_DEFAULT import (#1137049) (bcl) - Catch and rethrow BTRFSValueError as KickstartException (#1019685) (amulhern) - Bump version so BTRFSValueError is found (#1019685) (amulhern) - Don't change langpacks config of installer environment (#1066017) (rvykydal) - network: fix typo 'Private ksy pasword' (#1120374) (rvykydal) - Fix up a string style issue found in the last network commits. (clumens) - network: WPA Enterprise: don't ask twice for password (#1120374) (rvykydal) - network: add support for WPA Enterprise (#1120374) (rvykydal) - network: add s390 network ifcfg options also for bond slaves (#1090558) (rvykydal) - network: copy resolv.conf to chroot before installing packages (#1048520) (rvykydal) - network: don't crash, just log for unrecognized bond options (#1039006) (rvykydal) - network: don't traceback on invalid team options (#1114282) (rvykydal) - network: don't write HWADDR in ifcfgs generated by kickstart (#1130042) (rvykydal) - Re-order the tz's in text mode to mirror the graphical order. (sbueno+anaconda) - Apply a better check for whether to fail if authconfig is missing. (clumens) - driver-updates: fix backspace/delete in dd menus (#1080380) (wwoods) - Fix an issue with bad NFS info specified in source spoke. (sbueno+anaconda) - Fix the SIGSEGV handler (dshea) - Remove argument handling from methods without arguments (dshea) - Warn if software selection size exceeds available space. (sbueno+anaconda) - X doesn't start when making the livecd on the GUI test either. (clumens) - Handle spaces in inst.repo, kickstart nfs, and url commands (#1109933) (bcl) - Fix that urllib2 problem more thoroughly. (clumens) - Fix a problem where urllib2 is not getting pulled into the initrd. (clumens) - Specify thin pool metadata/chunk size only if given by user (#1140635) (vpodzime) - Fix q for quit issue in text mode (#997405) (sbueno+anaconda) - Additional message if kickstart was used but did not finish (#1117908) (amulhern) - Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern) - Use only the digits from productVersion (bcl) - If a kickstart installation stops because it doesn't know something, log that. (clumens) - Don't care about crash args in bootloader (#1116323) (vpodzime)
2014-09-20 00:28:08 +00:00
%ifarch %{ix86} x86_64
2013-04-09 22:10:19 +00:00
%if ! 0%{?rhel}
Requires: hfsplus-tools
%endif
%endif
- pylint: Add a pile of new E1101 exceptions (bcl) - pylint: change disable-msg to disable (bcl) - Fix console for s390 and 'noshell' mode (#1070672) (wwoods) - Check that the addon selection state exists before reading it (dshea) - Set the name in the volume group store (dshea) - Don't ignore the directory of the driver disk iso file (vpodzime) - Set rpm macros in DNFPayload (dshea) - Implement %packages --instLangs (#156477) (dshea) - Set rpm macro information in anaconda-yum. (dshea) - Move the anaconda-yum exception handler (#1057120) (dshea) - Only run gtk actions in the gtk thread. (dshea) - Add createrepo Requires (#1016004) (bcl) - Fix a traceback gathering free space info for a container. (#1069854) (dlehman) - network: detect also fcoe vlan device names exceeding IFNAMESIZ (#1051268) (rvykydal) - DNFPayload: display the download progress on the hub. (ales) - driverdisk: Fix typo in error logging (#1016004) (bcl) - driverdisk: Create a repo for network drivers (#1016004) (bcl) - driverdisk: Catch blkid failure (#1036765) (bcl) - driverdisk: Ignore extra blkid fields (#1036765) (bcl) - We can't trust rhcrashkernel-param to give us newline-free text. (pjones) - Remove redundant _setCurrentFreeSpace() call (#1043763) (amulhern) - Enable python-coverage in anaconda (dshea) - Move the sidebar to the right for RTL languages (dshea) - Remove a bunch of unused includes and tests for headers (dshea) - Add a note about when and how to remove isys.sync (dshea) - Remove isys.isPseudoTTY (dshea) - Convert isys.isIsoImage to python code (dshea) - Focus the language search input by default (#973967) (dshea) - Ensure media being verified is always unmounted (dshea) - Write 'text'/'cmdline' in anaconda-ks.cfg in text/cmdline mode (wwoods) - text install -> text system (#1021963) (wwoods) - Support the 'skipx' kickstart command (wwoods) - let systemd decide when to start anaconda-sshd (wwoods) - Don't use tmux for inst.noshell (#1058607) (wwoods) - Fix a nitpick from bcl. (pjones) - Make rhcrashkernel-param get run on non-GRUB 2 platforms. (pjones) - Cast the blame appropriately when the kernel refuses efivars changes. (pjones) - Do not use shim.efi on ARMv8 aarch64 (#1067758) (dmarlin) - Handle missing environments specified through kickstart (#1067492). (clumens) - create_sparse_file in blivet now expects a Size object. (clumens) - Don't traceback when no size is given in kickstart (#1067707). (clumens)
2014-03-01 01:32:49 +00:00
Requires: python-coverage
Requires: pygobject3-base
- pylint: Add a pile of new E1101 exceptions (bcl) - pylint: change disable-msg to disable (bcl) - Fix console for s390 and 'noshell' mode (#1070672) (wwoods) - Check that the addon selection state exists before reading it (dshea) - Set the name in the volume group store (dshea) - Don't ignore the directory of the driver disk iso file (vpodzime) - Set rpm macros in DNFPayload (dshea) - Implement %packages --instLangs (#156477) (dshea) - Set rpm macro information in anaconda-yum. (dshea) - Move the anaconda-yum exception handler (#1057120) (dshea) - Only run gtk actions in the gtk thread. (dshea) - Add createrepo Requires (#1016004) (bcl) - Fix a traceback gathering free space info for a container. (#1069854) (dlehman) - network: detect also fcoe vlan device names exceeding IFNAMESIZ (#1051268) (rvykydal) - DNFPayload: display the download progress on the hub. (ales) - driverdisk: Fix typo in error logging (#1016004) (bcl) - driverdisk: Create a repo for network drivers (#1016004) (bcl) - driverdisk: Catch blkid failure (#1036765) (bcl) - driverdisk: Ignore extra blkid fields (#1036765) (bcl) - We can't trust rhcrashkernel-param to give us newline-free text. (pjones) - Remove redundant _setCurrentFreeSpace() call (#1043763) (amulhern) - Enable python-coverage in anaconda (dshea) - Move the sidebar to the right for RTL languages (dshea) - Remove a bunch of unused includes and tests for headers (dshea) - Add a note about when and how to remove isys.sync (dshea) - Remove isys.isPseudoTTY (dshea) - Convert isys.isIsoImage to python code (dshea) - Focus the language search input by default (#973967) (dshea) - Ensure media being verified is always unmounted (dshea) - Write 'text'/'cmdline' in anaconda-ks.cfg in text/cmdline mode (wwoods) - text install -> text system (#1021963) (wwoods) - Support the 'skipx' kickstart command (wwoods) - let systemd decide when to start anaconda-sshd (wwoods) - Don't use tmux for inst.noshell (#1058607) (wwoods) - Fix a nitpick from bcl. (pjones) - Make rhcrashkernel-param get run on non-GRUB 2 platforms. (pjones) - Cast the blame appropriately when the kernel refuses efivars changes. (pjones) - Do not use shim.efi on ARMv8 aarch64 (#1067758) (dmarlin) - Handle missing environments specified through kickstart (#1067492). (clumens) - create_sparse_file in blivet now expects a Size object. (clumens) - Don't traceback when no size is given in kickstart (#1067707). (clumens)
2014-03-01 01:32:49 +00:00
# Used by rescue.py and the low RAM message in /sbin/anaconda
Requires: newt-python
# required because of the rescue mode and VNC question
Requires: anaconda-tui = %{version}-%{release}
Obsoletes: anaconda-images <= 10
2009-01-05 22:20:35 +00:00
Provides: anaconda-images = %{version}-%{release}
Obsoletes: anaconda-runtime < %{version}-%{release}
Provides: anaconda-runtime = %{version}-%{release}
- In interactive installs, default to bootloader in the MBR (#885284). (clumens) - Make sure software selection is checked against filesystem space. (#853636) (dlehman) - Update default install size and disk space estimate. (dlehman) - Add checkbox for setting language default layout (#866887) (vpodzime) - Change testing area label to something more appropriate (KeyboardSpoke) (vpodzime) - Fix getting country layout variants (vpodzime) - Wait for slower dhcp before running vnc server (#868777) (rvykydal) - Network spoke: fix NMClient signal callback arguments (#885488) (rvykydal) - Add logging for networking and improve logging of ifcfg files (rvykydal) - Honor user request via UI to not install a bootloader. (#885240) (dlehman) - Handle partition removals regardless of deepcopy. (#884896) (dlehman) - Default to partitions for /boot* instead of just /boot/efi. (#884606) (dlehman) - Fix a logic error in ActionDestroyFormat.obsoletes. (#885004) (dlehman) - Take device type into account when making the config button sensitive (#885051). (clumens) - Hide VG-related widgets when displaying a non-LV mountpoint first (#885131). (clumens) - Install default system for %packages --default (#869978) (bcl) - Fix a typo in the live cd completion text (#884373). (clumens) - Do not allow deleting or editing a protected device in custom part (#884599). (clumens) - If path doesn't exist, don't traceback. Return None. (clumens) - Add/remove the HDISO source from protectedDevSpecs (#882147). (clumens) - Put the bad VG name into the error message (#884359). (clumens) - Use updated connection settings object for default auto config files (#883383) (rvykydal)
2012-12-12 01:02:27 +00:00
Obsoletes: booty <= 0.107-1
%description core
The anaconda-core package contains the program which was used to install your
- Pass correct class to super in SELinuxFS.mountable. (#677450) (dlehman) - Clarify that loader method entries are looking for a tree. (clumens) - Fix up remaining anaconda.id references (#680296) (bcl) - Wipe out pre-existing problems before running transaction (#678201, pmatilai). (clumens) - Attempt at fixing reboot behavior in kickstart (#676968). (clumens) - brcm_iscsiuio is not in Fedora yet, handle that you can't find it. (akozumpl) - Fix downloading .treeinfo files for --noverifyssl repos. (akozumpl) - Fix syntax error from 0bf0cf13. (akozumpl) - Pass --force when calling vgreduce --removemissing. (#679206) (dlehman) - Only apply global passphrase to devices with no passphrase. (#679223) (dlehman) - Perform terminations before unmounting filesystems on shutdown. (dlehman) - Get size + summary from yum package object instead of callback key (pmatilai) - Test for stringiness instead of explicit rpm.hdr class in install callback (pmatilai) - Remove unused doneFiles counting from transaction callback (pmatilai) - 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) - Change xhost auth when doing a liveinst (#663294) (bcl) - Override kernel cmdline updates (bcl) - Write --noverifyssl to repos and urls in kickstart where fit. (akozumpl) - Do all dm handling inside addUdevDMDevice. (#672030) (dlehman) - Remove storage/miscutils.py, it is not used. (akozumpl) - Be better at handling killed metacity. (akozumpl) - Remove Dispatcher.firstStep. (akozumpl) - remove InstallerControllerWindow.setup_theme() (akozumpl) - Make the dispatcher call the shots. (akozumpl) - icw._doExit is now icw.close() (akozumpl) - remove trailing whitespace from gui.py and installclass.py (akozumpl) - gui: remove ics.setScreenNext() and ics.getScreenNext(). (akozumpl) - Clean up vg name generator and default to "vg_image" in image installs. (dlehman) - Fix calculation of md array spare count. (dlehman) - createSuggestedVGName takes a hostname, not a Network instance. (dlehman) - Show correct device path in PV create progress window. (dlehman) - VNC does not support runtime SecurityTypes changes (#678150) (mgracik) - Support cciss devices in get_sysfs_path_by_name(). (akozumpl) - Don't clear partition 1 from mac disks even if it has no name. (#674105) (dlehman) - Handle quotes around labels and UUIDs in /etc/fstab. (#670496) (dlehman) - Clean up a bunch of exception handling code. (dlehman) - 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 build - add Makefiles for new unittests to configure.ac (wwoods) - Fix a thinko when setting up the base repo for NFSISO (#676821). (clumens) - Take out the part about anaconda being of little use (#677522). (clumens) - Fix loading translations in loader (#677648). (clumens) - Don't always attempt to load updates on kickstart installs (#677131). (clumens) - s390x has firstboot now (dcantrell) - Don't fail on missing %includes during loader kickstart processing (#676940). (clumens) - Prompt for media check on DVD installs (#676551). (clumens) - Tighten the focus of the dogtail and X try/except blocks. (dlehman) - Stop overriding ext[234] filesystem defaults. (dlehman) - Make Storage function in the absence of an Anaconda instance. (dlehman) - Fix DeviceTree to function in the absence of an InstallInterface. (dlehman) - Remove some udev hackery that was only needed for two-stage env. (dlehman) - Move large anaconda.__main__ tasks into functions. (dlehman) - Generate locale files on request (msivak) - Fix up tests for changes in split media handling (wwoods) - Update unit testing targets in Makefile.am (tmlcoch) - Add new tests from the unittests branch (tmlcoch) - Fix open method in mock/disk.py. (tmlcoch) - Improve of mock/disk.py. (tmlcoch) - Remove the old suite() crud from kickstart testing, python-nose work differenlty (msivak) - Tag tests as slow or acceptance tests and split full testing from devel unit testing (msivak) - Mock _isys and block modules in fw test. They are not needed. (msivak) - In text mode we have to treat strings and lists separately while printing them (#676942) (msivak) - Fix some whitespace errors in iscsi kickstart code. (pjones)
2011-03-01 15:25:29 +00:00
system.
%package gui
Summary: Graphical user interface for the Anaconda installer
Requires: anaconda-core = %{version}-%{release}
Requires: anaconda-widgets = %{version}-%{release}
Requires: python-meh-gui >= %{mehver}
Requires: adwaita-icon-theme
Requires: system-logos
Requires: tigervnc-server-minimal
- Fix the release notes image cycler. (#1043393) (dshea) - Do not schedule resize actions for non-resizing requests (#1039491) (vpodzime) - Use ceil for minSize in resize dialog (#1040012) (bcl) - Use integer numbers of megabytes in the Reclaim dialog (#1040012) (vpodzime) - fcoe gui: repopulate device tree only if device was actually added (#1039223) (rvykydal) - Exclude FCoE disks from local disks (#1039223) (rvykydal) - fcoe: repopulate devicetree after adding FCoE SAN (#1039223) (rvykydal) - Add initial 64-bit ARM aarch64 EFI support (#1034428) (dmarlin) - Rename network spoke header (mkolman) - Show the Shell spoke in debug mode (vpodzime) - Accept only .iso files from the IsoChooser dialog (#1015169) (vpodzime) - Just run the IsoChooser dialog lightbox (vpodzime) - Use libxklavier's new methods instead of our nasty hack (vpodzime) - Move atexit registration before running rescue mode (#1038855) (vpodzime) - Only display the addon separator if there's a reason to. (clumens) - Stop using deprecated gtk margin functions. (clumens) - Fix the check_accelerators srcdir path. (dshea) - Show msg in TUI if user attempts to create invalid username. (#965561) (sbueno+anaconda) - Fix up username checking regex a bit. (sbueno+anaconda) - Fix default device for ks=cdrom (#1042500) (bcl) - createUser is already in a chroot (#1038241) (bcl) - Skip checks on files that are not staged for commit. (dshea) - Allow catching exceptions from threads (vpodzime) - Enable warnings about abstract methods not overridden (dshea) - Provide empty methods to override abstract parent methods. (dshea) - Implement status in StandaloneSpoke. (dshea) - Move a bunch of abstract methods from Payload to PackagePayload (dshea) - Remove some methods from packaging.Payload. (dshea) - Disable abstract method warnings in intermediate abstract classes. (dshea) - Remove Personalization spoke (dshea) - Remove some vestigal code from an earlier version of GUICheck (dshea)
2013-12-18 21:21:12 +00:00
Requires: libxklavier >= %{libxklavierver}
Requires: libgnomekbd
- Get the DBus session bus address in a method (dshea) - Specify string format arguments as logging function parameters (dshea) - Inhibit the screen saver on live installs (#928825) (dshea) - Handle the dbus method call not returning anything. (dshea) - Convert errors raised during dbus connection to DBusCallError (dshea) - driverdisk: Show selection menu for network driver isos (#1075918) (bcl) - Write a modprobe blacklist (#1073130) (bcl) - Append cmdline arg values in BootArgs (#1073130) (bcl) - Wait for other threads to finish before sending ready (#1075103) (bcl) - set proxy related environmental variables (#854029) (bcl) - Fix pylint error in yumpayload. (sbueno+anaconda) - The custom spoke requires mountPointStore and mountPointCompletion, too. (clumens) - Make the lists of files to check consistent across all checks. (dshea) - Fix error handling in cmdline mode. (#1034773) (sbueno+anaconda) - Don't create bootloader entries for kdump initrd and kernel. (#1036086) (sbueno+anaconda) - Add a setting to network.py that got left out of the cherry-pick. (clumens) - Enable make check in %check and add the necessary BuildRequires (atodorov) - Make it obvious user is going to begin installation. (#975793) (sbueno+anaconda) - Move libtimezonemap requires to the anaconda-gui subpackage (vpodzime) - network: apply ks configuration to devices activated in initramfs (#1037605) (rvykydal) - Add support for kickstart --interfacename for vlans (#1061646) (rvykydal) - network: handle race condition of disappearing active connection (#1073424) (rvykydal) - Convert iter from filter model iter to backing store iter (#1074188) (amulhern) - Provide ways in kickstart to skip kernel and bootloader (#1074522). (clumens) - DNFPayload: apply the kickstart excludedList. (ales) - Only pylint files that are in the git working copy (dshea) - Move accordion population into a separate function (vpodzime) - Short-circuit testing if root has any devices (vpodzime) - Getting new devices is not enough cheap operation for being a property (vpodzime) - Hide and unhide the same set of disks in the Custom spoke (vpodzime) - Use GtkActionList when populating filesystem store (vpodzime) - Fix XDG_RUNTIME_DIR not set messages by creating one (dshea) - Make the ui_storage_logger reusable (vpodzime) - Decide on supported RAID levels in a better way (vpodzime) - Fix typo in the comment (vpodzime) - Add and use MountpointSelector's attributes we need (vpodzime) - Make code to get Size instance from user's input reusable (vpodzime) - Make getting raid level less hacky (vpodzime) - Implement a function to get container type name (vpodzime) - Make custom partitioning helper constants look as constants (vpodzime) - Simplify mountpoint validation and error reporting (vpodzime) - Simplify label validation and error reporting (vpodzime) - Move translated_new_install_name to the right place (vpodzime) - Rename the __storage attribute to a more propriate name (vpodzime) - Split out helper code from the Custom partitioning spoke (vpodzime) - The reset button should only be sensitive if there's something to reset. (clumens) - Confirm before resetting custom partitioning selections (#970093). (clumens) - DNFPayload: Add languageGroups(). (ales) - Use ROOT_PATH not /mnt/sysimage (bcl) - Override ROOT_PATH with environmental variable (bcl) - Import /etc/login.defs in libuser.conf (#979815) (dshea) - Fix environment group changes based on ListBox row activation (dshea) - DNFPayload: do not crash when an addon is unavailable. (ales) - Payloads: make DEFAULT_REPOS a part of the interface. (ales)
2014-03-20 23:51:10 +00:00
Requires: libtimezonemap >= %{libtimezonemapver}
Requires: nm-connection-editor
%ifarch %livearches
Requires: zenity
%endif
- Handle cancelation of device resize in the custom spoke. (#1027947) (dlehman) - Disallow /boot on lvm until grub2 fully supports it. (#1036705) (dlehman) - Disallow /boot on btrfs subvolume until grubby supports it. (#864198) (dlehman) - Remove an empty initialize function. (clumens) - Move PathDict into pyanaconda/ui/__init__.py. (clumens) - Add one more directory for ignoring test log files (dshea) - Defer translation of device_type_name (dshea) - Disable pylint errors about gobject-introspection methods (dshea) - Remove unused variables (dshea) - Document the instl.multilib boot option (vpodzime) - Minor tweak of our driver disk documentation (vpodzime) - network: GUI, don't ask for wifi secrets upon Configure (#1033073) (rvykydal) - network: GUI, add support for virtual devices removing (#1030870) (rvykydal) - network: fix naming of slave ifcfg files from kickstart (#1036047) (rvykydal) - network: GUI, handle virtual devices (bond, vlan, team) properly (#1036047) (rvykydal) - Change how we test if the GUI is available in the anaconda script. (clumens) - Update boot-options.txt. (amulhern) - Omit /dev/sr* from list-harddrives (#1032500) (sbueno+anaconda) - Fix EditTUISpoke to operate only on visible entries (vpodzime) - Don't try to investigate empty string for unicode chars (#1035799) (vpodzime) - Fix issues reported by the check_pw_visibility test (vpodzime) - Add check testing visibility of password entries (vpodzime) - Put tests of .glade files into a separate directory (vpodzime) - Save a reference to the imported Xkl module for get_current_layout (dshea) - Fix the Makefile.am subdirs for widget data. (dshea) - Fix some pylint warnings. (clumens) - Switch to libtimezonemap for the timezone map. (dshea) - Set the _config_dialog property during __init__. (dshea) - Fix handling of long release ids (mkolman) - Store older valid packages in separate folder (mkolman) - Fetch older valid releases (mkolman) - Import Xkl only when really needed (vpodzime) - Global screenshot support (#1025038) (mkolman) - Require new version of python-blivet (vpodzime) - Hide password characters in iSCSI login fields (#1034202) (vpodzime) - Use format names instead of types in the resize dialog (vpodzime) - Do not write out the vconsole.keymap boot option (#1035316) (vpodzime)
2013-12-05 00:22:23 +00:00
Requires: keybinder3
%ifnarch s390 s390x
Requires: NetworkManager-wifi
%endif
- Print the result to the log, not the variable name. (clumens) - Ellipsize comboboxes (#1170275) (dshea) - Allow the columns of the container combo box to flow (#1170275) (dshea) - Allow specifying how much from kickstart_tests to keep. (clumens) - Fix up two problems in run_kickstart_tests.sh. (clumens) - Fix detecting errors in groups-and-envs-1.ks. (clumens) - Add a network command to the various kickstart test ks files. (clumens) - Reorganize run_kickstart_tests.sh a bit to use parallel. (clumens) - Use the anaconda-user-help package for help content (mkolman) - Fix which TUI field is being checked for which input (#1169533) (dshea) - Fix pylint-reported issues in RPMOSTreePayload (vpodzime) - rpmostreepayload: Rework remote add handling (walters) - Remove Requires: python-nss (vpodzime) - If there's no boot.iso, skip the kickstart tests. (clumens) - Test that a kickstart file with both an environment and group installs both. (clumens) - Move the ostree test out of its own directory. (clumens) - Add a general-purpose kickstart-driven testing setup. (clumens) - Move the pykickstart version test into a different subdirectory. (clumens) - Really hide and show passphrase warnings (#1162828) (dshea) - Unsetup the payload on the way out of anaconda (#1164577) (dshea) - Beware of 0 being the same bool value as None when setting time (vpodzime) - Fix the last member of the struct_time struct (vpodzime) - Use a flag to determine if the datetime spoke is shown (vpodzime) - Put AM/PM label and buttons in a revealer and hide/unhide them (vpodzime) - Fix issues with the date&time not being updated on timezone changes (vpodzime) - Fix the way we create the list of DASDs needing dasdfmt. (#1073982) (sbueno+anaconda) - Fix threading issues for dasdfmt in gui storage. (#1073982) (sbueno+anaconda) - Add sshkey kickstart command (bcl) - Skip setting up env and groups in software spoke for ks (#1173350) (bcl) - Add missing dnf package selection support (#1169056) (bcl) - Add variable substitution to DNF (#1164803) (bcl) - Simplify and robustify handling of fstype combo box. (amulhern) - Fix warnings about the default parameter that gdk deprecated (dshea) - Remove the color override from MountpointSelector. (dshea) - Move the layout indicator color to css and fix the colors (dshea) - Don't crash in pre-commit if no files changed (dshea) - Make the Selected Disks and Configure Mount Point dialogs wider (#1171834). (clumens) - Sync up the Selected Disks and Configure Mount Points dialogs (#1171838). (clumens) - Make sure /boot is not LVM LV if we're on s390x (#873135) (sbueno+anaconda) - Only show the "SYSTEM" heading if there are data mount points under it. (clumens) - Remove an unused import in rpmostreepayload.py. (clumens) - Use DNF by default (#1156483) (mkolman) - Check system-release for whether to enable betanag or not (#1168829). (clumens) - rpmostreepayload: Avoid shutil.copytree in favor of cp -r to fix symlinks (walters) - Look for Requires: and BuildRequires: at the front of a line. (clumens) - Don't attempt to install anaconda packages from the install-requires target. (clumens) - Remove _assureLogoImage (dshea) - Add a stylesheet property to BaseInstallClass (dshea) - Fix EOF error that occurs if user input required in x3270. (#1171135) (jstodola) - Print an error when the kickstart file is missing (bcl) - Remove UserInterface.basepath and UserInterface.basemask definitions. (amulhern) - Remove pointless overrides identified by the pointless override checker. (amulhern) - Add a simple pointless-override checker to pylint checkers. (amulhern)
2014-12-20 00:09:18 +00:00
Requires: anaconda-user-help >= %{helpver}
- Don't call storage.write for dirinstall (#1120206) (bcl) - Fix pylint warning from a recent commit. (dlehman) - Fix the link to the help-button-clicked signal (dshea) - Assign mnemonics to two checkboxes on the user spoke that didn't have them. (clumens) - Remove "MB" from the size string on the HDISO combo box. (clumens) - Use _Cancel and _Continue mnemonics on these two screens. (clumens) - Rename to be the TIME & DATE spoke. (clumens) - Ok -> OK on the proxy dialog. (clumens) - Handle cancellation of new container creation. (dlehman) - Reflect previous custom/autopart selection in the storage spoke. (dlehman) - Clear out custom storage ksdata after first attempt to apply it. (dlehman) - Pass size as Size when adjusting container after device removal. (#1141707) (dlehman) - Set flags.rescue_mode not anaconda.rescue (#1143056) (amulhern) - Split localed's converted layouts and variants (#1073825) (vpodzime) - Rename variable to not with a built-in (mkolman) - Create free space snapshot before doing custom->autopart (vpodzime) - Deprecate RUNKS cmdline option. (sbueno+anaconda) - Show help also when alt+F1 is pressed (mkolman) - Support display of the custom mnemonics on the help button (mkolman) - Activate the built-in help when F1 is pressed (mkolman) - Specify help file names for hubs and spokes (mkolman) - Add a help button to every Anaconda screen (mkolman) - Don't call BusyCursor before Gdk is setup (#1078868) (bcl) - Fix SELINUX_DEFAULT import (#1137049) (bcl) - Catch and rethrow BTRFSValueError as KickstartException (#1019685) (amulhern) - Bump version so BTRFSValueError is found (#1019685) (amulhern) - Don't change langpacks config of installer environment (#1066017) (rvykydal) - network: fix typo 'Private ksy pasword' (#1120374) (rvykydal) - Fix up a string style issue found in the last network commits. (clumens) - network: WPA Enterprise: don't ask twice for password (#1120374) (rvykydal) - network: add support for WPA Enterprise (#1120374) (rvykydal) - network: add s390 network ifcfg options also for bond slaves (#1090558) (rvykydal) - network: copy resolv.conf to chroot before installing packages (#1048520) (rvykydal) - network: don't crash, just log for unrecognized bond options (#1039006) (rvykydal) - network: don't traceback on invalid team options (#1114282) (rvykydal) - network: don't write HWADDR in ifcfgs generated by kickstart (#1130042) (rvykydal) - Re-order the tz's in text mode to mirror the graphical order. (sbueno+anaconda) - Apply a better check for whether to fail if authconfig is missing. (clumens) - driver-updates: fix backspace/delete in dd menus (#1080380) (wwoods) - Fix an issue with bad NFS info specified in source spoke. (sbueno+anaconda) - Fix the SIGSEGV handler (dshea) - Remove argument handling from methods without arguments (dshea) - Warn if software selection size exceeds available space. (sbueno+anaconda) - X doesn't start when making the livecd on the GUI test either. (clumens) - Handle spaces in inst.repo, kickstart nfs, and url commands (#1109933) (bcl) - Fix that urllib2 problem more thoroughly. (clumens) - Fix a problem where urllib2 is not getting pulled into the initrd. (clumens) - Specify thin pool metadata/chunk size only if given by user (#1140635) (vpodzime) - Fix q for quit issue in text mode (#997405) (sbueno+anaconda) - Additional message if kickstart was used but did not finish (#1117908) (amulhern) - Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern) - Use only the digits from productVersion (bcl) - If a kickstart installation stops because it doesn't know something, log that. (clumens) - Don't care about crash args in bootloader (#1116323) (vpodzime)
2014-09-20 00:28:08 +00:00
Requires: yelp
Requires: pygobject3
# Needed to compile the gsettings files
BuildRequires: gsettings-desktop-schemas
%description gui
This package contains graphical user interface for the Anaconda installer.
%package tui
Summary: Textual user interface for the Anaconda installer
Requires: anaconda-core = %{version}-%{release}
%description tui
This package contains textual user interface for the Anaconda installer.
%package widgets
Summary: A set of custom GTK+ widgets for use with anaconda
Group: System Environment/Libraries
Requires: python
%description widgets
This package contains a set of custom GTK+ widgets used by the anaconda installer.
%package widgets-devel
Summary: Development files for anaconda-widgets
Group: Development/Libraries
Requires: glade
Requires: %{name}-widgets%{?_isa} = %{version}-%{release}
%description widgets-devel
This package contains libraries and header files needed for writing the anaconda
installer. It also contains Python and Glade support files, as well as
documentation for working with this library.
%package dracut
Summary: The anaconda dracut module
- Prepare structures to save spoke completenes for firstboot and GIE (msivak) - Do not call exit at the end of GUI interface, just quit the main loop (msivak) - Improve handling of .py and .pyc equivalence while collecting classes (msivak) - Set default language to en_US.UTF-8 (#891379) (msivak) - Set the local hostname during installation (vpodzime) - Refactor and cleanup our localization module (vpodzime) - Network spoke: use correct state value to display device status. (rvykydal) - drop fcoe-utils dependency for s390x (rhbz#894025) (sbueno+anaconda) - More TODO list wrangling. (clumens) - On storage, remove the "Continue" button and make "Done" do it all (#882737). (clumens) - getLUKSPassphrase is no longer used, so kill it. (clumens) - "Hub" shouldn't be in the title for any text mode hub. (clumens) - Do not lightbox any dialogs on the custom storage spoke (#875291). (clumens) - Revert "Do not lightbox the Add Mountpoint dialog (#875291)." (clumens) - Don't allow changing a VG name to empty in the VG editor (#892395). (clumens) - Check country_layouts is not None when using it (#893026) (vpodzime) - Don't redownload payload from closest mirror only if we actually have some (#892665) (rvykydal) - Remove some modules obsoleted by the packaging module. (dlehman) - Prefer country over language when returning default layout (#867110) (vpodzime) - Fix Quit button in standalone network spoke (#892120) (rvykydal) - Network spoke: add sanity check for hostname setting (#856456) (rvykydal) - Network spoke: add hostname setting (#856456) (rvykydal) - Fix completeness check for md fwraid arrays. (#892621) (dlehman) - Fix handling of failure to create a new container. (#892046) (dlehman) - Force disk selection for interactive installs. (#888293) (dlehman) - Mark another string for translation (#892760). (clumens) - Do not lightbox the Add Mountpoint dialog (#875291). (clumens) - Strip out pango markup before attempting to match languages (#892463). (clumens) - Mark the live progress hub message for translation (#892069). (clumens) - Allow deleting whole disks using the reclaim dialog (#880686). (clumens) - Don't allow mountpoints to start with /dev (#891447). (clumens) - Disable the configure button for pre-existing devices (#888296). (clumens) - Add keyboard mnemonics to the spoke selectors, too. (clumens) - Add keyboard accelerators to a whole lot of widgets (#864964). (clumens) - Try fallback if none exactly matching language is found (#891487) (vpodzime) - Only skip welcome screen for ks installs (#891755) (bcl) - protect getDirSize from vanishing files (#891759) (bcl) - start vnc without ip address (#832510) (bcl) - Update physical device's sysfs path for btrfs (sub)volumes. (#891443) (dlehman) - Wrap text on the updates checkbox to fix screen placement (#888880). (clumens) - The return value from execWithRedirect is an int (#891313). (clumens) - Add placeholder names to a couple strings (#890157). (clumens) - Fix multiple copies of spokes appearing from update image (msivak) - Import pyanaconda.addons in the anaconda script (vpodzime) - Update the API which controls where should spokes be displayed (msivak) - Update the way we look for glade files, spokes, hubs and categories (msivak) - Make screenshot routines reusable in Firstboot (msivak) - Do not fail when missing directories are present in addon paths (msivak) - Pass addons paths to user interfaces (msivak) - hook up help window close button (#889570) (bcl) - add setKeyboardCheckButton to list of things to translate (#889352) (bcl) - Mark for translation and show translated some more GUI elements (#877658) (vpodzime) - Translate storage errors (#877658) (vpodzime) - Don't allow changing the boot disk from inside the custom spoke. (#889585) (dlehman) - Add help text and a help button to the custom storage spoke. (#889570) (dlehman) - Allow /boot on btrfs subvol if using grub2. (#888603,868465) (dlehman) - Don't keep old device name when switching to btrfs in custom. (dlehman) - Fix container member set management for md arrays. (#889101) (dlehman) - Include incomplete devices when listing dependant devices. (#889330) (dlehman) - Use systemd to run checkisomd5 (#874486) (harald) - fixup direct nfs iso url handling (#879187) (bcl) - fixup nfs repo install code (#879187) (bcl)
2013-01-12 01:53:03 +00:00
Requires: dracut >= %{dracutver}
Requires: dracut-network
Requires: xz
Requires: python-kickstart
%description dracut
The 'anaconda' dracut module handles installer-specific boot tasks and
options. This includes driver disks, kickstarts, and finding the anaconda
runtime on NFS/HTTP/FTP servers or local disks.
%prep
%setup -q
%build
%configure --disable-static \
--enable-introspection \
--enable-gtk-doc
%{__make} %{?_smp_mflags}
%install
2013-02-14 19:56:11 +00:00
%{make_install}
2009-07-02 17:19:06 +00:00
find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%ifarch %livearches
- fix uuid reference in parse-kickstart (bcl) - Fixup kickstart script logging (bcl) - Tell libreport the crash happened in Anaconda (#885690) (vpodzime) - Restore older behavior regarding ks argument without a file name (#910550). (clumens) - Move the encryption checkbox to the dialog (bcl) - re-fetch metadata when proxy settings change (bcl) - Apply some fixes to the spec file (#909592, metherid (clumens) - install -> installation in a couple user-visible strings. (clumens) - Restore support for partial kickstart files (#887254). (clumens) - Get rid of packagesSeen. (clumens) - Remove debugging print (DatetimeSpoke) (vpodzime) - Honor modules' __all__ when doing collect (msivak) - Use ksdata.addons instead of ksdata.addon and add ADDON_PATHS to sys.path (vpodzime) - Remove unused modules (dbus) and stuff from network.py (rvykydal) - Replace get_NM_connection() using new nm module. (rvykydal) - Replace get_NM_settings_value() using new nm module (rvykydal) - Replace nmIsConnected() using new nm module (rvykydal) - Replace hasActiveNetDev() using new nm module (rvykydal) - Replace getDevicesProperies() using new nm module (rvykydal) - Replace getIPAddresses() using new nm module (rvykydal) - Replace getMacAddress() using new nm module (rvykydal) - Replace isWirelessDevice() using new nm module (rvykydal) - Replace getLinkStatus() using new nm module (rvykydal) - Replace getActiveNetDevs() using new nm module (rvykydal) - Replace getDevices() using new nm module (rvykydal) - Move NM dbus calls to separate module. (rvykydal) - Move networking functions from isys to network module. (rvykydal) - Remove unused stuff from network.py (rvykydal) - Remove unused networking stuff from isys (rvykydal) - Network spoke: remove unused NM path and interface constants (rvykydal) - Add 'eject' to the anaconda initramfs (wwoods) - Ensure hookdir exists before creating eject script (wwoods) - remove anaconda-cleanup-initramfs.service (wwoods) - Add dracut/save-initramfs.sh (wwoods) - Bring back the askmethod parameter (#889887). (clumens) - Add a new selectorFromDevice method to the accordion. (clumens) - The storage logger is now the blivet logger. (dlehman) - DeviceFactory has moved from blivet to blivet.devicefactory. (dlehman)
2013-02-14 19:13:45 +00:00
desktop-file-install ---dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/liveinst.desktop
%endif
# NOTE: If you see "error: Installed (but unpackaged) file(s) found" that include liveinst files,
# check the IS_LIVEINST_ARCH in configure.ac to make sure your architecture is properly defined
2007-08-09 19:36:00 +00:00
%find_lang %{name}
%post widgets -p /sbin/ldconfig
%postun widgets -p /sbin/ldconfig
%ifarch %livearches
%post
2009-01-05 22:20:35 +00:00
update-desktop-database &> /dev/null || :
%endif
%ifarch %livearches
%postun
2009-01-05 22:20:35 +00:00
update-desktop-database &> /dev/null || :
%endif
%files
%files core -f %{name}.lang
- Fix pylint complaints about log lines (bcl) - Add JENKINS_PROXY support to makebumpver (bcl) - Copy the kickstart package tests for testing with yum (bcl) - Pass multiple args to runone in run_kickstart_tests.sh (bcl) - Ignore some accelerator collisions on the filter dialog. (clumens) - Remove an unused variable. (clumens) - network: fix a typo making creating virtual devices in %pre fail (#1075195) (rvykydal) - network: support for bridge, require pykickstart with the support (#1075195) (rvykydal) - network: Catch exception from NM failing to create a bridge device (#1075195) (rvykydal) - network: add bridge support for kickstart %pre phase (#1075195) (rvykydal) - network: generate kickstart commands for bridge devices (#1075195) (rvykydal) - network: add bridge support to kickstart (#1075195) (rvykydal) - network: support for adding bridge devices (#1075195) (rvykydal) - network: display bridge devices in status (#1075195) (rvykydal) - Fix position of Refresh List button in filter spoke (#1065716) (rvykydal) - Fix accelerator collision of Refresh button (#1065716) (rvykydal) - gui: add Refresh button to network storage UI (#1065716) (rvykydal) - iscsi: display portal (address:port) of node in node list (#1114820) (rvykydal) - iscsi: when logging into nodes consider ip:port of node (#1114820) (rvykydal) - network: display only actual fqdn of ip we offer for vnc connection (#1089429) (rvykydal) - network: GUI: reactivate connection automatically after configuration (#1033063) (rvykydal) - Don't traceback if connection does not have read-only setting (#1158919) (rvykydal) - network: enable NM ibft plugin only for ip=ibft boot option (#804511) (rvykydal) - network: add support for vlan tag in iBFT (#804511) (rvykydal) - network: pass team opts to dracut for netroot (#1075666) (rvykydal) - Remove unused version macros from anaconda.spec.in (vpodzime) - Don't process continue-clicked events for windows that aren't shown. (clumens) - Add back an empty %files for the anaconda metapackage (dshea) - Do not include dd_list and dd_extract in the anaconda-core package. (clumens) - Replace long usage with int (#1014220) (mkolman) - Do not use sys.exc_type (#1014220) (mkolman) - Replace StandardError with Exception (#1014220) (mkolman) - Make filter() usage Python 3 compatible (#1014220) (mkolman) - network: add teamd package if team is used during installation (#1185670) (rvykydal) - network: add NetworkManager-team (#1182633) (rvykydal) - Don't allow weak LUKS passwords either (bcl) - Use %license in anaconda.spec.in (bcl) - Don't allow weak passwords (text mode). (sbueno+anaconda) - Remove the press done twice to exit text (bcl) - Don't allow weak user passwords (bcl) - Don't allow weak root passwords (bcl) - Increase minimum password length to 8 (bcl) - Remove the unused re import from nm.py. (clumens) - Remove IPy from nm.py for python 23 compatibility. (rvykydal) - Show empty VGs in the custom spoke. (dlehman) - Use the rpm database to find kernel package versions (#1074358) (dshea) - Check whether a payload has an instclass (#1185588) (dshea) - Remove the unused indexed_dict module (vpodzime) - Use threadMgr to wait for exception handling to finish (vpodzime) - Add a method for waiting for error handling to finish (vpodzime) - Move HW errors processing to the code that runs in the main thread (vpodzime) - Replace python-urlgrabber with python-requests (#1141242) (mkolman)
2015-01-30 22:02:36 +00:00
%license COPYING
- In interactive installs, default to bootloader in the MBR (#885284). (clumens) - Make sure software selection is checked against filesystem space. (#853636) (dlehman) - Update default install size and disk space estimate. (dlehman) - Add checkbox for setting language default layout (#866887) (vpodzime) - Change testing area label to something more appropriate (KeyboardSpoke) (vpodzime) - Fix getting country layout variants (vpodzime) - Wait for slower dhcp before running vnc server (#868777) (rvykydal) - Network spoke: fix NMClient signal callback arguments (#885488) (rvykydal) - Add logging for networking and improve logging of ifcfg files (rvykydal) - Honor user request via UI to not install a bootloader. (#885240) (dlehman) - Handle partition removals regardless of deepcopy. (#884896) (dlehman) - Default to partitions for /boot* instead of just /boot/efi. (#884606) (dlehman) - Fix a logic error in ActionDestroyFormat.obsoletes. (#885004) (dlehman) - Take device type into account when making the config button sensitive (#885051). (clumens) - Hide VG-related widgets when displaying a non-LV mountpoint first (#885131). (clumens) - Install default system for %packages --default (#869978) (bcl) - Fix a typo in the live cd completion text (#884373). (clumens) - Do not allow deleting or editing a protected device in custom part (#884599). (clumens) - If path doesn't exist, don't traceback. Return None. (clumens) - Add/remove the HDISO source from protectedDevSpecs (#882147). (clumens) - Put the bad VG name into the error message (#884359). (clumens) - Use updated connection settings object for default auto config files (#883383) (rvykydal)
2012-12-12 01:02:27 +00:00
%{_unitdir}/*
%{_prefix}/lib/systemd/system-generators/*
%{_bindir}/instperf
- Fix pylint complaints about log lines (bcl) - Add JENKINS_PROXY support to makebumpver (bcl) - Copy the kickstart package tests for testing with yum (bcl) - Pass multiple args to runone in run_kickstart_tests.sh (bcl) - Ignore some accelerator collisions on the filter dialog. (clumens) - Remove an unused variable. (clumens) - network: fix a typo making creating virtual devices in %pre fail (#1075195) (rvykydal) - network: support for bridge, require pykickstart with the support (#1075195) (rvykydal) - network: Catch exception from NM failing to create a bridge device (#1075195) (rvykydal) - network: add bridge support for kickstart %pre phase (#1075195) (rvykydal) - network: generate kickstart commands for bridge devices (#1075195) (rvykydal) - network: add bridge support to kickstart (#1075195) (rvykydal) - network: support for adding bridge devices (#1075195) (rvykydal) - network: display bridge devices in status (#1075195) (rvykydal) - Fix position of Refresh List button in filter spoke (#1065716) (rvykydal) - Fix accelerator collision of Refresh button (#1065716) (rvykydal) - gui: add Refresh button to network storage UI (#1065716) (rvykydal) - iscsi: display portal (address:port) of node in node list (#1114820) (rvykydal) - iscsi: when logging into nodes consider ip:port of node (#1114820) (rvykydal) - network: display only actual fqdn of ip we offer for vnc connection (#1089429) (rvykydal) - network: GUI: reactivate connection automatically after configuration (#1033063) (rvykydal) - Don't traceback if connection does not have read-only setting (#1158919) (rvykydal) - network: enable NM ibft plugin only for ip=ibft boot option (#804511) (rvykydal) - network: add support for vlan tag in iBFT (#804511) (rvykydal) - network: pass team opts to dracut for netroot (#1075666) (rvykydal) - Remove unused version macros from anaconda.spec.in (vpodzime) - Don't process continue-clicked events for windows that aren't shown. (clumens) - Add back an empty %files for the anaconda metapackage (dshea) - Do not include dd_list and dd_extract in the anaconda-core package. (clumens) - Replace long usage with int (#1014220) (mkolman) - Do not use sys.exc_type (#1014220) (mkolman) - Replace StandardError with Exception (#1014220) (mkolman) - Make filter() usage Python 3 compatible (#1014220) (mkolman) - network: add teamd package if team is used during installation (#1185670) (rvykydal) - network: add NetworkManager-team (#1182633) (rvykydal) - Don't allow weak LUKS passwords either (bcl) - Use %license in anaconda.spec.in (bcl) - Don't allow weak passwords (text mode). (sbueno+anaconda) - Remove the press done twice to exit text (bcl) - Don't allow weak user passwords (bcl) - Don't allow weak root passwords (bcl) - Increase minimum password length to 8 (bcl) - Remove the unused re import from nm.py. (clumens) - Remove IPy from nm.py for python 23 compatibility. (rvykydal) - Show empty VGs in the custom spoke. (dlehman) - Use the rpm database to find kernel package versions (#1074358) (dshea) - Check whether a payload has an instclass (#1185588) (dshea) - Remove the unused indexed_dict module (vpodzime) - Use threadMgr to wait for exception handling to finish (vpodzime) - Add a method for waiting for error handling to finish (vpodzime) - Move HW errors processing to the code that runs in the main thread (vpodzime) - Replace python-urlgrabber with python-requests (#1141242) (mkolman)
2015-01-30 22:02:36 +00:00
%{_bindir}/anaconda-disable-nm-ibft-plugin
%{_sbindir}/anaconda
%{_sbindir}/handle-sshpw
%{_datadir}/anaconda
* Mon Mar 22 2010 David Lehman <dlehman@redhat.com> - 14.1-1 - Don't pass size=1 for autopart PVs. Use PartitionDevice's default size. (dlehman) - Update po/POTFILES.in to list all files with strings. (dcantrell) - platform.py: _diskLabelType is a string itself (hdegoede) - Make python start with correct default unicode encoding (#539904). (akozumpl) - Add boot= argument to kernel cmdline when in fips mode (#573178) (hdegoede) - Catch NotImplementedError when scanning for disklabels (#566722) (hdegoede) - BIOS RAID sets get shown double when adding advanced storage (#574714) (hdegoede) - Filter UI do not start / stop BIOS RAID sets to get there size (#574587) (hdegoede) - Make filter UI honor nodmraid cmdline option (#574684) (hdegoede) - Properly align the first partition we create (#574220) (hdegoede) - Move disabling of cylinder alignment to disklabel format (hdegoede) - put the analog script into the RPM (akozumpl) - Fix focus, repaint, and stack issues for nm-c-e (#520146) (rvykydal) - Connect nm-connection-editor to network config button (#520146). (rvykydal) - Add "Configure Network" button to network UI screen (#520146). (rvykydal) - Add nm-connection-editor to stage2 (#520146). (rvykydal) - l10n: Updates to Spanish (Castilian) (es) translation (gguerrer) - Don't try to set selinux context for read-only mountpoints. (dlehman) - Derive stage2= from repo=nfsiso: correctly (#565885) (rvykydal) - Include USB ATA bridge modules in initrd (#531532) (rvykydal) - Remove hacks that don't apply in present repo setup flow. (rvykydal) - Reset comps/groups info after editing repo in UI (#555585) (rvykydal) - Set cache base directory for repos added/edited in UI. (rvykydal) - Use None, not '', for empty repo proxy attributes (#572460) (rvykydal) - livecd: show graphical error dialog when memory check fails (#572263) (akozumpl) - l10n: Updates to Sinhala (si) translation (snavin) - use isSparc not isSPARC (dennis) - set the bootloader to silo for sparc installs (dennis) - sparc64 is a lib64 arch (dennis) - Make sure that SPARC bootdisk Makefile is made (dennis) - make sure we include sparc boot configs (dennis) - add function to get the sparc system type (dennis) - Sparc bootloader config not written to /etc (dennis) - Fix generation of boot.iso on SPARC (dennis) - l10n: Updates to Polish (pl) translation (raven) - Keep the selected device count right when going back to filtering (#572882). (clumens) - Fully qualify _ped.IOException. (dlehman)
2010-03-22 21:27:02 +00:00
%{_prefix}/libexec/anaconda
- Fix pylint complaints about log lines (bcl) - Add JENKINS_PROXY support to makebumpver (bcl) - Copy the kickstart package tests for testing with yum (bcl) - Pass multiple args to runone in run_kickstart_tests.sh (bcl) - Ignore some accelerator collisions on the filter dialog. (clumens) - Remove an unused variable. (clumens) - network: fix a typo making creating virtual devices in %pre fail (#1075195) (rvykydal) - network: support for bridge, require pykickstart with the support (#1075195) (rvykydal) - network: Catch exception from NM failing to create a bridge device (#1075195) (rvykydal) - network: add bridge support for kickstart %pre phase (#1075195) (rvykydal) - network: generate kickstart commands for bridge devices (#1075195) (rvykydal) - network: add bridge support to kickstart (#1075195) (rvykydal) - network: support for adding bridge devices (#1075195) (rvykydal) - network: display bridge devices in status (#1075195) (rvykydal) - Fix position of Refresh List button in filter spoke (#1065716) (rvykydal) - Fix accelerator collision of Refresh button (#1065716) (rvykydal) - gui: add Refresh button to network storage UI (#1065716) (rvykydal) - iscsi: display portal (address:port) of node in node list (#1114820) (rvykydal) - iscsi: when logging into nodes consider ip:port of node (#1114820) (rvykydal) - network: display only actual fqdn of ip we offer for vnc connection (#1089429) (rvykydal) - network: GUI: reactivate connection automatically after configuration (#1033063) (rvykydal) - Don't traceback if connection does not have read-only setting (#1158919) (rvykydal) - network: enable NM ibft plugin only for ip=ibft boot option (#804511) (rvykydal) - network: add support for vlan tag in iBFT (#804511) (rvykydal) - network: pass team opts to dracut for netroot (#1075666) (rvykydal) - Remove unused version macros from anaconda.spec.in (vpodzime) - Don't process continue-clicked events for windows that aren't shown. (clumens) - Add back an empty %files for the anaconda metapackage (dshea) - Do not include dd_list and dd_extract in the anaconda-core package. (clumens) - Replace long usage with int (#1014220) (mkolman) - Do not use sys.exc_type (#1014220) (mkolman) - Replace StandardError with Exception (#1014220) (mkolman) - Make filter() usage Python 3 compatible (#1014220) (mkolman) - network: add teamd package if team is used during installation (#1185670) (rvykydal) - network: add NetworkManager-team (#1182633) (rvykydal) - Don't allow weak LUKS passwords either (bcl) - Use %license in anaconda.spec.in (bcl) - Don't allow weak passwords (text mode). (sbueno+anaconda) - Remove the press done twice to exit text (bcl) - Don't allow weak user passwords (bcl) - Don't allow weak root passwords (bcl) - Increase minimum password length to 8 (bcl) - Remove the unused re import from nm.py. (clumens) - Remove IPy from nm.py for python 23 compatibility. (rvykydal) - Show empty VGs in the custom spoke. (dlehman) - Use the rpm database to find kernel package versions (#1074358) (dshea) - Check whether a payload has an instclass (#1185588) (dshea) - Remove the unused indexed_dict module (vpodzime) - Use threadMgr to wait for exception handling to finish (vpodzime) - Add a method for waiting for error handling to finish (vpodzime) - Move HW errors processing to the code that runs in the main thread (vpodzime) - Replace python-urlgrabber with python-requests (#1141242) (mkolman)
2015-01-30 22:02:36 +00:00
%exclude %{_prefix}/libexec/anaconda/dd_*
2010-04-06 20:51:25 +00:00
%{_libdir}/python*/site-packages/pyanaconda/*
%exclude %{_libdir}/python*/site-packages/pyanaconda/rescue.py*
%exclude %{_libdir}/python*/site-packages/pyanaconda/text.py*
%exclude %{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
%exclude %{_libdir}/python*/site-packages/pyanaconda/ui/tui/*
- Set installer environment hostname for sw raid LABELs (#640743) (rvykydal) - Device destroy actions can only require other destroy actions. (#651589) (dlehman) - Use wipefs from util-linux-ng instead of dd to wipe old sigs. (dlehman) - Add cleanup-only mode to DeviceTree.populate. (dlehman) - Add unit tests for storage.partitioning.getNextPartitionType. (dlehman) - Only try logging to tty3 if we have permission to do so. (dlehman) - Enable network when getting .treeinfo (#632526) (rvykydal) - Fix default of network --device option to match rhel5 (#647462). (rvykydal) - Do not backtrace if repo is specified through kickstart only (#659781). (akozumpl) - Restore list-harddrives output to what users expect (#654436) (dcantrell) - Permit ext4 and ext2 for /boot on s390x (#638734) (dcantrell) - Check for ARPHRD_ETHER and ARPHRD_SLIP types in getDevices (#596826) (dcantrell) - Preserve and otherwise ignore noauto fstab entries. (#660017) (dlehman) - Fix "logvol --percent=" (#651445, jruemker). (clumens) - Add chroot command to bash_history. (pjones) - support for partial offload in udev_*_iscsi() functions. (akozumpl) - iscsi: partial offload drivers. (akozumpl) - analog: put it under /usr/bin so it's on the path in an installed system. (akozumpl) - Remove commented out broken code from LoopDevice.status. (dlehman) - Don't traceback when the action list is empty. (#657891) (dlehman) - Remove unused udev_device_is_{multipath,dmraid}_partition functions. (dlehman) - Set dm-uuid for anaconda disk image devices from devicetree. (dlehman) - Remove some unnecessarily hard-coded "/dev/mapper" strings. (dlehman) - Put the backend logger's config file in /tmp. (dlehman) - Move handling of /proc/bus/usb and /selinux into storage. (dlehman) - swapoff -a is only needed for livecd, so only do it for livecd. (dlehman) - Unlink backend logger config file when stopping logger. (dlehman) - Make FileDevice.path more consistent. (dlehman) - Add support for detecting already-active lvm. (dlehman) - Fix addUdevDevice so we can actually handle already-in-tree devices. (dlehman) - Make it possible to ignore md-fwraid member disks. (dlehman) - Revert rpmdb symlink hack. (dlehman) - Remove some unused code from storage.devicelibs.dm. (dlehman) - Add support for installing onto block device image files. (dlehman) - Generalize some of the device-mapper partition handling. (dlehman) - Add support for loop devices. (dlehman) - Add support for linear device-mapper devices. (dlehman) - Fix PartitionDevice.path to work with device-mapper disks. (dlehman) - There's no need to pass exclusiveDisks to doPartitioning separately. (dlehman) - Move storage device scanning parameters into a separate class. (dlehman) - Don't ignore %packages if --default is given (#621349, dcantrell). (clumens) - Don't traceback when displaying %post error messages (#654074). (clumens) - Display a warning message on TAINT_HARDWARE_UNSUPPORTED (#623140). (clumens) - If getting .treeinfo fails, try treeinfo (#635065). (clumens) - instPath -> rootPath (clumens) - Add rdate, tty, which to install image (mgracik) - Don't add --enablefingerprint unless fprintd-pam is installed (#656434). (clumens)
2010-12-08 18:49:36 +00:00
%{_bindir}/analog
%{_bindir}/anaconda-cleanup
%ifarch %livearches
%{_bindir}/liveinst
%{_sbindir}/liveinst
2009-01-05 22:20:35 +00:00
%config(noreplace) %{_sysconfdir}/pam.d/*
%config(noreplace) %{_sysconfdir}/security/console.apps/*
%{_sysconfdir}/X11/xinit/xinitrc.d/*
%{_datadir}/applications/*.desktop
%endif
%files gui
%{_libdir}/python*/site-packages/pyanaconda/ui/gui/*
%{_datadir}/anaconda/window-manager/glib-2.0/schemas/*
%{_datadir}/themes/Anaconda/*
%files tui
%{_libdir}/python*/site-packages/pyanaconda/rescue.py
%{_libdir}/python*/site-packages/pyanaconda/text.py
%{_libdir}/python*/site-packages/pyanaconda/ui/tui/*
%files widgets
%{_libdir}/libAnacondaWidgets.so.*
%{_libdir}/girepository*/AnacondaWidgets*typelib
%{_libdir}/python*/site-packages/gi/overrides/*
%files widgets-devel
%{_libdir}/libAnacondaWidgets.so
%{_includedir}/*
%{_datadir}/glade/catalogs/AnacondaWidgets.xml
%{_datadir}/gtk-doc
%files dracut
- In interactive installs, default to bootloader in the MBR (#885284). (clumens) - Make sure software selection is checked against filesystem space. (#853636) (dlehman) - Update default install size and disk space estimate. (dlehman) - Add checkbox for setting language default layout (#866887) (vpodzime) - Change testing area label to something more appropriate (KeyboardSpoke) (vpodzime) - Fix getting country layout variants (vpodzime) - Wait for slower dhcp before running vnc server (#868777) (rvykydal) - Network spoke: fix NMClient signal callback arguments (#885488) (rvykydal) - Add logging for networking and improve logging of ifcfg files (rvykydal) - Honor user request via UI to not install a bootloader. (#885240) (dlehman) - Handle partition removals regardless of deepcopy. (#884896) (dlehman) - Default to partitions for /boot* instead of just /boot/efi. (#884606) (dlehman) - Fix a logic error in ActionDestroyFormat.obsoletes. (#885004) (dlehman) - Take device type into account when making the config button sensitive (#885051). (clumens) - Hide VG-related widgets when displaying a non-LV mountpoint first (#885131). (clumens) - Install default system for %packages --default (#869978) (bcl) - Fix a typo in the live cd completion text (#884373). (clumens) - Do not allow deleting or editing a protected device in custom part (#884599). (clumens) - If path doesn't exist, don't traceback. Return None. (clumens) - Add/remove the HDISO source from protectedDevSpecs (#882147). (clumens) - Put the bad VG name into the error message (#884359). (clumens) - Use updated connection settings object for default auto config files (#883383) (rvykydal)
2012-12-12 01:02:27 +00:00
%dir %{_prefix}/lib/dracut/modules.d/80%{name}
%{_prefix}/lib/dracut/modules.d/80%{name}/*
- Only check mandatory spokes in automated install (#956960,#895258) (bcl) - Add scratch-bumpver target (bcl) - Add Driver Update Disk repo handling to Anaconda (bcl) - Add Driver Update Disk support to anaconda-dracut (bcl) - Port driver update utilities from loader (bcl) - Fix a typo. (clumens) - Do not translate a blank window name. (clumens) - Add a separator under the default language on the welcome screen. (clumens) - Move the selected language to the top of the list on the welcome screen. (clumens) - Remove the unused LanguageSpoke. (clumens) - Add the "Add FCoE" dialog (#903122). (clumens) - Allow enabling /etc/anaconda.repos.d repos like the docs say (#955724). (clumens) - Move where the password quality checker is created (#956049). (clumens) - Allow multiple disk selection with Shift-click (#864707) (vpodzime) - Select all disks in the box with advanced storage as well (vpodzime) - Don't change DiskOverview's background on 'chosen' changed (vpodzime) - Fix number of arguments for languageGroups (liveDVD class) (#957038) (rvykydal) - Apply some minor padding fixes on the container editing dialog. (clumens) - If no root password was given, lock root's account (#927922). (clumens) - Remove some unneeded boxes and alignments in the NTP config dialog. (clumens) - Default to using the iscsi discovery credentials for login, if provided. (clumens) - langsupport spoke: keep data.lang.lang first in status of spoke (rvykydal) - Unpack property value returned by GDBus before using it (#956614) (rvykydal) - Don't traceback when no activated devices were found for ks network default (#956614) (rvykydal) - Ask about VNC also in connecting state, not only connected (#952801) (rvykydal)
2013-04-29 17:06:33 +00:00
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Fri Mar 27 2015 Brian C. Lane <bcl@redhat.com> - 23.5-1
- Mock external module dependencies for readthedocs (bcl)
- Generate the pyanaconda module documentation (bcl)
- Reformat kickstart.rst using better ReST markup (bcl)
- Add some deprecation-related false positives. (clumens)
- Add Sphinx documentation support (bcl)
- Add documentation on %%anaconda kickstart command (bcl)
- Prevent Storage spoke Done button method from multiple launch (jkonecny)
- Prevent spokes from being exited more times. (jkonecny)
- Only depend on pygobject3-base in anaconda-core (#1204469) (mkolman)
- Use proxy when configured for the base repo (#1196953) (sjenning)
- Assume UTC if setting the system time without a timezone (#1200444) (dshea)
- Add boolean as return to ThreadManager.wait (jkonecny)
- Make sure LANG is always set to something (#1201896) (dshea)
- Fix pylint/translation issues from the pwpolicy patches. (clumens)
* Fri Mar 20 2015 Brian C. Lane <bcl@redhat.com> - 23.4-1
- Clean out the mock chroot before attempting to run the rest of the test.
(clumens)
- Implement %%anaconda kickstart section for pwpolicy (bcl)
- Add pwpolicy support to TUI interface (bcl)
- Add pwpolicy for the LUKS passphrase dialog. (bcl)
- Add pwpolicy for the user spoke. (bcl)
- Use pwpolicy for the root password spoke. (bcl)
- Add the text for weak passwords to constants (bcl)
- Add tests with an FTP instrepo (dshea)
- Add kickstart tests for an NFS instrepo and addon repos. (dshea)
- Handle /boot on btrfs for live (#1200539) (bcl)
- rpmostreepayload: write storage config after shared var is mounted (#1203234)
(rvykydal)
- Tweak tmux configuration file (jkonecny)
- Remove --device= from the new kickstart tests. (clumens)
- Add more kickstart-based packaging tests. (clumens)
- Fix enlightbox call in ZFCPDialog. (#1151144) (sbueno+anaconda)
- fix crash with bare 'inst.virtiolog' in boot args (wwoods)
- Do not attempt to set None as a warning (dshea)
- fix inst.ks.sendmac for static ip=XXX (#826657) (wwoods)
* Fri Mar 13 2015 Brian C. Lane <bcl@redhat.com> - 23.3-1
- Only insert strings into the environment (#1201411) (dshea)
- Fix the rescue kernel version list in writeBootLoader (#1201429) (dshea)
- Missing local variable check (omerusta)
- Fix the handling of nfs:// URLs. (dshea)
- Add glob support for the -a/--add option in makeupdates (mkolman)
- White Space fixes (omerusta)
- Put all mock results into the top-level source dir. (clumens)
- Merge pull request #31 from dcantrell/master (david.l.cantrell)
- Require newt-python in anaconda-core (dshea)
- Make merge-pr executable (dshea)
- Display an error for exceptions during GUI setup (dshea)
- Remove unused invisible char properties (dshea)
- Add a check for invisible_char validity (dshea)
- Connect viewport adjustments to child focus adjustments (#1192155) (dshea)
- Support '%%packages --multilib' in dnfpayload.py (#1192628) (dcantrell)
* Fri Mar 06 2015 Brian C. Lane <bcl@redhat.com> - 23.2-1
- Add rc-release target (bcl)
- Change --skip-tx to --skip-zanata in scratch-bumpver (bcl)
- Add --newrelease to makebumpver (bcl)
- Improve the addon repo name collision code (#1125322) (bcl)
- Fix the import of mountExistingSystem (vpodzime)
- Fix import error in anaconda-cleanup. (sbueno+anaconda)
- Use the new static method to get possible PE sizes (vpodzime)
- Try using the global LUKS passphrase if none is given for LV/part (#1196112)
(vpodzime)
- Fix the help button mnemonic display on spokes (dshea)
- Only set the hub message if the message has changed (dshea)
- Wrap the info bar in a GtkRevealer (dshea)
- Add links to clickable warning and error messages. (dshea)
- Add a test to look for clickable messages that aren't clickable enough.
(dshea)
- Increment the widgets version number (dshea)
- Allow markup and links in the info bar. (dshea)
- Add more links to gtk-doc comments (dshea)
- Handle New_Repository name collision source spoke (#1125322) (bcl)
- Fix a bad usage of execWithRedirect (#1197290) (dshea)
- Have to be root to delete /var/tmp/kstest-* on the remote machines. (clumens)
- Use the LUKS device for swap in fstab (#1196200) (vpodzime)
- Clear TUI source spoke errors that may have been leftover from a prior
attempt. (#1192259) (sbueno+anaconda)
* Fri Feb 27 2015 Brian C. Lane <bcl@redhat.com> - 23.1-1
- Make sure python2 dnf is required (bcl)
- Fix pykickstart requirement. (clumens)
- Extract xattrs from tar payload (#1195462) (bcl)
- Add a script to rebase and merge pull requests (dshea)
- Update translation documentation for Zanata (bcl)
- Switch translation support to fedora.zanata.org (bcl)
- install.py: fix the 'is team device' check (awilliam)
- Explain why Anaconda requires rpm-devel and libarchive-devel during build
(mkolman)
- Revert "Switch to temporary transifex branch" (bcl)
- Revert "makebumpver needs to know about anaconda-1 transifex name" (bcl)
- Commit 23.0 anaconda.pot file (bcl)
- Rename queue.py to queuefactory.py. (clumens)
- Remove references to old_tests, which no longer exists. (clumens)
- Fix package and group removing with the dnf payload. (clumens)
- Don't try to run new-kernel-pkg if it doesn't exist. (clumens)
* Fri Feb 20 2015 Brian C. Lane <bcl@redhat.com> - 23.0-1
- Remove unused imports (dshea)
- Check for unused imports in __init__ files (dshea)
- Remove timestamp-based version support. (dshea)
- Add test lib methods to check regexes (dshea)
- Cleanup BuildRequires (mkolman)
- Remove obsolete imports. (amulhern)
- Make print statement print output w/out surrounding parentheses. (amulhern)
- Remove an unused import (dshea)
- rpmostreepayload: Honor noverifyssl (walters)
- typo: packaging: Don't vary name of "verified" (walters)
- Disable the metacity mouse-button-modifier setting (dshea)
- Fix completion setting in TUI language spoke. (#1192230) (sbueno+anaconda)
- Remove the pylint false positives for the GLib module (dshea)
- Use ExtendAction for --ignore flag (amulhern)
- Use a simple ExtendAction for add_rpms option. (amulhern)
- Fix log message formating (mkolman)
- Don't clear nonexistent DNF package download location (#1193121) (mkolman)
* Mon Feb 16 2015 Brian C. Lane <bcl@redhat.com> - 22.20-1
- Make range usage Python 3 compatible (#1014220) (mkolman)
- Make map() usage Python 3 compatible (#1014220) (mkolman)
- Make the iter*() dictionary methods Python 3 compatible (#1014220) (mkolman)
- Remove the autopart.py module from POTFILES.in (vpodzime)
- Adapt to autopart and installation-specific code move in blivet (#1192702)
(vpodzime)
- Revert "Move autopart functionality to anaconda" (vpodzime)
* Fri Feb 13 2015 Brian C. Lane <bcl@redhat.com> - 22.19-1
- Make sure yum is included in the packageset for yumpayload (#1152753) (bcl)
- Tweak parallel args. (clumens)
- Remove the Encoding entry from the .desktop file (dshea)
- Add an option to startProgram to not reset the locale (dshea)
- Set $LIBUSER_CONF early (dshea)
- Do not set $TZ (dshea)
- Assume that a bunch of digits in a version number is a timestamp (dshea)
- Avoid setting $LANG and $LANGUAGE, except where we can't (dshea)
- Add a parameter to iutil.startProgram to extend the environment (dshea)
- Add a method to set environment variables for child processes (dshea)
- Set $DISPLAY before threads are started. (dshea)
- Add a pylint module to look for modifications to the environment (dshea)
- Remotely do kickstart tests as a kstest user instead of root. (clumens)
- Add some documentation. (clumens)
- Do all package/group checking in %%post to save a reboot. (clumens)
- Support kickstart test jobs out to multiple computers with parallel.
(clumens)
- Make it possible to ignore individual newly added dependencies (mkolman)
- Remove the old_tests directory (bcl)
- Use /usr/bin/python2 in scripts (bcl)
- Cleanup some pylint errors in analog (bcl)
* Fri Feb 06 2015 Brian C. Lane <bcl@redhat.com> - 22.18-1
- dracut needs iscsi_firmware cmdline arg (#1185792) (bcl)
- Clear the default titlebar text (mkolman)
- Move the pygobject3 dependency to the core package (#1188850) (mkolman)
- Bump the livecd making timeout to 90 minutes. (clumens)
- If a VM isn't going to finish in 60 minutes, it likely isn't going to finish.
(clumens)
- Check that package globs install more than just the first package. (dshea)
- Remove some stray parenthesis (#1188618) (dshea)
- Replace urllib with python-requests for network access (#1014220) (mkolman)
- The repo has moved to github, so reflect that in the spec. (clumens)
- Fix pylint problems with the autopart commit. (clumens)
- network: adapt to NM fixing virtual device disconnection (#1084953)
(rvykydal)
- Replace xrange() with range() (vpodzime)
- Move autopart functionality to anaconda (vpodzime)
- Fix pylint complaints about log lines (bcl) - Add JENKINS_PROXY support to makebumpver (bcl) - Copy the kickstart package tests for testing with yum (bcl) - Pass multiple args to runone in run_kickstart_tests.sh (bcl) - Ignore some accelerator collisions on the filter dialog. (clumens) - Remove an unused variable. (clumens) - network: fix a typo making creating virtual devices in %pre fail (#1075195) (rvykydal) - network: support for bridge, require pykickstart with the support (#1075195) (rvykydal) - network: Catch exception from NM failing to create a bridge device (#1075195) (rvykydal) - network: add bridge support for kickstart %pre phase (#1075195) (rvykydal) - network: generate kickstart commands for bridge devices (#1075195) (rvykydal) - network: add bridge support to kickstart (#1075195) (rvykydal) - network: support for adding bridge devices (#1075195) (rvykydal) - network: display bridge devices in status (#1075195) (rvykydal) - Fix position of Refresh List button in filter spoke (#1065716) (rvykydal) - Fix accelerator collision of Refresh button (#1065716) (rvykydal) - gui: add Refresh button to network storage UI (#1065716) (rvykydal) - iscsi: display portal (address:port) of node in node list (#1114820) (rvykydal) - iscsi: when logging into nodes consider ip:port of node (#1114820) (rvykydal) - network: display only actual fqdn of ip we offer for vnc connection (#1089429) (rvykydal) - network: GUI: reactivate connection automatically after configuration (#1033063) (rvykydal) - Don't traceback if connection does not have read-only setting (#1158919) (rvykydal) - network: enable NM ibft plugin only for ip=ibft boot option (#804511) (rvykydal) - network: add support for vlan tag in iBFT (#804511) (rvykydal) - network: pass team opts to dracut for netroot (#1075666) (rvykydal) - Remove unused version macros from anaconda.spec.in (vpodzime) - Don't process continue-clicked events for windows that aren't shown. (clumens) - Add back an empty %files for the anaconda metapackage (dshea) - Do not include dd_list and dd_extract in the anaconda-core package. (clumens) - Replace long usage with int (#1014220) (mkolman) - Do not use sys.exc_type (#1014220) (mkolman) - Replace StandardError with Exception (#1014220) (mkolman) - Make filter() usage Python 3 compatible (#1014220) (mkolman) - network: add teamd package if team is used during installation (#1185670) (rvykydal) - network: add NetworkManager-team (#1182633) (rvykydal) - Don't allow weak LUKS passwords either (bcl) - Use %license in anaconda.spec.in (bcl) - Don't allow weak passwords (text mode). (sbueno+anaconda) - Remove the press done twice to exit text (bcl) - Don't allow weak user passwords (bcl) - Don't allow weak root passwords (bcl) - Increase minimum password length to 8 (bcl) - Remove the unused re import from nm.py. (clumens) - Remove IPy from nm.py for python 23 compatibility. (rvykydal) - Show empty VGs in the custom spoke. (dlehman) - Use the rpm database to find kernel package versions (#1074358) (dshea) - Check whether a payload has an instclass (#1185588) (dshea) - Remove the unused indexed_dict module (vpodzime) - Use threadMgr to wait for exception handling to finish (vpodzime) - Add a method for waiting for error handling to finish (vpodzime) - Move HW errors processing to the code that runs in the main thread (vpodzime) - Replace python-urlgrabber with python-requests (#1141242) (mkolman)
2015-01-30 22:02:36 +00:00
* Fri Jan 30 2015 Brian C. Lane <bcl@redhat.com> - 22.17-1
- Fix pylint complaints about log lines (bcl)
- Add JENKINS_PROXY support to makebumpver (bcl)
- Copy the kickstart package tests for testing with yum (bcl)
- Pass multiple args to runone in run_kickstart_tests.sh (bcl)
- Ignore some accelerator collisions on the filter dialog. (clumens)
- Remove an unused variable. (clumens)
- network: fix a typo making creating virtual devices in %%pre fail (#1075195)
(rvykydal)
- network: support for bridge, require pykickstart with the support (#1075195)
(rvykydal)
- network: Catch exception from NM failing to create a bridge device (#1075195)
(rvykydal)
- network: add bridge support for kickstart %%pre phase (#1075195) (rvykydal)
- network: generate kickstart commands for bridge devices (#1075195) (rvykydal)
- network: add bridge support to kickstart (#1075195) (rvykydal)
- network: support for adding bridge devices (#1075195) (rvykydal)
- network: display bridge devices in status (#1075195) (rvykydal)
- Fix position of Refresh List button in filter spoke (#1065716) (rvykydal)
- Fix accelerator collision of Refresh button (#1065716) (rvykydal)
- gui: add Refresh button to network storage UI (#1065716) (rvykydal)
- iscsi: display portal (address:port) of node in node list (#1114820)
(rvykydal)
- iscsi: when logging into nodes consider ip:port of node (#1114820) (rvykydal)
- network: display only actual fqdn of ip we offer for vnc connection
(#1089429) (rvykydal)
- network: GUI: reactivate connection automatically after configuration
(#1033063) (rvykydal)
- Don't traceback if connection does not have read-only setting (#1158919)
(rvykydal)
- network: enable NM ibft plugin only for ip=ibft boot option (#804511)
(rvykydal)
- network: add support for vlan tag in iBFT (#804511) (rvykydal)
- network: pass team opts to dracut for netroot (#1075666) (rvykydal)
- Remove unused version macros from anaconda.spec.in (vpodzime)
- Don't process continue-clicked events for windows that aren't shown.
(clumens)
- Add back an empty %%files for the anaconda metapackage (dshea)
- Do not include dd_list and dd_extract in the anaconda-core package. (clumens)
- Replace long usage with int (#1014220) (mkolman)
- Do not use sys.exc_type (#1014220) (mkolman)
- Replace StandardError with Exception (#1014220) (mkolman)
- Make filter() usage Python 3 compatible (#1014220) (mkolman)
- network: add teamd package if team is used during installation (#1185670)
(rvykydal)
- network: add NetworkManager-team (#1182633) (rvykydal)
- Don't allow weak LUKS passwords either (bcl)
- Use %%license in anaconda.spec.in (bcl)
- Don't allow weak passwords (text mode). (sbueno+anaconda)
- Remove the press done twice to exit text (bcl)
- Don't allow weak user passwords (bcl)
- Don't allow weak root passwords (bcl)
- Increase minimum password length to 8 (bcl)
- Remove the unused re import from nm.py. (clumens)
- Remove IPy from nm.py for python 23 compatibility. (rvykydal)
- Show empty VGs in the custom spoke. (dlehman)
- Use the rpm database to find kernel package versions (#1074358) (dshea)
- Check whether a payload has an instclass (#1185588) (dshea)
- Remove the unused indexed_dict module (vpodzime)
- Use threadMgr to wait for exception handling to finish (vpodzime)
- Add a method for waiting for error handling to finish (vpodzime)
- Move HW errors processing to the code that runs in the main thread (vpodzime)
- Replace python-urlgrabber with python-requests (#1141242) (mkolman)
* Fri Jan 23 2015 Brian C. Lane <bcl@redhat.com> - 22.16-1
- Add some tests for kickstart and package selection for dnf. (clumens)
- Double quote when printing error results from a kickstart test. (clumens)
- Restrict payload kernel versions to kernels in the payload (#1074358) (dshea)
- Actually add the new definition of an already-defined repo. (clumens)
- Move hdiso handling code to PackagePayload (#1180765) (dshea)
- Actually install the metacity theme data (dshea)
- Show the event box immediately when setting infobar messages. (dshea)
- Move environment group selection logic to PackagePayload (#1179362) (dshea)
- Add a parameter to environmentGroups for wheter to include optionlist.
(dshea)
- Remove unused methods for deselecting environments (dshea)
* Fri Jan 16 2015 Brian C. Lane <bcl@redhat.com> - 22.15-1
- makebumpver needs to know about anaconda-1 transifex name (bcl)
- Switch to temporary transifex branch (bcl)
- Fix an issue in the previous pre-existing repo kickstart patch. (clumens)
- Require the livecd target to be larger now. (clumens)
- Hook up jenkins support into makebumpver. (clumens)
- Change default console font to eurlatgr (myllynen)
- Update help text for the nodnf option (mkolman)
- Run AnacondaExceptionHandler in cmdline mode (bcl)
- Install a metacity theme to remove the titlebar. (dshea)
- Move metacity gsettings overrides into anaconda (dshea)
- Maximize anaconda instead of running fullscreen (#1164457) (dshea)
- Use a formatter on remotelog lines (bcl)
- Include NetworkManager-glib in anaconda-core (bcl)
- Make colon optional while adding iSCSI Initiator Name (sujithpshankar)
- If using pre-existing, no size needs to be specified in ksdata (#1172172)
(amulhern)
- Add support for sending logs to a remote host with --remotelog (bcl)
- Implement askmethod in dnfpayload (dshea)
- Add an installclass property for the default package environment (#1175826)
(dshea)
- Fix the FIXME re: tui default software selection (dshea)
- Add missing translation contexts for TUI navigation keys (dshea)
- Translate 'c' in the tui software spoke (dshea)
- Expect addons to have categories for both GUI and TUI (vpodzime)
- Remove an unused import in pyanaconda/ui/__init__.py (vpodzime)
- Add error checks to liveimg mount code (#1178703) (bcl) - Switch kickstart tests to doing VNC instead of graphical. (clumens) - Updates for new Size.convertTo() spec. (amulhern) - Force a background in the main GtkBox in anaconda windows. (dshea) - Animate the screen transitions. (dshea) - Implement DNFPayload.environmentOptionIsDefault (#1179905) (dshea) - Remove the directory dnf downloaded packages into. (clumens) - Allow specifying pre-defined repos via kickstart with dnf backend (#1177988). (clumens) - Get rid of unnecessary python disable-msg in zfcp spoke. (sbueno+anaconda) - Fix typo in commit 472be66b2af2af69e7eac15ec9c94ccc818e12b5. (dlehman) - Fix some pylint errors in the zfcp panel. (sbueno+anaconda) - Fix an accelerator collision found on the filter page. (sbueno+anaconda) - Fix some issues pylint found. (sbueno+anaconda) - Show disk paths on Other page in advstorage. (sbueno+anaconda) - Don't treat the baserepo as special when gathering metadata (#1177502) (dshea) - Make dnf._base and dnf._base.comps always available. (dshea) - Remove the checks for whether dnf and rpm were imported (dshea) - Remove obsolete packaging code. (dshea) - Do not bypass name setters in the custom spoke. (#1138370) (dlehman) - Preserve kickstart url behavior for mirrorlist (#1109933) (bcl) - Use a backslash to escape nfs spaces instead of x20 (#1109933) (bcl) - Add missing translation context for Add ECKD DASD button in advstorage. (sbueno+anaconda) - Add translation contexts for z and zfcp panel in advstorage. (sbueno+anaconda) - Convert devices size to str for GUI for zFCP devices (amulhern) - Fix string formatting of zFCP devices. (sbueno+anaconda) - Fix the way zFCP devices are displayed in storage spoke. (#1024902) (sbueno+anaconda) - Show labels on Add zFCP dialog. (sbueno+anaconda) - Fix failure to search by LUN in advanced storage spoke. (sbueno+anaconda) - Get rid of the clear button in advanced storage spoke. (sbueno+anaconda) - Fix up the z Panel in advanced storage. (sbueno+anaconda) - Add support for adding zFCP devices in the GUI (sbueno+anaconda) - Remove DirtyFSError related callbacks and entries. (amulhern) - Remove allowDirty parameter from mountExistingSystem() call. (amulhern) - Remove old workaround for missing EFI bits. (dmarlin) - Wait for payload thread in TUI software spoke. (#1178214) (sbueno+anaconda) - Start the network before the display (#1167103) (dshea)
2015-01-10 01:20:30 +00:00
* Fri Jan 09 2015 Brian C. Lane <bcl@redhat.com> - 22.14-1
- Add error checks to liveimg mount code (#1178703) (bcl)
- Switch kickstart tests to doing VNC instead of graphical. (clumens)
- Updates for new Size.convertTo() spec. (amulhern)
- Force a background in the main GtkBox in anaconda windows. (dshea)
- Animate the screen transitions. (dshea)
- Implement DNFPayload.environmentOptionIsDefault (#1179905) (dshea)
- Remove the directory dnf downloaded packages into. (clumens)
- Allow specifying pre-defined repos via kickstart with dnf backend (#1177988).
(clumens)
- Get rid of unnecessary python disable-msg in zfcp spoke. (sbueno+anaconda)
- Fix typo in commit 472be66b2af2af69e7eac15ec9c94ccc818e12b5. (dlehman)
- Fix some pylint errors in the zfcp panel. (sbueno+anaconda)
- Fix an accelerator collision found on the filter page. (sbueno+anaconda)
- Fix some issues pylint found. (sbueno+anaconda)
- Show disk paths on Other page in advstorage. (sbueno+anaconda)
- Don't treat the baserepo as special when gathering metadata (#1177502)
(dshea)
- Make dnf._base and dnf._base.comps always available. (dshea)
- Remove the checks for whether dnf and rpm were imported (dshea)
- Remove obsolete packaging code. (dshea)
- Do not bypass name setters in the custom spoke. (#1138370) (dlehman)
- Preserve kickstart url behavior for mirrorlist (#1109933) (bcl)
- Use a backslash to escape nfs spaces instead of x20 (#1109933) (bcl)
- Add missing translation context for Add ECKD DASD button in advstorage.
(sbueno+anaconda)
- Add translation contexts for z and zfcp panel in advstorage.
(sbueno+anaconda)
- Convert devices size to str for GUI for zFCP devices (amulhern)
- Fix string formatting of zFCP devices. (sbueno+anaconda)
- Fix the way zFCP devices are displayed in storage spoke. (#1024902)
(sbueno+anaconda)
- Show labels on Add zFCP dialog. (sbueno+anaconda)
- Fix failure to search by LUN in advanced storage spoke. (sbueno+anaconda)
- Get rid of the clear button in advanced storage spoke. (sbueno+anaconda)
- Fix up the z Panel in advanced storage. (sbueno+anaconda)
- Add support for adding zFCP devices in the GUI (sbueno+anaconda)
- Remove DirtyFSError related callbacks and entries. (amulhern)
- Remove allowDirty parameter from mountExistingSystem() call. (amulhern)
- Remove old workaround for missing EFI bits. (dmarlin)
- Wait for payload thread in TUI software spoke. (#1178214) (sbueno+anaconda)
- Start the network before the display (#1167103) (dshea)
- Print the result to the log, not the variable name. (clumens) - Ellipsize comboboxes (#1170275) (dshea) - Allow the columns of the container combo box to flow (#1170275) (dshea) - Allow specifying how much from kickstart_tests to keep. (clumens) - Fix up two problems in run_kickstart_tests.sh. (clumens) - Fix detecting errors in groups-and-envs-1.ks. (clumens) - Add a network command to the various kickstart test ks files. (clumens) - Reorganize run_kickstart_tests.sh a bit to use parallel. (clumens) - Use the anaconda-user-help package for help content (mkolman) - Fix which TUI field is being checked for which input (#1169533) (dshea) - Fix pylint-reported issues in RPMOSTreePayload (vpodzime) - rpmostreepayload: Rework remote add handling (walters) - Remove Requires: python-nss (vpodzime) - If there's no boot.iso, skip the kickstart tests. (clumens) - Test that a kickstart file with both an environment and group installs both. (clumens) - Move the ostree test out of its own directory. (clumens) - Add a general-purpose kickstart-driven testing setup. (clumens) - Move the pykickstart version test into a different subdirectory. (clumens) - Really hide and show passphrase warnings (#1162828) (dshea) - Unsetup the payload on the way out of anaconda (#1164577) (dshea) - Beware of 0 being the same bool value as None when setting time (vpodzime) - Fix the last member of the struct_time struct (vpodzime) - Use a flag to determine if the datetime spoke is shown (vpodzime) - Put AM/PM label and buttons in a revealer and hide/unhide them (vpodzime) - Fix issues with the date&time not being updated on timezone changes (vpodzime) - Fix the way we create the list of DASDs needing dasdfmt. (#1073982) (sbueno+anaconda) - Fix threading issues for dasdfmt in gui storage. (#1073982) (sbueno+anaconda) - Add sshkey kickstart command (bcl) - Skip setting up env and groups in software spoke for ks (#1173350) (bcl) - Add missing dnf package selection support (#1169056) (bcl) - Add variable substitution to DNF (#1164803) (bcl) - Simplify and robustify handling of fstype combo box. (amulhern) - Fix warnings about the default parameter that gdk deprecated (dshea) - Remove the color override from MountpointSelector. (dshea) - Move the layout indicator color to css and fix the colors (dshea) - Don't crash in pre-commit if no files changed (dshea) - Make the Selected Disks and Configure Mount Point dialogs wider (#1171834). (clumens) - Sync up the Selected Disks and Configure Mount Points dialogs (#1171838). (clumens) - Make sure /boot is not LVM LV if we're on s390x (#873135) (sbueno+anaconda) - Only show the "SYSTEM" heading if there are data mount points under it. (clumens) - Remove an unused import in rpmostreepayload.py. (clumens) - Use DNF by default (#1156483) (mkolman) - Check system-release for whether to enable betanag or not (#1168829). (clumens) - rpmostreepayload: Avoid shutil.copytree in favor of cp -r to fix symlinks (walters) - Look for Requires: and BuildRequires: at the front of a line. (clumens) - Don't attempt to install anaconda packages from the install-requires target. (clumens) - Remove _assureLogoImage (dshea) - Add a stylesheet property to BaseInstallClass (dshea) - Fix EOF error that occurs if user input required in x3270. (#1171135) (jstodola) - Print an error when the kickstart file is missing (bcl) - Remove UserInterface.basepath and UserInterface.basemask definitions. (amulhern) - Remove pointless overrides identified by the pointless override checker. (amulhern) - Add a simple pointless-override checker to pylint checkers. (amulhern)
2014-12-20 00:09:18 +00:00
* Fri Dec 19 2014 Brian C. Lane <bcl@redhat.com> - 22.13-1
- Print the result to the log, not the variable name. (clumens)
- Ellipsize comboboxes (#1170275) (dshea)
- Allow the columns of the container combo box to flow (#1170275) (dshea)
- Allow specifying how much from kickstart_tests to keep. (clumens)
- Fix up two problems in run_kickstart_tests.sh. (clumens)
- Fix detecting errors in groups-and-envs-1.ks. (clumens)
- Add a network command to the various kickstart test ks files. (clumens)
- Reorganize run_kickstart_tests.sh a bit to use parallel. (clumens)
- Use the anaconda-user-help package for help content (mkolman)
- Fix which TUI field is being checked for which input (#1169533) (dshea)
- Fix pylint-reported issues in RPMOSTreePayload (vpodzime)
- rpmostreepayload: Rework remote add handling (walters)
- Remove Requires: python-nss (vpodzime)
- If there's no boot.iso, skip the kickstart tests. (clumens)
- Test that a kickstart file with both an environment and group installs both.
(clumens)
- Move the ostree test out of its own directory. (clumens)
- Add a general-purpose kickstart-driven testing setup. (clumens)
- Move the pykickstart version test into a different subdirectory. (clumens)
- Really hide and show passphrase warnings (#1162828) (dshea)
- Unsetup the payload on the way out of anaconda (#1164577) (dshea)
- Beware of 0 being the same bool value as None when setting time (vpodzime)
- Fix the last member of the struct_time struct (vpodzime)
- Use a flag to determine if the datetime spoke is shown (vpodzime)
- Put AM/PM label and buttons in a revealer and hide/unhide them (vpodzime)
- Fix issues with the date&time not being updated on timezone changes
(vpodzime)
- Fix the way we create the list of DASDs needing dasdfmt. (#1073982)
(sbueno+anaconda)
- Fix threading issues for dasdfmt in gui storage. (#1073982) (sbueno+anaconda)
- Add sshkey kickstart command (bcl)
- Skip setting up env and groups in software spoke for ks (#1173350) (bcl)
- Add missing dnf package selection support (#1169056) (bcl)
- Add variable substitution to DNF (#1164803) (bcl)
- Simplify and robustify handling of fstype combo box. (amulhern)
- Fix warnings about the default parameter that gdk deprecated (dshea)
- Remove the color override from MountpointSelector. (dshea)
- Move the layout indicator color to css and fix the colors (dshea)
- Don't crash in pre-commit if no files changed (dshea)
- Make the Selected Disks and Configure Mount Point dialogs wider (#1171834).
(clumens)
- Sync up the Selected Disks and Configure Mount Points dialogs (#1171838).
(clumens)
- Make sure /boot is not LVM LV if we're on s390x (#873135) (sbueno+anaconda)
- Only show the "SYSTEM" heading if there are data mount points under it.
(clumens)
- Remove an unused import in rpmostreepayload.py. (clumens)
- Use DNF by default (#1156483) (mkolman)
- Check system-release for whether to enable betanag or not (#1168829).
(clumens)
- rpmostreepayload: Avoid shutil.copytree in favor of cp -r to fix symlinks
(walters)
- Look for Requires: and BuildRequires: at the front of a line. (clumens)
- Don't attempt to install anaconda packages from the install-requires target.
(clumens)
- Remove _assureLogoImage (dshea)
- Add a stylesheet property to BaseInstallClass (dshea)
- Fix EOF error that occurs if user input required in x3270. (#1171135)
(jstodola)
- Print an error when the kickstart file is missing (bcl)
- Remove UserInterface.basepath and UserInterface.basemask definitions.
(amulhern)
- Remove pointless overrides identified by the pointless override checker.
(amulhern)
- Add a simple pointless-override checker to pylint checkers. (amulhern)
* Thu Dec 04 2014 Brian C. Lane <bcl@redhat.com> - 22.12-1
- add code so that initramfs created for rescue kernel (#1170589) (gczarcinski)
- Start vncconfig for cutNpaste (hamzy)
- Handle unstaged changes in the pre-commit hook. (dshea)
- Use git status -z (dshea)
- Make Python's default encoding detection work on Live installations
(#1169019) (vpodzime)
- Force translation files download instead of skipping them (#1169023)
(vpodzime)
- Completely disable storage tests for the moment. (clumens)
- datetime_spoke: Fix warnings about removing nonexistent source (walters)
- Temporarily disable the BTRFSOnNonBTRFSComponent test. (clumens)
- Remove a slightly lighter grey background from the center of the hubs.
(clumens)
- Actually fix the message dropping commit. (clumens)
- Make sure storage info bar is displayed (#1166730) (bcl)
- Clear Update Settings when Done clicked (#1167014) (bcl)
- Fix PWQError issues. (sbueno+anaconda)
- network: Add some doc strings (walters)
- It's spoke.title, not spoke.name (#1167036). (clumens)
- Skip tui askvnc reboot for dirinstall (#1164254) (bcl) - If a message is for a spoke not on the current hub, throw it away. (clumens) - Find storage test cases automatically. (clumens) - Add new storage test cases that reuse results of earlier autopart runs. (clumens) - Support high contrast mode in fedora-welcome (#1160499) (dshea) - How the GUI test suite disk is displayed has changed. (clumens) - do not delete liveimg --url=file:/// file (gczarcinski) - Add support for doing a liveimg kickstart with local file (#1140358) (bcl) - Create missing parent directories for user's home directory (#1163775) (bcl) - Related bug can have different fixed-in and state (bcl) - Provide useful hints on TTY1 during the installation (mkolman) - Decrease memory requirements on gui tests, and make that attr private. (clumens) - Don't use blivet in the gui tests. (clumens) - Use MiB/GiB instead of MB/GB in GUI tests. (clumens) - Make the No Space dialog look less terrible. (clumens) - Add a test case where it's impossible to reclaim. (clumens) - Use blivet's Size class instead of ints and such. (clumens) - Get the gui tests running in parallel. (clumens) - Add a basic test of the reclaim dialog. (clumens) - Make images in raw format instead of qcow2. (clumens) - Allow specifying which of the GUI tests you want to run. (clumens) - Check if we read something when emptying stdin queue (vpodzime) - Require min entropy for 'part --encrypted' devices (#1162695) (vpodzime) - Don't rely on terminal attributes being configurable (#1162702) (vpodzime) - Check for a GLib source ID of None in unwatchAllProcesses. (dshea) - Disable payloads that failed to setup (#1162732) (dshea) - Only enable non-interactive yum plugins (#1111535) (dshea) - Add a placeholder for a product-specific logo (dshea) - Load a stylesheet from product.img (dshea) - Fix make distcheck (mkolman) - Include help content in the Anaconda tarball (mkolman) - Fix typo causing traceback when NTP is turned ON/OFF (vpodzime) - Use /var/tmp for the temp directory when installing anaconda. (clumens) - Prevent tb on s390x when de-selecting a DASD and doing custom part. (sbueno+anaconda) - Revert "Revert productName repo name change (#1128474)" (bcl) - Remove a comment that is a blatant lie. (clumens) - Fix an environment variable setting in the test environment. (clumens) - Update the background image paths used in Fedora. (dshea) - Add a pylint module to detect uses of interruptible system calls. (dshea) - Wrap interruptible system calls in a loop (#1160041) (dshea) - Unpack the callback data given to us by blivet (vpodzime) - Add timeout to callbacks waiting for enough entropy (#1073679) (vpodzime)
2014-11-22 01:55:01 +00:00
* Fri Nov 21 2014 Brian C. Lane <bcl@redhat.com> - 22.11-1
- Skip tui askvnc reboot for dirinstall (#1164254) (bcl)
- If a message is for a spoke not on the current hub, throw it away. (clumens)
- Find storage test cases automatically. (clumens)
- Add new storage test cases that reuse results of earlier autopart runs.
(clumens)
- Support high contrast mode in fedora-welcome (#1160499) (dshea)
- How the GUI test suite disk is displayed has changed. (clumens)
- do not delete liveimg --url=file:/// file (gczarcinski)
- Add support for doing a liveimg kickstart with local file (#1140358) (bcl)
- Create missing parent directories for user's home directory (#1163775) (bcl)
- Related bug can have different fixed-in and state (bcl)
- Provide useful hints on TTY1 during the installation (mkolman)
- Decrease memory requirements on gui tests, and make that attr private.
(clumens)
- Don't use blivet in the gui tests. (clumens)
- Use MiB/GiB instead of MB/GB in GUI tests. (clumens)
- Make the No Space dialog look less terrible. (clumens)
- Add a test case where it's impossible to reclaim. (clumens)
- Use blivet's Size class instead of ints and such. (clumens)
- Get the gui tests running in parallel. (clumens)
- Add a basic test of the reclaim dialog. (clumens)
- Make images in raw format instead of qcow2. (clumens)
- Allow specifying which of the GUI tests you want to run. (clumens)
- Check if we read something when emptying stdin queue (vpodzime)
- Require min entropy for 'part --encrypted' devices (#1162695) (vpodzime)
- Don't rely on terminal attributes being configurable (#1162702) (vpodzime)
- Check for a GLib source ID of None in unwatchAllProcesses. (dshea)
- Disable payloads that failed to setup (#1162732) (dshea)
- Only enable non-interactive yum plugins (#1111535) (dshea)
- Add a placeholder for a product-specific logo (dshea)
- Load a stylesheet from product.img (dshea)
- Fix make distcheck (mkolman)
- Include help content in the Anaconda tarball (mkolman)
- Fix typo causing traceback when NTP is turned ON/OFF (vpodzime)
- Use /var/tmp for the temp directory when installing anaconda. (clumens)
- Prevent tb on s390x when de-selecting a DASD and doing custom part.
(sbueno+anaconda)
- Revert "Revert productName repo name change (#1128474)" (bcl)
- Remove a comment that is a blatant lie. (clumens)
- Fix an environment variable setting in the test environment. (clumens)
- Update the background image paths used in Fedora. (dshea)
- Add a pylint module to detect uses of interruptible system calls. (dshea)
- Wrap interruptible system calls in a loop (#1160041) (dshea)
- Unpack the callback data given to us by blivet (vpodzime)
- Add timeout to callbacks waiting for enough entropy (#1073679) (vpodzime)
- Remove gui, install, and ostree tests from TESTS. (clumens) - Update the ostree test for the new ostree+grub patches. (clumens) - Add a timeout when the ostree test checks for proper booting. (clumens) - bootloader: Bridge efi_dir configuration earlier for rpmostreepayload (walters) - rpmostreepayload: Handle grub2+EFI layout (walters) - rpmostreepayload: Copy all subdirectories of /usr/lib/ostree-boot (walters) - Handle the case of rpmostreepayload + GRUB2 (walters) - Test adding, removing, and reordering keyboard layouts. (clumens) - Test displaying the help viewer on every screen. (clumens) - Add functions to UITestCase to grab the contents of a view. (clumens) - Extend the keyboard GUI test to test adding layout switching. (clumens) - Add checks for selected language/locale on the welcome screen. (clumens) - Catch EOFError in raw_input (#1158841) (bcl) - Ensure we are specifying sensible target sizes for resize. (#1120964) (dlehman) - Set the autopart fstype for boot too (#1112697) (bcl) - Ensure we are specifying sensible target sizes for resize. (#1120964) (dlehman) - Rework the placement of items on hubs. (dshea) - Lightly rearrange the nav_area (dshea) - Do not install interactive exception handler in cmdline mode (#1155979) (vpodzime) - Remove dmidecode from Requires: (vpodzime) - Wait until all spokes are setup before updating continue button (bcl) - Allow adding prepboot to a blank disk in custom (#1155660) (bcl) - Make anaconda more scrollable (#1135024) (dshea) - Remove unused imports (vpodzime) - Just preserve the %addon header args if an addon is missing (#1155026) (vpodzime) - Add a test to verify the help dialog pops up. (clumens) - Look up most widgets relative to the currently displayed screen. (clumens) - Make a few more updates for labels that have changed in the GUI. (clumens) - Warn users about liveinst usage of --updates (#1153550) (bcl) - Fix handling of md fwraid names in kickstart bootloader command. (#1156354) (dlehman) - Use an empty string for no root password instead of None (#1155576) (dshea) - Don't allow related bugs without acks (bcl) - Fix switching environments when no environment is selected (#1018226) (dshea) - Make size_from_input() and size_from_entry() methods handier. (amulhern) - Changes around handling of size entries in custom spoke. (amulhern) - network: handle dbus UnknownMethod exception on invalid objects (#1061796) (rvykydal)
2014-11-05 01:13:11 +00:00
* Tue Nov 04 2014 Brian C. Lane <bcl@redhat.com> - 22.10-1
- Remove gui, install, and ostree tests from TESTS. (clumens)
- Update the ostree test for the new ostree+grub patches. (clumens)
- Add a timeout when the ostree test checks for proper booting. (clumens)
- bootloader: Bridge efi_dir configuration earlier for rpmostreepayload
(walters)
- rpmostreepayload: Handle grub2+EFI layout (walters)
- rpmostreepayload: Copy all subdirectories of /usr/lib/ostree-boot (walters)
- Handle the case of rpmostreepayload + GRUB2 (walters)
- Test adding, removing, and reordering keyboard layouts. (clumens)
- Test displaying the help viewer on every screen. (clumens)
- Add functions to UITestCase to grab the contents of a view. (clumens)
- Extend the keyboard GUI test to test adding layout switching. (clumens)
- Add checks for selected language/locale on the welcome screen. (clumens)
- Catch EOFError in raw_input (#1158841) (bcl)
- Ensure we are specifying sensible target sizes for resize. (#1120964)
(dlehman)
- Set the autopart fstype for boot too (#1112697) (bcl)
- Ensure we are specifying sensible target sizes for resize. (#1120964)
(dlehman)
- Rework the placement of items on hubs. (dshea)
- Lightly rearrange the nav_area (dshea)
- Do not install interactive exception handler in cmdline mode (#1155979)
(vpodzime)
- Remove dmidecode from Requires: (vpodzime)
- Wait until all spokes are setup before updating continue button (bcl)
- Allow adding prepboot to a blank disk in custom (#1155660) (bcl)
- Make anaconda more scrollable (#1135024) (dshea)
- Remove unused imports (vpodzime)
- Just preserve the %%addon header args if an addon is missing (#1155026)
(vpodzime)
- Add a test to verify the help dialog pops up. (clumens)
- Look up most widgets relative to the currently displayed screen. (clumens)
- Make a few more updates for labels that have changed in the GUI. (clumens)
- Warn users about liveinst usage of --updates (#1153550) (bcl)
- Fix handling of md fwraid names in kickstart bootloader command. (#1156354)
(dlehman)
- Use an empty string for no root password instead of None (#1155576) (dshea)
- Don't allow related bugs without acks (bcl)
- Fix switching environments when no environment is selected (#1018226) (dshea)
- Make size_from_input() and size_from_entry() methods handier. (amulhern)
- Changes around handling of size entries in custom spoke. (amulhern)
- network: handle dbus UnknownMethod exception on invalid objects (#1061796)
(rvykydal)
- When I renamed the date & time spoke, I missed one string. (clumens) - Fix two more problems with spoke selectors in GUI testing. (clumens) - Fix the GRUB raid1 tests (dshea) - Add syslinux to the packages in the gui_testing kickstart file, too. (clumens) - Update the gui_testing kickstart file for productization changes. (clumens) - Update checkSizes to work in terms of Size objects (#1129629). (clumens) - Install grub to all disks in a btrfs raid1 /boot (#989644) (dshea) - Really fix issue with starting in cmdline mode on s390x. (sbueno+anaconda) - The network spoke's title has changed. Reflect that in the test. (clumens) - Grab memory.dat from running the GUI test. (clumens) - Don't panic prematurely on a missing size (#1154190) (amulhern) - Fix more messages the new pylint found. (clumens) - dracut/save-initramfs.sh: don't save /tmp (wwoods) - Get rid of some unnecessary text from dasdfmt dialog. (sbueno+anaconda) - Quit if no device type name selected. (amulhern) - Fix stray comment. (amulhern) - If there's no attached ANACTEST device, don't attempt to mount and run it. (clumens) - Fix a spelling error (#1153672) (dshea) - Log when using updates from /tmp/updates/ (bcl) - Fix # handling in SimpleConfigFile (#1045687) (bcl) - Unconditionally clear the process handle when nm-c-e exits (#1132645) (dshea) - Remove the code that reads /tmp/vncshell.pid. (dshea) - Rewrite _bound_size() to bound_size() in storage_utils.py (amulhern) - Changes for scheduling size change on an existing device (#1076055) (amulhern) - Remove too strict condition for changing size (#1076055) (amulhern) - Omit calculation and use of active_dev_type. (amulhern) - Add a method that extracts device type name from combo box (amulhern) - Don't pass use_dev around to internal methods. (amulhern) - Check identity, not equality, for RaidLevel objects. (amulhern) - Run restorecon on /etc/hostname (#1133368) (bcl) - Add authconfig and firewalld packages when used in ks (#1147687) (bcl) - Allow kickstart with no method (#972265) (bcl) - Fix a typo from 73d3a8e5. (sbueno+anaconda) - Respect both ways how to disable bootloader installation (vpodzime) - Fix a bug unmounting /boot on efi+atomic installs. (clumens) - Refactor handling of fsCombo considerations. (amulhern) - Be more restrictive displaying btrfs device type. (amulhern) - Get rid of unnecessary raid_level variable (amulhern) - Use Size, not int, for size (#1076055) (amulhern) - Remove an unused import (dshea) - Don't automatically select environments for kickstart installs (#1018226) (dshea) - Initialize the GUI lock in a way that doesn't break the API (dshea) - Don't check enabledPlugins if plugins are not yet enabled (#1142544) (dshea) - Add transifex branch check to makebumpver (bcl) - Get rid of an unused variable in the localization test. (clumens) - Don't strip accents from the user-inputted keyboard string (dshea) - Convert strings to unicode in have_word_match (#1146581) (dshea) - Use translated versions of the AM/PM strings consistently (vpodzime) - Import GUI-specific stuff only when running GUI in entropy handling (vpodzime) - Always store the information about display mode in ksdata (vpodzime) - Connect signals to handlers for day/month/year changes (vpodzime) - Switch to using the new help content path (#1072033) (mkolman) - Remove unused variables in the datetime_spoke.py module (vpodzime) - Add nombr to anaconda to suppress updating MBR (#886502) (gczarcinski) - Make the date format locale-dependent in our GUI (#1044233) (vpodzime) - A function for resolving date format and order (vpodzime) - Make device/fs type comboboxes take less space (vpodzime) - Skip running efibootmgr for noefi mode (#1047904) (bcl) - Fix a race between checking for Gtk.main_level and running Gtk.main (dshea) - Allow recursive lightbox calls (#1147337) (dshea) - Disable the ntp service with --nontp (#1135768) (dshea)
2014-10-22 23:36:40 +00:00
* Wed Oct 22 2014 Brian C. Lane <bcl@redhat.com> - 22.9-1
- When I renamed the date & time spoke, I missed one string. (clumens)
- Fix two more problems with spoke selectors in GUI testing. (clumens)
- Fix the GRUB raid1 tests (dshea)
- Add syslinux to the packages in the gui_testing kickstart file, too.
(clumens)
- Update the gui_testing kickstart file for productization changes. (clumens)
- Update checkSizes to work in terms of Size objects (#1129629). (clumens)
- Install grub to all disks in a btrfs raid1 /boot (#989644) (dshea)
- Really fix issue with starting in cmdline mode on s390x. (sbueno+anaconda)
- The network spoke's title has changed. Reflect that in the test. (clumens)
- Grab memory.dat from running the GUI test. (clumens)
- Don't panic prematurely on a missing size (#1154190) (amulhern)
- Fix more messages the new pylint found. (clumens)
- dracut/save-initramfs.sh: don't save /tmp (wwoods)
- Get rid of some unnecessary text from dasdfmt dialog. (sbueno+anaconda)
- Quit if no device type name selected. (amulhern)
- Fix stray comment. (amulhern)
- If there's no attached ANACTEST device, don't attempt to mount and run it.
(clumens)
- Fix a spelling error (#1153672) (dshea)
- Log when using updates from /tmp/updates/ (bcl)
- Fix # handling in SimpleConfigFile (#1045687) (bcl)
- Unconditionally clear the process handle when nm-c-e exits (#1132645) (dshea)
- Remove the code that reads /tmp/vncshell.pid. (dshea)
- Rewrite _bound_size() to bound_size() in storage_utils.py (amulhern)
- Changes for scheduling size change on an existing device (#1076055)
(amulhern)
- Remove too strict condition for changing size (#1076055) (amulhern)
- Omit calculation and use of active_dev_type. (amulhern)
- Add a method that extracts device type name from combo box (amulhern)
- Don't pass use_dev around to internal methods. (amulhern)
- Check identity, not equality, for RaidLevel objects. (amulhern)
- Run restorecon on /etc/hostname (#1133368) (bcl)
- Add authconfig and firewalld packages when used in ks (#1147687) (bcl)
- Allow kickstart with no method (#972265) (bcl)
- Fix a typo from 73d3a8e5. (sbueno+anaconda)
- Respect both ways how to disable bootloader installation (vpodzime)
- Fix a bug unmounting /boot on efi+atomic installs. (clumens)
- Refactor handling of fsCombo considerations. (amulhern)
- Be more restrictive displaying btrfs device type. (amulhern)
- Get rid of unnecessary raid_level variable (amulhern)
- Use Size, not int, for size (#1076055) (amulhern)
- Remove an unused import (dshea)
- Don't automatically select environments for kickstart installs (#1018226)
(dshea)
- Initialize the GUI lock in a way that doesn't break the API (dshea)
- Don't check enabledPlugins if plugins are not yet enabled (#1142544) (dshea)
- Add transifex branch check to makebumpver (bcl)
- Get rid of an unused variable in the localization test. (clumens)
- Don't strip accents from the user-inputted keyboard string (dshea)
- Convert strings to unicode in have_word_match (#1146581) (dshea)
- Use translated versions of the AM/PM strings consistently (vpodzime)
- Import GUI-specific stuff only when running GUI in entropy handling
(vpodzime)
- Always store the information about display mode in ksdata (vpodzime)
- Connect signals to handlers for day/month/year changes (vpodzime)
- Switch to using the new help content path (#1072033) (mkolman)
- Remove unused variables in the datetime_spoke.py module (vpodzime)
- Add nombr to anaconda to suppress updating MBR (#886502) (gczarcinski)
- Make the date format locale-dependent in our GUI (#1044233) (vpodzime)
- A function for resolving date format and order (vpodzime)
- Make device/fs type comboboxes take less space (vpodzime)
- Skip running efibootmgr for noefi mode (#1047904) (bcl)
- Fix a race between checking for Gtk.main_level and running Gtk.main (dshea)
- Allow recursive lightbox calls (#1147337) (dshea)
- Disable the ntp service with --nontp (#1135768) (dshea)
* Wed Oct 08 2014 Brian C. Lane <bcl@redhat.com> - 22.8-1
- Add a test case for if all anaconda's Requires exist. (clumens)
- Only allow one anaconda instance (#1146735) (dshea)
- Ignore partition start if there is a biosboot partition (#1044849) (bcl)
- Remove duplicates when adding new devices (#887526) (bcl)
- Trim changelog entries from spec file (bcl)
- We now need to specify an epoch for the python-blivet version requires.
(clumens)
- Remove the last references to tzmapdata (dshea)
- Add VNC to the ostree test arguments. (clumens)
- Fix autotools rules to properly include help placeholders (#1072033)
(mkolman)
- Ignore an accelerator conflict between two Modify labels. (clumens)
- s390x: show dialog if kernel cmdline in zipl.conf is too long.
(sbueno+anaconda)
- Convert process watching to use GLib before we start a main loop (dshea)
- Convert python signal handlers to GLib signal handlers (dshea)
- Reorganize the right side of the Custom spoke (#1094856) (vpodzime)
- Graphically handle errors arising from ostree repo pull problems. (clumens)
- Fix file name of the entropy dialog in POTFILES.in (vpodzime)
- Add support for thin pool profile specification in kickstart (vpodzime)
- Require minimum random data entropy when creating LUKS (#1073679) (vpodzime)
- Give blivet callbacks for reporting partitioning progress (vpodzime)
- Really exit when "Exit installer" in the error dialog is clicked (vpodzime)
- NM-wifi is missing on s390(x) (dan)
- Fix Welcome spoke not showing up during kickstart installation (#1147943) (mkolman) - Don't allow /boot on lvm on s390x. (sbueno+anaconda) - Handle failures to instantiate storage devices when parsing kickstart. (dlehman) - Add the new langsupport.py TUI spoke to POTFILES.in. (clumens) - Remove the now-unused imports of storageInitialize. (clumens) - Add support for language selection in text mode. (sbueno+anaconda) - packaging: handle new NFS installation source with inst.stage2=nfs:... (wwoods) - Allow cdrom-swapping when doing "inst.ks=cdrom[:...]" (wwoods) - anaconda-lib.sh: add tell_user() and dev_is_cdrom() (wwoods) - Don't force a user to return to the storage spoke after dasdfmt (sbueno+anaconda) - Don't run storageInitialize after dasdfmt (sbueno+anaconda) - Shut up, parallel (dshea) - Really fix unexpected exits in execReadlines (dshea) - Add a context manager for executing code while UI signals are blocked. (clumens) - Avoid the possibility of size variables being unset (#1146585) (dshea) - s390x: Apply disk selection before dasdfmt to preserve data. (sbueno+anaconda) - Fix a bad use of WIFSIGNALED (dshea) - Handle 0's returned by Gdk (dshea) - Adapt to corrected interpetation of logvol --percent. (dlehman) - Always use iutil to start processes. (dshea) - Move the X startup logic to iutil (dshea) - Move process watching to iutil. (dshea) - Close file descriptors while daemonizing auditd (dshea) - Add an option to only capture stdout with execWithCapture (dshea) - Simplify iutil.execReadlines. (dshea) - Add close_fds to the Popen call. (dshea) - Add an option to startProgram to reset signal handlers. (dshea) - Add a method startProgram to handle process starting (dshea) - Lock program_log_lock closer to where the log is written. (dshea) - Record early crashes to ipmi (dshea) - Clear the list of watched PIDs before exiting. (dshea) - Remove the exitCode parameter from exitHandler. (dshea) - Warn about uses of the string module. (dshea) - Import _ from the i18n module instead of hand-crafting a copy of it (dshea) - Import gettext in iutil instead of passing the module reference to iutil (dshea) - Fix a typo in a comment (dshea) - When running on HiDPI monitors, scale anaconda by a factor of 2 (dshea) - Sort the contents of the file system type combo box. (clumens) - Remove the border on the layout testing box. (clumens) - Explain what the IPMI constants mean. (clumens) - Don't attempt terminal size detection on the s390 (#1145065) (mkolman) - Don't show the Add DASD button unless on s390x. (sbueno+anaconda) - Don't show the Add DASD button unless on s390x. (sbueno+anaconda) - Preserve network args on s390x. (sbueno+anaconda)
2014-10-01 00:08:42 +00:00
* Tue Sep 30 2014 Brian C. Lane <bcl@redhat.com> - 22.7-1
- Fix Welcome spoke not showing up during kickstart installation (#1147943)
(mkolman)
- Don't allow /boot on lvm on s390x. (sbueno+anaconda)
- Handle failures to instantiate storage devices when parsing kickstart.
(dlehman)
- Add the new langsupport.py TUI spoke to POTFILES.in. (clumens)
- Remove the now-unused imports of storageInitialize. (clumens)
- Add support for language selection in text mode. (sbueno+anaconda)
- packaging: handle new NFS installation source with inst.stage2=nfs:...
(wwoods)
- Allow cdrom-swapping when doing "inst.ks=cdrom[:...]" (wwoods)
- anaconda-lib.sh: add tell_user() and dev_is_cdrom() (wwoods)
- Don't force a user to return to the storage spoke after dasdfmt
(sbueno+anaconda)
- Don't run storageInitialize after dasdfmt (sbueno+anaconda)
- Shut up, parallel (dshea)
- Really fix unexpected exits in execReadlines (dshea)
- Add a context manager for executing code while UI signals are blocked.
(clumens)
- Avoid the possibility of size variables being unset (#1146585) (dshea)
- s390x: Apply disk selection before dasdfmt to preserve data.
(sbueno+anaconda)
- Fix a bad use of WIFSIGNALED (dshea)
- Handle 0's returned by Gdk (dshea)
- Adapt to corrected interpetation of logvol --percent. (dlehman)
- Always use iutil to start processes. (dshea)
- Move the X startup logic to iutil (dshea)
- Move process watching to iutil. (dshea)
- Close file descriptors while daemonizing auditd (dshea)
- Add an option to only capture stdout with execWithCapture (dshea)
- Simplify iutil.execReadlines. (dshea)
- Add close_fds to the Popen call. (dshea)
- Add an option to startProgram to reset signal handlers. (dshea)
- Add a method startProgram to handle process starting (dshea)
- Lock program_log_lock closer to where the log is written. (dshea)
- Record early crashes to ipmi (dshea)
- Clear the list of watched PIDs before exiting. (dshea)
- Remove the exitCode parameter from exitHandler. (dshea)
- Warn about uses of the string module. (dshea)
- Import _ from the i18n module instead of hand-crafting a copy of it (dshea)
- Import gettext in iutil instead of passing the module reference to iutil
(dshea)
- Fix a typo in a comment (dshea)
- When running on HiDPI monitors, scale anaconda by a factor of 2 (dshea)
- Sort the contents of the file system type combo box. (clumens)
- Remove the border on the layout testing box. (clumens)
- Explain what the IPMI constants mean. (clumens)
- Don't attempt terminal size detection on the s390 (#1145065) (mkolman)
- Don't show the Add DASD button unless on s390x. (sbueno+anaconda)
- Don't show the Add DASD button unless on s390x. (sbueno+anaconda)
- Preserve network args on s390x. (sbueno+anaconda)
- Don't call storage.write for dirinstall (#1120206) (bcl) - Fix pylint warning from a recent commit. (dlehman) - Fix the link to the help-button-clicked signal (dshea) - Assign mnemonics to two checkboxes on the user spoke that didn't have them. (clumens) - Remove "MB" from the size string on the HDISO combo box. (clumens) - Use _Cancel and _Continue mnemonics on these two screens. (clumens) - Rename to be the TIME & DATE spoke. (clumens) - Ok -> OK on the proxy dialog. (clumens) - Handle cancellation of new container creation. (dlehman) - Reflect previous custom/autopart selection in the storage spoke. (dlehman) - Clear out custom storage ksdata after first attempt to apply it. (dlehman) - Pass size as Size when adjusting container after device removal. (#1141707) (dlehman) - Set flags.rescue_mode not anaconda.rescue (#1143056) (amulhern) - Split localed's converted layouts and variants (#1073825) (vpodzime) - Rename variable to not with a built-in (mkolman) - Create free space snapshot before doing custom->autopart (vpodzime) - Deprecate RUNKS cmdline option. (sbueno+anaconda) - Show help also when alt+F1 is pressed (mkolman) - Support display of the custom mnemonics on the help button (mkolman) - Activate the built-in help when F1 is pressed (mkolman) - Specify help file names for hubs and spokes (mkolman) - Add a help button to every Anaconda screen (mkolman) - Don't call BusyCursor before Gdk is setup (#1078868) (bcl) - Fix SELINUX_DEFAULT import (#1137049) (bcl) - Catch and rethrow BTRFSValueError as KickstartException (#1019685) (amulhern) - Bump version so BTRFSValueError is found (#1019685) (amulhern) - Don't change langpacks config of installer environment (#1066017) (rvykydal) - network: fix typo 'Private ksy pasword' (#1120374) (rvykydal) - Fix up a string style issue found in the last network commits. (clumens) - network: WPA Enterprise: don't ask twice for password (#1120374) (rvykydal) - network: add support for WPA Enterprise (#1120374) (rvykydal) - network: add s390 network ifcfg options also for bond slaves (#1090558) (rvykydal) - network: copy resolv.conf to chroot before installing packages (#1048520) (rvykydal) - network: don't crash, just log for unrecognized bond options (#1039006) (rvykydal) - network: don't traceback on invalid team options (#1114282) (rvykydal) - network: don't write HWADDR in ifcfgs generated by kickstart (#1130042) (rvykydal) - Re-order the tz's in text mode to mirror the graphical order. (sbueno+anaconda) - Apply a better check for whether to fail if authconfig is missing. (clumens) - driver-updates: fix backspace/delete in dd menus (#1080380) (wwoods) - Fix an issue with bad NFS info specified in source spoke. (sbueno+anaconda) - Fix the SIGSEGV handler (dshea) - Remove argument handling from methods without arguments (dshea) - Warn if software selection size exceeds available space. (sbueno+anaconda) - X doesn't start when making the livecd on the GUI test either. (clumens) - Handle spaces in inst.repo, kickstart nfs, and url commands (#1109933) (bcl) - Fix that urllib2 problem more thoroughly. (clumens) - Fix a problem where urllib2 is not getting pulled into the initrd. (clumens) - Specify thin pool metadata/chunk size only if given by user (#1140635) (vpodzime) - Fix q for quit issue in text mode (#997405) (sbueno+anaconda) - Additional message if kickstart was used but did not finish (#1117908) (amulhern) - Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern) - Use only the digits from productVersion (bcl) - If a kickstart installation stops because it doesn't know something, log that. (clumens) - Don't care about crash args in bootloader (#1116323) (vpodzime)
2014-09-20 00:28:08 +00:00
* Fri Sep 19 2014 Brian C. Lane <bcl@redhat.com> - 22.6-1
- Don't call storage.write for dirinstall (#1120206) (bcl)
- Fix pylint warning from a recent commit. (dlehman)
- Fix the link to the help-button-clicked signal (dshea)
- Assign mnemonics to two checkboxes on the user spoke that didn't have them.
(clumens)
- Remove "MB" from the size string on the HDISO combo box. (clumens)
- Use _Cancel and _Continue mnemonics on these two screens. (clumens)
- Rename to be the TIME & DATE spoke. (clumens)
- Ok -> OK on the proxy dialog. (clumens)
- Handle cancellation of new container creation. (dlehman)
- Reflect previous custom/autopart selection in the storage spoke. (dlehman)
- Clear out custom storage ksdata after first attempt to apply it. (dlehman)
- Pass size as Size when adjusting container after device removal. (#1141707)
(dlehman)
- Set flags.rescue_mode not anaconda.rescue (#1143056) (amulhern)
- Split localed's converted layouts and variants (#1073825) (vpodzime)
- Rename variable to not with a built-in (mkolman)
- Create free space snapshot before doing custom->autopart (vpodzime)
- Deprecate RUNKS cmdline option. (sbueno+anaconda)
- Show help also when alt+F1 is pressed (mkolman)
- Support display of the custom mnemonics on the help button (mkolman)
- Activate the built-in help when F1 is pressed (mkolman)
- Specify help file names for hubs and spokes (mkolman)
- Add a help button to every Anaconda screen (mkolman)
- Don't call BusyCursor before Gdk is setup (#1078868) (bcl)
- Fix SELINUX_DEFAULT import (#1137049) (bcl)
- Catch and rethrow BTRFSValueError as KickstartException (#1019685) (amulhern)
- Bump version so BTRFSValueError is found (#1019685) (amulhern)
- Don't change langpacks config of installer environment (#1066017) (rvykydal)
- network: fix typo 'Private ksy pasword' (#1120374) (rvykydal)
- Fix up a string style issue found in the last network commits. (clumens)
- network: WPA Enterprise: don't ask twice for password (#1120374) (rvykydal)
- network: add support for WPA Enterprise (#1120374) (rvykydal)
- network: add s390 network ifcfg options also for bond slaves (#1090558)
(rvykydal)
- network: copy resolv.conf to chroot before installing packages (#1048520)
(rvykydal)
- network: don't crash, just log for unrecognized bond options (#1039006)
(rvykydal)
- network: don't traceback on invalid team options (#1114282) (rvykydal)
- network: don't write HWADDR in ifcfgs generated by kickstart (#1130042)
(rvykydal)
- Re-order the tz's in text mode to mirror the graphical order.
(sbueno+anaconda)
- Apply a better check for whether to fail if authconfig is missing. (clumens)
- driver-updates: fix backspace/delete in dd menus (#1080380) (wwoods)
- Fix an issue with bad NFS info specified in source spoke. (sbueno+anaconda)
- Fix the SIGSEGV handler (dshea)
- Remove argument handling from methods without arguments (dshea)
- Warn if software selection size exceeds available space. (sbueno+anaconda)
- X doesn't start when making the livecd on the GUI test either. (clumens)
- Handle spaces in inst.repo, kickstart nfs, and url commands (#1109933) (bcl)
- Fix that urllib2 problem more thoroughly. (clumens)
- Fix a problem where urllib2 is not getting pulled into the initrd. (clumens)
- Specify thin pool metadata/chunk size only if given by user (#1140635)
(vpodzime)
- Fix q for quit issue in text mode (#997405) (sbueno+anaconda)
- Additional message if kickstart was used but did not finish (#1117908)
(amulhern)
- Move some statically detectable kickstart errors out of anaconda (#1117908)
(amulhern)
- Use only the digits from productVersion (bcl)
- If a kickstart installation stops because it doesn't know something, log
that. (clumens)
- Don't care about crash args in bootloader (#1116323) (vpodzime)
* Wed Sep 10 2014 Brian C. Lane <bcl@redhat.com> - 22.5-1
- Fix noselinux cmdline default (#1137049) (bcl)
- Revert productName repo name change (#1128474) (bcl)
- Remove the --disable-overwrite parameter for the Transifex client (mkolman)
- Do not try to disable no firstboot services (#1139621) (vpodzime)
- Snapshot free space after clearpart for swap suggestion (#1132436) (vpodzime)
- Really fix an enlightbox call. (dshea)
- Correct issues merged from rhel-7 (dshea)
- A couple updates to installclasses. (clumens)
- Clear the kickstart password if cleared by the user (#1133185) (dshea)
- Change the accelerator key for Add DASD label. (sbueno+anaconda)
- Add dialog box for adding DASDs. (sbueno+anaconda)
- Add a button for adding an ECKD DASD. (sbueno+anaconda)
- Let finding install classes be more flexible for Fedora (#1138820). (clumens)
- fix inst.virtiolog (#1074499) (wwoods)
- Display container sizes to just two places, as well. (clumens)
- Fix two minor things on the source spoke. (clumens)
- border_width=5 -> border_width=6 in dasdfmt.glade. (clumens)
- Use first part of Product for UEFI entry (#1128474) (bcl)
- We can't pass "text" in the ostree .ks file because lmc doesn't like that.
(clumens)
- Remove inactive languages from LINGUAS. (dshea)
- Do the ostree test in text mode for now. (clumens)
- Skip nvram update on ppc64 image/dir installations (#1136486) (bcl)
- Use first part of Product as repo name (#1128474) (bcl)
- makeupdates: Report git diff errors (bcl)
- For yum-based installs, move the progress bar while packages are installing.
(clumens)
- Remove the mnemonics from the custom part toolbar. (clumens)
- Remove references to ia64. (clumens)
- Change a confusing string in TUI NFS configuration screen. (#1057690)
(sbueno+anaconda)
- Fix two problems with the volume label and combo on custom partitioning.
(clumens)
- Disable the Modify SW link on livecd installs (#1133726). (clumens)
- Require dmidecode for ARM (#1134651, jdisnard). (clumens)
- Require a larger /boot (#1129629). (clumens)
- Use suggested-action on more buttons (#1131254) (dshea)
- CmdlineError should exit with a 1 (bcl)
- Let gtk determine the allocation for overlays. (dshea)
* Wed Aug 27 2014 Brian C. Lane <bcl@redhat.com> - 22.4-1
- jwb would like us to be clear that bugs could be the system firmware...
(pjones)
- Fix installing from a second iso (#1040722) (bcl)
- Remove anaconda_make_pixbuf (dshea)
- Trick automake into taking our wildcards (dshea)
- Distribute the right docs files (vpodzime)
- Require anaconda-widgets from anaconda-widgets-devel (dshea)
- Run /sbin/ldconfig when installing or uninstalling anaconda-widgets (dshea)
- Remove the shebang from anaconda.py (dshea)
- Exclude the compiled text and rescue files from anaconda-core (dshea)
- Update our copy of the GPL (dshea)
- Remove unused methods from packaging.Payload (dshea)
- Rearrange the entry, example and tip on Advanced User dialog (vpodzime)
- Change our docs that are close to ReST to proper ReST (vpodzime)
- Remove old outdated docs nobody should read (vpodzime)
- Send run-hub and run-spoke into the great beyond (dshea)
- Use one thread for payload setup. (dshea)
- Remove logging to tty3 and tty5 (#1073336) (bcl)
- Make missing encryption key error message more helpful (#1074441) (amulhern)
- Fix problems with the hdiso method. (clumens)
- Update makebumpver to include flags on first request (bcl)
- Add some tests for execReadlines (dshea) - Remove iutil.fork_orphan (dshea) - Move non-exec tests into a separate class. (dshea) - Write storage after liveimg install (#1080396) (bcl) - Add an option to makebumpver to skip all checks. (clumens) - Write sslverify=0 for url kickstart method (#1116858) (bcl) - Add noverifyssl and proxy support to dracut ks handling (#1116858) (bcl) - Log installation successes and failures via ipmitool (#782019). (clumens) - Default the OK button on the iscsi dialog to insensitive. (clumens) - Add repo --install support to DNF (#1119867) (bcl) - Install selected ks repos to target (#1119867) (bcl) - Add check for the format of grub2 encrypted password (#1070327) (bcl) - Add some sanity checking to live payload (vpodzime) - Use blivet's getFreeSpace for limitting automatic swap size (vpodzime) - Ask users for enough space right at the first time (#876916) (vpodzime) - Use low level file i/o for rpm callback logging (#1035745) (bcl) - In tui cmdline mode skip showError and log message (bcl) - Modify nm to return defaults when no dbus is available (bcl) - Skip networkInitialize for image and dir installations (bcl) - Ignore safe_dbus errors in keyboard setup (bcl) - Skip syslog for dirinstall (bcl) - Clear out errors at the beginning of _save_right_side. (clumens) - Filter empty comps groups from both specific and generic lists (dshea) - Add a test for disadvised words. (dshea) - Mountpoint encrypted checkbox reflects container state (#1000031) (bcl) - Display a fatal error if unable to encrypt a password. (dshea) - Change strings per stylistic advice from ECS (dshea) - Untranslate the type column of the network device type combobox (dshea) - Add more information to the custom part summary dialog (#975804). (clumens) - Don't require user creation when root is locked (#1030626) (bcl) - Import LUKSDeviceWithoutKeyError from the right place (vpodzime) - Move _verifyLUKSDevicesHaveKey to Anaconda's codebase (vpodzime) - Fix issues reported by pyflakes (vpodzime)
2014-08-15 23:10:32 +00:00
* Fri Aug 15 2014 Brian C. Lane <bcl@redhat.com> - 22.3-1
- Add some tests for execReadlines (dshea)
- Remove iutil.fork_orphan (dshea)
- Move non-exec tests into a separate class. (dshea)
- Write storage after liveimg install (#1080396) (bcl)
- Add an option to makebumpver to skip all checks. (clumens)
- Write sslverify=0 for url kickstart method (#1116858) (bcl)
- Add noverifyssl and proxy support to dracut ks handling (#1116858) (bcl)
- Log installation successes and failures via ipmitool (#782019). (clumens)
- Default the OK button on the iscsi dialog to insensitive. (clumens)
- Add repo --install support to DNF (#1119867) (bcl)
- Install selected ks repos to target (#1119867) (bcl)
- Add check for the format of grub2 encrypted password (#1070327) (bcl)
- Add some sanity checking to live payload (vpodzime)
- Use blivet's getFreeSpace for limitting automatic swap size (vpodzime)
- Ask users for enough space right at the first time (#876916) (vpodzime)
- Use low level file i/o for rpm callback logging (#1035745) (bcl)
- In tui cmdline mode skip showError and log message (bcl)
- Modify nm to return defaults when no dbus is available (bcl)
- Skip networkInitialize for image and dir installations (bcl)
- Ignore safe_dbus errors in keyboard setup (bcl)
- Skip syslog for dirinstall (bcl)
- Clear out errors at the beginning of _save_right_side. (clumens)
- Filter empty comps groups from both specific and generic lists (dshea)
- Add a test for disadvised words. (dshea)
- Mountpoint encrypted checkbox reflects container state (#1000031) (bcl)
- Display a fatal error if unable to encrypt a password. (dshea)
- Change strings per stylistic advice from ECS (dshea)
- Untranslate the type column of the network device type combobox (dshea)
- Add more information to the custom part summary dialog (#975804). (clumens)
- Don't require user creation when root is locked (#1030626) (bcl)
- Import LUKSDeviceWithoutKeyError from the right place (vpodzime)
- Move _verifyLUKSDevicesHaveKey to Anaconda's codebase (vpodzime)
- Fix issues reported by pyflakes (vpodzime)
* Thu Jul 31 2014 Brian C. Lane <bcl@redhat.com> - 22.2-1
- Return NULL on error in doSetSystemTime. (dshea)
- Remove the /usr/bin/liveinst symlink during uninstall (dshea)
- Highlight languages in langsupport that contain selected locales (dshea)
- Add a wrapper function for GtkTreeViewColumn.set_cell_data_func (dshea)
- Remove the STANDALONE #ifdef from auditd. (dshea)
- Mark zRAM devices as protected and ignore them (vpodzime)
- Make storage sanity check aware of base RAM requirements (#1123466)
(vpodzime)
- Move sanityCheck code to anaconda's codebase (vpodzime)
- Clean up stylesheet comments (dshea)
- Resurrect auditd (dshea)
- Fix the spacing on the non-verbose doc building messages (dshea)
- Switch to kinder, gentler autoconf errors (dshea)
- Clean up the handling of CFLAGS (dshea)
- Remove unused parts of the configure.ac files. (dshea)
- Add a couple of configure checks from autoscan (dshea)
- Include config.h in every C file. (dshea)
- Use the result from AC_FUNC_FORK at build time (dshea)
- Don't distribute the gnome desktop file with translations (dshea)
- Build documentation during build instead of dist (dshea)
- Do not multiply/divide RAM sizes by 1024 back and forth (vpodzime)
- Raise exception if reading lines from a killed process (vpodzime)
- Use zRAM swap up to 2 GB of RAM (vpodzime)
- RAM requirements depend on squashfs.img's origin (vpodzime)
* Fri Jul 25 2014 Brian C. Lane <bcl@redhat.com> - 22.1-1
- Add platform specific group selection (#884385) (bcl)
- Use parallel instead of xargs (vpodzime)
- Solidify the row separator in the welcome spoke. (dshea)
- Don't skip cpfmtxa formatted dasds if zerombr specified in ks. (#1073982)
(sbueno+anaconda)
- Fix TUI error message regarding username creation. (#1058637)
(sbueno+anaconda)
- Determine the lang selected arrow direction at render time (dshea)
- Lessen the visible resize when entering the welcome and lang spokes (dshea)
- Reset the want_x flag after the memory check (vpodzime)
- Fix crash caused by passing kwargs to log functions (vpodzime)
- Check graphical RAM requirements if running graphical installation (vpodzime)
- Document the inst.zram boot option (vpodzime)
- Adapt the memory requirements to zRAM swap usage (vpodzime)
- Remove an unused MEM-related constant and use the other one (vpodzime)
- Add a script for showing stats about zRAM (vpodzime)
- Set widgets to be focused when entering a spoke. (#1121285) (dshea)
- Allow a wider variety of mountpoints (#1109143) (dshea)
- Restrict the selected and insensitive style rules to anaconda widgets (dshea)
- Log more details about collect failure (bcl)
- Prevent crashes due to accessing X server from multiple threads (vpodzime)
- Add vnc to the arguments to qemu for the GUI testing. (clumens)
- Remove a commented out import (mkolman)