From afa5773d1d297d5197faf8fb621f314b0ec78e1e Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 12 Dec 2008 18:18:30 +0000 Subject: [PATCH] - add dist-tag + rebuild to enable updating f10 to same version --- rpm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm.spec b/rpm.spec index 91ad788..3112ce7 100644 --- a/rpm.spec +++ b/rpm.spec @@ -18,7 +18,7 @@ Summary: The RPM package management system Name: rpm Version: %{rpmver} -Release: 0.%{snapver}.1 +Release: 0.%{snapver}.1%{?dist} Group: System Environment/Base Url: http://www.rpm.org/ Source0: http://rpm.org/releases/testing/%{name}-%{srcver}.tar.bz2 @@ -353,6 +353,9 @@ exit 0 %doc doc/librpm/html/* %changelog +* Fri Dec 12 2008 Panu Matilainen - 4.6.0-0.rc3.1 +- add dist-tag, rebuild + * Tue Dec 09 2008 Panu Matilainen - 4.6.0-0.rc3.1 - update to rpm 4.6.0-rc3 - fixes #475214, #474550, #473239