diff --git a/util-linux.changes b/util-linux.changes index d4e3321..5f9bd83 100644 --- a/util-linux.changes +++ b/util-linux.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 5 09:33:46 UTC 2024 - Thorsten Kukuk + +- liblastlog2-devel: + * Obsolete/provide lastlog2-devel for migration + * Add header file to filelist + ------------------------------------------------------------------- Thu Apr 4 12:27:18 UTC 2024 - Thorsten Kukuk diff --git a/util-linux.spec b/util-linux.spec index a4359e7..768a782 100644 --- a/util-linux.spec +++ b/util-linux.spec @@ -383,6 +383,8 @@ Summary: Development files for the lastlog2 library License: BSD-2-Clause Group: Development/Libraries/C and C++ Requires: liblastlog2-2 = %{version} +Provides: lastlog2-devel = %{version}-%{release} +Obsoletes: lastlog2-devel <= 1.3.1 %description -n liblastlog2-devel Files to develop applications using the liblastlog2 library. @@ -1659,6 +1661,8 @@ rmdir --ignore-fail-on-non-empty /run/run >/dev/null 2>&1 || : %files -n liblastlog2-devel %{_libdir}/liblastlog2.so +%dir %{_includedir}/liblastlog2 +%{_includedir}/liblastlog2/lastlog2.h %{_mandir}/man3/lastlog2.3.gz %{_mandir}/man3/ll2_*