- version upgrade

- fix #246063
This commit is contained in:
Andreas Bierfert 2008-01-04 19:46:47 +00:00
parent 32ce3176e9
commit a333e56816
3 changed files with 13 additions and 8 deletions

View File

@ -1 +1 @@
libutempter-1.1.4.tar.bz2
libutempter-1.1.5.tar.bz2

View File

@ -2,14 +2,14 @@
Summary: A privileged helper for utmp/wtmp updates
Name: libutempter
Version: 1.1.4
Release: 4%{?dist}
License: LGPL
Version: 1.1.5
Release: 1%{?dist}
License: LGPLv2
Group: System Environment/Libraries
URL: ftp://ftp.altlinux.org/pub/people/ldv/utempter
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: ftp://ftp.altlinux.org/pub/people/ldv/utempter/%{name}-%{version}.tar.bz2
Source0: ftp://ftp.altlinux.org/pub/people/ldv/utempter/%{name}-%{version}.tar.bz2
Requires(pre): shadow-utils
Requires(post): /sbin/ldconfig
@ -68,8 +68,8 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc COPYING README
%{_libdir}/libutempter.so.0
%{_libdir}/libutempter.so.1.1.4
%dir %attr(710,root,utempter) %{_libexecdir}/utempter
%{_libdir}/libutempter.so.1.1.5
%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
# install section and this as well:
@ -81,6 +81,11 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libutempter.so
%changelog
* Wed Nov 07 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
- 1.1.5-1
- version upgrade
- fix #246063
* Tue Aug 21 2007 Adam Jackson <ajax@redhat.com> - 1.1.4-4
- Rebuild for build id

View File

@ -1 +1 @@
b60ade66538e807ca28ca68a7a8dd3b9 libutempter-1.1.4.tar.bz2
d62a93ba9f3796a91cf03be5ef25a9a1 libutempter-1.1.5.tar.bz2