Commit graph

856 commits

Author SHA1 Message Date
Zbigniew Jędrzejewski-Szmek
54dfd2376d Revert patch that uses pthread_once()
Apparently it's not available in F31.
2020-09-20 14:39:04 +02:00
Zbigniew Jędrzejewski-Szmek
4866d64405 Add patch for kernel bug 2020-09-20 14:00:39 +02:00
Zbigniew Jędrzejewski-Szmek
de066f607f Version 243.9 2020-09-20 13:59:50 +02:00
Zbigniew Jędrzejewski-Szmek
f83e12aa03 Strip BOOT_IMAGE= from the kernel command-line in kernel-install 2020-03-26 15:35:03 +01:00
Zbigniew Jędrzejewski-Szmek
2f958e0537 Fix typo in udev rule
(cherry picked from commit a4e7f2840f)
2020-03-26 15:27:19 +01:00
Zbigniew Jędrzejewski-Szmek
c608d153c4 Modify the downstream udev rule to use bfq to only apply to disks
(cherry picked from commit 437cd52f28)
2020-03-26 15:27:03 +01:00
Zbigniew Jędrzejewski-Szmek
e8e687a51d Update to v243.8 2020-03-26 15:22:21 +01:00
Zbigniew Jędrzejewski-Szmek
b1442037aa Run tests with a timeout multiplier
Tests fail to pass on s390x, and this seems to be just a timeout.
2020-02-11 14:17:09 +01:00
Zbigniew Jędrzejewski-Szmek
22c4f572b4 Fix resume from hibernation and revert one udev patch 2020-02-10 17:28:59 +01:00
Zbigniew Jędrzejewski-Szmek
835eeac58c Update to 243.6 2020-02-05 18:22:14 +01:00
Zbigniew Jędrzejewski-Szmek
1fdb10909e Add patches to fix build on arm64 2019-12-17 10:22:43 +01:00
Zbigniew Jędrzejewski-Szmek
9741ae2ab8 Update to v243.5 2019-12-16 16:21:02 +01:00
Zbigniew Jędrzejewski-Szmek
05ce3560ea Update to v243.4 2019-11-19 14:57:31 +01:00
Zbigniew Jędrzejewski-Szmek
3d8b607209 Remove recommendation to use %{?systemd_requires}
https://pagure.io/packaging-committee/issue/921
2019-10-20 11:57:08 +02:00
Adam Williamson
7ec8ed014e Backport PR #13792 to fix nomodeset+BIOS CanGraphical bug (#1728240) 2019-10-18 19:11:11 -07:00
Zbigniew Jędrzejewski-Szmek
593d1c3279 Fix typo in %changelog
https://bugzilla.redhat.com/show_bug.cgi?id=1745600
2019-10-17 23:34:56 +02:00
Zbigniew Jędrzejewski-Szmek
a556e1f3e2 Various minor documentation and error message cleanups 2019-10-10 15:38:52 +02:00
Zbigniew Jędrzejewski-Szmek
a760231337 Obsolete timedatex package 2019-09-22 00:13:41 +02:00
Zbigniew Jędrzejewski-Szmek
7aa63f3164 First batch of post-v243 fixes 2019-09-22 00:13:41 +02:00
Zbigniew Jędrzejewski-Szmek
1f0a2f0802 Remove reference to removed patch 2019-09-03 12:06:49 +02:00
Zbigniew Jędrzejewski-Szmek
090a9d035f Update to v243 2019-09-03 12:02:32 +02:00
Adam Williamson
07b358f168 Backport PR #13406 to solve PATH ordering issue (#1744059) 2019-08-26 11:44:02 -07:00
Zbigniew Jędrzejewski-Szmek
37d9de1fcf Fix typo in %changelog
https://bugzilla.redhat.com/show_bug.cgi?id=1745600
2019-08-26 15:32:00 +02:00
Zbigniew Jędrzejewski-Szmek
d7b2d46533 Update to v243-rc2 2019-08-22 14:01:31 +02:00
Adam Williamson
07f0cd95cf Backport PR #1737362 so we own /etc/systemd/system again (#1737362) 2019-08-07 08:03:26 -07:00
Zbigniew Jędrzejewski-Szmek
f1413ea879 Update to v243-rc1 2019-07-30 22:06:53 +02:00
Fedora Release Engineering
bf71ff0b85 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 00:54:19 +00:00
Zbigniew Jędrzejewski-Szmek
8848319ef8 Another patch backport 2019-07-20 19:41:24 +02:00
Björn Esser
1c4be10032
Rebuilt (libqrencode.so.4) 2019-06-26 00:49:11 +02:00
Miro Hrončok
d15ab16efa Rebuilt for iptables update (libip4tc.so.2) 2019-06-25 13:05:58 +02:00
Zbigniew Jędrzejewski-Szmek
b9896dc2ce Also copy the %description for -stable to rawhide 2019-04-26 13:14:59 +02:00
Zbigniew Jędrzejewski-Szmek
6dff989abd First batch of post-v242 fixes 2019-04-26 11:21:52 +02:00
Adam Williamson
a419fcc3bd Rebuild with Meson fix for #1699099 2019-04-16 12:55:58 -07:00
Zbigniew Jędrzejewski-Szmek
4480cada02 Update to v242 2019-04-11 18:54:17 +02:00
Zbigniew Jędrzejewski-Szmek
89aa08197f Make scriptlets non-failing and skip udevadm reload if no udev
sysctl, binfmt, and other rules are collected from multiple packages
and we don't want to see a report that systemd %triggerin failed.
So let's not silence the output, but use "|| :" to the trigger is
not reported as failed.

