From 25e842489a243ca54aec50ef5d48848ee652e694 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 27 Mar 2019 18:27:36 -0400 Subject: [PATCH] Drop obsolete override of chroot path --- ignition.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ignition.spec b/ignition.spec index b33a2b5..5abc8a9 100644 --- a/ignition.spec +++ b/ignition.spec @@ -354,8 +354,6 @@ mkdir -p src/%{provider}.%{provider_tld}/%{project} ln -s ../../../ src/%{import_path} export LDFLAGS=%{ldflags} -# Tell ignition where to find chroot binary -export LDFLAGS+=' -X github.com/coreos/ignition/internal/distro.chrootCmd=%{_sbindir}/chroot ' # Enable SELinux relabeling export LDFLAGS+=' -X github.com/coreos/ignition/internal/distro.selinuxRelabel=true ' @@ -490,6 +488,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %changelog * Wed Mar 27 2019 Benjamin Gilbert - 2.0.0-alpha.2.git906cf04 - Backport fix for SELinux relabeling of systemd units +- Drop obsolete override of chroot path * Wed Mar 27 2019 Jonathan Lebon - 2.0.0-alpha.1.git906cf04 - New release 2.0.0-alpha