diff --git a/libutempter.spec b/libutempter.spec index d4e1f91..f304ea7 100644 --- a/libutempter.spec +++ b/libutempter.spec @@ -3,13 +3,14 @@ Summary: A privileged helper for utmp/wtmp updates Name: libutempter Version: 1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ URL: ftp://ftp.altlinux.org/pub/people/ldv/utempter Source0: ftp://ftp.altlinux.org/pub/people/ldv/utempter/%{name}-%{version}.tar.gz BuildRequires: gcc +BuildRequires: make Requires(pre): shadow-utils @@ -61,6 +62,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.a %{_mandir}/man3/* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 1.2.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Aug 13 2020 Tomas Korbar - 1.2.1-3 - Use make macros - https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro