diff --git a/ghc-network-bsd.changes b/ghc-network-bsd.changes index 786b967..71f0518 100644 --- a/ghc-network-bsd.changes +++ b/ghc-network-bsd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:33 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + ------------------------------------------------------------------- Tue Aug 18 09:12:22 UTC 2020 - Peter Simons diff --git a/ghc-network-bsd.spec b/ghc-network-bsd.spec index 9533c02..91234d8 100644 --- a/ghc-network-bsd.spec +++ b/ghc-network-bsd.spec @@ -78,7 +78,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} cp -p %{SOURCE1} %{pkg_name}.cabal sed -i -e 's/< 3.1.2/< 4/' network-bsd.cabal