From 2a3d91ea9d8a15b5be5174715e0122b88ae13760 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Jun 01 2018 13:27:39 +0000 Subject: spec: Really sync with rpm-ostree Sorry I screwed this up. See https://github.com/projectatomic/rpm-ostree/pull/1379 --- diff --git a/fedora-atomic-host.spec b/fedora-atomic-host.spec index 4bc9eb8..dc754e3 100644 --- a/fedora-atomic-host.spec +++ b/fedora-atomic-host.spec @@ -1,4 +1,6 @@ -# Suppress most build root processing since we are just carrying binary data +# The canonical version of this is in https://pagure.io/fedora-atomic +# Suppress most build root processing we are just carrying +# binary data. %global __os_install_post /usr/lib/rpm/brp-compress %{nil} Name: fedora-atomic-host Version: %{ostree_version} @@ -15,8 +17,8 @@ License: MIT %build %install -mkdir -p %{buildroot}%{_prefix}/lib/ostree-rojig/%{name} -for x in *; do mv ${x} %{buildroot}%{_prefix}/lib/ostree-rojig/%{name}; done +mkdir -p %{buildroot}%{_prefix}/lib/ostree-jigdo/%{name} +for x in *; do mv ${x} %{buildroot}%{_prefix}/lib/ostree-jigdo/%{name}; done %files -%{_prefix}/lib/ostree-rojig/%{name} +%{_prefix}/lib/ostree-jigdo/%{name}