Also, adjust the udevadm check. In containers udevd might not be
running, even if systemd is, and we'd get:
Failed to send reload request: No such file or directory

https://bugzilla.redhat.com/show_bug.cgi?id=1698391
2019-04-11 16:04:25 +02:00
Zbigniew Jędrzejewski-Szmek
4c67e1cb51 Upload sources 2019-04-09 13:40:12 +02:00
Zbigniew Jędrzejewski-Szmek
c7ac97585c Update to v242-rc4 2019-04-09 12:33:28 +02:00
Zbigniew Jędrzejewski-Szmek
77ab9b5088 Update to v242-rc3 2019-04-04 18:22:04 +02:00
Zbigniew Jędrzejewski-Szmek
5fb495cb03 Add patches to fix build on arm64 2019-04-03 16:45:51 +02:00
Zbigniew Jędrzejewski-Szmek
2379dd06da Update to v242-rc2 2019-04-03 11:05:37 +02:00
Zbigniew Jędrzejewski-Szmek
836fcf414a Drop some old units from scriptlet
default.target is now symlinked in /usr/lib, no need to touch /etc.
readahead units are long gone.
2019-04-03 11:05:37 +02:00
Zbigniew Jędrzejewski-Szmek
1d22340882 Update sources 2019-03-29 16:11:55 +01:00
Zbigniew Jędrzejewski-Szmek
b61052552e 241-4: backport patches 2019-03-29 16:06:48 +01:00
Zbigniew Jędrzejewski-Szmek
cf6cab52f2 Disable NDEBUG in builds
In principle systemd supports building without assertions for production,
but we want the assertions to be enabled to catch as many errors early as possible.

Also, let's remove the obsolete work-around for meson not showing logs. This
is already reverted upstream, but apparently not in the version of macros that
Fedora has.
2019-03-29 14:51:04 +01:00
Zbigniew Jędrzejewski-Szmek
484de996fc Revert "Skip dhcp[6]-client tests"
This reverts commit 94a4908748.
2019-03-29 14:50:59 +01:00
Zbigniew Jędrzejewski-Szmek
21fe449c94 Call cat /etc/machine-id just once in %post scriptlet 2019-03-29 14:50:53 +01:00
Zbigniew Jędrzejewski-Szmek
94a4908748 Skip dhcp[6]-client tests 2019-03-15 00:11:29 +01:00
Zbigniew Jędrzejewski-Szmek
32a6a004db Declare hyperv and framebuffer devices master-of-seat again 2019-03-14 23:08:46 +01:00
Zbigniew Jędrzejewski-Szmek
cda068c40d Patches for CVE-2019-6454 2019-02-20 17:32:50 +01:00
Zbigniew Jędrzejewski-Szmek
922e5d4fa4 Revert "Skip failing part of test-json"
This reverts commit 79a1c5f8e8.

The issue was fixed upstream.
2019-02-14 11:37:19 +01:00