Release 1.1.16-1
This commit is contained in:
parent
b2610dd617
commit
ffa4e8a64b
2 changed files with 29 additions and 7 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
2063a77d0b865ece3c34f95372632fd2 yum-utils-1.1.15.tar.gz
|
||||
1c1d9df0914f7f945ab2a561d16e62de yum-utils-1.1.16.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
Summary: Utilities based around the yum package manager
|
||||
Name: yum-utils
|
||||
Version: 1.1.15
|
||||
Version: 1.1.16
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
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.1.1
|
||||
Requires: python >= 2.4 , yum >= 3.2.19
|
||||
|
||||
%description
|
||||
yum-utils is a collection of utilities and examples for the yum package
|
||||
|
|
@ -16,7 +16,7 @@ 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
|
||||
yum-debug-dump and yum-groups-manager.
|
||||
|
||||
%package -n yum-updateonboot
|
||||
Summary: Run yum update on system boot
|
||||
|
|
@ -222,7 +222,7 @@ installed-sizes.
|
|||
%package -n yum-filter-data
|
||||
Summary: Yum plugin to list filter based on package data
|
||||
Group: System Environment/Base
|
||||
Requires: yum >= 3.0.5
|
||||
Requires: yum >= 3.2.17
|
||||
|
||||
%description -n yum-filter-data
|
||||
This plugin adds the options --filter- vendors, groups, packagers, licenses,
|
||||
|
|
@ -255,12 +255,23 @@ installation.
|
|||
%package -n yum-keys
|
||||
Summary: Yum plugin to deal with signing keys
|
||||
Group: System Environment/Base
|
||||
Requires: yum >= 3.2.8
|
||||
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-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
|
||||
|
||||
|
|
@ -337,6 +348,7 @@ fi
|
|||
%{_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.*
|
||||
|
|
@ -346,6 +358,7 @@ fi
|
|||
%{_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
|
||||
|
|
@ -481,7 +494,16 @@ fi
|
|||
%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/*
|
||||
|
||||
%changelog
|
||||
* 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue