diff --git a/.cvsignore b/.cvsignore index afa674d..080cf5c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -yum-utils-1.1.7.tar.gz +yum-utils-1.1.8.tar.gz diff --git a/sources b/sources index 57383f7..0c90232 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6680e58d20b07507f09bd6ab6f9d435c yum-utils-1.1.7.tar.gz +a20b13012bf999bf392c268aac77814d yum-utils-1.1.8.tar.gz diff --git a/yum-utils.spec b/yum-utils.spec index e36fd1d..18efd64 100644 --- a/yum-utils.spec +++ b/yum-utils.spec @@ -1,6 +1,6 @@ Summary: Utilities based around the yum package manager Name: yum-utils -Version: 1.1.7 +Version: 1.1.8 Release: 1%{?dist} License: GPL Group: Development/Tools @@ -138,9 +138,8 @@ 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 list updates' and yum says there's a new version -of (for example) zsh available, puplet will almost instantly update itself -to reflect this. +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 @@ -236,7 +235,12 @@ fi %{_bindir}/repo-rss %{_bindir}/yumdownloader %{_bindir}/yum-builddep -%{_mandir}/man1/* +%{_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/yumdownloader.1.* %files -n yum-updateonboot %defattr(-, root, root) @@ -330,7 +334,13 @@ fi %changelog +* Wed Oct 17 2007 Tim Lauridsen +- mark as 1.1.8 +* Sun Sep 30 2007 James Bowes +- Update the yum-refresh-updatesd description +* Mon Sep 14 2007 Tim Lauridsen +- do not use wildcards for manpages in yum-utils files section to avoid duplicates * Mon Sep 10 2007 Tim Lauridsen - mark as 1.1.7 * Tue Jul 24 2007 Tim Lauridsen