diff --git a/contrib/crossrpms/specstrip b/contrib/crossrpms/specstrip index 19d2158f21..feda29636c 100755 --- a/contrib/crossrpms/specstrip +++ b/contrib/crossrpms/specstrip @@ -223,7 +223,7 @@ foreach my $line ( @buffer3 ) } elsif ( $condstack[$#condstack] =~ m/$/ ) { # print STDERR "ENDIF: FALSE\n"; } else { - push @buffer4, "%endif\n"; + push @buffer4, "@condstack:$line\n"; } # print STDERR "POP: $line\n"; pop @condstack;