- Bumped release and added changelog entry

This commit is contained in:
Phil Knirsch 2012-04-18 13:11:23 +02:00
parent 3c2064a504
commit cf817df4f0

View File

@ -21,7 +21,7 @@
Summary: The RPM package management system
Name: rpm
Version: %{rpmver}
Release: %{?snapver:0.%{snapver}.}1%{?dist}
Release: %{?snapver:0.%{snapver}.}2%{?dist}
Group: System Environment/Base
Url: http://www.rpm.org/
Source0: http://rpm.org/releases/rpm-4.9.x/%{name}-%{srcver}.tar.bz2
@ -53,6 +53,7 @@ Patch106: rpm-4.9.x-verify-output.patch
Patch107: rpm-4.9.x-include-cond.patch
Patch108: rpm-4.9.x-exclude-warn.patch
Patch109: rpm-4.9.x-tstest-fileinfo.patch
Patch110: rpm-4.9.1.2-ppc64p7.patch
# These are not yet upstream
Patch301: rpm-4.6.0-niagara.patch
@ -240,6 +241,7 @@ packages on a system.
%patch107 -p1 -b .include-cond
%patch108 -p1 -b .exclude-warn
%patch109 -p1 -b .tstest-fileinfo
%patch110 -p1 -b .ppc64p7
%patch301 -p1 -b .niagara
%patch302 -p1 -b .geode
@ -469,6 +471,9 @@ exit 0
%doc COPYING doc/librpm/html/*
%changelog
* Wed Apr 18 2012 Phil Knirsch <pknirsch@redhat.com> 4.9.1.3-2
- Added upstream patch for general /proc/self/auxv parsing and ppc64p7 support
* Tue Apr 03 2012 Panu Matilainen <pmatilai@redhat.com> - 4.9.1.3-1
- update to 4.1.9.3 (http://rpm.org/wiki/Releases/4.9.1.3)
- fixes CVE-2012-0060, CVE-2012-0061 and CVE-2012-0815