Pavel Raiskup

Results 860 comments of Pavel Raiskup

Hm, thank you for the report! Do you see some possible solution?

Thank you for the report. I can not reproduce the opt-parsing error: ``` $ ./argparse-manpage --object ap --pyfile ./argparse_manpage/cli.py --prog prog --version 0.0.1 > test.1 !! running argparse-manpage from git,...

Hello @jedwards4b > error: [Errno 2] No such file or directory: '/glade/derecho/scratch/jedwards/tmp/build-via-sdist-wn14g6tq/fleximod-0.2.0/bin/git-fleximod' This seems like a valid concern, the manpage generator fails to open the `git-fleximod` script, the question is...

> Additionally, it would be nice if you amend https://docs.fedoraproject.org/en-US/packaging-guidelines/UsersAndGroups/#_dynamic_allocation and for package that provides the user do s/mock/mock-core-configs/. .. or `mock-filesystem`.

I tried to install on UBI8: ``` Installing : mock-5.6.post1-1.git.3754.50829bf.el8.noarch 52/53 warning: group mock does not exist - using root warning: group mock does not exist - using root warning:...

The release notes snippet deserves update, otherwise LGTM

Hmpf, now I recall I've seen [this](https://rpm-software-management.github.io/rpm/manual/users_and_groups.html) feature before, and guess what :) ``` [root@a7cd3c91a144 /]# rpm -q --provides mock-5.6.post1-1.git.3755.7d754b2.fc41.noarch | grep group group(mock) = ZyBtb2NrIDEzNSAt ```

Interesting reading: - https://github.com/rpm-software-management/rpm/blob/7ae180573869908dceab88942b4b18424c2144d6/lib/tagexts.c#L989 - https://github.com/rpm-software-management/rpm/blob/7ae180573869908dceab88942b4b18424c2144d6/lib/psm.c#L290

While reporting https://github.com/rpm-software-management/rpm/issues/3120, I noticed there's a good [RPM buildprocess documentation now](https://rpm-software-management.github.io/rpm/manual/buildprocess.html). We should mention it somewhere.

See also discussion in: https://github.com/rpm-software-management/rpm/issues/3091