Jan Synacek
78d35a9ba2
machinectl fails when virtual machine is running ( #1419501 )
...
Resolves : #1419501
2017-02-14 11:59:00 +01:00
Zbigniew Jędrzejewski-Szmek
f020f8b986
Overwrite LC_CTYPE
...
Build failed with the following:
Traceback (most recent call last):
File "./hwdb/parse_hwdb.py", line 195, in <module>
groups = parse(fname)
File "./hwdb/parse_hwdb.py", line 136, in parse
parsed = grammar.parseFile(fname)
File "/usr/lib/python3.6/site-packages/pyparsing.py", line 2142, in parseFile
file_contents = f.read()
File "/usr/lib64/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 15765: ordinal not in range(128)
In mock, LC_CTYPE is unset, so python3 defaults to ascii, uselessly.
I think "ID_VENDOR_FROM_DATABASE=VENGIT Korlátolt Felelősségű Társaság"
is the issue here.
2017-02-13 13:18:08 -05:00
Fedora Release Engineering
6c1e2a67b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-11 14:24:20 +00:00
Zbigniew Jędrzejewski-Szmek
5d6eedd538
Moar patches
2017-01-31 12:11:17 -05:00
Zbigniew Jędrzejewski-Szmek
b6b3541a52
Also include gperf compat patch
2017-01-29 18:26:01 -05:00
Zbigniew Jędrzejewski-Szmek
405c2cd182
Update hwdb to current git
...
The header on the patch is fake. git am does not deal well with just
diff output, mumbling the following:
Applying: seccomp: rework seccomp code, to improve compat with some archs
Applying:
fatal: empty ident name (for <>) not allowed
We should really move away from mucking around with text patches.
2017-01-29 17:42:53 -05:00
Zbigniew Jędrzejewski-Szmek
6396212453
Compile with --enable-tpm
2017-01-29 17:39:09 -05:00
Zbigniew Jędrzejewski-Szmek
03e93e27d9
A number of backported patches, incl. seccomp fix
2017-01-29 17:38:52 -05:00
Adam Williamson
4c60d7b5ae
Backport fix for boot failure in initrd-switch-root ( #1414904 )
2017-01-19 15:37:04 -08:00
Zbigniew Jędrzejewski-Szmek
74dc679828
Add fake dependency on systemd-pam to systemd-devel
2017-01-18 10:11:37 -05:00
Zbigniew Jędrzejewski-Szmek
25bd358ef1
Make sure we have our compressions libs ready
...
In case some library is not detected properly in the future, fail
the /configure step. We should probably do that for most deps, but
I'm too lazy atm.
2017-01-16 23:15:39 -05:00
Jan Synacek
eaf2f302c0
Fix buildsystem to check for lz4 correctly ( #1404406 )
2017-01-16 23:12:23 -05:00
Zbigniew Jędrzejewski-Szmek
ca3c77beb2
Revert b69d36e571
...
This was already fixed in e134e692b6
.
2017-01-11 20:19:41 -05:00
Zbigniew Jędrzejewski-Szmek
b810fade77
Use shorter syntax for shell redirections
2017-01-11 17:51:30 -05:00
Zbigniew Jędrzejewski-Szmek
e4286e550e
Also require sed and grep for libs %post
...
https://bugzilla.redhat.com/show_bug.cgi?id=1392236#c12
2017-01-11 17:38:12 -05:00
Zbigniew Jędrzejewski-Szmek
9286eca9c8
Remove stderr redirection from preset/disable calls in scriplets
...
We don't expect those calls to fail (they should work fine both
with systemd running and without). But if they fail, most likely
some unit is missing or misspelt, which we want to catch.
2017-01-11 14:33:24 -05:00
Zbigniew Jędrzejewski-Szmek
734f625c22
Drop console-shell.service from preset invocation
...
Missing unit would case the whole systemctl preset call to fail,
breaking getty@.service instantiation.
Reported by adamw.
2017-01-11 14:30:44 -05:00
Zbigniew Jędrzejewski-Szmek
324bf560f7
Bump dbus dependency version just in case
...
https://github.com/systemd/systemd/commit/0298f55bb0 .
2017-01-11 13:30:19 -05:00
Zbigniew Jędrzejewski-Szmek
b69d36e571
Add patch to restore Fedora-specific systemd-user PAM config
2017-01-11 12:16:22 -05:00
Kevin Fenzi
04206f627a
Fix scriptlets to never fail in libs post.
2017-01-07 11:43:47 -07:00
Kevin Fenzi
1eb707d840
Add patch from Michal Schmidt to avoid process substitution. ( #1392236 )
2017-01-06 10:57:27 -07:00
Zbigniew Jędrzejewski-Szmek
1ec648fc4c
Rebuild
...
Building with 232-2 in the buildroot did not work, because rpm cannot
unpack 232-2 properly. 232-has been untagged, so maybe things will
work now.
2016-11-07 12:30:04 -05:00
Zbigniew Jędrzejewski-Szmek
c91b73ea39
Make /etc/dbus-1/system.d directory non-%ghost
...
koschei builds are failing on systemd.rpm:
DEBUG util.py:421: error: unpacking of archive failed on file
/etc/dbus-1/system.d/org.freedesktop.hostname1.conf;581cb002: cpio: open
DEBUG util.py:421: error: systemd-232-2.fc26.x86_64: install failed
2016-11-04 13:04:17 -04:00
Zbigniew Jędrzejewski-Szmek
348151a546
Fix ownership of directories we create
...
Previously unowned:
systemd-229-16.fc24.x86_64
|-- /etc/dbus-1/system.d/org.freedesktop.hostname1.conf
|-- /etc/dbus-1/system.d/org.freedesktop.locale1.conf
|-- /etc/dbus-1/system.d/org.freedesktop.login1.conf
|-- /etc/dbus-1/system.d/org.freedesktop.network1.conf
|-- /etc/dbus-1/system.d/org.freedesktop.resolve1.conf
|-- /etc/dbus-1/system.d/org.freedesktop.systemd1.conf
|-- /etc/dbus-1/system.d/org.freedesktop.timedate1.conf
|-- /usr/share/factory/etc/nsswitch.conf
|-- /usr/share/factory/etc/pam.d/other
'-- /usr/share/factory/etc/pam.d/system-auth
systemd-container-229-16.fc24.x86_64
|-- /etc/dbus-1/system.d/org.freedesktop.import1.conf
'-- /etc/dbus-1/system.d/org.freedesktop.machine1.conf
2016-11-04 09:58:31 -04:00
Zbigniew Jędrzejewski-Szmek
e134e692b6
Fix systemd-user PAM config and two packaging issues
2016-11-04 09:46:25 -04:00
Zbigniew Jędrzejewski-Szmek
d81bdc27d3
Fix kernel-install
2016-11-04 09:12:11 -04:00
Zbigniew Jędrzejewski-Szmek
523b6ce46a
Run testsuite in parallel
2016-11-03 22:11:56 -04:00
Zbigniew Jędrzejewski-Szmek
62b1bf52df
Move systemd-nspawn man pages to the right subpackage
2016-11-03 22:11:56 -04:00
Zbigniew Jędrzejewski-Szmek
da15385b06
Update sed-foo to enable nss-systemd and add UNAVAIL fallback for resolve
...
Only fall back to "dns" if nss-resolve is not installed (for the
architecture of the calling program). Once it is, we never want to
fall back to "dns" as that breaks enforcing DNSSEC verification and
also pointlessly retries NXDOMAIN failures.
C.f. https://anonscm.debian.org/cgit/pkg-systemd/systemd.git/commit/?id=5e00954
2016-11-03 22:11:56 -04:00
Zbigniew Jędrzejewski-Szmek
12da227455
Replace grubby patch with a short-circuiting install.d "plugin"
2016-11-03 22:11:56 -04:00
Zbigniew Jędrzejewski-Szmek
e42bd854c0
Create systemd-coredump user in %pre
2016-11-03 21:16:45 -04:00
Zbigniew Jędrzejewski-Szmek
a6473965d9
Add %{_isa} to Provides on arch-full packages
2016-11-03 21:16:45 -04:00
Zbigniew Jędrzejewski-Szmek
1478fab950
Update to v232
2016-11-03 21:16:45 -04:00
Jan Synacek
14572d7192
SPC - Cannot restart host operating from container ( #1384523 )
...
Resolves : #1384523
2016-10-18 14:14:59 +02:00
Zbigniew Jędrzejewski-Szmek
7ae71c8772
Move nss-myhostname provides to systemd-libs
...
Also drop the removal of nss modules in %postun. If the module cannot be
loaded, it is simply ignored. It seems better to simply leave it there,
then play around with nsswitch.conf, which is always risky.
2016-10-11 13:03:07 -04:00
Zbigniew Jędrzejewski-Szmek
4e1286dd8b
Do not recreate /var/log/journal on upgrades
2016-10-09 10:25:34 -04:00
Zbigniew Jędrzejewski-Szmek
65fed72862
Prevent systemd-udev-trigger.service from restarting
...
systemd-udev package should be updated in lockstep, so we rely on the
daemon-reexec in systemd.rpm's %post to get the drop in loaded.
2016-10-07 07:55:56 -04:00
Zbigniew Jędrzejewski-Szmek
51f362c39a
Use install --target-directory
2016-10-07 07:55:33 -04:00
Zbigniew Jędrzejewski-Szmek
64282b85b2
Fix systemctl set-default
2016-10-07 07:55:30 -04:00
Zbigniew Jędrzejewski-Szmek
839ccebd9b
Apply fix for systemd-udev upgrade causing Xorg crash
2016-10-04 16:48:13 -04:00
Zbigniew Jędrzejewski-Szmek
a2242c1ded
Apply patches properly
2016-10-03 12:12:41 -04:00
Zbigniew Jędrzejewski-Szmek
3a5d9b71f4
Better fix for the notify message issue
2016-09-29 17:04:15 -04:00
Zbigniew Jędrzejewski-Szmek
20fa848003
Fix for the empty notify message fuckup
2016-09-29 05:34:51 -04:00
Zbigniew Jędrzejewski-Szmek
8f85f19830
Revert "Add self-obsoletes on versions < 231"
...
This reverts commit 3250f00573
.
This is not needed anymore, since we went the Recommends:systemd-bootchart
route.
2016-09-29 05:18:54 -04:00
Zbigniew Jędrzejewski-Szmek
ef73cc0d30
Recommend systemd-bootchart
...
It was split out, but it's a tiny package so it's easiest to pull it
in on all "standard" installations.
2016-09-26 15:16:25 -04:00
Zbigniew Jędrzejewski-Szmek
3250f00573
Add self-obsoletes on versions < 231
...
https://bugzilla.redhat.com/show_bug.cgi?id=1377733#c7
2016-09-22 08:11:33 -04:00
Zbigniew Jędrzejewski-Szmek
696e2f22d4
Fixes for preset-all, daemon-reexec, and other bugs
2016-08-25 16:13:45 -04:00
Michal Sekletar
2666b4f578
Use static uid/gid for systemd-{resolve,network}
...
Clearly we have static uid/gid allocated so let's actually use them.
egrep 'systemd-resolve|network' /usr/share/doc/setup/uidgid
systemd-network 192 192 / /sbin/nologin systemd
systemd-resolve 193 193 / /sbin/nologin systemd
2016-08-04 15:14:41 +02:00
Michal Sekletar
126aa118e1
Don't create systemd-bus-proxy user and group
...
We no longer ship bus-proxyd hence user and group are not needed
anymore.
2016-08-04 14:18:42 +02:00
Zbigniew Jędrzejewski-Szmek
edb4e05013
Avoid % in comments
...
https://bugzilla.redhat.com/show_bug.cgi?id=1347865
2016-08-04 01:05:08 -04:00