Notification time stamped 2020-07-01 04:02:43 UTC
From 5e0ca19d1feecfd475a323f7d196aecc8e5ca6fd Mon Sep 17 00:00:00 2001
From: Martin Pitt <martin(a)piware.de>
Date: Jun 30 2020 19:32:36 +0000
Subject: test: PAM bug affects Fedora 31 as well
---
diff --git a/tests/run-test.sh b/tests/run-test.sh
index 078911e..adf11fa 100755
--- a/tests/run-test.sh
+++ b/tests/run-test.sh
@@ -74,7 +74,7 @@ if [ -n "$test_basic" ]; then
EXCLUDES="$EXCLUDES TestTuned.testBasic"
# PAM bug in RHEL 8: it shouldn't pwquality the old password when having to set a new one, that's completely counter-productive and wrong
- if [ "${TEST_OS#rhel}" != "$TEST_OS" ]; then
+ if [ "${TEST_OS#rhel}" != "$TEST_OS" ] || [ "$TEST_OS" = "fedora-31" ]; then
EXCLUDES="$EXCLUDES TestLogin.testExpired"
fi
https://src.fedoraproject.org/rpms/cockpit/c/5e0ca19d1feecfd475a323f7d196ae…
Notification time stamped 2020-07-01 03:38:45 UTC
From aabb49056abf798e73438232172647d6ff4bbc0b Mon Sep 17 00:00:00 2001
From: W. Michael Petullo <mike(a)flyn.org>
Date: Jul 01 2020 03:38:33 +0000
Subject: Update to 3.9.9
---
diff --git a/libdmapsharing4.spec b/libdmapsharing4.spec
index cdbbb30..699a274 100644
--- a/libdmapsharing4.spec
+++ b/libdmapsharing4.spec
@@ -1,5 +1,5 @@
Name: libdmapsharing4
-Version: 3.9.8
+Version: 3.9.9
Release: 1%{?dist}
Summary: A DMAP client and server library
@@ -61,6 +61,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libdmapsharing-4.0.la
%{_datadir}/vala/vapi/libdmapsharing-4.0.vapi
%changelog
+* Tue Jun 30 2020 W. Michael Petullo <mike(a)flyn.org> - 3.9.9-1
+- new upstream version (will be required for next grilo-plugins release)
+
* Tue May 26 2020 W. Michael Petullo <mike(a)flyn.org> - 3.9.8-1
- new upstream version
https://src.fedoraproject.org/rpms/libdmapsharing4/c/aabb49056abf798e734382…