- Escape %%autosetup in previous changelog record

This commit is contained in:
Lubos Kardos 2016-01-19 16:59:50 +01:00
parent a0329136e3
commit ee86e21cbd
1 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,7 @@
Summary: The RPM package management system
Name: rpm
Version: %{rpmver}
Release: %{?snapver:0.%{snapver}.}17%{?dist}
Release: %{?snapver:0.%{snapver}.}18%{?dist}
Group: System Environment/Base
Url: http://www.rpm.org/
Source0: http://rpm.org/releases/rpm-4.12.x/%{name}-%{srcver}.tar.bz2
@ -571,8 +571,11 @@ exit 0
%doc doc/librpm/html/*
%changelog
* Tue Jan 19 2016 Lubos Kardos <lkardos@redhat.com> - 4.13.0-0.rc1.18
- Escape %%autosetup in previous changelog record
* Tue Jan 19 2016 Lubos Kardos <lkardos@redhat.com> - 4.13.0-0.rc1.17
- Fix %autosetup not to cause errors during run of rpmspec tool (#1293687)
- Fix %%autosetup not to cause errors during run of rpmspec tool (#1293687)
* Fri Jan 15 2016 Lubos Kardos <lkardos@redhat.com> - 4.13.0-0.rc1.16
- Fix recursive calling of rpmdeps tool (#1297557)