Rebuild (elfutils#2188064)
Resolves: bz#2175727
This commit is contained in:
parent
826de6efb6
commit
868fca9fc0
@ -57,7 +57,7 @@ BuildRequires: pkgconfig(libsystemd)
|
|||||||
Name: qt5-qtbase
|
Name: qt5-qtbase
|
||||||
Summary: Qt5 - QtBase components
|
Summary: Qt5 - QtBase components
|
||||||
Version: 5.15.9
|
Version: 5.15.9
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, for exception details
|
# See LGPL_EXCEPTIONS.txt, for exception details
|
||||||
@ -1124,6 +1124,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 26 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-3
|
||||||
|
- Rebuild (elfutils#2188064)
|
||||||
|
Resolves: bz#2175727
|
||||||
|
|
||||||
* Tue Apr 25 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-2
|
* Tue Apr 25 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.9-2
|
||||||
- Disable tests failing in gating
|
- Disable tests failing in gating
|
||||||
Resolves: bz#2175727
|
Resolves: bz#2175727
|
||||||
|
@ -45,7 +45,7 @@ index 2accf99c..31478c1d 100644
|
|||||||
Q_IMPORT_PLUGIN(PluginClass)
|
Q_IMPORT_PLUGIN(PluginClass)
|
||||||
void tst_QResourceEngine::resourcesInStaticPlugins()
|
void tst_QResourceEngine::resourcesInStaticPlugins()
|
||||||
diff --git a/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp b/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
|
diff --git a/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp b/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
|
||||||
index fe63cecc..d08c95fb 100644
|
index fe63cecc..e1686aea 100644
|
||||||
--- a/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
|
--- a/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
|
||||||
+++ b/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
|
+++ b/tests/auto/corelib/io/qstorageinfo/tst_qstorageinfo.cpp
|
||||||
@@ -46,7 +46,7 @@ private slots:
|
@@ -46,7 +46,7 @@ private slots:
|
||||||
@ -57,7 +57,7 @@ index fe63cecc..d08c95fb 100644
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -202,35 +202,35 @@ void tst_QStorageInfo::tempFile()
|
@@ -202,34 +202,34 @@ void tst_QStorageInfo::tempFile()
|
||||||
QVERIFY(free != storage2.bytesFree());
|
QVERIFY(free != storage2.bytesFree());
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -89,7 +89,6 @@ index fe63cecc..d08c95fb 100644
|
|||||||
- }
|
- }
|
||||||
- QVERIFY(free != storage2.bytesFree());
|
- QVERIFY(free != storage2.bytesFree());
|
||||||
-}
|
-}
|
||||||
-#endif
|
|
||||||
+// void tst_QStorageInfo::caching()
|
+// void tst_QStorageInfo::caching()
|
||||||
+// {
|
+// {
|
||||||
+// QTemporaryFile file;
|
+// QTemporaryFile file;
|
||||||
@ -118,7 +117,6 @@ index fe63cecc..d08c95fb 100644
|
|||||||
+// }
|
+// }
|
||||||
+// QVERIFY(free != storage2.bytesFree());
|
+// QVERIFY(free != storage2.bytesFree());
|
||||||
+// }
|
+// }
|
||||||
+// #endif
|
#endif
|
||||||
|
|
||||||
QTEST_MAIN(tst_QStorageInfo)
|
QTEST_MAIN(tst_QStorageInfo)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user