From b4f085696a6bc90472fe28fac8d7c2b2ad6cf43d Mon Sep 17 00:00:00 2001 From: "Otavio R. Piske" Date: Thu, 27 Jul 2017 19:54:30 +0200 Subject: [PATCH] Fixed RPM changelog section to comply with Fedora packaging guidelines Signed-off-by: Otavio R. Piske --- dist/paho-c.spec | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/dist/paho-c.spec b/dist/paho-c.spec index 95a46279..7156372e 100644 --- a/dist/paho-c.spec +++ b/dist/paho-c.spec @@ -4,7 +4,7 @@ Summary: MQTT C Client Name: paho-c Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} License: Eclipse Distribution License 1.0 and Eclipse Public License 1.0 Group: Development/Tools Source: https://github.com/eclipse/paho.mqtt.c/archive/v%{version}.tar.gz @@ -61,5 +61,15 @@ make install DESTDIR=%{buildroot} %{_datadir}/* %changelog -* Sat Dec 31 2016 Otavio R. Piske - 20161231 +* Wed Jun 26 2017 Otavio R. Piske - 1.2.0-2 +- Updated changelog to comply with Fedora packaging guidelines + +* Wed Jun 26 2017 Otavio R. Piske - 1.2.0-1 +- Fixed rpmlint warnings: replaced cmake call with builtin macro +- Fixed rpmlint warnings: removed buildroot reference from build section + +* Fri Jun 30 2017 Otavio R. Piske - 1.2.0-0 +- Updated package to version 1.2.0 + +* Sat Dec 31 2016 Otavio R. Piske - 1.1.0 - Initial packaging