From f12e3a3edf88b5fdc1463010b24869032a78d43a Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 09:20:17 +0100 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/libcgroup.git#71e647c3cc28d6206ae6f81a31a52bf95c9e7951 --- libcgroup.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libcgroup.spec b/libcgroup.spec index 786e318..a9cdc37 100644 --- a/libcgroup.spec +++ b/libcgroup.spec @@ -1,7 +1,7 @@ Summary: Library to control and monitor control groups Name: libcgroup Version: 0.42.2 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ URL: http://libcg.sourceforge.net/ Source0: https://github.com/%{name}/%{name}/archive/v%{version}/%{name}-v%{version}.tar.gz @@ -16,6 +16,7 @@ Patch4: libcgroup-0.40.rc1-templates-fix.patch BuildRequires: autoconf, automake, libtool BuildRequires: gcc, gcc-c++ BuildRequires: byacc, coreutils, flex, pam-devel, systemd-units +BuildRequires: make Requires(pre): shadow-utils Requires(post): systemd Requires(preun): systemd @@ -158,6 +159,9 @@ getent group cgred >/dev/null || groupadd -r cgred %{_libdir}/pkgconfig/libcgroup.pc %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.42.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Jul 28 2020 Fedora Release Engineering - 0.42.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild