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
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
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
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-
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
@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
>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
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 -
```
```
@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
@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
@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:\
@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
@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
@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
14 matches
Mail list logo