update to 1.1.6
This commit is contained in:
parent
b0e93a0da7
commit
fea9e4370d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
libutempter-1.1.5.tar.bz2
|
||||
/libutempter-1.1.6.tar.bz2
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user