[Rpm-maint] [rpm-software-management/rpm] Add %postbuild section / Allow dynamic sub packages (#1239)

Igor Raits notifications at github.com
Thu May 28 09:11:25 UTC 2020


```
RPM build errors:
    line 223: %package -n rust-libc-devel: package rust-libc-devel already exists
fish: Job 2, “~/Projects/upstream/rpm/rpmbuil…” terminated by signal SIGSEGV (Address boundary error)
```

Segfault if the package redefinition happens is not expected.

---

```
error: line 44: Too many names: %description -n rust-libc-devel %{_description}
```

It seems that the `%{_description}` macro is not getting expanded. But it is defined in a spec.

---

And the last thing is that `%postbuild` gets executed during `rpmbuild -bs` which can lead to very interesting problems when run in unclean environment.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1239#issuecomment-635219979
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200528/ac89c96a/attachment.html>


More information about the Rpm-maint mailing list