Results 83 comments of mikhailnov

@bjorn3 I think it may be quicker for you to download `rpm-buildroot.tar.gz` by the link above, chroot into `/var/lib/mock*/rosa*/root` inside it and see what you want

@cuviper me and @Alzimzim can confirm that there is no crash with llvm9

Cherry-picking that commit to llvm8 has fixed buillding rust 1.41.0 i686. https://abf.io/import/llvm/commit/44b794ab9fc86a3a0ffa4878aea96443a33fbb37 Thanks for bibisecting.

+1, also encountered this... Did not use bees or other deduplicaions utils

How will scrub run in background help to detects problems?

Все-таки лучше не надеяться на дфеолты в компиляторе и задать в явном виде: `%global optflags %{optflags} -std=c++14`

А ошибки типа `-W*` обходятся убиранием `-Wall` или добавлением `-Wno-all` во флаги компилятора

> I disagree with "-" ideas. For long file names it might break to a second line in some WM and it will become unreadable. Also, these two extra chars...

09.09.2021 01:41, Dmitry V. Levin пишет: > > Also violates RPM version policy. > > @AMDmi3 Please elaborate. > +1

Adding YYYY-MM-DD to the version requires _manual_ work. Here is an example of how git snapshot can be packaged: https://abf.io/import/gimagereader/blob/a83f21be3b/gimagereader.spec ``` %define commit d3cdd00b3e848867d95db28354afc41814d5dd0c %define commit_short %(echo %{commit} | head...