summaryrefslogtreecommitdiffstats
path: root/firstaidkit.spec
Commit message (Collapse)AuthorAgeFilesLines
* Add missing frontend fileMartin Sivak2010-08-261-0/+2
|
* New versionMartin Sivak2010-08-261-5/+9
|
* Add 'python-tools' into requiresTomas Mlcoch2010-08-161-0/+1
|
* Add OpenSCAP plugin into spec fileMartin Sivak2010-06-211-0/+16
|
* Add icon to menuMartin Sivak2010-05-241-1/+8
|
* New version, Added missing files, Updated quickstart to use full sized buttonsMartin Sivak2010-03-301-2/+7
|
* Spec file cleanupMartin Sivak2010-03-291-41/+14
|
* Do not build debuginfoMartin Sivak2010-03-081-0/+1
|
* Update changelogMartin Sivak2010-03-021-0/+4
|
* Bump versionMartin Sivak2010-03-021-1/+1
|
* Move arch independent files to /usr/share and remove plugin-all dependency ↵Martin Sivak2010-03-021-29/+39
| | | | (#510346)
* Update the spec file, add bug number to the last entryMartin Sivak2010-03-021-0/+1
|
* Bump version to 0.2.9Martin Sivak2010-03-021-2/+2
|
* Make most of the subpackages arch independentMartin Sivak2010-03-021-32/+61
| | | | | | Most of the FirstAidKit tool is architecture independent, but the rpm build process doesn't allow noarch package to have arch dependent subpackages. So make the main package a "meta" package which requires noarch subpackages for core engine, arch independent plugins and documentation and also requires proper plugins and parts for the architecture in question. We will save space by having common stuff created as noarch and we will still be able to exclude some plugins on some architectures.
* RHEL6 importMartin Sivak2010-01-211-4/+141
|
* new versionMartin Sivak2010-01-211-1/+1
|
* New versionMartin Sivak2010-01-211-1/+1
|
* Make packages arch specific to enable ExcludeArchs macros and fix UrlMartin Sivak2010-01-211-3/+2
|
* Fix spelling error in grub plugin descriptionMartin Sivak2010-01-211-1/+1
|
* Use tar.gz format for tarball and add Url pointing to git snapshot to specMartin Sivak2010-01-211-2/+2
|
* Bump versionmsivak2009-09-291-1/+1
|
* Bumb versionMartin Sivak2009-09-221-1/+1
|
* FAK-qs: Use whiptail in text mode and zenity in GUI mode.Martin Sivak2009-09-171-2/+2
|
* Identify dirs in spec file.Joel Andres Granados2009-08-171-1/+3
| | | | | | * firstaidkit.spec: Correctly identify the directories in the spec file. This is done so that those directories can be correctly handled on removing the package.
* Bumb versionJoel Andres Granados2009-08-171-1/+1
| | | | Need to bump a second time to catch up with the CVS version.
* Bumb versionJoel Andres Granados2009-08-171-1/+1
|
* Correct a minor grammatical error in spec file.Joel Andres Granados2009-08-171-1/+1
| | | | * firstaidkit.spec: When in third person singular, add an "s" to the verb.
* Add firstaidkit-plugin-key-recovery package.Miloslav Trmač2009-07-171-0/+14
|
* Fix duplicate file listings in %files.Miloslav Trmač2009-07-171-3/+1
|
* Add First Aid Kit Quickstart scriptMartin Sivak2009-07-131-3/+5
|
* grub plugin mustn't be build (or required) on ppc and s390Martin Sivak2009-06-291-0/+3
|
* Own the fak directories.Joel Andres Granados2008-11-301-0/+6
|
* Make the egg filename compatible with any python version.Joel Andres Granados2008-11-301-1/+1
|
* specfile:Joel Andres Granados2008-11-201-42/+43
| | | | | | 1. Comment all the stuff we dont have in fedora distro. This makes it much easier to cp the spec file when creating the new version of fak. 2. xserver.py: Its not experimental anymore.
* Bumb versionJoel Andres Granados2008-11-201-1/+1
|
* testsuite/cli tests:Joel Andres Granados2008-11-201-1/+1
| | | | | | | 1. Do the test the right way. We were checking the exact output in order to validate the correctness of the cli. Randomness in FAK and other issues interfered with this test schema. We now check specific output string in the whole output.
* Various small fixes.Joel Andres Granados2008-11-191-22/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | Makefile: 1. Cut counts from 1 not 0. 2. Create the "about" info in the makefile instead of spec file. 3. Put subdirs and about targets into one build target. firstaidkit.spec: 1. Erase the about creation from here. 2. Erase the fedora 7 specific stuff. 3. Call make build. 4. xserver plugin does not need rhpl nor rhpxl anymore. 5. Actually include the COPYING file where the about says it is. configuration.py: 1. Change the default backup dir from /tmp/fakbackup to /tmp. /tmp/fakbackup caused some file permission strangeness when a non root user executed fak after root had executed it. This can still occur, but it will be left like this as the user should not execute fak in non root anyway. logging: plugins.py,interpreter.py. __init__.py 1. Always use the reporting object when possible. 2. Add time stamp and level of message to log messages.
* Grub Plugin:Joel Andres Granados2008-10-281-5/+0
| | | | | 1. Get rid of old grub plugin and related files. 2. Erased stale lines in spec file as well.
* Add the revert functionality to firstaidkit.Joel Andres Granados2008-10-241-0/+1
| | | | | | | | | | | | | | | | | | | | | This introduces new requirements to the plugins. 1. If a plugin wants to be revertable it must implement the revert function. This function will be accessible from the plugins top most namespace. The same place where get_plugin is. 2. For the plugin's backend directory to be easily found, the plugin must give the backend its module name as an id. In this way when the user specifies in the revert command line plugin 'x', the revert class will go to the backup directory in search for a directory called the same way as the module of 'x'. 3. If the plugin developer does not want to use the system of backup dir naming, there is a second way how to specify the backup dir. The plugin must specify a function getBackupId(), that will return the id of the backup space that can be used for the backup dir search. Backup spaces that fail to comply with these directive will be ignored.
* Initial commit for the Grub plugin.Joel Andres Granados2008-08-071-5/+12
| | | | | Nothing was used from the original grub plugin. For now they will both coexists in the code.
* Add config(noreplace) to the config file in /etc.Joel Andres Granados2008-07-231-1/+1
| | | | | | This will prevent the configuration file from being erased in case it already exists. We don't want a user's conifg file being erased when Firstaidkit is reinstalled.
* Update the spec and desktop fileMartin Sivak2008-07-161-2/+2
|
* Add the desktop fileMartin Sivak2008-07-161-0/+4
|
* Bumb versionJoel Andres Granados2008-07-151-1/+1
|
* Continue with the name standarization and simplification.Joel Andres Granados2008-07-151-18/+19
| | | | | | | | | | - The "_p" is not needed. Avoiding the suffix makes the names simpler. - When the plugin needs to be separated into varios subplugins, use the _ to signify that a subplugin is related to a father plugin. Like rpm_lowlevel, this say that lowlevel is part of the rpm plugin. - When naming a plugin keep the name SHORT and simple. - Be sure to name all the plugin packages as "plugin-name"
* New mdadm configuration plugin.Joel Andres Granados2008-06-061-0/+15
|
* Better express the plugin-all package.Joel Andres Granados2008-06-031-1/+1
|
* Add pygtk2-libglade qas dependency for guiMartin Sivak2008-06-031-1/+1
|
* Change to reflect ↵Joel Andres Granados2008-06-031-9/+7
| | | | | | http://fedoraproject.org/wiki/Packaging/Python#Byte_Compiled_Files Lets include all the pyc and pyo files so they get erased at uninstall time.
* Execute the testsuite as soon as the code base is unzipped.Joel Andres Granados2008-06-031-0/+3
|