From 8e5c34cd88f5c15660b2b1aa5db0d89d90e5772f Mon Sep 17 00:00:00 2001 From: zhouwenpei Date: Tue, 29 Jun 2021 17:56:27 +0800 Subject: [PATCH] add buildrequire gettext and gcc --- scrub.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scrub.spec b/scrub.spec index e435408..c1bb28d 100644 --- a/scrub.spec +++ b/scrub.spec @@ -1,11 +1,13 @@ Name: scrub Version: 2.6.1 -Release: 1 +Release: 2 Summary: A disk overwrite utility License: GPLv2+ URL: https://github.com/chaos/scrub Source0: http://github.com/chaos/scrub/releases/download/2.6.1/scrub-2.6.1.tar.gz +BuildRequires: gettext, gcc + %description Scrub writes patterns on files or disk devices to make retrieving the data more difficult. It operates in one of three modes: @@ -32,6 +34,9 @@ retrieving the data more difficult. It operates in one of three modes: %{_mandir}/man1/scrub.1* %changelog +* Tue Jun 29 2021 zhouwenpei - 2.6.1-2 +- add buildrequire gcc and gettext. + * Mon Oct 12 2020 Zhangpeng - 2.6.1-1 - update to 2.6.1