mschorm pushed to community-mysql (f33). "[1/2] Update to MySQL
8.0.27"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-10-31 23:54:43 UTC
From dcf4f22b0d2aa879819832f60ef7f49c691e36db Mon Sep 17 00:00:00 2001
From: Lars Tangvald <lars.tangvald(a)oracle.com>
Date: Oct 31 2021 23:45:14 +0000
Subject: [1/2] Update to MySQL 8.0.27
---
diff --git a/community-mysql-s390-tsc.patch b/community-mysql-s390-tsc.patch
index 3fca0ac..f86899c 100644
--- a/community-mysql-s390-tsc.patch
+++ b/community-mysql-s390-tsc.patch
@@ -2,21 +2,21 @@ Support s390/s390x in performance schema's cycle-counting functions.
Filed upstream at http://bugs.mysql.com/bug.php?id=59953
diff --git a/include/my_rdtsc.h b/include/my_rdtsc.h
-index 65f7df19..a28f470c 100644
+index b411eda0..03fc9a58 100644
--- a/include/my_rdtsc.h
+++ b/include/my_rdtsc.h
@@ -128,5 +128,6 @@ void my_timer_init(MY_TIMER_INFO *mti);
#define MY_TIMER_ROUTINE_GETSYSTEMTIMEASFILETIME 26
- #define MY_TIMER_ROUTINE_ASM_SUNPRO_X86_64 27
+ /* #define MY_TIMER_ROUTINE_ASM_SUNPRO_X86_64 27 - No longer used */
#define MY_TIMER_ROUTINE_ASM_AARCH64 28
+#define MY_TIMER_ROUTINE_ASM_S390 29
#endif
diff --git a/mysys/my_rdtsc.cc b/mysys/my_rdtsc.cc
-index 54d19691..f18c182f 100644
+index d9756487..817aa9d6 100644
--- a/mysys/my_rdtsc.cc
+++ b/mysys/my_rdtsc.cc
-@@ -204,6 +204,13 @@ ulonglong my_timer_cycles(void) {
+@@ -168,6 +168,13 @@ ulonglong my_timer_cycles(void) {
__asm __volatile__("mrs %[rt],cntvct_el0" : [ rt ] "=r"(result));
return result;
}
@@ -30,8 +30,8 @@ index 54d19691..f18c182f 100644
#elif defined(HAVE_SYS_TIMES_H) && defined(HAVE_GETHRTIME)
/* gethrtime may appear as either cycle or nanosecond counter */
return (ulonglong)gethrtime();
-@@ -505,6 +512,8 @@ void my_timer_init(MY_TIMER_INFO *mti) {
- mti->cycles.routine = MY_TIMER_ROUTINE_ASM_GCC_SPARC32;
+@@ -453,6 +460,8 @@ void my_timer_init(MY_TIMER_INFO *mti) {
+ mti->cycles.routine = MY_TIMER_ROUTINE_ASM_GCC_SPARC64;
#elif defined(__GNUC__) && defined(__aarch64__)
mti->cycles.routine = MY_TIMER_ROUTINE_ASM_AARCH64;
+#elif defined(__GNUC__) && defined(__s390__)
diff --git a/community-mysql.spec b/community-mysql.spec
index abce1dd..c4775be 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -79,7 +79,7 @@
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
Name: community-mysql
-Version: 8.0.26
+Version: 8.0.27
Release: 1%{?with_debug:.debug}%{?dist}
Summary: MySQL client programs and shared libraries
URL: http://www.mysql.com
@@ -978,6 +978,9 @@ fi
%endif
%changelog
+* Sun Oct 31 2021 Lars Tangvald <lars.tangvald(a)oracle.com> - 8.0.27-1
+- Update to MySQL 8.0.27
+
* Wed Jul 21 2021 Lars Tangvald <lars.tangvald(a)oracle.com> - 8.0.26-1
- Update to MySQL 8.0.26
diff --git a/sources b/sources
index 598a7e7..d80ec8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mysql-boost-8.0.26.tar.gz) = 63d47cb52407a816dc9f4330b99924624dfee46e57e7fdce19eff32909dd9e23251e2439d1807b002a1661b547173222c77465a3ca4dbb312414a84927809cfc
+SHA512 (mysql-boost-8.0.27.tar.gz) = 6ef2426c0bee46bdf8e2fa5cb159d5ae19f0bed4f7c9bea9b33e0dd922b568c3c68ca063dcbcd7ea6904aaea31877c10064ea10b4bc63fb40d9f31778e3a7891
https://src.fedoraproject.org/rpms/community-mysql/c/dcf4f22b0d2aa8798198...
2Â years, 1Â month
mschorm pushed to community-mysql (f33). "[2/2] Update failing tests
list for MySQL 8.0.27 (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-10-31 23:54:43 UTC
From bc64ffaa50b2c5e50e4ffd62a23b81f6bf5f8075 Mon Sep 17 00:00:00 2001
From: Michal Schorm <mschorm(a)redhat.com>
Date: Oct 31 2021 23:45:30 +0000
Subject: [2/2] Update failing tests list for MySQL 8.0.27
The full testsuite has been run multiple times on multiple
Fedora releases, thus updating the "last_tested_version"
---
diff --git a/community-mysql.spec b/community-mysql.spec
index c4775be..5180573 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -17,7 +17,7 @@
# The last version on which the full testsuite has been run
# In case of further rebuilds of that version, don't require full testsuite to be run
# run only "main" suite
-%global last_tested_version 8.0.26
+%global last_tested_version 8.0.27
# Set to 1 to force run the testsuite even if it was already tested in current version
%global force_run_testsuite 0
diff --git a/rh-skipped-tests-list-base.list b/rh-skipped-tests-list-base.list
index 1b5d37d..5a23ac5 100644
--- a/rh-skipped-tests-list-base.list
+++ b/rh-skipped-tests-list-base.list
@@ -30,3 +30,6 @@ x.connection_unixsocket : BUG#0
x.connection_unixsocket_invalid : BUG#0
x.connection_unixsocket_lock : BUG#0
innodb.innodb_bug-13628249 : BUG#0
+
+# Unstable since 8.0.27
+innodb.innodb_read_only-2 : BUG#0
diff --git a/rh-skipped-tests-list-s390.list b/rh-skipped-tests-list-s390.list
index b71e9ba..2e9c16b 100644
--- a/rh-skipped-tests-list-s390.list
+++ b/rh-skipped-tests-list-s390.list
@@ -37,3 +37,7 @@ main.grant_dynamic_flush : BUG#0
main.slow_log : BUG#0
innodb.innodb_read_only-2 : BUG#0
main.group_by : BUG#0
+
+# Failing since 8.0.27
+gis.st_symdifference : BUG#0
+main.regular_expressions_utf-8 : BUG#0
https://src.fedoraproject.org/rpms/community-mysql/c/bc64ffaa50b2c5e50e4f...
2Â years, 1Â month
mschorm pushed to community-mysql (f34). "[2/2] Update failing tests
list for MySQL 8.0.27 (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-10-31 23:54:01 UTC
From bc64ffaa50b2c5e50e4ffd62a23b81f6bf5f8075 Mon Sep 17 00:00:00 2001
From: Michal Schorm <mschorm(a)redhat.com>
Date: Oct 31 2021 23:45:30 +0000
Subject: [2/2] Update failing tests list for MySQL 8.0.27
The full testsuite has been run multiple times on multiple
Fedora releases, thus updating the "last_tested_version"
---
diff --git a/community-mysql.spec b/community-mysql.spec
index c4775be..5180573 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -17,7 +17,7 @@
# The last version on which the full testsuite has been run
# In case of further rebuilds of that version, don't require full testsuite to be run
# run only "main" suite
-%global last_tested_version 8.0.26
+%global last_tested_version 8.0.27
# Set to 1 to force run the testsuite even if it was already tested in current version
%global force_run_testsuite 0
diff --git a/rh-skipped-tests-list-base.list b/rh-skipped-tests-list-base.list
index 1b5d37d..5a23ac5 100644
--- a/rh-skipped-tests-list-base.list
+++ b/rh-skipped-tests-list-base.list
@@ -30,3 +30,6 @@ x.connection_unixsocket : BUG#0
x.connection_unixsocket_invalid : BUG#0
x.connection_unixsocket_lock : BUG#0
innodb.innodb_bug-13628249 : BUG#0
+
+# Unstable since 8.0.27
+innodb.innodb_read_only-2 : BUG#0
diff --git a/rh-skipped-tests-list-s390.list b/rh-skipped-tests-list-s390.list
index b71e9ba..2e9c16b 100644
--- a/rh-skipped-tests-list-s390.list
+++ b/rh-skipped-tests-list-s390.list
@@ -37,3 +37,7 @@ main.grant_dynamic_flush : BUG#0
main.slow_log : BUG#0
innodb.innodb_read_only-2 : BUG#0
main.group_by : BUG#0
+
+# Failing since 8.0.27
+gis.st_symdifference : BUG#0
+main.regular_expressions_utf-8 : BUG#0
https://src.fedoraproject.org/rpms/community-mysql/c/bc64ffaa50b2c5e50e4f...
2Â years, 1Â month
mschorm pushed to community-mysql (f34). "[1/2] Update to MySQL
8.0.27"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-10-31 23:54:01 UTC
From dcf4f22b0d2aa879819832f60ef7f49c691e36db Mon Sep 17 00:00:00 2001
From: Lars Tangvald <lars.tangvald(a)oracle.com>
Date: Oct 31 2021 23:45:14 +0000
Subject: [1/2] Update to MySQL 8.0.27
---
diff --git a/community-mysql-s390-tsc.patch b/community-mysql-s390-tsc.patch
index 3fca0ac..f86899c 100644
--- a/community-mysql-s390-tsc.patch
+++ b/community-mysql-s390-tsc.patch
@@ -2,21 +2,21 @@ Support s390/s390x in performance schema's cycle-counting functions.
Filed upstream at http://bugs.mysql.com/bug.php?id=59953
diff --git a/include/my_rdtsc.h b/include/my_rdtsc.h
-index 65f7df19..a28f470c 100644
+index b411eda0..03fc9a58 100644
--- a/include/my_rdtsc.h
+++ b/include/my_rdtsc.h
@@ -128,5 +128,6 @@ void my_timer_init(MY_TIMER_INFO *mti);
#define MY_TIMER_ROUTINE_GETSYSTEMTIMEASFILETIME 26
- #define MY_TIMER_ROUTINE_ASM_SUNPRO_X86_64 27
+ /* #define MY_TIMER_ROUTINE_ASM_SUNPRO_X86_64 27 - No longer used */
#define MY_TIMER_ROUTINE_ASM_AARCH64 28
+#define MY_TIMER_ROUTINE_ASM_S390 29
#endif
diff --git a/mysys/my_rdtsc.cc b/mysys/my_rdtsc.cc
-index 54d19691..f18c182f 100644
+index d9756487..817aa9d6 100644
--- a/mysys/my_rdtsc.cc
+++ b/mysys/my_rdtsc.cc
-@@ -204,6 +204,13 @@ ulonglong my_timer_cycles(void) {
+@@ -168,6 +168,13 @@ ulonglong my_timer_cycles(void) {
__asm __volatile__("mrs %[rt],cntvct_el0" : [ rt ] "=r"(result));
return result;
}
@@ -30,8 +30,8 @@ index 54d19691..f18c182f 100644
#elif defined(HAVE_SYS_TIMES_H) && defined(HAVE_GETHRTIME)
/* gethrtime may appear as either cycle or nanosecond counter */
return (ulonglong)gethrtime();
-@@ -505,6 +512,8 @@ void my_timer_init(MY_TIMER_INFO *mti) {
- mti->cycles.routine = MY_TIMER_ROUTINE_ASM_GCC_SPARC32;
+@@ -453,6 +460,8 @@ void my_timer_init(MY_TIMER_INFO *mti) {
+ mti->cycles.routine = MY_TIMER_ROUTINE_ASM_GCC_SPARC64;
#elif defined(__GNUC__) && defined(__aarch64__)
mti->cycles.routine = MY_TIMER_ROUTINE_ASM_AARCH64;
+#elif defined(__GNUC__) && defined(__s390__)
diff --git a/community-mysql.spec b/community-mysql.spec
index abce1dd..c4775be 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -79,7 +79,7 @@
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
Name: community-mysql
-Version: 8.0.26
+Version: 8.0.27
Release: 1%{?with_debug:.debug}%{?dist}
Summary: MySQL client programs and shared libraries
URL: http://www.mysql.com
@@ -978,6 +978,9 @@ fi
%endif
%changelog
+* Sun Oct 31 2021 Lars Tangvald <lars.tangvald(a)oracle.com> - 8.0.27-1
+- Update to MySQL 8.0.27
+
* Wed Jul 21 2021 Lars Tangvald <lars.tangvald(a)oracle.com> - 8.0.26-1
- Update to MySQL 8.0.26
diff --git a/sources b/sources
index 598a7e7..d80ec8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mysql-boost-8.0.26.tar.gz) = 63d47cb52407a816dc9f4330b99924624dfee46e57e7fdce19eff32909dd9e23251e2439d1807b002a1661b547173222c77465a3ca4dbb312414a84927809cfc
+SHA512 (mysql-boost-8.0.27.tar.gz) = 6ef2426c0bee46bdf8e2fa5cb159d5ae19f0bed4f7c9bea9b33e0dd922b568c3c68ca063dcbcd7ea6904aaea31877c10064ea10b4bc63fb40d9f31778e3a7891
https://src.fedoraproject.org/rpms/community-mysql/c/dcf4f22b0d2aa8798198...
2Â years, 1Â month
mschorm pushed to community-mysql (f35). "[2/2] Update failing tests
list for MySQL 8.0.27 (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-10-31 23:51:34 UTC
From bc64ffaa50b2c5e50e4ffd62a23b81f6bf5f8075 Mon Sep 17 00:00:00 2001
From: Michal Schorm <mschorm(a)redhat.com>
Date: Oct 31 2021 23:45:30 +0000
Subject: [2/2] Update failing tests list for MySQL 8.0.27
The full testsuite has been run multiple times on multiple
Fedora releases, thus updating the "last_tested_version"
---
diff --git a/community-mysql.spec b/community-mysql.spec
index c4775be..5180573 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -17,7 +17,7 @@
# The last version on which the full testsuite has been run
# In case of further rebuilds of that version, don't require full testsuite to be run
# run only "main" suite
-%global last_tested_version 8.0.26
+%global last_tested_version 8.0.27
# Set to 1 to force run the testsuite even if it was already tested in current version
%global force_run_testsuite 0
diff --git a/rh-skipped-tests-list-base.list b/rh-skipped-tests-list-base.list
index 1b5d37d..5a23ac5 100644
--- a/rh-skipped-tests-list-base.list
+++ b/rh-skipped-tests-list-base.list
@@ -30,3 +30,6 @@ x.connection_unixsocket : BUG#0
x.connection_unixsocket_invalid : BUG#0
x.connection_unixsocket_lock : BUG#0
innodb.innodb_bug-13628249 : BUG#0
+
+# Unstable since 8.0.27
+innodb.innodb_read_only-2 : BUG#0
diff --git a/rh-skipped-tests-list-s390.list b/rh-skipped-tests-list-s390.list
index b71e9ba..2e9c16b 100644
--- a/rh-skipped-tests-list-s390.list
+++ b/rh-skipped-tests-list-s390.list
@@ -37,3 +37,7 @@ main.grant_dynamic_flush : BUG#0
main.slow_log : BUG#0
innodb.innodb_read_only-2 : BUG#0
main.group_by : BUG#0
+
+# Failing since 8.0.27
+gis.st_symdifference : BUG#0
+main.regular_expressions_utf-8 : BUG#0
https://src.fedoraproject.org/rpms/community-mysql/c/bc64ffaa50b2c5e50e4f...
2Â years, 1Â month
mschorm pushed to community-mysql (f35). "[1/2] Update to MySQL
8.0.27"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-10-31 23:51:34 UTC
From dcf4f22b0d2aa879819832f60ef7f49c691e36db Mon Sep 17 00:00:00 2001
From: Lars Tangvald <lars.tangvald(a)oracle.com>
Date: Oct 31 2021 23:45:14 +0000
Subject: [1/2] Update to MySQL 8.0.27
---
diff --git a/community-mysql-s390-tsc.patch b/community-mysql-s390-tsc.patch
index 3fca0ac..f86899c 100644
--- a/community-mysql-s390-tsc.patch
+++ b/community-mysql-s390-tsc.patch
@@ -2,21 +2,21 @@ Support s390/s390x in performance schema's cycle-counting functions.
Filed upstream at http://bugs.mysql.com/bug.php?id=59953
diff --git a/include/my_rdtsc.h b/include/my_rdtsc.h
-index 65f7df19..a28f470c 100644
+index b411eda0..03fc9a58 100644
--- a/include/my_rdtsc.h
+++ b/include/my_rdtsc.h
@@ -128,5 +128,6 @@ void my_timer_init(MY_TIMER_INFO *mti);
#define MY_TIMER_ROUTINE_GETSYSTEMTIMEASFILETIME 26
- #define MY_TIMER_ROUTINE_ASM_SUNPRO_X86_64 27
+ /* #define MY_TIMER_ROUTINE_ASM_SUNPRO_X86_64 27 - No longer used */
#define MY_TIMER_ROUTINE_ASM_AARCH64 28
+#define MY_TIMER_ROUTINE_ASM_S390 29
#endif
diff --git a/mysys/my_rdtsc.cc b/mysys/my_rdtsc.cc
-index 54d19691..f18c182f 100644
+index d9756487..817aa9d6 100644
--- a/mysys/my_rdtsc.cc
+++ b/mysys/my_rdtsc.cc
-@@ -204,6 +204,13 @@ ulonglong my_timer_cycles(void) {
+@@ -168,6 +168,13 @@ ulonglong my_timer_cycles(void) {
__asm __volatile__("mrs %[rt],cntvct_el0" : [ rt ] "=r"(result));
return result;
}
@@ -30,8 +30,8 @@ index 54d19691..f18c182f 100644
#elif defined(HAVE_SYS_TIMES_H) && defined(HAVE_GETHRTIME)
/* gethrtime may appear as either cycle or nanosecond counter */
return (ulonglong)gethrtime();
-@@ -505,6 +512,8 @@ void my_timer_init(MY_TIMER_INFO *mti) {
- mti->cycles.routine = MY_TIMER_ROUTINE_ASM_GCC_SPARC32;
+@@ -453,6 +460,8 @@ void my_timer_init(MY_TIMER_INFO *mti) {
+ mti->cycles.routine = MY_TIMER_ROUTINE_ASM_GCC_SPARC64;
#elif defined(__GNUC__) && defined(__aarch64__)
mti->cycles.routine = MY_TIMER_ROUTINE_ASM_AARCH64;
+#elif defined(__GNUC__) && defined(__s390__)
diff --git a/community-mysql.spec b/community-mysql.spec
index abce1dd..c4775be 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -79,7 +79,7 @@
%global sameevr %{?epoch:%{epoch}:}%{version}-%{release}
Name: community-mysql
-Version: 8.0.26
+Version: 8.0.27
Release: 1%{?with_debug:.debug}%{?dist}
Summary: MySQL client programs and shared libraries
URL: http://www.mysql.com
@@ -978,6 +978,9 @@ fi
%endif
%changelog
+* Sun Oct 31 2021 Lars Tangvald <lars.tangvald(a)oracle.com> - 8.0.27-1
+- Update to MySQL 8.0.27
+
* Wed Jul 21 2021 Lars Tangvald <lars.tangvald(a)oracle.com> - 8.0.26-1
- Update to MySQL 8.0.26
diff --git a/sources b/sources
index 598a7e7..d80ec8a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mysql-boost-8.0.26.tar.gz) = 63d47cb52407a816dc9f4330b99924624dfee46e57e7fdce19eff32909dd9e23251e2439d1807b002a1661b547173222c77465a3ca4dbb312414a84927809cfc
+SHA512 (mysql-boost-8.0.27.tar.gz) = 6ef2426c0bee46bdf8e2fa5cb159d5ae19f0bed4f7c9bea9b33e0dd922b568c3c68ca063dcbcd7ea6904aaea31877c10064ea10b4bc63fb40d9f31778e3a7891
https://src.fedoraproject.org/rpms/community-mysql/c/dcf4f22b0d2aa8798198...
2Â years, 1Â month
packagerbot pushed to dummy-test-package-gloster (rawhide). "Bump
release (..more)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-10-31 23:34:44 UTC
From 25d26dee336f21c7838f5d01ddaa4fe7c5b10a9a Mon Sep 17 00:00:00 2001
From: packagerbot <admin(a)fedoraproject.org>
Date: Oct 31 2021 23:34:38 +0000
Subject: Bump release
Signed-off-by: packagerbot <admin(a)fedoraproject.org>
---
diff --git a/dummy-test-package-gloster.spec b/dummy-test-package-gloster.spec
index 32e4b34..5d0908c 100644
--- a/dummy-test-package-gloster.spec
+++ b/dummy-test-package-gloster.spec
@@ -3,7 +3,7 @@
Name: dummy-test-package-gloster
Version: 0
-Release: 5559%{?dist}
+Release: 5560%{?dist}
Summary: Dummy Test Package called Gloster
License: CC0
URL: http://fedoraproject.org/wiki/DummyTestPackages
@@ -32,6 +32,9 @@ cp -p uuid %{buildroot}%{_datadir}/%{name}
%{_datadir}/%{name}
%changelog
+* Sun Oct 31 2021 packagerbot <admin(a)fedoraproject.org> - 0-5560
+- rebuilt
+
* Sun Oct 31 2021 packagerbot <admin(a)fedoraproject.org> - 0-5559
- rebuilt
https://src.fedoraproject.org/rpms/dummy-test-package-gloster/c/25d26dee3...
2Â years, 1Â month
pkfed pushed to slurm (rawhide). "Correct log rotation problems
(#2016683, #2018508)"
by notificationsï¼ fedoraproject.org
Notification time stamped 2021-10-31 23:27:20 UTC
From 08b8e5edbaeb5924a45512693c14200342f07dbf Mon Sep 17 00:00:00 2001
From: Philip Kovacs <pkfed(a)fedoraproject.org>
Date: Oct 31 2021 23:27:15 +0000
Subject: Correct log rotation problems (#2016683, #2018508)
---
diff --git a/slurm.spec b/slurm.spec
index 494e73a..f4b847a 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -16,7 +16,7 @@
Name: slurm
Version: 21.08.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Simple Linux Utility for Resource Management
License: GPLv2 and BSD
URL: https://slurm.schedmd.com/
@@ -318,7 +318,7 @@ EOF
install -d -m 0755 %{buildroot}%{_var}/log/%{name}
install -d -m 0755 %{buildroot}%{_sysconfdir}/logrotate.d
cat >%{buildroot}%{_sysconfdir}/logrotate.d/%{name} <<EOF
-%{_var}/log/%{name}/* {
+%{_var}/log/%{name}/*.log {
missingok
notifempty
copytruncate
@@ -408,6 +408,7 @@ rm -f %{buildroot}%{_unitdir}/slurmrestd.service
%dir %{_var}/spool/%{name}/d
%config(noreplace) %{_sysconfdir}/%{name}/cgroup.conf
%config(noreplace) %{_sysconfdir}/%{name}/slurm.conf
+%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_bindir}/sacct
%{_bindir}/sacctmgr
%{_bindir}/salloc
@@ -498,7 +499,6 @@ rm -f %{buildroot}%{_unitdir}/slurmrestd.service
%{_mandir}/man5/topology.conf.5*
%{_mandir}/man8/slurmrestd.8*
%{_mandir}/man8/spank.8*
-%{_sysconfdir}/logrotate.d/%{name}
%{_sysconfdir}/%{name}/cgroup*.conf.example
%{_sysconfdir}/%{name}/slurm.conf.example
%{_tmpfilesdir}/slurm.conf
@@ -746,6 +746,9 @@ fi
%systemd_postun_with_restart slurmdbd.service
%changelog
+* Sun Oct 31 2021 Philip Kovacs <pkfed(a)fedoraproject.org> - 21.08.2-2
+- Correct log rotation problems (#2016683, #2018508)
+
* Fri Oct 8 2021 Philip Kovacs <pkfed(a)fedoraproject.org> - 21.08.2-1
- Update to 21.08.2
- Added Fedora patches to support pmix v4
https://src.fedoraproject.org/rpms/slurm/c/08b8e5edbaeb5924a45512693c1420...
2Â years, 1Â month