diff --git a/ghc-file-embed.changes b/ghc-file-embed.changes index 7f3217d..fbf7851 100644 --- a/ghc-file-embed.changes +++ b/ghc-file-embed.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:51 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Jul 7 02:00:28 UTC 2020 - psimons@suse.com diff --git a/ghc-file-embed.spec b/ghc-file-embed.spec index 1f0398c..39c840c 100644 --- a/ghc-file-embed.spec +++ b/ghc-file-embed.spec @@ -47,7 +47,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