From 20f83a0050675c73b254adc9e11f3e39ed75596e Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Jan 16 2014 21:14:45 +0000 Subject: Drop INSTALL from docs. --- diff --git a/yum.spec b/yum.spec index 13dd698..fbd954c 100644 --- a/yum.spec +++ b/yum.spec @@ -60,7 +60,7 @@ BuildRequires: bash-completion Summary: RPM package installer/updater/manager Name: yum Version: 3.4.3 -Release: 130%{?dist} +Release: 131%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://yum.baseurl.org/download/3.4/%{name}-%{version}.tar.gz @@ -376,7 +376,7 @@ exit 0 %files -f %{name}.lang %defattr(-, root, root, -) -%doc README AUTHORS COPYING TODO INSTALL ChangeLog PLUGINS +%doc README AUTHORS COPYING TODO ChangeLog PLUGINS %if %{move_yum_conf_back} %config(noreplace) %{_sysconfdir}/yum.conf %dir %{_sysconfdir}/yum.repos.d @@ -444,6 +444,9 @@ exit 0 %endif %changelog +* Thu Jan 16 2014 Ville Skyttä - 3.4.3-131 +- Drop INSTALL from docs. + * Wed Jan 15 2014 Zdenek Pavlas - 3.4.3-130 - update to latest HEAD - fix "yum --help" with translated "Usage: %s\n". BZ 1033416