From 910c90b3a658ea58a6954dd605b4d5beea00acd6 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 2 Feb 2021 13:14:41 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/libutempter.git#dbf676648070856ae11b999dfdfface4f1790637 --- libutempter.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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