From cb602d006a1a2a6e9adcfd2a3d19f9219710c6f3 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sat, 5 Jun 2021 12:47:23 -0400 Subject: remove stale comment regarding %autosetup on el6 EL6 has been EOL since November 2020. --- cgit.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/cgit.spec b/cgit.spec index 5c8e31d..1c0aa6c 100644 --- a/cgit.spec +++ b/cgit.spec @@ -121,8 +121,6 @@ Cgit is a fast web interface for git. It uses caching to increase performance. xz -dc '%{SOURCE0}' | %{gpgverify} --keyring='%{SOURCE90}' --signature='%{SOURCE92}' --data=- xz -dc '%{SOURCE1}' | %{gpgverify} --keyring='%{SOURCE91}' --signature='%{SOURCE93}' --data=- -# Ensure a blank line follows autosetup, el6 chokes otherwise -# https://bugzilla.redhat.com/1310704 %autosetup -a 1 -p1 # setup the git dir -- cgit