summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* New version.Brian C. Lane2013-02-201-1/+1
|
* New version.Brian C. Lane2013-02-141-1/+1
|
* New version.Brian C. Lane2013-02-081-1/+1
|
* New version.Brian C. Lane2013-02-041-1/+1
|
* Remove libcurl requirement from configure.ac.David Lehman2013-02-041-1/+0
|
* New version.Brian C. Lane2013-02-011-1/+1
|
* Remove the storage module and replace it with blivet.David Lehman2013-01-281-28/+0
|
* Remove unused functions and move storage-specific utils to storage.David Lehman2013-01-281-12/+0
| | | | | | | | | | | | | | | | | | | This is the first pass at setting things up to split storage out into a separate package. It replaces the guts of iutil.execWithRedirect and iutil.execWithCapture with a single backend function, _run_program. The main thing I can think of that might be cause for complaint is that _run_program does not log each output line as the external program outputs it, so you get the whole output buffer at once. Storage gets its own copy of _run_program and all of the calls in storage use the copy from storage.util. The reason I moved all of the iutil arch functions into storage is that they are mostly used in storage and I didn't want there to be two copies of the whole set. The rest is removing of unused things and moving of things only used by storage into storage.
* New version.Brian C. Lane2013-01-251-1/+1
|
* Remove the old text mode UI.Chris Lumens2013-01-161-1/+0
| | | | | I've had to leave pieces of text.py around, though, because it's used by rescue mode and we're not changing it quite yet.
* New version.Brian C. Lane2013-01-141-1/+1
|
* New version.Brian C. Lane2013-01-111-1/+1
|
* New version.Brian C. Lane2012-12-191-1/+1
|
* Include the new lib directory in the package (#886319, #886470).Chris Lumens2012-12-121-0/+1
|
* New version.Brian C. Lane2012-12-111-1/+1
|
* New version.Brian C. Lane2012-12-051-1/+1
|
* New version.Brian C. Lane2012-12-041-1/+1
|
* New version.Brian C. Lane2012-12-011-1/+1
|
* New version.Brian C. Lane2012-11-301-1/+1
|
* Fixes for PkgWrangler review.David Cantrell2012-11-301-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically: anaconda.src:183: W: unversioned-explicit-obsoletes booty anaconda.src:262: E: hardcoded-library-path in /lib/systemd/system/* anaconda.src:263: E: hardcoded-library-path in /lib/systemd/system-generators/* anaconda.src:287: E: files-attr-not-set anaconda.src:288: E: files-attr-not-set anaconda.src:289: E: files-attr-not-set anaconda.src:290: E: files-attr-not-set anaconda.src:293: E: files-attr-not-set anaconda.src:294: E: files-attr-not-set anaconda.src:295: E: files-attr-not-set anaconda.src:296: E: files-attr-not-set anaconda.src:299: E: hardcoded-library-path in /usr/lib/dracut/modules.d/80%{name} anaconda.src:299: E: files-attr-not-set anaconda.src:300: E: hardcoded-library-path in /usr/lib/dracut/modules.d/80%{name}/* anaconda.src:300: E: files-attr-not-set anaconda.src:624: W: macro-in-%changelog %packages anaconda.src:1234: W: macro-in-%changelog %include anaconda.src:1680: W: macro-in-%changelog %{nil} anaconda.src:1733: W: macro-in-%changelog %post anaconda.src:2160: W: macro-in-%changelog %{nil} anaconda.src:2325: W: macro-in-%changelog %includes anaconda.src:2564: W: macro-in-%changelog %packages anaconda.src:2565: W: macro-in-%changelog %post anaconda.src:2592: W: macro-in-%changelog %pre anaconda.src:2788: W: macro-in-%changelog %pre Updated data/ and data/systemd/ to install to /usr/lib rather than /lib since the UsrMove thing happened. Removed the newt and slang BuildRequires since we do not use those anymore.
* New version.Brian C. Lane2012-11-281-1/+1
|
* New version.Brian C. Lane2012-11-261-1/+1
|
* New version.Brian C. Lane2012-11-191-1/+1
|
* New version.Brian C. Lane2012-11-121-1/+1
|
* New version (out of order)Brian C. Lane2012-11-121-1/+1
| | | | Forgot to commit the spec and configure.ac changes for 18.28-1
* New version.Brian C. Lane2012-11-071-1/+1
|
* New version.Brian C. Lane2012-11-011-1/+1
|
* New version.Brian C. Lane2012-10-311-1/+1
|
* New version.Brian C. Lane2012-10-251-1/+1
|
* New version.Brian C. Lane2012-10-231-1/+1
|
* New version.Brian C. Lane2012-10-191-1/+1
|
* New version.Brian C. Lane2012-10-171-1/+1
|
* New version.Brian C. Lane2012-10-161-1/+1
|
* New version.Brian C. Lane2012-10-111-1/+1
|
* New version.Brian C. Lane2012-10-101-1/+1
|
* New version.Brian C. Lane2012-10-081-1/+1
|
* New version.Chris Lumens2012-10-051-1/+1
|
* New version.Brian C. Lane2012-10-031-1/+1
|
* New version.Chris Lumens2012-10-021-1/+1
|
* New version.Chris Lumens2012-09-261-1/+1
|
* New version.Chris Lumens2012-09-251-1/+1
|
* New version.Chris Lumens2012-09-141-1/+1
|
* New version.Chris Lumens2012-08-221-1/+1
|
* Remove isomd5sum-static from build requiresVratislav Podzimek2012-08-171-4/+0
| | | | | This was only needed in loader's media checking code we no longer have.
* New version.Chris Lumens2012-08-161-1/+1
|
* Remove the data/bootdisk directory tree.Chris Lumens2012-08-161-6/+0
| | | | This is all handled by lorax now, and having it in two places is confusing.
* New version.Chris Lumens2012-08-151-1/+1
|
* Merge master into newtuiJesse Keating2012-08-131-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: pyanaconda/ui/gui/__init__.py pyanaconda/ui/gui/spokes/custom.py One last merge before pushing to master. The conflicts were due to more development happening on those files, the result is what I hope is a clean merge.
| * New version.Chris Lumens2012-08-131-1/+1
| |
* | Merge master into newtuiMartin Sivak2012-08-061-3/+1
|\|