From 44ecf414b9ffe2a51942b07794b4857f95e8375b9d90642e9e4d35e0628a8dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 25 Aug 2021 10:54:41 +0000 Subject: [PATCH] Accepting request 914048 from home:dimstar:Factory - Do not own /opt, only content thereof. OBS-URL: https://build.opensuse.org/request/show/914048 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=77 --- ghc-bootstrap.changes | 5 +++++ ghc-bootstrap.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ghc-bootstrap.changes b/ghc-bootstrap.changes index 895e6e8..de97e6e 100644 --- a/ghc-bootstrap.changes +++ b/ghc-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 24 14:06:42 UTC 2021 - Dominique Leuenberger + +- Do not own /opt, only content thereof. + ------------------------------------------------------------------- Sat Dec 19 18:55:21 UTC 2020 - Ondřej Súkup diff --git a/ghc-bootstrap.spec b/ghc-bootstrap.spec index 8c33913..bba6dc9 100644 --- a/ghc-bootstrap.spec +++ b/ghc-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-bootstrap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -95,8 +95,8 @@ Requires: binutils-gold Requires: llvm9 %endif %ifnarch %{arm} s390x -Requires: libnuma-devel Requires: libffi-devel +Requires: libnuma-devel %endif %description @@ -134,6 +134,6 @@ cd ghc-%{version} %files %doc README.openSUSE %license LICENSE -/opt +/opt/* %changelog