summaryrefslogtreecommitdiffstats
path: root/anaconda.spec.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Require the hostname package (#862419)Jesse Keating2012-10-021-0/+1
| | | | | It provides the hostname command we use in networks' setHostname function.
* New version.Chris Lumens2012-10-021-0/+23
|
* Remove obsolete requirement on comps-extras.Bill Nottingham2012-09-261-1/+0
|
* New version.Chris Lumens2012-09-261-0/+29
|
* New version.Chris Lumens2012-09-251-0/+44
|
* Add a way to test exception handlingVratislav Podzimek2012-09-171-1/+1
| | | | | | | | Instead of adding command line option throwing exception in one place of the code, let's use SIGURS1 as signal for raising exception in anaconda. This way, it is possible to raise exception in different phases of the installation and we can add code to prepare worst case scenario testing as much resolved bugs in exception handling as possible.
* New version.Chris Lumens2012-09-141-0/+192
|
* Require rsyncVratislav Podzimek2012-09-071-0/+1
| | | | We need it for the live installation.
* Require chrony and rdate, because Anaconda needs them (#854899)Vratislav Podzimek2012-09-071-0/+2
| | | | | | Lorax installs these packages for us, but not as Anaconda dependecies, so if somebody does a compose without using Lorax, these packages might be missing.
* Honor kickstart and command line switches to enable multilib.David Lehman2012-09-061-1/+1
| | | | | | The new option, which can be a boot arg or an option to kickstart's packages section, is --multilib. What it does is set yum's multilib_policy to "all". The default is "best".
* require nm-connection-editor (#854586)Brian C. Lane2012-09-051-0/+1
| | | | | Network Manager has split this out into its own rpm, built from the network-manager-applet package.
* Use chvt command for tty switchingVratislav Podzimek2012-09-051-0/+1
| | | | | | isys.vtActivate is problematic when using tmux, chvt command works well and we use it so rarely that it should be okay to call an external command.
* Remove lang-table and localeinfo.pyVratislav Podzimek2012-09-041-1/+0
| | | | | We no longer use lang-table for anything. localeinfo.py is module for accessing data from lang-table.
* We now BuildRequires python-babel as well.Chris Lumens2012-08-291-0/+1
|
* require anaconda-widgetsBrian C. Lane2012-08-281-0/+1
|
* networking: use ksdata.network.hostname instead of actual installer hostnameRadek Vykydal2012-08-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | ksdata.network.hostname which is new property (there is a related kickstart patch) obtaining the hostname from network commands (ksdata.network.network list of NetworkData objects). The goal is to use this data instead of getting actual hostname of installer (getHostname function) notes: - ksdata.network.hostname value will be initalized in networkInitialize (following patch) - getHostname (actual hostname of system) is still used in dracutSetupArgs, we need to get ksdata passed somehow from bootloader.py:set_boot_args() - Hostname of installer environment is still set in kickstart. We used to do it because of mdadm member naming (640743) but this is not needed anymore - mdadm actually doesn't use it. If it starts to again, or does it in some special conditions, we can pass ksdata.network.hostname (as we do for default vg names) using --homehost option. We might need to set the hostname for some installed package though, so I am keeping it. - We should think about where to set hostname in GUI. This should happen before writing storage (needed for vg, mdmember names), or we can drop default naming based on hostname.
* New version.Chris Lumens2012-08-221-0/+82
|
* Don't require hfs-tools on RHEL (#849987).Chris Lumens2012-08-221-0/+2
|
* dracut: update Requires: in specWill Woods2012-08-221-1/+1
| | | | | | | | | We updated the anaconda dracut module to work with "newer" dracut; all the features/changes that would actually cause compatibility problems are present in dracut 019 and later. (The systemd changes are in dracut 020 but existing anaconda-dracut code is still backward-compatible with 019)
* Add support for swap --hibernation on LVMVratislav Podzimek2012-08-221-1/+1
| | | | | | | Support in pyanaconda/kickstart.py is there since 08440435d06, but the support in pykickstart was missing. (ported 21d2ff99cc6ebae7c9b63229ab5f0b7d44959af4 from rhel6-branch)
* Use python-meh's MainExceptionWindow's main_window propertyVratislav Podzimek2012-08-211-1/+1
|
* Remove isomd5sum-static from build requiresVratislav Podzimek2012-08-171-2/+0
| | | | | This was only needed in loader's media checking code we no longer have.
* Bump required yum version to get the environment code.Bill Nottingham2012-08-171-1/+1
|
* New version.Chris Lumens2012-08-161-0/+8
|
* New version.Chris Lumens2012-08-151-0/+68
|
* New version.Chris Lumens2012-08-131-0/+64
|
* On interactive installs, default the root account to locked.Chris Lumens2012-08-081-1/+1
| | | | | | | | | It's up to firstboot to set up the first user as the admin. Or, the user can go through with a kickstart install. This requires an updated version of pykickstart that understands the rootpw command doesn't need a password argument if it's just going to lock the account.
* Replace system-config-keyboard with our methods using ksdata.keyboardVratislav Podzimek2012-08-081-2/+0
| | | | | | | The only thing we were using from the system-config-keyboard was the activate method that basically just calls loadkeys command. This can be easily replaced with our own method using data from ksdata.keyboard allowing us to remove anaconda.keyboard object.
* Require new version of python-mehVratislav Podzimek2012-08-081-1/+1
|
* New version.Chris Lumens2012-08-031-0/+4
|
* Remove showpart from the spec file too.Chris Lumens2012-08-031-3/+0
| | | | This was built by gptsync, which is no longer with us.
* Merge branch 'master' into newui-mergeChris Lumens2012-08-031-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am anaconda data/systemd/anaconda.target pyanaconda/bootloader.py pyanaconda/constants.py pyanaconda/iutil.py pyanaconda/kickstart.py pyanaconda/network.py pyanaconda/vnc.py scripts/makeupdates
| * Drop gptsyncJesse Keating2012-07-191-1/+0
| | | | | | | | | | We're not supporting the boot mode that requires gptsync so don't ship the software any more.
| * spec fix: include anaconda-cleanup-initramfsWill Woods2012-06-201-0/+1
| | | | | | | | Forgot to add it to the specfile, so builds failed. Whoops.
* | Require new version of python-mehVratislav Podzimek2012-07-271-1/+1
| | | | | | | | We need to require a newer (Gtk3) version of python-meh.
* | Update to require the latest version of pykickstart.Chris Lumens2012-07-261-1/+1
| |
* | Put every build requirement on its own line.Chris Lumens2012-07-201-3/+7
| | | | | | | | Otherwise, the install-buildrequires makefile target won't work.
* | spec fix: include anaconda-cleanup-initramfsWill Woods2012-06-201-0/+1
| | | | | | | | Forgot to add it to the specfile, so builds failed. Whoops.
* | use glade instead of glade3Brian C. Lane2012-06-201-2/+2
| |
* | Merge branch 'master' into newui-mergeBrian C. Lane2012-06-201-4/+349
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am anaconda anaconda.spec.in loader/loader.c loader/net.c loader/unpack.c po/POTFILES.in pyanaconda/__init__.py pyanaconda/bootloader.py pyanaconda/cmdline.py pyanaconda/constants.py pyanaconda/dispatch.py pyanaconda/errors.py pyanaconda/flags.py pyanaconda/iutil.py pyanaconda/kickstart.py pyanaconda/platform.py pyanaconda/storage/__init__.py pyanaconda/storage/devicetree.py pyanaconda/storage/fcoe.py pyanaconda/storage/formats/swap.py pyanaconda/storage/iscsi.py pyanaconda/storage/partitioning.py pyanaconda/yuminstall.py scripts/makeupdates
| * Move sshpw handling out of AnacondaJesse Keating2012-06-081-0/+1
| | | | | | | | | | | | | | | | This creates an ExecStartPre on the anaconda-sshd.service that will check for a kickstart entry for sshpw. It will add/modify users accordingly prior to launching the sshd service. Since now sshpw and sshd bring up happens outside of and before anaconda starts, we can remove sshd.py and any reference to it.
| * Merge branch 'f17-branch'Will Woods2012-04-241-327/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * f17-branch: Add 'cms' dracut module on s390 New version. anaconda displays conflicting information when using vnc run fetch-kickstart-net.sh after setup_net (#804846, #811851) remove now-unused 'loadkeys' stub fix 'text' or 'cmdline' in kickstart (#814108) New version. Fix a variable reference (#813923) Complain about "serial" but don't assume ttyS0 Remove double quotes in nvram add a dialog while running convertfs (#812144) mount before resizing live image (#811706) check for valid mountpoints (#748209)
| | * New version.Brian C. Lane2012-04-231-0/+6
| | |
| | * New version.Brian C. Lane2012-04-181-0/+8
| | |
| * | New version.Brian C. Lane2012-04-181-0/+329
| |/
| * New version.Brian C. Lane2012-04-091-0/+4
| |
| * New version.Brian C. Lane2012-04-061-0/+8
| |
| * New version.Brian C. Lane2012-04-031-0/+5
| |
| * New version.Brian C. Lane2012-04-031-0/+18
| |
| * use /sys/class/dmi instead of dmidecodeBrian C. Lane2012-04-031-6/+0
| | | | | | | | | | removes dmidecode binary requirement from specfile and changes isMactel to read the information directly.