Rename rpm and Debian makefile targets
[ric-plt/sdl.git] / rpm / sdl.spec.in
index 7de0541..f7973ec 100755 (executable)
@@ -1,5 +1,5 @@
 Name:     sdl
-Version:  1.1.2
+Version:  1.1.3
 Release:  1%{?dist}
 Summary:  C++ API library for Shared Data Layer clients
 
@@ -50,6 +50,10 @@ rm -f %{buildroot}%{_libdir}/lib*.*a
 %{_includedir}/sdl
 
 %changelog
+* Sat May 16 2020 Timo Tietavainen <timo.tietavainen@nokia.com> - 1.1.3-1
+- Rename rpm and Debian makefile targets to rpm-pkg and deb-pkg.
+- Update CI Dockerfile to utilize rpm-pkg and deb-pkg makefile targets.
+
 * Fri May 15 2020 Timo Tietavainen <timo.tietavainen@nokia.com> - 1.1.2-1
 - Add makefile targets to build rpm and Debian packages.