diff --git a/configure.ac b/configure.ac index 407c543f1c0..74284add87b 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ([2.63]) define([ucx_ver_major], 1) define([ucx_ver_minor], 2) -define([ucx_ver_patch], 0) +define([ucx_ver_patch], 1) define([ts], esyscmd([sh -c "date +%Y%m%d%H%M%S"])) # This is the API version (see libtool library versioning) diff --git a/ucx.spec.in b/ucx.spec.in index c3613da28b2..c2bf000b374 100644 --- a/ucx.spec.in +++ b/ucx.spec.in @@ -79,5 +79,7 @@ rm -f %{buildroot}%{_libdir}/*.la %postun -p /sbin/ldconfig %changelog +* Mon Aug 21 2017 Andrey Maslennikov 1.2.1-1 +- Spec file now complies with Fedora guidelines * Mon Jul 3 2017 Andrey Maslennikov 1.2.0-1 - Fedora package created