From 714e0ef7c3832a1cef5067a66b54e810913c73e5 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Oct 06 2013 12:59:51 +0000 Subject: Make sure the release number compares higher than the previous builds It went from 0.2013.03.26.0 (F19) to 0.2014.03.26.0 (F20) to 0.1.2013.08.14.0 (F20) Unfortunately, 0.2013 and 0.2014 compare higher than 0.1, so the release number was actually going backwards. https://lists.fedoraproject.org/pipermail/devel/2013-October/189917.html Also, while at this, I've moved the snapshot_date to a %define so that rpmdev-bumpspec wouldn't try to bump 2013 to 2014, like happened during the F20 mass rebuild. --- diff --git a/plymouth.spec b/plymouth.spec index eb57070..174e62c 100644 --- a/plymouth.spec +++ b/plymouth.spec @@ -3,10 +3,12 @@ %define plymouth_libdir %{_libdir} %define plymouth_initrd_file /boot/initrd-plymouth.img +%define snapshot_date .2013.08.14 + Summary: Graphical Boot Animation and Logger Name: plymouth Version: 0.8.9 -Release: 0.1.2013.08.14.0%{?dist} +Release: 1%{?snapshot_date}%{?dist} License: GPLv2+ Group: System Environment/Base Source0: http://freedesktop.org/software/plymouth/releases/%{name}-%{version}.tar.bz2 @@ -491,6 +493,9 @@ fi %defattr(-, root, root) %changelog +* Sun Oct 06 2013 Kalev Lember - 0.8.9-1.2013.08.14 +- Make sure the release number compares higher than the previous builds + * Wed Aug 14 2013 Ray Strode 0.8.9-0.1.2013.08.14.0 - Update to snapshot to fix system units