Compare commits

..

138 commits

Author SHA1 Message Date
Michal Domonkos
f30a17f6dc Superseded by DNF. For details, see: https://fedoraproject.org/wiki/Changes/Retire_YUM_3 2019-02-26 12:48:00 +01:00
Fedora Release Engineering
0e5e6c9eb8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 13:05:13 +00:00
Björn Esser
814878d86d
Drop unused definition of %%python_sitelib 2018-10-17 19:58:56 +02:00
Björn Esser
d9e63e3747
Use %%make_install 2018-10-17 19:58:56 +02:00
Björn Esser
881f03ae9e
Drop rm -rf %%{buildroot} 2018-10-17 19:58:56 +02:00
Björn Esser
2b7f3fd6cd
Use %%autosetup 2018-10-17 19:58:55 +02:00
Björn Esser
0ef80740ae
Replace $RPM_BUILD_ROOT with %%{buildroot} 2018-10-17 19:58:55 +02:00
Björn Esser
4805f3079a
Remove obsolete Group tag 2018-10-17 19:58:55 +02:00
Björn Esser
87c18a342e
Clean trailing white-space 2018-10-17 19:58:55 +02:00
Björn Esser
17bddd0bce
Use %%py_byte_compile for %%pluginhome 2018-10-17 19:58:55 +02:00
Björn Esser
e6207805fd
Move COPYING to %%license 2018-10-17 19:58:53 +02:00
Björn Esser
ee9bb2d244
Use explicit python2 shebang 2018-10-17 19:12:55 +02:00
Björn Esser
2ab7f48ba5
Replace %%define with %%global 2018-10-17 18:51:15 +02:00
Michal Domonkos
20f83a7c32 reposync: prevent path traversal (CVE-2018-10897)
Resolves: bug#1600454
2018-08-31 18:06:19 +02:00
Michal Domonkos
a9004bdf51 Use explicit python2 executable at build time 2018-08-31 17:59:46 +02:00
813a4eb631
%{python_sitelib} → %{python2_sitelib}
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-29 23:11:46 +02:00
Fedora Release Engineering
e0e80b57de - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:46:05 +00:00
Jason Tibbitts
1986b08ca2 Remove needless use of %defattr 2018-07-09 23:44:16 -05:00
Iryna Shcherbina
8e3948353c Update Python 2 dependency declarations to new packaging standards 2018-02-14 17:27:47 +01:00
696588ffe1
Remove %clean section
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 09:02:44 +01:00
450a0190e7 Remove BuildRoot definition
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 00:52:26 +01:00
Fedora Release Engineering
1b4f292d85 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 22:21:38 +00:00
Fedora Release Engineering
bb491372dc - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:38:30 +00:00
Fedora Release Engineering
6f82df1f6b - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 18:19:51 +00:00
16aefa4f29
As per FESCo ticket 1605, remove subpackage yum-updateonboot
- Reason it still uses init file and not systemd unit file
- Also, decided don't add Obsolete for this removal
2016-08-13 07:38:02 +05:30
Fedora Release Engineering
145529731d - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 13:14:29 +00:00
Fedora Release Engineering
3f29fc65b4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 04:01:19 +00:00
James Antill
b43977c1fd Update to latest HEAD
- Add support for weak deps. to repoquery.
- yum-builddep: respect --tolerant to ignore missing dependencies
- Add plugin for overlayfs issue workaround. Patch by Pavel Odvody. BZ#1213602
- yum-config-manager: require \* syntax to disable all repos. BZ#1151154
- yum-config-manager: update config file specified using -c option. BZ#1075708
- Deal with gpgdir and gpgcadir keys, in keys plugin.
2015-08-10 15:42:48 -04:00
James Antill
5222ac8ee3 Update to latest HEAD
- Add support for weak deps. to repoquery.
- yum-builddep: respect --tolerant to ignore missing dependencies
- Add plugin for overlayfs issue workaround. Patch by Pavel Odvody. BZ#1213602
- yum-config-manager: require \* syntax to disable all repos. BZ#1151154
- yum-config-manager: update config file specified using -c option. BZ#1075708
- Deal with gpgdir and gpgcadir keys, in keys plugin.
2015-08-10 15:32:45 -04:00
Dennis Gilmore
ed403b4993 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:40:53 +00:00
Valentina Mukhamedzhanova
8136a6d1fd Add 'deprecated' message to all utils. 2015-03-31 09:59:30 +02:00
Valentina Mukhamedzhanova
3d94e6e0c3 Add python-requests to Requires of copr plugin. BZ 1158395 2014-11-13 13:01:12 +01:00
Valentina Mukhamedzhanova
3ee4efda22 Update to latest HEAD
- reposync: add --download-metadata to the man page. BZ 1079435
- Add python-requests to Requires of copr plugin. BZ 1158395
- Change type of copr plugin to INTERACTIVE. BZ 1161956
2014-11-13 12:14:36 +01:00
James Antill
2f4d18055e Update to latest HEAD
- Initial port of DNF copr plugin to yum API.
- reposync: check for existing packages when using -u option. BZ 1140864
- Add --nolock option to repoquery, so queries can be run in parallel.
- reposync: preserve directory structure. BZ 1139032
- yum-builddep: don't setup source repos if a local srpm or spec file is specified. BZ 1113167
- yum-post-transaction-actions: allow colons in command part. BZ 1134989
- reposync: show urls for all repos when using -u option. BZ 1133125
- post-transaction-actions: preload filelists for packages to be removed. BZ 1127782.
- needs-restarting: catch IOError. BZ 1127191
- yum-config-manager: make --setopt work without providing repo name twice.
2014-09-23 14:51:04 -04:00
Dennis Gilmore
5b21fd844c - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 12:56:43 -05:00
Valentina Mukhamedzhanova
16b53585f1 Update to latest HEAD
- needs-restarting: fix IOError when cannot read file.
2014-05-23 15:37:11 +02:00
Valentina Mukhamedzhanova
5cb07384fb Update to latest HEAD
- yum-builddep: Use srpms in already enabled repos. BZ 1024070
- yumdownloader: use stock doUtilYumSetup().
- yum-builddep: Note spec support in man page.
- yum-builddep: Complete on local source RPMs. BZ 884303
- Fix 'reposync -r nosuchrepo' behaviour. BZ 1060702
- Fix description of --archlist in the manpage and help. BZ 1045871
- Make using needs-restarting as non-root more clear. BZ 754169
- Remove 'yum-installed' from yum-utils man page.
- Fix calculation of process start time in needs-restarting.
- Fix reposync using old cache af non-root user. BZ 1079387.
- Add i18n to reposync.
- Fix --verify-configuration-files help string to make its usage clearer.
- Print depsolving errors in yumdownloader instead of ignoring them. BZ 998892
- Fix filename parsing in get_open_files(). BZ 1078724
- Handle IOErrors in needs-restarting if the process is already over.
- Fix --save when --setopt contains wildcards. BZ 1097297
2014-05-22 15:56:18 +02:00
Zdenek Pavlas
aa640e6f17 Update to latest HEAD
- completion: Fix file/dir completions for names containing spaces or tabs
- post-transaction-actions: fix filename matching. BZ 1045494
- debuginfo-install: Adjust logic for debug repos in CDN. BZ 1052871
2014-01-16 10:54:04 +01:00
Zdenek Pavlas
dc7481d0bd Update to latest HEAD
- post-transaction-actions: no rpmdb lookup of removed pkgs. BZ 1045494
- yum-config-manager: Fail grecefully with garbage in *.repo files. BZ 1046161
- repodiff: Use "C" locale for timestamps. BZ 1050885
2014-01-10 11:39:33 +01:00
Zdenek Pavlas
d1b6ea59a7 Update to latest HEAD
- Don't remove pkgs which are already removals (Eg. via. updates). BZ 1013475.
- remove yum-plugin-security. BZ 1002491
- repoquery: handle MiscError. BZ 808500
- repoquery: handle Yum exceptions on .conf setup. BZ 996027, 982043
- needs-restarting: don't trigger abrt on repo errors. BZ 1017600
- repoquery --whatrequires/--whatprovides: handle MiscError. BZ 1024783
- fastestmirror: Less verbose mirror filtering. BZ 1036121
- Remove -v from repoquery man page.
- repoquery -i: Add License. BZ 1040478
2013-12-13 12:06:13 +01:00
Zdenek Pavlas
2a1e35494c Update to latest HEAD
- repoquery: handle Yum exceptions on .conf setup. BZ 996027
- repo-rss: non-ASCII fix, sorting
- Add repoquery --installroot completion.
- Add --nogroups and --noplugins options to verifytree.
- yumdownloader: make --destdir less of a hack. BZ 1004089
- fs-snapshot: btrfsctl is obsolete, use btrfs. BZ 1010974
- yum-config-manager: fix --add-repo. BZ 984216
2013-09-27 14:12:03 +02:00
Zdenek Pavlas
c10248ee6a Update to latest HEAD
- Use new findRepos() API for yum-config-manager. BZ 971599
- repoquery: add --installroot option. BZ 988429
- repoquery: obey conf.exit_on_lock
- reposync: fix a copy-paste error. BZ 994514
2013-08-07 14:43:03 +02:00
Zdenek Pavlas
e733b6dca0 docs: Package missing man pages for all yum-utils 2013-07-25 11:36:29 +02:00
Zdenek Pavlas
59f88ca092 Update to latest HEAD
- Fix pacakge => package typos
- docs: Add missing man page short descriptions
- docs: Escape dashes in command-line options
- docs: Add missing man pages for all yum-utils
- Add --show-duplicates to repoquery manpage. BZ 975565
- yum-complete-transaction: unlock yum.pid. BZ 984119
- sanitize repoquery --repofrompath. BZ 988140
- yum changelog: implicit since=all. BZ 961782
- repoquery: retry doLock() BZ 988223
2013-07-25 11:17:39 +02:00
Zdenek Pavlas
4ee3196fc1 Update to latest HEAD
- debuginfo-install: handle YumBaseError
- fs-snapshot: "dmsetup -o" workaround.  BZ 954358, BZ 949569
- tmprepo: avoid spaces in repoid. BZ 965806
- repoquery: add cachedir locking. BZ 969776
- Fix a bug in Modified/Upgraded/Downgraded output. BZ 819502
2013-06-24 10:27:17 +02:00
Zdenek Pavlas
9e52a88e8c yum-utils.bash: load yum.bash first 2013-04-18 10:48:44 +02:00
Zdenek Pavlas
7add1a4b31 Update to latest HEAD 2013-04-17 17:21:00 +02:00
James Antill
d28faaa455 Update to latest HEAD.
- FS snapshot tweaks for snapper support.
2013-03-12 14:48:30 -04:00
James Antill
f110a25042 Update to latest HEAD.
- FS snapshot fixes, and thin provisioning support.
- search-quiet for yumdb.
2013-03-11 14:37:45 -04:00
James Antill
835165acb2 Add helper scripts from yum. 2013-03-11 14:33:01 -04:00
Zdenek Pavlas
ba31af680e Update to latest HEAD 2013-02-06 10:26:53 +01:00
Zdenek Pavlas
df71791f46 rm auto-update-debuginfo.patch (already merged) 2013-01-14 13:42:40 +01:00
Zdenek Pavlas
2f3174c0b2 Update to latest HEAD. 2013-01-14 13:30:48 +01:00
Zdeněk Pavlas
9db05e6020 Update to latest HEAD 2012-11-21 10:11:26 +01:00
Zdeněk Pavlas
562dcdf440 Use package downloader from Yum. 2012-08-08 18:14:19 +02:00
Dennis Gilmore
1d78ed9ed8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 02:52:09 -05:00
James Antill
c4edec790a Update to latest HEAD. 2012-04-27 12:12:52 -04:00
James Antill
403efd0b5a Update to latest HEAD. 2012-01-26 15:43:34 -05:00
James Antill
5c0b80180c Update to latest HEAD. 2012-01-26 15:21:17 -05:00
James Antill
259a493eaf Update to latest HEAD. 2012-01-26 13:49:29 -05:00
Dennis Gilmore
60dd4a37c9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:32:21 -06:00
Tim Lauridsen
b5064156dc Release 1.1.31.2 2011-08-13 15:54:09 +02:00
Tim Lauridsen
57637768ed remove patches 2011-08-10 18:21:52 +02:00
Tim Lauridsen
daf4e7eed3 Release 1.1.31-1 2011-08-10 18:20:47 +02:00
James Antill
1509339c52 Fix for BuildTrans no return value checking, needed for mock.
Resolves: bug#716267
2011-07-28 12:26:35 -04:00
Dennis Gilmore
4322fb8578 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 02:25:50 -06:00
Tim Lauridsen
2a663b1964 Release 1.1.30-1 2011-01-14 18:40:06 +01:00
Tim Lauridsen
dd7a90cb88 Release 1.1.29-2
- fix yum requirement to match yum in current rawhide
2010-11-07 10:38:23 +01:00
Tim Lauridsen
22b646cca4 Release 1.1.29-1 2010-11-07 10:23:34 +01:00
Tim Lauridsen
704111794a release 1.1.28-1 2010-08-03 18:02:53 +02:00
Fedora Release Engineering
cb6f1deb91 dist-git conversion 2010-07-29 18:32:24 +00:00
Seth Vidal
e6b62b67de add copying to each subpkg/plugin as per the licensing guideline change 2010-07-07 21:42:55 +00:00
James Antill
07f0aa605e - Fix repoquery in 1.1.27 2010-06-07 18:38:25 +00:00
Tim Lauridsen
4c9887cadc Release 1.1.27-1 2010-06-06 13:24:20 +00:00
James Antill
5b04f29c76 - Fix the changelog entry time comparison in repodiff, again. 2010-04-18 06:09:42 +00:00
James Antill
232d8fa28f - Fix the changelog entry time comparison in repodiff, again. 2010-04-18 05:46:14 +00:00
James Antill
14a7e051f1 - Fix the changelog entry time comparison in repodiff. 2010-04-16 18:52:08 +00:00
James Antill
138709b6a0 - Get lots of fixes from latest HEAD. Also:
- --alldeps default in repoquery.
- repoquery will now do a full provides version check.
- Add repoclosure --group.
- Big repodiff speedup.
2010-04-15 04:55:08 +00:00
James Antill
fb5d16647e - Get lots of fixes from latest HEAD. Also:
- --alldeps default in repoquery.
- repoquery will now do a full provides version check.
- Add repoclosure --group.
- Big repodiff speedup.
2010-04-14 16:51:04 +00:00
James Antill
bd451465df - Get lots of fixes from latest HEAD. Also:
- --alldeps default in repoquery.
- repoquery will now do a full provides version check.
- Add repoclosure --group.
- Big repodiff speedup.
2010-04-14 16:45:49 +00:00
Tim Lauridsen
f5cb6c9a93 Release 1.1.26 2010-02-10 06:01:44 +00:00
Tim Lauridsen
5e111eebf9 Release 1.1.25 2010-01-27 07:55:37 +00:00
Bill Nottingham
3478655c10 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:39:37 +00:00
Tim Lauridsen
07c803d3c2 remove basearch plugin, bumped release 2009-11-08 07:29:13 +00:00
Tim Lauridsen
ce42b6a8d9 Release 1.1.24 2009-11-07 06:33:51 +00:00
Seth Vidal
ded3b4570c remove basearchonly plugin which is obsoleted by all modern yums anyway 2009-09-17 19:13:54 +00:00
Tim Lauridsen
c84b5cbc3d remove cut & paste error 2009-09-03 13:36:29 +00:00
Tim Lauridsen
c5178b031b bumped release and addded require to yum-3.2.23-15 for versionlock plugin
and repoquery
2009-09-03 13:22:34 +00:00
Tim Lauridsen
a0d4dbb1d3 bumped release 2009-09-03 12:35:58 +00:00
Tim Lauridsen
c34897ef0f Changed Requires: yum >= 3.2.24 to yum >= 3.2.23 for versionlock plugin
because yum in rawhide contains patches against yum-3_2_X HEAD And
    3.2.24 is not released yet :(
2009-09-03 12:35:24 +00:00
Tim Lauridsen
2b6574b20e remove unused patch 2009-09-02 12:02:41 +00:00
Tim Lauridsen
06b2861543 Release 1.1.23 2009-09-02 12:00:56 +00:00
Jesse Keating
e2d2f859ef - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:58:04 +00:00
Seth Vidal
ca0e04c065 bump the release 2009-07-07 19:10:23 +00:00
Seth Vidal
a88519068b add repoclosure patch 2009-07-07 19:09:49 +00:00
Seth Vidal
374fd2a58f repoclosure patch for spam-o-matic 2009-07-07 19:09:16 +00:00
Tim Lauridsen
bef283a5c3 Drop patches 2009-05-19 06:54:22 +00:00
Tim Lauridsen
70c135d2ca Release 1.1.22 2009-05-19 06:50:12 +00:00
James Antill
015fd877fd - Fix yumdownloader syntax error.
- Include newer rawhide versions of auto-debuginfo in obs.
2009-03-28 20:40:06 +00:00
Tim Lauridsen
b7ba0f3f8e Release 1.1.21 2009-03-25 12:41:38 +00:00
Seth Vidal
c509c44719 patch for repoclosure and rebuild yum-utils so jesse has less pain on the
compose
2009-03-04 17:01:11 +00:00
James Antill
f89a815d1e - fix yumdownloader for koji 2009-03-02 21:40:01 +00:00
Tim Lauridsen
8f08e1e90b Release 1.1.20-3 2009-03-02 10:32:13 +00:00
Tim Lauridsen
659f6f496d Release 1.1.20-2 (changed yum require) 2009-03-02 08:21:23 +00:00
Tim Lauridsen
f867ff6569 Release 1.1.20 2009-03-01 12:38:52 +00:00
Jesse Keating
240786fbbb - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-25 18:26:28 +00:00
94298f9648 - add missing build dependency on python 2009-02-21 08:09:16 +00:00
Tim Lauridsen
18518ef4ec remove old patch 2008-12-18 12:28:59 +00:00
Tim Lauridsen
7a398e822a Release 1.1.19-1 2008-12-18 12:21:16 +00:00
James Antill
a7a8117896 - Fix the development/rawhide difference. 2008-11-25 16:18:35 +00:00
James Antill
1ed43789af - Fix the development/rawhide difference. 2008-11-25 15:32:31 +00:00
Tim Lauridsen
7f054bbf20 Release 1.1.18 2008-10-29 12:39:19 +00:00
Seth Vidal
53596be4d3 patch to repodiff to keep unicode breakage out bump to 1.1.17-2 2008-10-23 20:59:23 +00:00
Tim Lauridsen
d573b901aa removed unused patches 2008-09-18 07:23:01 +00:00
Tim Lauridsen
7c6de394e6 Release 1.1.17-1 2008-09-18 07:16:37 +00:00
Tim Lauridsen
371ba1b67b Added patch to unbreak repoquery 2008-09-10 12:52:05 +00:00
Tim Lauridsen
b0baff11b8 Release 1.1.16-1 2008-08-27 18:53:45 +00:00
Jason ティビツ
9fc087a4c3 - Fix license tag. 2008-08-11 23:54:06 +00:00
Tim Lauridsen
f4c22c5711 Release 1.1.15-1 2008-08-07 13:45:40 +00:00
Tim Lauridsen
5d6c726566 Release 1.1.14-4 : make fastestmirror-asyncore.py? go away 2008-05-29 10:15:34 +00:00
Tim Lauridsen
7d230ccbb0 minor changes to the fastestmirror.patch to make it build 2008-05-26 08:30:34 +00:00
Tim Lauridsen
3be8753dc6 Release 1.1.4-3: fix som fastestmirror issues 2008-05-26 08:21:40 +00:00
Tim Lauridsen
dc80a19d08 Release 1.1.14-2 (fastestmirror fixes) 2008-05-24 14:18:09 +00:00
Tim Lauridsen
c4d152c203 Release 1.1.14 2008-05-21 12:10:45 +00:00
Seth Vidal
07b63d2bae mark as -2 to stop people filing that same dateutil report 2008-03-24 14:12:47 +00:00
Seth Vidal
1f4654718e fix requires for yum-changelog for bug #438585 2008-03-22 14:45:28 +00:00
Tim Lauridsen
8bdf059531 Release 1.1.13-1 2008-03-21 07:43:30 +00:00
Tim Lauridsen
1fb52738a1 Release 1.1.12-2 2008-03-21 07:22:47 +00:00
Tim Lauridsen
6a0655169a Release 1.1.12-1 2008-03-21 07:02:39 +00:00
Seth Vidal
95c79c8f6a it works this time, we swear 2008-03-07 16:20:21 +00:00
Jesse Keating
9ec801dfe5 - Update yumdownloader to git HEAD for complete archlist support. 2008-03-07 04:13:53 +00:00
Seth Vidal
6ab9fe5ece look it's a better patch, just for jkeating, b/c we love him so. 2008-03-07 03:51:43 +00:00
Seth Vidal
f63e0a92a1 one more time 2008-03-06 20:52:52 +00:00
Seth Vidal
10bbe79a37 archlist patch for jkeating 2008-03-06 20:36:54 +00:00
Seth Vidal
e8f0272739 add more detail to the description 2008-02-08 21:49:24 +00:00
Tim Lauridsen
9a183ad57c Release 1.1.11 2008-01-30 06:12:48 +00:00
Tim Lauridsen
de4234f14d Release 1.1.10-1 2008-01-03 15:19:20 +00:00
Tim Lauridsen
43fc29f5f3 Release 1.1.9-1 2007-12-07 09:08:33 +00:00
4 changed files with 1 additions and 719 deletions

1
.gitignore vendored
View file

@ -1 +0,0 @@
yum-utils-1.1.8.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
Superseded by DNF. For details, see: https://fedoraproject.org/wiki/Changes/Retire_YUM_3

View file

@ -1 +0,0 @@
c9bb92a87a01e39d2d928ac3ae12e10a yum-utils-1.1.17.tar.gz

View file

@ -1,717 +0,0 @@
Summary: Utilities based around the yum package manager
Name: yum-utils
Version: 1.1.17
Release: 1%{?dist}
License: GPLv2+
Group: Development/Tools
Source: http://linux.duke.edu/yum/download/yum-utils/%{name}-%{version}.tar.gz
URL: http://linux.duke.edu/yum/download/yum-utils/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: python >= 2.4 , yum >= 3.2.19
%description
yum-utils is a collection of utilities and examples for the yum package
manager. It includes utilities by different authors that make yum easier and
more powerful to use. These tools include: debuginfo-install, package-cleanup,
repoclosure, repodiff, repo-graph, repomanage, repoquery, repo-rss, reposync,
repotrack, verifytree, yum-builddep, yum-complete-transaction, yumdownloader,
yum-debug-dump and yum-groups-manager.
%package -n yum-updateonboot
Summary: Run yum update on system boot
Group: System Environment/Base
Requires: python, yum >= 2.4
Requires(pre): chkconfig
Requires(post): chkconfig
%description -n yum-updateonboot
Runs yum update on system boot. This allows machines that have been turned
off for an extended amount of time to become secure immediately, instead of
waiting until the next early morning cron job.
%package -n yum-changelog
Summary: Yum plugin for viewing package changelogs before/after updating
Group: System Environment/Base
Requires: yum >= 3.0
Requires: python-dateutil
%description -n yum-changelog
This plugin adds a command line option to allow viewing package changelog
deltas before or after updating packages.
%package -n yum-fastestmirror
Summary: Yum plugin which chooses fastest repository from a mirrorlist
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-fastestmirror
This plugin sorts each repository's mirrorlist by connection speed
prior to downloading packages.
%package -n yum-fedorakmod
Summary: Yum plugin to handle fedora kernel modules.
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-fedorakmod
Plugin for Yum to handle installation of kmod-foo type of kernel modules,
when new kernel versions are installed.
kmod-foo kernel modules is described by the Fedora Extras packaging standards.
%package -n yum-protectbase
Summary: Yum plugin to protect packages from certain repositories.
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-protectbase
This plugin allows certain repositories to be protected. Packages in the
protected repositories can't be overridden by packages in non-protected
repositories even if the non-protected repo has a later version.
%package -n yum-versionlock
Summary: Yum plugin to lock specified packages from being updated
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-versionlock
This plugin takes a set of name/versions for packages and excludes all other
versions of those packages (including optionally following obsoletes). This
allows you to protect packages from being updated by newer versions,
for example.
%package -n yum-tsflags
Summary: Yum plugin to add tsflags by a commandline option
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-tsflags
This plugin allows you to specify optional transaction flags on the yum
command line
%package -n yum-kernel-module
Summary: Yum plugin to handle kernel-module-foo type of kernel module
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-kernel-module
This plugin handle installation of kernel-module-foo type of kernel modules when new version of
kernels are installed.
%package -n yum-downloadonly
Summary: Yum plugin to add downloadonly command option
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-downloadonly
This plugin adds a --downloadonly flag to yum so that yum will only download
the packages and not install/update them.
%package -n yum-allowdowngrade
Summary: Yum plugin to enable manual downgrading of packages
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-allowdowngrade
This plugin adds a --allow-downgrade flag to yum to make it possible to
manually downgrade packages to specific versions.
%package -n yum-skip-broken
Summary: Yum plugin to handle skiping packages with dependency problems
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-skip-broken
This plugin adds a --skip-broken to yum to make it possible to
check packages for dependency problems and skip the one with problems.
%package -n yum-priorities
Summary: plugin to give priorities to packages from different repos
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-priorities
This plugin allows repositories to have different priorities.
Packages in a repository with a lower priority can't be overridden by packages
from a repository with a higher priority even if repo has a later version.
%package -n yum-refresh-updatesd
Summary: Tell yum-updatesd to check for updates when yum exits
Group: System Environment/Base
Requires: yum >= 3.0
Requires: yum-updatesd
%description -n yum-refresh-updatesd
yum-refresh-updatesd tells yum-updatesd to check for updates when yum exits.
This way, if you run 'yum update' and install all available updates, puplet
will almost instantly update itself to reflect this.
%package -n yum-merge-conf
Summary: Yum plugin to merge configuration changes when installing packages
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-merge-conf
This yum plugin adds the "--merge-conf" command line option. With this option,
Yum will ask you what to do with config files which have changed on updating a
package.
%package -n yum-security
Summary: Yum plugin to enable security filters
Group: System Environment/Base
Requires: yum >= 3.2.18
%description -n yum-security
This plugin adds the options --security, --cve, --bz and --advisory flags
to yum and the list-security and info-security commands.
The options make it possible to limit list/upgrade of packages to specific
security relevant ones. The commands give you the security information.
%package -n yum-protect-packages
Summary: Yum plugin to prevents Yum from removing itself and other protected packages
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-protect-packages
this plugin prevents Yum from removing itself and other protected packages.
By default, yum is the only package protected, but by extension this
automatically protects everything on which yum depends (rpm, python, glibc,
and so on).Therefore, the plugin functions well even without
compiling careful lists of all important packages.
%package -n yum-basearchonly
Summary: Yum plugin to let Yum install only basearch packages.
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-basearchonly
this plugin makes Yum only install basearch packages on multiarch systems.
If you type 'yum install foo' on a x68_64 system, only 'foo-x.y.x86_46.rpm' is installed.
If you want to install the foo-x.y.i386.rpm, you have to type 'yum install foo.i386'.
The plugin only works with 'yum install'.
%package -n yum-upgrade-helper
Summary: Yum plugin to help upgrades to the next distribution version
Group: System Environment/Base
Requires: yum >= 3.0
%description -n yum-upgrade-helper
this plugin allows yum to erase specific packages on install/update based on an additional
metadata file in repositories. It is used to simplify distribution upgrade hangups.
%package -n yum-aliases
Summary: Yum plugin to enable aliases filters
Group: System Environment/Base
Requires: yum >= 3.0.5
%description -n yum-aliases
This plugin adds the command alias, and parses the aliases config. file to
enable aliases.
%package -n yum-list-data
Summary: Yum plugin to list aggregate package data
Group: System Environment/Base
Requires: yum >= 3.0.5
%description -n yum-list-data
This plugin adds the commands list- vendors, groups, packagers, licenses,
arches, committers, buildhosts, baseurls, package-sizes, archive-sizes and
installed-sizes.
%package -n yum-filter-data
Summary: Yum plugin to list filter based on package data
Group: System Environment/Base
Requires: yum >= 3.2.17
%description -n yum-filter-data
This plugin adds the options --filter- vendors, groups, packagers, licenses,
arches, committers, buildhosts, baseurls, package-sizes, archive-sizes and
installed-sizes. Note that each package must match at least one pattern/range in
each category, if any were specified.
%package -n yum-tmprepo
Summary: Yum plugin to add temporary repositories
Group: System Environment/Base
Requires: yum >= 3.2.11
Requires: createrepo
%description -n yum-tmprepo
This plugin adds the option --tmprepo which takes a url to a .repo file
downloads it and enables it for a single run. This plugin tries to ensure
that temporary repositories are safe to use, by default, by not allowing
gpg checking to be disabled.
%package -n yum-verify
Summary: Yum plugin to add verify command, and options
Group: System Environment/Base
Requires: yum >= 3.2.12
%description -n yum-verify
This plugin adds the commands verify, verify-all and verify-rpm. There are
also a couple of options. This command works like rpm -V, to verify your
installation.
%package -n yum-keys
Summary: Yum plugin to deal with signing keys
Group: System Environment/Base
Requires: yum >= 3.2.19
%description -n yum-keys
This plugin adds the commands keys, keys-info, keys-data and keys-remove. They
allow you to query and remove signing keys.
%package -n yum-remove-with-leaves
Summary: Yum plugin to remove dependencies which are no longer used because of a removal
Group: System Environment/Base
Requires: yum >= 3.2.19
%description -n yum-remove-with-leaves
This plugin removes any unused dependencies that were brought in by an install
but would not normally be removed. It helps to keep a system clean of unused
libraries and packages.
%package -n yum-NetworkManager-dispatcher
Summary: Yum plugin to deal with changing networks with NetworkManager
Group: System Environment/Base
Requires: yum >= 3.2.17
%description -n yum-NetworkManager-dispatcher
This plugin forces yum to check it's cache if/when a new network connection
happens in NetworkManager. Note that currently there is no checking of
previous data, so if your WiFi keeps going up and down (or you suspend/resume
a lot) yum will recheck it's cached data a lot.
%prep
%setup -q
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
make -C updateonboot DESTDIR=$RPM_BUILD_ROOT install
# Plugins to install
plugins="\
changelog \
fastestmirror \
fedorakmod \
protectbase \
versionlock \
tsflags \
kernel-module \
downloadonly \
allowdowngrade \
skip-broken \
priorities \
refresh-updatesd \
merge-conf \
security \
protect-packages \
basearchonly \
upgrade-helper \
aliases \
list-data \
filter-data \
tmprepo \
verify \
keys \
remove-with-leaves \
"
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/ $RPM_BUILD_ROOT/usr/lib/yum-plugins/
cd plugins
for plug in $plugins; do
install -m 644 $plug/*.conf $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/
install -m 644 $plug/*.py $RPM_BUILD_ROOT/usr/lib/yum-plugins/
done
install -m 644 aliases/aliases $RPM_BUILD_ROOT/%{_sysconfdir}/yum/aliases.conf
install -m 644 versionlock/versionlock.list $RPM_BUILD_ROOT/%{_sysconfdir}/yum/pluginconf.d/
%clean
rm -rf $RPM_BUILD_ROOT
%post -n yum-updateonboot
/sbin/chkconfig --add yum-updateonboot >/dev/null 2>&1 || :;
%preun -n yum-updateonboot
if [ $1 = 0 ]; then
/sbin/service yum-updateonboot stop >/dev/null 2>&1 || :;
/sbin/chkconfig --del yum-updateonboot >/dev/null 2>&1 || :;
fi
%files
%defattr(-, root, root)
%doc README yum-util-cli-template
%doc COPYING
%doc plugins/README
%{_bindir}/debuginfo-install
%{_bindir}/package-cleanup
%{_bindir}/repoclosure
%{_bindir}/repodiff
%{_bindir}/repomanage
%{_bindir}/repoquery
%{_bindir}/repotrack
%{_bindir}/reposync
%{_bindir}/repo-graph
%{_bindir}/repo-rss
%{_bindir}/verifytree
%{_bindir}/yumdownloader
%{_bindir}/yum-builddep
%{_bindir}/yum-debug-dump
%{_bindir}/yum-groups-manager
%{_sbindir}/yum-complete-transaction
%{_mandir}/man1/yum-utils.1.*
%{_mandir}/man1/package-cleanup.1.*
%{_mandir}/man1/repo-rss.1.*
%{_mandir}/man1/repoquery.1.*
%{_mandir}/man1/reposync.1.*
%{_mandir}/man1/yum-builddep.1.*
%{_mandir}/man1/yum-debug-dump.1.*
%{_mandir}/man8/yum-complete-transaction.8.*
%{_mandir}/man1/yum-groups-manager.1.*
%{_mandir}/man1/yumdownloader.1.*
%files -n yum-updateonboot
%defattr(-, root, root)
%doc updateonboot/README
%config(noreplace) %{_sysconfdir}/sysconfig/yum-updateonboot
%{_initrddir}/yum-updateonboot
%files -n yum-changelog
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/changelog.conf
/usr/lib/yum-plugins/changelog.*
%{_mandir}/man1/yum-changelog.1.*
%{_mandir}/man5/yum-changelog.conf.5.*
%files -n yum-fastestmirror
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/fastestmirror.conf
/usr/lib/yum-plugins/fastestmirror*.*
%files -n yum-fedorakmod
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/fedorakmod.conf
/usr/lib/yum-plugins/fedorakmod.*
%files -n yum-protectbase
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/protectbase.conf
/usr/lib/yum-plugins/protectbase.*
%files -n yum-versionlock
%defattr(-, root, root)
%doc plugins/versionlock/README
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/versionlock.conf
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/versionlock.list
/usr/lib/yum-plugins/versionlock.*
%{_mandir}/man1/yum-versionlock.1.*
%{_mandir}/man5/yum-versionlock.conf.5.*
%files -n yum-tsflags
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/tsflags.conf
/usr/lib/yum-plugins/tsflags.*
%files -n yum-kernel-module
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/kernel-module.conf
/usr/lib/yum-plugins/kernel-module.*
%files -n yum-downloadonly
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/downloadonly.conf
/usr/lib/yum-plugins/downloadonly.*
%files -n yum-allowdowngrade
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/allowdowngrade.conf
/usr/lib/yum-plugins/allowdowngrade.*
%files -n yum-skip-broken
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/skip-broken.conf
/usr/lib/yum-plugins/skip-broken.*
%files -n yum-priorities
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/priorities.conf
/usr/lib/yum-plugins/priorities.*
%files -n yum-refresh-updatesd
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-updatesd.conf
/usr/lib/yum-plugins/refresh-updatesd.*
%files -n yum-merge-conf
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/merge-conf.conf
/usr/lib/yum-plugins/merge-conf.*
%files -n yum-security
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/security.conf
/usr/lib/yum-plugins/security.*
%{_mandir}/man8/yum-security.8.*
%files -n yum-protect-packages
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/protect-packages.conf
/usr/lib/yum-plugins/protect-packages.*
%files -n yum-basearchonly
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/basearchonly.conf
/usr/lib/yum-plugins/basearchonly.*
%files -n yum-upgrade-helper
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/upgrade-helper.conf
/usr/lib/yum-plugins/upgrade-helper.*
%files -n yum-aliases
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/aliases.conf
%config(noreplace) %{_sysconfdir}/yum/aliases.conf
/usr/lib/yum-plugins/aliases.*
%{_mandir}/man1/yum-aliases.1.*
%files -n yum-list-data
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/list-data.conf
/usr/lib/yum-plugins/list-data.*
%{_mandir}/man1/yum-list-data.1.*
%files -n yum-filter-data
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/filter-data.conf
/usr/lib/yum-plugins/filter-data.*
%{_mandir}/man1/yum-filter-data.1.*
%files -n yum-tmprepo
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/tmprepo.conf
/usr/lib/yum-plugins/tmprepo.*
%files -n yum-verify
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/verify.conf
/usr/lib/yum-plugins/verify.*
%{_mandir}/man1/yum-verify.1.*
%files -n yum-keys
%defattr(-, root, root)
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/keys.conf
/usr/lib/yum-plugins/keys.*
%files -n yum-NetworkManager-dispatcher
%defattr(-, root, root)
/etc/NetworkManager/dispatcher.d/*
%files -n yum-remove-with-leaves
%defattr(-, root, root)
/usr/lib/yum-plugins/remove-with-leaves.*
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/remove-with-leaves.conf
%changelog
* Wed Sep 17 2008 Tim Lauridsen <timlau@fedoraproject.org>
- mark as 1.1.17
* Mon Sep 8 2008 Seth Vidal <skvidal at fedoraproject.org>
- add yum-remove-with-leaves plugin
* Wed Aug 27 2008 Tim Lauridsen <timlau@fedoraproject.org>
- mark as 1.1.16
* Wed Aug 20 2008 James Antill <james@fedoraproject.org>
- add yum-groups-manager
* Thu Aug 7 2008 Tim Lauridsen <timlau@fedoraproject.org>
- mark as 1.1.15
* Wed May 21 2008 Tim Lauridsen <timlau@fedoraproject.org>
- add verifytree
* Wed May 21 2008 Tim Lauridsen <timlau@fedoraproject.org>
Make yum-fastestmirror %%files handle the fastestmirror-asyncore.py file
* Wed May 21 2008 Tim Lauridsen <timlau@fedoraproject.org>
- mark as 1.1.14
* Fri Apr 10 2008 James Antill <james@fedoraproject.org>
- Add keys plugin
* Fri Mar 31 2008 James Antill <james@fedoraproject.org>
- Add yum-aliases man page
* Fri Mar 21 2008 Tim Lauridsen <timlau@fedoraproject.org>
- mark as 1.1.13
* Fri Mar 21 2008 Tim Lauridsen <timlau@fedoraproject.org>
- mark as 1.1.12
* Tue Mar 18 2008 Shawn Starr <shawn.starr@rogers.com>
- Add yum-utils.1 manual page
- Rename yum-complete-transaction manual page to 8
- Move yum-complete-transaction to /usr/sbin
* Sat Mar 1 2008 James Antill <james@fedoraproject.org>
- Add verify plugin
* Wed Feb 20 2008 James Antill <james@fedoraproject.org>
- Add empty versionlock file
* Fri Feb 1 2008 James Antill <james@fedoraproject.org>
- Add filter-data plugin
* Wed Jan 30 2008 Tim Lauridsen <timlau@fedoraproject.org>
- mark as 1.1.11
* Sun Jan 13 2008 Seth Vidal <skvidal at fedoraproject.org>
- add repodiff
* Thu Jan 3 2008 Tim Lauridsen <timlau@fedoraproject.org>
- mark as 1.1.10
* Thu Dec 12 2007 James Antill <james@fedoraproject.org>
- Add yum-aliases plugin
* Fri Dec 7 2007 Tim Lauridsen <timlau@fedoraproject.org>
- mark as 1.1.9
* Fri Oct 26 2007 Seth Vidal <skvidal at fedoraproject.org>
- add upgrade-helper plugin
* Wed Oct 17 2007 Tim Lauridsen <tla@rasmil.dk>
- mark as 1.1.8
* Sun Sep 30 2007 James Bowes <jbowes@redhat.com>
- Update the yum-refresh-updatesd description
* Mon Sep 14 2007 Tim Lauridsen <tla@rasmil.dk>
- do not use wildcards for manpages in yum-utils files section to avoid duplicates
* Mon Sep 10 2007 Tim Lauridsen <tla@rasmil.dk>
- mark as 1.1.7
* Tue Jul 24 2007 Tim Lauridsen <tla@rasmil.dk>
- Added basearchonly plugin by Adel Gadllah
* Tue Jul 24 2007 Tim Lauridsen <tla@rasmil.dk>
- mark as 1.1.6
* Tue Jul 17 2007 Tim Lauridsen <tla@rasmil.dk>
- Added Requires: yum-updatesd to yum-refresh-updatesd
* Tue Jul 03 2007 Panu Matilainen <pmatilai@laiskiainen.org>
- Add versionlock list format documentation
* Mon Jun 18 2007 Tim Lauridsen <tla@rasmil.dk>
- Added protect-packages plugin by Svetlana Anissimova and Matthew Miller
* Mon Jun 18 2007 Tim Lauridsen <tla@rasmil.dk>
- mark as 1.1.5
* Tue May 1 2007 Tim Lauridsen <tla@rasmil.dk>
- mark as 1.1.4
* Tue May 1 2007 Tim Lauridsen <tla@rasmil.dk>
- mark as 1.1.3
* Tue May 1 2007 Seth Vidal <skvidal at linux.duke.edu>
- added debuginfo-install
* Fri Apr 20 2007 Tim Lauridsen <tla@rasmil.dk>
- Added security plugin written by James Antill <james@and.org>
* Thu Apr 12 2007 Tim Lauridsen <tla@rasmil.dk>
- mark as 1.1.2
- Added merge-conf plugin written by Aurelien Bompard <abompard@fedoraproject.org>
* Mon Feb 19 2007 Tim Lauridsen <tla@rasmil.dk>
- mark it as 1.1.1
* Mon Feb 19 2007 Tim Lauridsen <tla@rasmil.dk>
- mark it as 1.1.0 (again)
* Thu Feb 15 2007 Tim Lauridsen <tla@rasmil.dk>
- removed versionlock.list installation.
* Wed Feb 14 2007 Tim Lauridsen <tla@rasmil.dk>
- Added versionlock.list installation.
- fixed skip-broken description (--ignore-broken -> --skip-broken)
* Tue Feb 13 2007 James Bowes <jbowes@redhat.com>
- Add yum-refresh-updatesd plugin
* Thu Feb 8 2007 Tim Lauridsen <tla@rasmil.dk>
- Added man dirs to yum-changelog files section
* Wed Feb 7 2007 Tim Lauridsen <tla@rasmil.dk>
- mark it as 1.1.0
- Requires: yum >= 3.1.1 for yum-utils.
* Tue Feb 6 2007 Tim Lauridsen <tla@rasmil.dk>
- Added %%{?dist} tag
* Sun Dec 31 2006 Tim Lauridsen <tla@rasmil.dk>
- mark it as 1.0.2
* Tue Oct 31 2006 Tim Lauridsen <tla@rasmil.dk>
- mark it as 1.0.1
* Fri Oct 27 2006 Tim Lauridsen <tla@rasmil.dk>
- Added priorities plugin written by Daniel de Kok <danieldk at pobox.com>
* Wed Oct 4 2006 Seth Vidal <skvidal at linux.duke.edu>
- mark it as 1.0
- change requires for the packages to yum 3.0
* Wed Sep 27 2006 Tim Lauridsen <tla@rasmil.dk>
- added skip-broken plugin
* Tue Sep 05 2006 Panu Matilainen <pmatilai@laiskianen.org>
- added allowdowngrade plugin
* Sun Aug 13 2006 Seth Vidal <skvidal at linux.duke.edu>
- fix the plugins/ doc issue
* Sat May 6 2006 Seth Vidal <skvidal at linux.duke.edu>
- bump version number
- added yum-downloadonly plugin
- fix minor item in tsflags description
* Sat Apr 29 2006 Seth Vidal <skvidal at linux.duke.edu>
- add reposync
* Fri Apr 28 2006 Tim Lauridsen <tla@rasmil.dk>
- added yum-fedorakmod plugin subpackage
- added yum-protectbase plugin subpackage.
- added yum-versionlock plugin subpackage.
- added yum-tsflags plugin subpackage.
- added yum-kernel-module plugin subpackage
- changed .py to .* in files sections for plugin subpackages to build rpms without error.
* Thu Feb 23 2006 Seth Vidal <skvidal at linux.duke.edu>
- changed some of the yum version dependencies
* Fri Feb 10 2006 Seth Vidal <skvidal@linux.duke.edu>
- added repotrack to utils
- bumped version for 2.5.X-compatible release
* Tue Jan 10 2006 Brian Long <brilong@cisco.com>
- bump version to 0.4
- add yum-fastestmirror subpackage
* Mon Oct 17 2005 Panu Matilainen <pmatilai@laiskiainen.org>
- add repoquery man page
* Sat Sep 17 2005 Panu Matilainen <pmatilai@laiskiainen.org>
- version 0.3.1
- various enhancements and fixes to repoquery
- avoid tracebacks in yumex and pup when changelog plugin is enabled
* Mon Jul 25 2005 Panu Matilainen <pmatilai@laiskiainen.org>
- bump version to 0.3
- add yum-changelog subpackage
- add plugins as documentation to the main package
- require yum >= 2.3.4 (for getCacheDir)
* Tue Jun 21 2005 Gijs Hollestelle <gijs@gewis.nl>
- Added missing GPL COPYING file
* Wed Jun 1 2005 Seth Vidal <skvidal@phy.duke.edu>
- 0.2
* Mon May 23 2005 Panu Matilainen <pmatilai@laiskiainen.org>
- add yum-updateboot subpackage
* Mon May 16 2005 Gijs Hollestelle <gijs@gewis.nl>
- first version based on the mock spec file