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
Adam Williamson
c418e76b87
build with preset-all reversion
2016-08-03 11:35:49 -07:00
Adam Williamson
287353c355
Revert "Run preset-all on initial installation"
...
This reverts commit 46083abe1a
.
preset-all really does not work right, disabling all sorts of
stuff it should not disable. This caused RHBZ #1363858 (no tty
on vt1) and probably broke other things too.
2016-08-03 11:32:13 -07:00
Zbigniew Jędrzejewski-Szmek
140d00ebaa
Fix botched %_isa dependency
2016-07-26 21:33:39 -04:00
Zbigniew Jędrzejewski-Szmek
46083abe1a
Run preset-all on initial installation
...
https://bugzilla.redhat.com/show_bug.cgi?id=1118740
2016-07-26 20:13:34 -04:00
Zbigniew Jędrzejewski-Szmek
6153dd9122
Version 231
2016-07-26 15:12:35 -04:00
Zbigniew Jędrzejewski-Szmek
1ed18e5e9d
Remove a bunch of old cruft
2016-07-26 14:24:30 -04:00
Zbigniew Jędrzejewski-Szmek
ee7e6a6d57
Add missing man files to -container
...
Patch from mihkulemin@gmail.com .
2016-06-30 09:04:42 -04:00
Zbigniew Jędrzejewski-Szmek
49a32c19f1
Disable KillUserProcesses for now
...
https://fedorahosted.org/fesco/ticket/1580
2016-06-08 01:11:08 -04:00
Zbigniew Jędrzejewski-Szmek
abad21f221
Update to git snapshot
2016-06-08 01:10:04 -04:00
Zbigniew Jędrzejewski-Szmek
b3d8d37d58
Remove systemd-compat-libs on upgrade
2016-05-21 23:56:03 -04:00
Zbigniew Jędrzejewski-Szmek
8f6ec2ee91
Version 230
2016-05-21 20:15:34 -04:00
Zbigniew Jędrzejewski-Szmek
8efe61bc18
Remove duplicated entries in -container %files
2016-04-26 07:58:16 -04:00
Zbigniew Jędrzejewski-Szmek
b7ec953f25
Move udev-related commands to udev's %post
...
This removed the operation of stopping udevd in %pre, and starting it
in %post. I think this shouldn't be necessary anymore.
2016-04-22 15:52:47 -04:00
Zbigniew Jędrzejewski-Szmek
994aacdaa6
Include license file in systemd-libs
...
It can be installed without the main package, so it should carry the file
too.
2016-04-18 12:54:30 -04:00
Zbigniew Jędrzejewski-Szmek
28e2d47eef
Split out systemd-pam subpackage
...
This allows minimal installations without systemd but with systemd-libs installed
to drop the dependency on pam.
2016-04-18 11:51:52 -04:00
Zbigniew Jędrzejewski-Szmek
8b4408b5c9
Use %include to include filetrigger script from file
...
This makes it easier to update them from the upstream version.
2016-04-18 11:51:16 -04:00
Harald Hoyer
f7a77f9cb0
move more binaries and services from the main package to subpackages
2016-04-18 17:39:04 +02:00
Harald Hoyer
7f4276c417
move more binaries and services from the main package to subpackages
2016-04-18 16:58:13 +02:00
Harald Hoyer
cf1399ec4a
move device dependant stuff to the udev sub package
2016-04-18 11:11:24 +02:00
Zbigniew Jędrzejewski-Szmek
b54bf1386b
Own linger dir
2016-04-10 11:21:43 -04:00
Zbigniew Jędrzejewski-Szmek
37de5dfe28
Add myhostname to /etc/nsswitch.conf
2016-03-22 10:45:58 -04:00
Harald Hoyer
afdf3eeb86
systemd-229-8
...
- fixed kernel-install for copying files for grubby
Resolves: rhbz#1299019
2016-03-21 11:45:52 +01:00
Zbigniew Jędrzejewski-Szmek
b9a1e35039
Backport a few more patches
2016-03-17 09:26:12 -04:00
Zbigniew Jędrzejewski-Szmek
c7c4361581
Move tmpfiles-setup-dev to systemd-udev subpackage
...
This removes the dependency on kmod from the main package
(kmod-libs is still required).
2016-03-17 08:52:09 -04:00
Zbigniew Jędrzejewski-Szmek
0a19dfe97e
Move vconsole-setup to systemd-udev subpackage
2016-03-15 15:34:17 -04:00
Zbigniew Jędrzejewski-Szmek
bed2768dc7
Patch for failing compression test case
2016-03-11 18:24:49 -05:00
Zbigniew Jędrzejewski-Szmek
6428127a18
Add patch for #1313085
2016-03-11 17:49:05 -05:00
Zbigniew Jędrzejewski-Szmek
7aba950aa4
Output test-suite.log on test failures
2016-03-04 13:24:11 -05:00
Zbigniew Jędrzejewski-Szmek
2b682337e7
Backport a bunch of patches
2016-03-04 13:06:46 -05:00
Zbigniew Jędrzejewski-Szmek
c16b573717
Split out system-udev subpackage
2016-03-04 13:06:46 -05:00
Zbigniew Jędrzejewski-Szmek
34bfceffe6
Split out systemd-container subpackage
2016-03-04 12:52:57 -05:00
Zbigniew Jędrzejewski-Szmek
8ad6641ff2
Remove obsolete python bits from spec file
2016-03-04 12:07:48 -05:00
Peter Robinson
1a10d33b63
bump Release
2016-03-01 11:56:58 +00:00
Peter Robinson
624d2b7fea
Power64 and s390(x) now have libseccomp support, aarch64 has gnu-efi
2016-03-01 11:13:00 +00:00
Jan Synacek
92af61aefe
Fix build failures on ppc64 ( #1310800 )
...
Resolves : #1310800
2016-02-23 10:10:16 +01:00
Dennis Gilmore
18259f3b8c
revert: fixed kernel-install for copying files for grubby
...
Resolves: rhbz#1299019
- this causes the dtb files to not get installed at all and the fdtdir
- line in extlinux.conf to not get updated correctly
2016-02-16 16:33:04 -06:00
Michal Sekletar
5a1e61f28b
New upstream release
2016-02-11 20:11:09 +01:00
Harald Hoyer
0a417f082a
systemd-228-10.gite35a787
...
- fixed kernel-install for copying files for grubby
Resolves: rhbz#1299019
2016-02-11 10:59:48 +01:00
Jan Synacek
340bf090f9
remove spurious slashes ( #1303344 )
2016-02-11 09:37:05 +01:00
Zbigniew Jędrzejewski-Szmek
1dc1e2f91f
Remove duplicate from %files
2016-02-10 15:11:53 -05:00
Zbigniew Jędrzejewski-Szmek
ebd481af7f
Add patch to fix {net,linux}/if.h conflict
2016-02-10 15:05:03 -05:00
Fedora Release Engineering
4df4d1391d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-02-05 01:12:51 +00:00
Peter Robinson
e53f79084e
Rebuild for binutils on aarch64 fix
2016-01-27 08:38:20 +00:00
Dan Horák
f08e792a66
- apply the conflict with fedora-release only in Fedora
2016-01-08 10:48:55 +01:00
Jan Synacek
2ec3b0659d
Fix rawhide build failures on ppc64 ( #1286249 )
2015-12-10 13:47:25 +01:00
Zbigniew Jędrzejewski-Szmek
25282cb229
Require tree for tests
2015-12-01 23:53:29 -05:00
Zbigniew Jędrzejewski-Szmek
d8151dbe1d
Create /etc/systemd/network
2015-11-29 01:12:44 -05:00
Zbigniew Jędrzejewski-Szmek
38d93ea79f
Do not install nss modules by default
2015-11-26 11:01:20 -05:00
Zbigniew Jędrzejewski-Szmek
1279f70ebd
Update to git snapshot
2015-11-23 22:41:11 -05:00
Zbigniew Jędrzejewski-Szmek
80f2df5146
Convert file trigger scripts to lua
...
At least the %filetriggerpostun script can be invoked hundreds of
times during an upgrade, so it makes sense to optimize it a bit.
assert(exec(...)) is used because of https://bugzilla.redhat.com/show_bug.cgi?id=1094072 .
2015-11-22 19:59:39 -05:00
Zbigniew Jędrzejewski-Szmek
dc105f307e
Improve filetriggers to run in all required situations
2015-11-22 19:53:05 -05:00
Zbigniew Jędrzejewski-Szmek
56be258e41
Add BR:lz4
2015-11-19 08:46:22 -05:00
Zbigniew Jędrzejewski-Szmek
fc651191db
Enable rpm file triggers for daemon-reload
...
We have to do this now because the corresponding change to rpm macros
was merged into systemd-228.
2015-11-19 08:25:57 -05:00
Zbigniew Jędrzejewski-Szmek
5767bd4538
Fix version number in obsoleted package name
2015-11-18 20:22:43 -05:00
Kay Sievers
32b81ffc99
New upstream release
2015-11-18 11:10:43 +01:00
Zbigniew Jędrzejewski-Szmek
38ce1c6b7e
Revert last four commits
...
Pushed by mistake too early :(
2015-11-14 19:38:10 -05:00
Zbigniew Jędrzejewski-Szmek
7a0ef9c797
Use file trigger to call systemctl daemon-reload
2015-11-14 19:32:46 -05:00
Zbigniew Jędrzejewski-Szmek
895657f1cb
Move more files to -udev
2015-11-13 20:52:25 -05:00
Zbigniew Jędrzejewski-Szmek
fb4fe7a672
Split out system-udev subpackage
2015-11-13 20:52:24 -05:00
Zbigniew Jędrzejewski-Szmek
30dafa4290
Split out systemd-container subpackage
2015-11-13 20:52:06 -05:00
Zbigniew Jędrzejewski-Szmek
49f71b6ae3
Do not assume fstab is present
2015-11-13 20:51:46 -05:00
Zbigniew Jędrzejewski-Szmek
a884a616c9
Ignore the access mode on /var/log/journal
2015-11-12 00:03:27 -05:00
Zbigniew Jędrzejewski-Szmek
a67535cbef
Remove obsolete %post script
2015-11-12 00:03:27 -05:00
Zbigniew Jędrzejewski-Szmek
b321c5a2de
Rename journal-gateway subpackage to journal-remote
...
We have outgrown the old name...
2015-11-12 00:03:27 -05:00
Zbigniew Jędrzejewski-Szmek
76c0b72634
Remove obsoletes for old systemd version
2015-11-11 23:50:31 -05:00
Zbigniew Jędrzejewski-Szmek
aec27b1382
Remove sysvinit from description
...
Sysvinit is long gone, no need to mention it.
2015-11-11 23:50:31 -05:00
Peter Robinson
2532db13a7
Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
2015-11-11 12:07:32 +00:00
Lukas Nykryn
684a3bc691
Rebuild for libmicrohttpd soname bump
2015-11-10 17:14:29 +01:00
Robert Kuska
984ca0bc57
Rebuilt for Python3.5 rebuild
2015-11-06 12:59:00 +01:00
Zbigniew Jędrzejewski-Szmek
35c1f69c22
Fix syntax in kernel install
2015-11-04 11:24:13 -05:00
Michal Schmidt
339d9a453b
Rebuild for libmicrohttpd soname bump
2015-11-03 13:12:12 +01:00
Kay Sievers
456eac18c7
New upstream release
2015-10-07 17:13:28 +02:00
Jan Synacek
5cdbe47c57
user systemd-journal-upload should be in systemd-journal group ( #1262743 )
2015-09-18 12:51:56 +02:00
Kay Sievers
4463a3b894
Add selinux to system-user PAM config
2015-09-18 01:20:51 +02:00
Kay Sievers
41553e0ec2
New upstream release
2015-09-08 16:46:01 +02:00
Kay Sievers
6c1029f225
New upstream release
2015-08-27 17:06:22 +02:00
Kay Sievers
a5c858d8e5
New upstream release
2015-07-31 18:50:25 +02:00
Kay Sievers
5bd45994d7
update to git snapshot
2015-07-30 00:06:38 +02:00
Harald Hoyer
60a0b61d40
systemd.spec: it's "Recommends" not "Wants"
2015-07-29 19:31:53 +02:00
Harald Hoyer
68323a2a5a
systemd.spec: turn diffutils into a soft requirement
...
diffutils is only needed for systemd-delta
2015-07-29 16:51:57 +02:00
Harald Hoyer
5c1c8ba5ff
systemd.spec: require util-linux
...
we want /bin/mount
2015-07-29 16:50:23 +02:00
Kay Sievers
741490beeb
New upstream release
2015-07-29 13:14:57 +02:00
Zbigniew Jędrzejewski-Szmek
35ec3ad770
python3-devel is required to expand macros
2015-07-25 14:30:54 -04:00