From b08a8ca47cfd95565d4c82480f73c585e685760a Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 13:27:19 +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/execstack.git#5e325244c661c489f7264eb193a904678bbf3ccc --- execstack.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/execstack.spec b/execstack.spec index 7e5d332..ab8c747 100644 --- a/execstack.spec +++ b/execstack.spec @@ -1,6 +1,6 @@ Name: execstack Version: 0.5.0 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Utility to set/clear/query executable stack bit %global commit 4c79120bcdbde0616f592458ccde7035e92ca3d8 @@ -17,6 +17,7 @@ BuildRequires: gcc-c++ BuildRequires: elfutils-libelf-devel BuildRequires: libselinux-devel, libselinux-utils BuildRequires: git +BuildRequires: make Requires: glibc >= 2.2.4-18, coreutils, findutils Requires: util-linux, gawk, grep @@ -57,6 +58,9 @@ install -Dm0644 doc/execstack.8 %{buildroot}%{_mandir}/man8/execstack.8 %{_mandir}/man8/execstack.8.* %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.5.0-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jul 27 2020 Fedora Release Engineering - 0.5.0-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild