From 38c13cd6491fdff79b18a852530cdd44ecb7ae8f Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:00:40 +0100 Subject: [PATCH] update to 1.2.1 [release 1.2.1-1mamba;Mon Jul 27 2020] --- libutempter.spec | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/libutempter.spec b/libutempter.spec index c11330d..5a4abbe 100644 --- a/libutempter.spec +++ b/libutempter.spec @@ -1,7 +1,7 @@ %define utmp_gid 17 %define utempter_gid 51 Name: libutempter -Version: 1.1.6 +Version: 1.2.1 Release: 1mamba Summary: A privileged helper for utmp/wtmp updates Group: System/Libraries @@ -9,7 +9,7 @@ Vendor: openmamba Distribution: openmamba Packager: Tiziana Ferro URL: ftp://ftp.altlinux.org/pub/people/ldv/utempter -Source: ftp://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-%{version}.tar.bz2 +Source: ftp://ftp.altlinux.org/pub/people/ldv/utempter/libutempter-%{version}.tar.gz License: LGPL BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN @@ -31,6 +31,8 @@ This package contains development files required to build utempter-based softwar This package contains static libraries and header files need for development. +%debug_package + %prep %setup -q @@ -52,6 +54,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a %{_sbindir}/groupadd -g %{utempter_gid} -r utempter 2>/dev/null || : : +%post -p /sbin/ldconfig + %postun /sbin/ldconfig if [ $1 -eq 0 ]; then @@ -59,11 +63,9 @@ if [ $1 -eq 0 ]; then fi : -%post -p /sbin/ldconfig - %files %defattr(-,root,root) -%{_libdir}/*.so.* +%{_libdir}/libutempter.so.* %dir %attr(755,root,utempter) %{_prefix}/lib/utempter %attr(2711,root,utmp) %{_prefix}/lib/utempter/utempter %doc COPYING README @@ -75,14 +77,13 @@ fi %defattr(-,root,root,-) %{_includedir}/utempter.h %{_libdir}/libutempter.so -%{_mandir}/man3/libutempter.3.gz -%{_mandir}/man3/utempter.3.gz -%{_mandir}/man3/utempter_add_record.3.gz -%{_mandir}/man3/utempter_remove_added_record.3.gz -%{_mandir}/man3/utempter_remove_record.3.gz -%{_mandir}/man3/utempter_set_helper.3.gz +%{_mandir}/man3/libutempter.3* +%{_mandir}/man3/utempter*.3* %changelog +* Mon Jul 27 2020 Silvan Calarco 1.2.1-1mamba +- update to 1.2.1 + * Sat Aug 11 2012 Automatic Build System 1.1.6-1mamba - automatic version update by autodist