Bug 2333823
| Summary: | gpsbabel-1.10.0 is available | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> | ||||
| Component: | gpsbabel | Assignee: | Benson Muite <benson_muite> | ||||
| Status: | ASSIGNED --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | rc040203, rhbugs, tdawson, Tom.Rix, tsteven4 | ||||
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | Type: | --- | |||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Upstream Release Monitoring
2024-12-23 09:32:44 UTC
Scratch build failed. Details below:
BuilderException: Build failed:
Command '['rpmbuild', '-D', '_sourcedir .', '-D', '_topdir .', '-bs', '/var/tmp/thn-6_phowfh/gpsbabel.spec']' returned non-zero exit status 1.
StdOut:
setting SOURCE_DATE_EPOCH=1734912000
error: Bad file: ./gpsbabel-1.10.0.tar.gz: No such file or directory
RPM build errors:
Bad file: ./gpsbabel-1.10.0.tar.gz: No such file or directory
Traceback:
File "/usr/local/lib/python3.12/site-packages/hotness/use_cases/package_scratch_build_use_case.py", line 56, in build
result = self.builder.build(request.package, request.opts)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/hotness/builders/koji.py", line 229, in build
raise BuilderException(
If you think this issue is caused by some bug in the-new-hotness, please report it on the-new-hotness issue tracker: https://github.com/fedora-infra/the-new-hotness/issues
Created attachment 2063631 [details]
Update to 1.10.0 (#2333823)
I am not sure, this package can any longer be shipped in Fedora, because I suspect gpsbabel to have begun violating Fedora data privacy rules and EU data privacy laws (GDPR). The reason for me saying so, is gpsbabel now is assigning a UUID to each user, hence making users trackable and using this UUID in web-calls, transmitting installation details. So far, it's not entirely clear to me what gpsbabel actually does, I still have to investigate a bit more. There weren't any changes to gpsbabel 1.10.0 relating to "using this UUID in web-calls, transmitting installation details".
In the past this functionality has mostly been eliminated by your patch 0002-No-solicitation.patch. I say mostly because while your patch disables automatic upgrade checks(startupVersionCheck=false) the upgrade menu item is still enabled. While your patch disables usage statistics(reportStatictics=false) other information could be transmitted if the menu item is manually selected (os, architecture, run count ...)
You could disable the upgrade menu item by adding this to 0002-No-solicitation.patch:
$ git diff mainwindow.cc
diff --git a/gui/mainwindow.cc b/gui/mainwindow.cc
index e0c9ac43..1dfc096e 100644
--- a/gui/mainwindow.cc
+++ b/gui/mainwindow.cc
@@ -222,6 +222,8 @@ MainWindow::MainWindow(QWidget* parent): QMainWindow(parent)
//--- Restore from registry
restoreSettings();
+ ui_.actionUpgradeCheck->setEnabled(false);
+
upgrade = new UpgradeCheck(this, formatList_, babelData_);
if (babelData_.startupVersionCheck_) {
upgrade->checkForUpgrade(babelVersion_, babelData_.upgradeCheckTime_,
Ralf, Can you please look at https://github.com/GPSBabel/gpsbabel/pull/1413 and let us know if you have any remaining concerns? This adds a cmake option to completely remove the upgrade check and statistics reporting. Currently it applies cleanly on 1.10.0. If you adopt this PR code as a patch you can retire your 0002-No-solicitation.patch. Steve This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. |