diff --git a/lockdev.spec b/lockdev.spec index 24c8a5f..d5ea3a1 100644 --- a/lockdev.spec +++ b/lockdev.spec @@ -10,7 +10,7 @@ Summary: A library for locking devices Name: lockdev Version: 1.0.4 -Release: 0.31.%{checkout}%{?dist} +Release: 0.32.%{checkout}%{?dist} License: LGPLv2 URL: https://alioth.debian.org/projects/lockdev/ @@ -92,7 +92,7 @@ getent group lock >/dev/null 2>&1 || groupadd -g 54 -r -f lock >/dev/null 2>&1 | %post if [ $1 -eq 1 ] ; then # for the time until first reboot -%tmpfiles_create +%tmpfiles_create lockdev.conf fi %files @@ -111,6 +111,9 @@ fi %{_includedir}/* %changelog +* Wed Oct 30 2019 Kalev Lember - 1.0.4-0.32.20111007git +- Fix the build with latest rpmbuild (#1736075) + * Thu Jul 25 2019 Fedora Release Engineering - 1.0.4-0.31.20111007git - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild