diff --git a/ghc-hostname.changes b/ghc-hostname.changes index b6cbe49..1b5de14 100644 --- a/ghc-hostname.changes +++ b/ghc-hostname.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:01 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jun 16 11:14:10 UTC 2020 - Peter Simons diff --git a/ghc-hostname.spec b/ghc-hostname.spec index 4b26600..a944193 100644 --- a/ghc-hostname.spec +++ b/ghc-hostname.spec @@ -42,7 +42,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build