update to 1.1.6

This commit is contained in:
Miroslav Lichvar 2012-10-11 15:53:42 +02:00
parent b0e93a0da7
commit fea9e4370d
3 changed files with 9 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
libutempter-1.1.5.tar.bz2
/libutempter-1.1.6.tar.bz2

View File

@ -2,8 +2,8 @@
Summary: A privileged helper for utmp/wtmp updates
Name: libutempter
Version: 1.1.5
Release: 7%{?dist}
Version: 1.1.6
Release: 1%{?dist}
License: LGPLv2
Group: System Environment/Libraries
URL: ftp://ftp.altlinux.org/pub/people/ldv/utempter
@ -68,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc COPYING README
%{_libdir}/libutempter.so.0
%{_libdir}/libutempter.so.1.1.5
%{_libdir}/libutempter.so.1.*
%dir %attr(755,root,utempter) %{_libexecdir}/utempter
%attr(2711,root,utmp) %{_libexecdir}/utempter/utempter
# FIXME: If a symlink is needed for compat here, uncomment the code in the
@ -79,8 +79,12 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%{_includedir}/utempter.h
%{_libdir}/libutempter.so
%{_mandir}/man3/*
%changelog
* Thu Oct 11 2012 Miroslav Lichvar <mlichvar@redhat.com> - 1.1.6-1
- update to 1.1.6
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
d62a93ba9f3796a91cf03be5ef25a9a1 libutempter-1.1.5.tar.bz2
b43827806923903aba2bc7cd3a2d45b7 libutempter-1.1.6.tar.bz2