Compare commits

..

150 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
Tim Lauridsen
810ec40a47 Release 1.1.8 2007-10-17 16:26:25 +00:00
Tim Lauridsen
d959c10ecb Release 1.1.7-1 2007-09-10 12:17:02 +00:00
Tim Lauridsen
c89142c852 Release 1.1.6-1 2007-07-24 13:27:47 +00:00
Tim Lauridsen
1a9b6415ce Release 1.1.5-1 2007-06-18 08:13:57 +00:00
Tim Lauridsen
67980882e6 Release 1.1.4-1 2007-05-16 07:57:52 +00:00
Tim Lauridsen
71fb324da2 Release 1.1.3-1 2007-05-02 07:25:48 +00:00
Tim Lauridsen
85b519fa20 Release 1.1.2 2007-04-18 13:36:30 +00:00
Tim Lauridsen
c0082b4b20 yum-utils release 1.1.1-1 (yum >= 3.1.1 only) 2007-02-20 11:36:19 +00:00
Tim Lauridsen
6289be063c yum-utils release 1.1.0 (yum >= 3.1.1 only) 2007-02-19 10:07:16 +00:00
Tim Lauridsen
74d3877c33 Added dist tag and bumped release 2007-02-06 11:17:56 +00:00
Tim Lauridsen
384e36c603 yum-utils release 1.0.2 2007-02-06 11:06:53 +00:00
Seth Vidal
178596ee09 update devel branch 2006-10-31 14:39:17 +00:00

View file

@ -1,2 +1 @@
2014-10-18: Retired, because it was orphaned and not available in the EPEL5 repo
Superseded by DNF. For details, see: https://fedoraproject.org/wiki/Changes/Retire_YUM_3