Commit Graph

293 Commits

Author SHA1 Message Date
Michal Schmidt 3d6d8951ea add triggers to fix the disappearing default.target on upgrades from f16
Add triggers from Bill Nottingham to correct the damage done by
the obsoleted systemd-units's preun scriptlet (#807457).
2012-03-28 00:14:11 +02:00
Dennis Gilmore e6be2e76e5 apply patch from upstream so we can build systemd on arm and ppc
- and likely the rest of the secondary arches
2012-03-26 11:59:30 -05:00
Michal Schmidt 7de90b3c5a don't build the gtk parts anymore
The GTK apps are moving into the systemd-ui package.
Remove a dead patch file.
2012-03-20 12:15:26 +01:00
Lennart Poettering 87c59bda26 New upstream release 2012-03-16 02:16:38 +01:00
Dennis Gilmore 751bc7e036 don't conflict with fedora-release systemd never actually provided
- /etc/os-release so there is no actual conflict
2012-02-27 12:52:54 -06:00
Lennart Poettering 7cc50376c5 new upstream release 2012-02-15 04:51:07 +01:00
Lennart Poettering 54fb1a81fa new upstream release 2012-02-11 02:47:55 +01:00
Michal Schmidt da70c2af5e fix make-git-snapshot.sh for git >= 1.7.9
Since git-1.7.9 it is not permitted to use 'git archive --remote=...'
with arbitrary sha1 refs. Only named refs are allowed.

See this git commit in git :-) :
ee27ca4a7 archive: don't let remote clients get unreachable commits
2012-02-10 09:39:57 +01:00
Adam Williamson 3d15eff6df rebuild for fixed binutils 2012-02-08 19:20:29 -08:00
Lennart Poettering 3c0bb5aa43 New upstream release 2012-02-09 03:33:43 +01:00
Lennart Poettering 669e843a89 new upstream 2012-02-07 04:29:39 +01:00
Kay Sievers 8ec8f44b9e provide /sbin/shutdown 2012-01-26 14:37:41 +01:00
Harald Hoyer 5c0f42f8a4 increment release 2012-01-25 20:38:01 +01:00
Harald Hoyer 8af0a3d443 install everything in /usr
https://fedoraproject.org/wiki/Features/UsrMove
2012-01-25 19:14:38 +01:00
Kay Sievers 7af07466f6 restore libgee06 requires 2012-01-25 17:18:40 +01:00
Kay Sievers 3b11fb6e1b install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove

This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.

New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.

Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.

Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 16:07:41 +01:00
Lennart Poettering 03e2e2f1f9 new upstream release 2012-01-25 01:36:57 +01:00
Michal Schmidt 8b9f614000 update to a current git snapshot 2012-01-22 22:14:55 +01:00
Michal Schmidt cff4d671c8 split off systemd-analyze
Both 'systemd' and 'systemd-analyze' have:
Obsoletes: systemd < 38-5
so that the tool does not disappear from users' systems on
upgrades. On new installs it won't be installed by default.
2012-01-22 22:03:39 +01:00
Michal Schmidt 918fcea6b1 run ldconfig in %post and %postun
We ship shared libraries, ldconfig is mandatory.
2012-01-22 20:46:52 +01:00
Michal Schmidt 9d70f4d7e8 fix unowned directory /usr/share/systemd 2012-01-22 20:46:50 +01:00
Michal Schmidt f53a3e93cd move man section 3 to -devel 2012-01-22 20:46:47 +01:00
Michal Schmidt 1766805b53 merge -units into the main package 2012-01-22 20:46:45 +01:00
Michal Schmidt a0a648166b add --disable-static
It makes the build slightly faster.
2012-01-22 20:46:43 +01:00
Michal Schmidt 590f0a7d34 no need to specify BuildRequires: make gawk binutils
make, gawk, binutils are included in the minimum build environment
and don't have to be listed in BuildRequires.
2012-01-22 20:46:41 +01:00
Michal Schmidt 0d22478eb5 pkgconfig dependencies are detected automatically by rpmbuild 2012-01-22 20:46:39 +01:00
Michal Schmidt f155b1163f remove legacy spec file elements
BuildRoot tag and cleaning in %install are implicit since F10.
%clean section is implicit since F13.
%defattr are not needed since rpm 4.4.
2012-01-22 20:46:37 +01:00
Michal Schmidt 5911067120 add easy building of git snapshots
add make-git-snapshot.sh to make a tarball from upstream git.
if %global gitcommit is defined on the top, a snapshot is being built.
don't BuildRequire auto-tools to build from release tarballs.
2012-01-22 20:46:35 +01:00
Michal Schmidt df06c188ef delete unused patches 2012-01-22 20:46:33 +01:00
Michal Schmidt 0dd00cf131 reenable gtk tools
Need to build against libgee06-devel.
2012-01-22 20:46:28 +01:00
Dan Horák 125ea38040 fix build on big-endians 2012-01-21 12:35:58 +01:00
Lennart Poettering fe60eaca57 Disable building of gtk tools for now 2012-01-11 04:55:52 +01:00
Lennart Poettering 29f5e61c5d Fix a few (build) dependencies 2012-01-11 04:44:49 +01:00
Lennart Poettering 644c86ab9d forgot tarball 2012-01-11 04:34:03 +01:00
Lennart Poettering 7bb7b2c07e New upstream release 2012-01-11 04:28:28 +01:00
Michal Schmidt ce9f78e651 Run authconfig if /etc/pam.d/system-auth is not a symlink
Resolves: #753160
2011-11-15 20:47:35 +01:00
Michal Schmidt 57a225d7cc Fix remote-fs-pre.target and its ordering
Resolves: #749940
2011-11-02 00:21:43 +01:00
Michal Schmidt bbee01f832 A couple of fixes from upstream
Fix a regression in bash-completion reported in Bodhi.
Fix a crash in isolating.
Resolves: #717325
2011-10-19 12:31:33 +02:00
Lennart Poettering 3a932a1c48 new upstream release 2011-10-11 21:07:03 +02:00
Michal Schmidt 25c1c5ad91 Undo the workaround.
Kay says it does not belong in systemd.
Unresolves: #741655
2011-09-29 21:41:16 +02:00
Michal Schmidt 0afbbc68db Workaround for the crypto-on-lvm-on-crypto disk layout
Resolves: #741655
2011-09-29 02:26:24 +02:00
Michal Schmidt a762e50cab Revert an upstream patch that caused ordering cycles
Resolves: #741078
2011-09-25 10:07:57 +02:00
Lennart Poettering cf8032442a Add /etc/timezone to ghosted files 2011-09-23 18:51:07 +02:00
Lennart Poettering a023902a9e new upstream release 2011-09-23 18:37:23 +02:00
Lennart Poettering cdeb7918c6 spec file fixes 2011-09-23 18:31:12 +02:00
Lennart Poettering fdfe15e717 New upstream release 2011-09-01 02:22:13 +02:00
Lennart Poettering 556ae5b989 post script fixes 2011-08-31 03:10:41 +02:00
Lennart Poettering 90285fd093 New upstream release 2011-08-25 17:14:45 +02:00
Harald Hoyer ea5796cf9b fix ABRT on service file reloading
Resolves: rhbz#732020
2011-08-19 17:05:26 +02:00
Harald Hoyer c0cb8846b9 fix ABRT on service file reloading
Resolves: rhbz#732020
2011-08-19 17:02:29 +02:00