Re: [Rpm-maint] [rpm-software-management/rpm] The time zone set by the %changelog does not take effect. (Issue #2253)

2022-11-27 Thread xujing
Closed #2253 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2253#event-7900136815 You are receiving this because you are subscribed to this thread. Message ID: ___ Rpm-maint ma

Re: [Rpm-maint] [rpm-software-management/rpm] fix some resource leaks when running rpmbuild or rpm2cpio (PR #2293)

2022-11-27 Thread Panu Matilainen
Didn't look at the patches too closely yet, but: - Please capitalize commit messages properly, including the summary line. As in, start sentences with a capital letter. - Avoid piling on large number of commits to a single PR, it makes reviewing harder even if they're just tiny one-liners. - If

Re: [Rpm-maint] [rpm-software-management/rpm] Use multhtreading by default for unpacking zstd-compressed Source0: (Issue #2299)

2022-11-27 Thread Panu Matilainen
So what is this about then? If there's a version of zstd that supports threaded uncompression, that'd be news to me. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/issues/2299#issuecomment-1328654163 You are receiving this because you are sub

Re: [Rpm-maint] [rpm-software-management/rpm] to check pandoc (PR #2296)

2022-11-27 Thread Panu Matilainen
Closed #2296. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2296#event-7900051934 You are receiving this because you are subscribed to this thread. Message ID: ___ Rpm-maint mailing list Rpm-

Re: [Rpm-maint] [rpm-software-management/rpm] to check pandoc (PR #2296)

2022-11-27 Thread Panu Matilainen
pandoc is required to build the manuals but very intentionally not required to build at all because it's quite a heavy dependency. It's handled conditionally in docs/CMakeLists.txt. -- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/2296#is

Re: [Rpm-maint] [rpm-software-management/rpm] fix some resource leaks when running rpmbuild or rpm2cpio (PR #2293)

2022-11-27 Thread xujing
@JetXujing pushed 1 commit. b86f687a047906e6561aed1faf1dad078073d949 fix memleak when running %generate_buildrequires -- View it on GitHub: https://github.com/rpm-software-management/rpm/pull/2293/files/9b55215c72a5e6209d530d9bf237c0c5e015febc..b86f687a047906e6561aed1faf1dad078073d949 You are

Re: [Rpm-maint] [rpm-software-management/rpm] Year 2038 plan for rpm (#1084)

2022-11-27 Thread Daniel Alley
>Hmm, actually the timestamps are uint32_t so they should be good until 2106, >but this does need a proper investigation, and ultimately, move to 64bit types. Just the timestamps, or all tag values? The [docs](https://github.com/rpm-software-management/rpm/blob/master/docs/manual/tags.md#scalar

[Rpm-maint] [rpm-software-management/rpm] Use multhtreading by default for unpacking zstd-compressed Source0: (Issue #2299)

2022-11-27 Thread Коренберг Марк
Not, it's NOT about #1303 ``` Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.APuaoT + umask 022 + cd /home/fedora/rpmbuild/BUILD + cd /home/fedora/rpmbuild/BUILD + rm -rf ClickHouse-22.8.8.3-lts + /usr/bin/zstd -dc /home/fedora/rpmbuild/SOURCES/v22.8.8.3-lts.tar.zstd + /usr/bin/tar -xof - ``` ```

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for generating buildinfo file as subpackage (#1532)

2022-11-27 Thread ニール・ゴンパ
@Conan-Kudo commented on this pull request. > +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY > RIGHTS. IN +# NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +# OTHERWISE, AR

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for generating buildinfo file as subpackage (#1532)

2022-11-27 Thread Zbigniew Jędrzejewski-Szmek
@keszybz commented on this pull request. > +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY > RIGHTS. IN +# NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +# OTHERWISE, ARISI

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for generating buildinfo file as subpackage (#1532)

2022-11-27 Thread Zbigniew Jędrzejewski-Szmek
@keszybz commented on this pull request. > + +printf 'Installed-Build-Depends:\n' >> "$BUILDINFO" +rpm -qa --queryformat '%{epoch}:%{name}-%{version}-%{release}.%{arch}\n' \ +| LC_ALL=C sort -t: -k2 \ +| sed -e 's/^(none)://; /\.(none)$/d; s/^/ /' >> "$BUILDINFO" + +printf 'Environment:\

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for generating buildinfo file as subpackage (#1532)

2022-11-27 Thread ニール・ゴンパ
@Conan-Kudo commented on this pull request. > +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY > RIGHTS. IN +# NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +# OTHERWISE, AR

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for generating buildinfo file as subpackage (#1532)

2022-11-27 Thread ニール・ゴンパ
@Conan-Kudo commented on this pull request. > + +printf '%s' "\ +Format: 1.0 +BuildArchitecture: ${RPM_BUILD_ARCH} +Name: ${RPM_PACKAGE_NAME} +Epoch: ${RPM_PACKAGE_EPOCH} +Version: ${RPM_PACKAGE_VERSION} +Release: ${RPM_PACKAGE_RELEASE} +Architecture: ${RPM_ARCH} +BuildOS: ${RPM_BUILD_OS} +Build

Re: [Rpm-maint] [rpm-software-management/rpm] Add support for generating buildinfo file as subpackage (#1532)

2022-11-27 Thread Zbigniew Jędrzejewski-Szmek
@keszybz commented on this pull request. > +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY > RIGHTS. IN +# NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +# DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +# OTHERWISE, ARISI