Projects
Eulaceura:Factory
plasma-discover
_service:obs_scm:distro-upgrade-skip-rawhide.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:distro-upgrade-skip-rawhide.patch of Package plasma-discover
diff --git a/libdiscover/appstream/AppStreamIntegration.cpp b/libdiscover/appstream/AppStreamIntegration.cpp index 7029cab5c..acef1de5e 100644 --- a/libdiscover/appstream/AppStreamIntegration.cpp +++ b/libdiscover/appstream/AppStreamIntegration.cpp @@ -46,6 +46,10 @@ std::optional<AppStream::Release> AppStreamIntegration::getDistroUpgrade(AppStre continue; } + if (r.version().compare(QStringLiteral("rawhide"), Qt::CaseInsensitive) == 0) { + continue; + } + // Let's look at this potentially new verson const QString newVersion = r.version(); if (AppStream::Utils::vercmpSimple(newVersion, currentVersion) > 0) {
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2