Zbigniew Jędrzejewski-Szmek
f74b957328
Version 246.6
2020-09-20 13:10:31 +02:00
Zbigniew Jędrzejewski-Szmek
de06d8e22c
Rework patches for test-path
2020-09-14 10:03:26 +02:00
Zbigniew Jędrzejewski-Szmek
81cd8d4bcf
Fix patch numbering
2020-09-14 09:26:12 +02:00
Zbigniew Jędrzejewski-Szmek
269358bd5e
One more debugging patch
2020-09-14 09:19:02 +02:00
Zbigniew Jędrzejewski-Szmek
04b6e059f7
Force creation of /etc/resolv.conf symlink during installation
...
https://bugzilla.redhat.com/show_bug.cgi?id=1873856#c14
2020-09-13 11:03:33 +02:00
Zbigniew Jędrzejewski-Szmek
0345c83b50
Version 246.5
2020-09-13 11:02:40 +02:00
Zbigniew Jędrzejewski-Szmek
764adb18da
Don't complain if /dev/urandom is unavailable
2020-09-02 12:35:56 +02:00
Zbigniew Jędrzejewski-Szmek
1ebf8dd816
Version 246.4
2020-09-02 12:12:42 +02:00
Zbigniew Jędrzejewski-Szmek
5a70c03b7f
Let avahi handle mdns requests
...
We need to disable it by default in resolved so that it doesn't fight
with avahi for the port when both are started up in parallel.
I also moved nss-files before nss-resolve. This is unfortunate because
resolved cached files and with the move, the file will be re-read on each
query. Nevertheless, we want nss-files to have higher priority than nss-mdns
to honour local config. Fortunately, only some people put lots of entries
in /etc/hosts, so the inefficiency incurred by this isn't important for
most users.
nss-myhostname is moved after nss-files, following the change in
upstream recommendations.
2020-09-02 10:52:43 +02:00
Zbigniew Jędrzejewski-Szmek
d01d537e93
Create /etc/resolv.conf symlink upon installation
2020-09-02 10:22:03 +02:00
Zbigniew Jędrzejewski-Szmek
98b9113655
Version 246.3
2020-08-26 14:50:44 +02:00
Zbigniew Jędrzejewski-Szmek
d5c1247285
Version 246.2
2020-08-17 19:15:12 +02:00
Zbigniew Jędrzejewski-Szmek
27ec459b7b
Add patch to ingnore test failure on s390x
2020-08-08 09:27:46 +02:00
Zbigniew Jędrzejewski-Szmek
eee99e6ccc
Add patch to debug test failure on s390x
2020-08-07 18:56:37 +02:00
Zbigniew Jędrzejewski-Szmek
84fad5038a
Let's not try to define to triggers
...
error: line 639: Trigger fired by the same package is already defined in spec file: %post libs
It's not clear what rpm is complaining about here, but the two %triggerun's
for the same package seem to be the most likely offender.
I wanted to avoid applying to preset reset twice, alas.
2020-08-07 17:40:27 +02:00
Zbigniew Jędrzejewski-Szmek
c8f86d89ba
Version 246.1
2020-08-07 17:33:19 +02:00
Zbigniew Jędrzejewski-Szmek
0eabb3de75
Two more patches for a test that randomly fails in koji
2020-07-31 11:01:07 +02:00
Zbigniew Jędrzejewski-Szmek
7445a298df
Actually update version :)
2020-07-30 21:21:06 +02:00
Zbigniew Jędrzejewski-Szmek
30273d3292
Release v246
2020-07-30 21:19:54 +02:00
Zbigniew Jędrzejewski-Szmek
65221f861e
Increase timeout in another test
2020-07-27 16:11:20 +02:00
Zbigniew Jędrzejewski-Szmek
35e6dd7b1a
Increase timeout in test
2020-07-27 15:18:39 +02:00
Zbigniew Jędrzejewski-Szmek
437a7b8c4f
Add patch for failing test
2020-07-27 13:54:40 +02:00
Zbigniew Jędrzejewski-Szmek
abd738eddc
Pull in coreutils during build
...
/bin/true is used by test-path ;)
2020-07-27 12:10:55 +02:00
Zbigniew Jędrzejewski-Szmek
a5acceb904
Force preset of systemd-resolved on package upgrade
...
Just changing /etc/nsswitch.conf is pointless without this.
2020-07-26 16:27:03 +02:00
Zbigniew Jędrzejewski-Szmek
11b1c53b97
Make /tmp large again
2020-07-26 15:50:33 +02:00
Zbigniew Jędrzejewski-Szmek
5bf170b999
Update to v246-rc2
2020-07-24 09:28:35 +02:00
Zbigniew Jędrzejewski-Szmek
5eb772cfb3
Add scriptlet to enable nss-resolve
...
The default line is
> hosts: files dns myhostname
Some people might insert mymachines, most likely as:
> hosts: mymachines files dns myhostname
The scriptlet for nss-mdns inserts mdns before dns:
> hosts: ... files mdns4_minimal [NOTFOUND=return] dns ...
The scriptlet replaces 'files dns myhostname' with
> resolve [!UNAVAIL=return] myhostname files dns
This follows the upstream recommendation. myhostname is ordered earlier
because
a) it's more trustworthy than files or especially dns
b) resolve synthetizes the same answers as myhostname, so it doesn't
make much sense to have myhostname at any other place than directly
after resolve, so that if resolve is not available, we get answers for
the names that myhostname is able to synthesize with the same priority.
See https://fedoraproject.org/wiki/Changes/systemd-resolved .
2020-07-14 21:16:00 +02:00
Zbigniew Jędrzejewski-Szmek
0a6ab0825d
Update defaults to dnssec=no, mdns,llmnr=resolve
2020-07-14 21:16:00 +02:00
Zbigniew Jędrzejewski-Szmek
778a3758dd
Drop patch to avoid creation of /etc/resolv.conf symlink
2020-07-12 22:55:01 +02:00
Zbigniew Jędrzejewski-Szmek
6fd99c397b
Drop scriptlet for nss-myhostname
...
The glibc default has nss-myhostname since mid-2018, bug #1581809 .
2020-07-12 22:55:00 +02:00
Zbigniew Jędrzejewski-Szmek
65984c876a
Make sure zstd is enabled during configuration
...
Let's not rely on autodetection.
2020-07-12 22:55:00 +02:00
Zbigniew Jędrzejewski-Szmek
9488c31cc1
changelog: add bug numbers
2020-07-09 10:48:24 +02:00
Zbigniew Jędrzejewski-Szmek
4f458499a5
Print error logs if tests fail
2020-07-09 09:54:04 +02:00
Zbigniew Jędrzejewski-Szmek
c432921859
Enable zstd compression
2020-07-09 08:56:03 +02:00
Zbigniew Jędrzejewski-Szmek
ca9af1e8a8
We don't really need git nowadays
...
Buildroot is broken, let's try without git.
2020-07-09 08:56:03 +02:00
Zbigniew Jędrzejewski-Szmek
0688d7a091
Also include systemd-homed.service in the uninstall scriptlets
2020-07-09 08:56:03 +02:00
Zbigniew Jędrzejewski-Szmek
55abe5f0ba
Update to 246-rc1
2020-07-09 08:56:03 +02:00
Bastien Nocera
6eb8bcde28
+ systemd-245.6-3
...
Set fallback-hostname to fedora so that unset hostnames are still
recognisable (#1392925 )
2020-06-24 15:50:16 +02:00
Zbigniew Jędrzejewski-Szmek
ec562b2272
Add self-obsoletes to fix upgrades from F31
...
Debugged and fixed by adamw!
$ rpmdiff systemd-udev-245.6-[12]*
removed OBSOLETES systemd < 229-5
added OBSOLETES systemd < 245.6-1
...
2020-06-02 09:29:56 +02:00
Zbigniew Jędrzejewski-Szmek
6dead14ceb
Add two bug numbers
2020-05-31 12:45:44 +02:00
Zbigniew Jędrzejewski-Szmek
fb22f2a640
Update to v245.6
2020-05-31 11:45:46 +02:00
Björn Esser
265d91aff5
Disable bootstrap build
2020-04-21 19:51:17 +02:00
Björn Esser
282e088f13
Bootstrapping for json-c SONAME bump
2020-04-21 19:47:09 +02:00
Björn Esser
f983169655
Bump release and update %changelog
2020-04-21 19:46:02 +02:00
Björn Esser
b5c68a76ce
Add explicit BuildRequires: acl
...
The acl package is not present in the buildroots when building
in bootstrap mode, but test-acl-util needs /usr/bin/getfacl.
Thus it should be an explicit build-time dependency.
2020-04-19 17:05:54 +02:00
Zbigniew Jędrzejewski-Szmek
b80d007386
Update to v245.5
2020-04-17 15:22:25 +02:00
Björn Esser
63698f5ea0
Add bootstrap option to break circular deps on cryptsetup
2020-04-16 13:17:47 +02:00
Zbigniew Jędrzejewski-Szmek
80532792aa
Move Provides:u2f-hidraw-policy to -udev subpackage
...
https://bugzilla.redhat.com/show_bug.cgi?id=1823002#c2
2020-04-11 11:06:07 +02:00
Zbigniew Jędrzejewski-Szmek
8a34ce7dca
Add abignore file to make abigail happy
2020-04-11 10:37:42 +02:00
Zbigniew Jędrzejewski-Szmek
be4317e8bf
Fix some rpmlint issues and add filter for others
2020-04-01 23:39:32 +02:00
Zbigniew Jędrzejewski-Szmek
91fd7acc9e
Update to v245.4
2020-04-01 22:06:48 +02:00
Zbigniew Jędrzejewski-Szmek
24d7f17342
Remove %{shortcommit} reference in %description
...
Nowadays most builds happen from stable releases, so %shortcommit is not defined,
which rpmlint justly warns about.
2020-04-01 22:06:48 +02:00
Zbigniew Jędrzejewski-Szmek
bb79fb7387
Update to v245.3
2020-03-26 14:52:00 +01:00
Zbigniew Jędrzejewski-Szmek
7ceda13192
Update to v245.2
2020-03-18 20:41:58 +01:00
Zbigniew Jędrzejewski-Szmek
86b1777f9b
Remove tab use
2020-03-08 12:12:39 +01:00
Zbigniew Jędrzejewski-Szmek
8f2e234d97
Update to v245
2020-03-06 14:25:45 +01:00
Zbigniew Jędrzejewski-Szmek
a4507efa4e
systemd-udev: downgrade Recommends→Suggests for systemd-bootchart
...
It gets installed on Fedora workstation, and I don't think we want
it there.
2020-03-06 13:47:09 +01:00
Zbigniew Jędrzejewski-Szmek
788f973eab
Bump test timeout once more
...
The tests fail on s390x with timeouts.
2020-03-03 13:52:44 +01:00
Zbigniew Jędrzejewski-Szmek
111b3c5a31
Don't require /proc to be mounted for systemd-sysusers to work
2020-03-03 13:51:43 +01:00
Zbigniew Jędrzejewski-Szmek
ab2423caa9
Update to 245-rc2
2020-03-03 09:11:51 +01:00
Zbigniew Jędrzejewski-Szmek
61de05c228
Add forgotten bug number
2020-03-02 21:26:47 +01:00
Zbigniew Jędrzejewski-Szmek
db1cfc0955
Move a bunch more stuff to systemd-udev.rpm
2020-03-02 21:26:47 +01:00
Zbigniew Jędrzejewski-Szmek
aed5718c3a
Move boot-related files to -udev subpackage
2020-03-02 21:26:47 +01:00
Zbigniew Jędrzejewski-Szmek
933c039e04
Add --without tests option for quicker builds
2020-03-02 21:26:47 +01:00
Zbigniew Jędrzejewski-Szmek
01e2d8a982
"Upgrade" dependency on kbd package from Recommends to Requires
2020-03-02 21:26:47 +01:00
Filipe Brandenburger
529ae77811
Fix spurious if
line in fallback for upgrade from v239
2020-02-28 09:54:59 -08:00
Filipe Brandenburger
5c5a95ecb4
Update kill -TERM fallback to check that systemd is PID 1
...
Also only execute the fallback when we're upgrading the RPM package.
Add a comment to indicate the actual bug in systemd v239 we're trying to
fix with this fallback.
Tested: Upgraded from v239 on a machine and confirmed that running
`sudo systemctl status` was working as expected after the upgrade, rather
than failing with "Access denied."
2020-02-28 12:16:24 +01:00
Zbigniew Jędrzejewski-Szmek
437cd52f28
Modify the downstream udev rule to use bfq to only apply to disks
2020-02-26 22:33:08 +01:00
Zbigniew Jędrzejewski-Szmek
a8129e0964
Fix scriptlet to not kill non-systemd pid1 ( #1803240 )
2020-02-26 16:12:36 +01:00
Adam Williamson
3620ae5f58
Fix plymouth etc. running when they shouldn't ( #1803293 )
2020-02-18 09:02:08 -08:00
Zbigniew Jędrzejewski-Szmek
3666983037
Run tests with a timeout multiplier
...
Tests fail to pass on s390x, and this seems to be just a timeout.
2020-02-11 14:16:34 +01:00
Zbigniew Jędrzejewski-Szmek
6aa6d755fb
Revert patch to udev rules causing regression with usb hubs
2020-02-10 17:23:40 +01:00
Zbigniew Jędrzejewski-Szmek
ced9237a14
Add the sysusers compat parts
2020-02-10 17:19:18 +01:00
Zbigniew Jędrzejewski-Szmek
9434e617a6
Add default 'disable *' preset for user units
2020-02-07 13:41:19 +01:00
Zbigniew Jędrzejewski-Szmek
d1a1f09895
#1798414 already fixed in v243
2020-02-05 18:24:23 +01:00
Zbigniew Jędrzejewski-Szmek
513853f320
Update to v245-rc1
2020-02-05 13:21:04 +01:00
Fedora Release Engineering
d9b9454de8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 00:58:58 +00:00
Anita Zhang
58b22cf334
Resort to kill -TERM 1
to re-exec the daemon
...
This might be more reliable when upgrading from an older systemd package. The
systemctl call to reexec will occasionally fail with "Access denied" when we
upgrade from a much older version (like 2-3 versions older). However, sending
PID 1 a SIGTERM is documented to be mostly the same and fixes it 100% of the
times.
Signed-off-by: Anita Zhang <the.anitazha@gmail.com>
Signed-off-by: Filipe Brandenburger <filbranden@gmail.com>
2020-01-29 15:24:36 -08:00
Zbigniew Jędrzejewski-Szmek
2ccb3a9dee
Disable service watchdogs (for systemd units)
2019-12-21 19:01:15 +01:00
Zbigniew Jędrzejewski-Szmek
4cd9bf575b
Adjust patches
...
0002-Revert-units-set-NoNewPrivileges-for-all-long-runnin.patch was added exactly
a year ago because selinux policy needed to be updated. I think we can drop the
patch now.
Also drop part of 0998-resolved-create-etc-resolv.conf-symlink-at-runtime.patch:
the service runs as unprivileged user, so the creation cannot succeed. The other
part of the patch is kept.
2019-12-15 13:25:15 +01:00
Zbigniew Jędrzejewski-Szmek
51ab4bc42e
Update to v244.1
2019-12-15 13:22:28 +01:00
Zbigniew Jędrzejewski-Szmek
ed1ff6f641
Update to v244
2019-11-29 18:01:38 +01:00
Zbigniew Jędrzejewski-Szmek
8964873178
Obsolete u2f-hidraw-policy
...
systemd package numbering is completely different than
u2f-hidraw-policy, so I'm using a fixed number. "-40" is supposed to
be sufficiently high so that we stay higher and preserve the upgrade
path even if the package is updated in older releases.
2019-11-22 15:15:01 +01:00
Zbigniew Jędrzejewski-Szmek
a746962e75
Update to v244-rc1
2019-11-22 15:15:01 +01:00
Zbigniew Jędrzejewski-Szmek
da9dae21d7
Update to v243.4
2019-11-19 13:27:41 +01:00
Zbigniew Jędrzejewski-Szmek
5abc564f03
Remove recommendation to use %{?systemd_requires}
...
https://pagure.io/packaging-committee/issue/921
2019-10-20 11:57:02 +02:00
Adam Williamson
ec1d7bb8af
Backport PR #13792 to fix nomodeset+BIOS CanGraphical bug ( #1728240 )
2019-10-18 19:09:45 -07:00
Zbigniew Jędrzejewski-Szmek
82d2fa2f16
Fix typo in %changelog
...
https://bugzilla.redhat.com/show_bug.cgi?id=1745600
2019-10-17 23:34:23 +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