Update to 1.2.0
Resolves: rhbz#1831940
This commit is contained in:
parent
f5da705d5f
commit
b54872b0fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/libutempter-1.1.6.tar.bz2
|
||||
/libutempter-1.2.0.tar.gz
|
||||
|
||||
@ -2,12 +2,12 @@
|
||||
|
||||
Summary: A privileged helper for utmp/wtmp updates
|
||||
Name: libutempter
|
||||
Version: 1.1.6
|
||||
Release: 18%{?dist}
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: ftp://ftp.altlinux.org/pub/people/ldv/utempter
|
||||
|
||||
Source0: ftp://ftp.altlinux.org/pub/people/ldv/utempter/%{name}-%{version}.tar.bz2
|
||||
Source0: ftp://ftp.altlinux.org/pub/people/ldv/utempter/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
|
||||
@ -51,7 +51,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
%license COPYING
|
||||
%doc README
|
||||
%{_libdir}/libutempter.so.0
|
||||
%{_libdir}/libutempter.so.1.*
|
||||
%{_libdir}/libutempter.so.1.2.0
|
||||
%dir %attr(755,root,utempter) %{_libexecdir}/utempter
|
||||
%attr(2711,root,utmp) %{_libexecdir}/utempter/utempter
|
||||
|
||||
@ -61,6 +61,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon May 25 2020 Tomas Korbar <tkorbar@redhat.com> - 1.2.0-1
|
||||
- Update to 1.2.0 (#1831940)
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.6-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user