2014-02-24 21:18:10 +00:00
|
|
|
#global gitcommit f01de96
|
2012-01-25 00:36:57 +00:00
|
|
|
|
2012-08-08 20:15:54 +00:00
|
|
|
%global _hardened_build 1
|
2012-08-08 10:09:51 +00:00
|
|
|
|
2012-09-13 12:43:03 +00:00
|
|
|
# We ship a .pc file but don't want to have a dep on pkg-config. We
|
|
|
|
# strip the automatically generated dep here and instead co-own the
|
|
|
|
# directory.
|
|
|
|
%global __requires_exclude pkg-config
|
|
|
|
|
2013-08-17 02:45:17 +00:00
|
|
|
# Do not check .so files in the python_sitelib directory for provides.
|
|
|
|
%global __provides_exclude_from ^(%{python_sitearch}|%{python3_sitearch})/.*\\.so
|
|
|
|
|
2015-03-23 02:47:59 +00:00
|
|
|
%global pkgdir %{_prefix}/lib/systemd
|
|
|
|
%global system_unit_dir %{pkgdir}/system
|
|
|
|
|
2010-06-22 04:16:32 +00:00
|
|
|
Name: systemd
|
|
|
|
Url: http://www.freedesktop.org/wiki/Software/systemd
|
2015-05-21 20:39:30 +00:00
|
|
|
Version: 220
|
|
|
|
Release: 1%{?gitcommit:.git%{gitcommit}}%{?dist}
|
2012-06-05 13:16:47 +00:00
|
|
|
# For a breakdown of the licensing, see README
|
|
|
|
License: LGPLv2+ and MIT and GPLv2+
|
2010-11-17 00:09:34 +00:00
|
|
|
Summary: A System and Service Manager
|
2013-04-09 14:19:19 +00:00
|
|
|
|
|
|
|
%if %{defined gitcommit}
|
|
|
|
# Snapshot tarball can be created using: ./make-git-shapshot.sh [gitcommit]
|
|
|
|
Source0: %{name}-git%{gitcommit}.tar.xz
|
|
|
|
%else
|
|
|
|
Source0: http://www.freedesktop.org/software/systemd/%{name}-%{version}.tar.xz
|
|
|
|
%endif
|
2015-05-20 04:34:19 +00:00
|
|
|
|
2013-04-09 14:19:19 +00:00
|
|
|
# Prevent accidental removal of the systemd package
|
2014-10-07 00:37:38 +00:00
|
|
|
Source4: yum-protect-systemd.conf
|
|
|
|
Source5: inittab
|
2014-10-07 04:39:08 +00:00
|
|
|
Source6: sysctl.conf.README
|
2015-01-06 02:08:08 +00:00
|
|
|
Source7: systemd-journal-remote.xml
|
|
|
|
Source8: systemd-journal-gatewayd.xml
|
2013-04-09 14:19:19 +00:00
|
|
|
|
2015-05-21 20:39:30 +00:00
|
|
|
# Patch series is available from http://cgit.freedesktop.org/systemd/systemd-stable/log/?h=v220-stable
|
|
|
|
# GIT_DIR=~/src/systemd/.git git format-patch-ab -M -N --no-signature v220..v220-stable
|
2014-10-04 02:43:52 +00:00
|
|
|
# i=1; for p in 0*patch;do printf "Patch%04d: %s\n" $i $p; ((i++));done
|
2015-02-24 22:37:22 +00:00
|
|
|
|
2013-04-09 14:19:19 +00:00
|
|
|
# kernel-install patch for grubby, drop if grubby is obsolete
|
2013-05-07 08:38:15 +00:00
|
|
|
Patch1000: kernel-install-grubby.patch
|
2013-04-09 14:19:19 +00:00
|
|
|
|
|
|
|
%global num_patches %{lua: c=0; for i,p in ipairs(patches) do c=c+1; end; print(c);}
|
|
|
|
|
2010-06-22 04:16:32 +00:00
|
|
|
BuildRequires: libcap-devel
|
2014-12-10 23:01:54 +00:00
|
|
|
BuildRequires: libmount-devel
|
2010-06-22 04:16:32 +00:00
|
|
|
BuildRequires: pam-devel
|
2010-07-24 01:05:02 +00:00
|
|
|
BuildRequires: libselinux-devel
|
2010-09-14 15:51:38 +00:00
|
|
|
BuildRequires: audit-libs-devel
|
2012-12-05 13:51:32 +00:00
|
|
|
BuildRequires: cryptsetup-devel
|
2012-03-20 09:27:26 +00:00
|
|
|
BuildRequires: dbus-devel
|
2011-07-13 21:28:44 +00:00
|
|
|
BuildRequires: libacl-devel
|
2012-05-24 20:42:11 +00:00
|
|
|
BuildRequires: glib2-devel
|
2013-03-07 22:46:46 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
|
|
|
BuildRequires: libblkid-devel
|
2012-01-11 03:44:49 +00:00
|
|
|
BuildRequires: xz-devel
|
2014-08-19 23:48:42 +00:00
|
|
|
BuildRequires: libidn-devel
|
|
|
|
BuildRequires: libcurl-devel
|
2013-03-07 22:46:46 +00:00
|
|
|
BuildRequires: kmod-devel
|
2014-07-22 03:04:01 +00:00
|
|
|
BuildRequires: elfutils-devel
|
2012-08-23 01:27:58 +00:00
|
|
|
BuildRequires: libgcrypt-devel
|
2014-07-22 03:04:01 +00:00
|
|
|
BuildRequires: gnutls-devel
|
2012-08-23 01:27:58 +00:00
|
|
|
BuildRequires: qrencode-devel
|
2012-09-28 00:38:31 +00:00
|
|
|
BuildRequires: libmicrohttpd-devel
|
2015-01-16 05:27:43 +00:00
|
|
|
BuildRequires: libxkbcommon-devel
|
2015-02-16 20:54:03 +00:00
|
|
|
BuildRequires: iptables-devel
|
|
|
|
BuildRequires: bzip2-devel
|
2012-08-23 01:27:58 +00:00
|
|
|
BuildRequires: libxslt
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: pkgconfig
|
2013-03-07 22:46:46 +00:00
|
|
|
BuildRequires: intltool
|
2012-08-23 01:27:58 +00:00
|
|
|
BuildRequires: gperf
|
2013-08-15 11:04:03 +00:00
|
|
|
BuildRequires: gawk
|
2012-05-24 20:42:11 +00:00
|
|
|
BuildRequires: gtk-doc
|
2012-09-20 19:29:13 +00:00
|
|
|
BuildRequires: python2-devel
|
2013-06-18 16:12:27 +00:00
|
|
|
BuildRequires: python3-devel
|
2014-02-20 00:40:19 +00:00
|
|
|
BuildRequires: python-lxml
|
|
|
|
BuildRequires: python3-lxml
|
2015-01-06 02:08:08 +00:00
|
|
|
BuildRequires: firewalld-filesystem
|
2015-02-16 15:26:55 +00:00
|
|
|
# libseccomp is currently explicitly only supported on x86/arm*
|
|
|
|
%ifarch %{arm} aarch64 %{ix86} x86_64
|
2014-03-07 15:39:16 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1071278
|
2014-03-07 13:51:44 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1073647
|
2014-03-01 03:38:38 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1071284
|
2014-02-20 00:12:13 +00:00
|
|
|
BuildRequires: libseccomp-devel
|
2014-03-01 03:38:38 +00:00
|
|
|
%endif
|
2013-04-09 14:19:19 +00:00
|
|
|
%if %{defined gitcommit}%{num_patches}
|
2012-01-22 19:46:35 +00:00
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: libtool
|
2013-04-09 14:19:19 +00:00
|
|
|
%endif
|
|
|
|
%if %{num_patches}
|
|
|
|
BuildRequires: git
|
|
|
|
%endif
|
2012-01-22 19:46:45 +00:00
|
|
|
Requires(post): coreutils
|
2012-10-25 16:24:34 +00:00
|
|
|
Requires(post): sed
|
2013-03-07 22:27:37 +00:00
|
|
|
Requires(post): acl
|
2015-03-14 15:48:28 +00:00
|
|
|
Requires(post): grep
|
2012-05-24 21:37:11 +00:00
|
|
|
Requires(pre): coreutils
|
2012-08-08 01:11:36 +00:00
|
|
|
Requires(pre): /usr/bin/getent
|
|
|
|
Requires(pre): /usr/sbin/groupadd
|
2012-05-24 20:42:11 +00:00
|
|
|
Requires: dbus
|
2012-11-09 13:17:50 +00:00
|
|
|
Requires: %{name}-libs = %{version}-%{release}
|
2014-11-03 03:35:07 +00:00
|
|
|
Requires: kmod >= 18-4
|
2014-01-11 17:39:34 +00:00
|
|
|
Requires: diffutils
|
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 14:56:17 +00:00
|
|
|
Provides: /bin/systemctl
|
2012-01-26 13:37:41 +00:00
|
|
|
Provides: /sbin/shutdown
|
2013-03-07 22:46:46 +00:00
|
|
|
Provides: syslog
|
2012-01-22 19:46:45 +00:00
|
|
|
Provides: systemd-units = %{version}-%{release}
|
2012-06-05 16:33:49 +00:00
|
|
|
Provides: udev = %{version}
|
2012-05-24 20:42:11 +00:00
|
|
|
Obsoletes: udev < 183
|
2012-07-30 10:29:09 +00:00
|
|
|
Obsoletes: system-setup-keyboard < 0.9
|
|
|
|
Provides: system-setup-keyboard = 0.9
|
2013-01-08 02:00:08 +00:00
|
|
|
Obsoletes: nss-myhostname < 0.4
|
|
|
|
Provides: nss-myhostname = 0.4
|
2013-08-15 11:04:03 +00:00
|
|
|
# For the journal-gateway split in F20, drop at F22
|
|
|
|
Obsoletes: systemd < 204-10
|
2013-07-13 10:50:50 +00:00
|
|
|
# systemd-sysv-convert was removed in f20: https://fedorahosted.org/fpc/ticket/308
|
|
|
|
Obsoletes: systemd-sysv < 206
|
|
|
|
Provides: systemd-sysv = 206
|
2014-10-13 14:33:20 +00:00
|
|
|
Conflicts: initscripts < 9.56.1
|
2015-05-20 18:14:50 +00:00
|
|
|
Conflicts: fedora-release < 23-0.12
|
2010-06-22 04:16:32 +00:00
|
|
|
|
|
|
|
%description
|
2010-11-17 00:09:34 +00:00
|
|
|
systemd is a system and service manager for Linux, compatible with
|
2010-06-22 04:16:32 +00:00
|
|
|
SysV and LSB init scripts. systemd provides aggressive parallelization
|
|
|
|
capabilities, uses socket and D-Bus activation for starting services,
|
|
|
|
offers on-demand starting of daemons, keeps track of processes using
|
|
|
|
Linux cgroups, supports snapshotting and restoring of the system
|
|
|
|
state, maintains mount and automount points and implements an
|
|
|
|
elaborate transactional dependency-based service control logic. It can
|
|
|
|
work as a drop-in replacement for sysvinit.
|
|
|
|
|
2012-06-06 22:57:02 +00:00
|
|
|
%package libs
|
|
|
|
Summary: systemd libraries
|
|
|
|
License: LGPLv2+ and MIT
|
2012-07-02 18:52:00 +00:00
|
|
|
Obsoletes: libudev < 183
|
2012-06-22 12:33:14 +00:00
|
|
|
Obsoletes: systemd < 185-4
|
|
|
|
Conflicts: systemd < 185-4
|
2012-06-06 22:57:02 +00:00
|
|
|
|
|
|
|
%description libs
|
2012-08-08 10:09:44 +00:00
|
|
|
Libraries for systemd and udev, as well as the systemd PAM module.
|
2012-06-06 22:57:02 +00:00
|
|
|
|
2014-07-24 20:41:23 +00:00
|
|
|
%package compat-libs
|
|
|
|
Summary: systemd compatibility libraries
|
|
|
|
License: LGPLv2+ and MIT
|
|
|
|
# To reduce confusion, this package can only be installed in parallel
|
|
|
|
# with the normal systemd-libs, same version.
|
2015-04-08 14:20:46 +00:00
|
|
|
Requires: systemd-libs%{?_isa} = %{version}-%{release}
|
2014-07-24 20:41:23 +00:00
|
|
|
|
|
|
|
%description compat-libs
|
|
|
|
Compatibility libraries for systemd. If your package requires this
|
|
|
|
package, you need to update your link options and build.
|
|
|
|
|
2011-07-27 21:25:36 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development headers for systemd
|
2012-06-06 22:57:02 +00:00
|
|
|
License: LGPLv2+ and MIT
|
2015-04-08 14:20:46 +00:00
|
|
|
# We need both libsystemd and libsystemd-<compat> libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: %{name}-compat-libs%{?_isa} = %{version}-%{release}
|
2012-06-05 16:33:49 +00:00
|
|
|
Provides: libudev-devel = %{version}
|
2012-05-24 20:42:11 +00:00
|
|
|
Obsoletes: libudev-devel < 183
|
2011-07-27 21:25:36 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development headers and auxiliary files for developing applications for systemd.
|
|
|
|
|
2012-09-20 19:29:13 +00:00
|
|
|
%package python
|
2013-06-18 16:12:27 +00:00
|
|
|
Summary: Python 2 bindings for systemd
|
|
|
|
License: LGPLv2+
|
2015-04-08 14:20:46 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-18 16:12:27 +00:00
|
|
|
|
|
|
|
%package python3
|
|
|
|
Summary: Python 3 bindings for systemd
|
2012-09-20 19:29:13 +00:00
|
|
|
License: LGPLv2+
|
2015-04-08 14:20:46 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-09-20 19:29:13 +00:00
|
|
|
|
|
|
|
%description python
|
2013-06-18 16:12:27 +00:00
|
|
|
This package contains bindings which allow Python 2 programs to use
|
|
|
|
systemd APIs
|
|
|
|
|
|
|
|
%description python3
|
|
|
|
This package contains bindings which allow Python 3 programs to use
|
|
|
|
systemd APIs
|
2012-09-20 19:29:13 +00:00
|
|
|
|
2012-05-24 20:42:11 +00:00
|
|
|
%package -n libgudev1
|
|
|
|
Summary: Libraries for adding libudev support to applications that use glib
|
|
|
|
Conflicts: filesystem < 3
|
|
|
|
License: LGPLv2+
|
2015-04-08 14:20:46 +00:00
|
|
|
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
2012-05-24 20:42:11 +00:00
|
|
|
|
|
|
|
%description -n libgudev1
|
|
|
|
This package contains the libraries that make it easier to use libudev
|
|
|
|
functionality from applications that use glib.
|
|
|
|
|
|
|
|
%package -n libgudev1-devel
|
|
|
|
Summary: Header files for adding libudev support to applications that use glib
|
2015-04-08 14:20:46 +00:00
|
|
|
Requires: libgudev1%{?_isa} = %{version}-%{release}
|
2012-05-24 20:42:11 +00:00
|
|
|
License: LGPLv2+
|
|
|
|
|
|
|
|
%description -n libgudev1-devel
|
|
|
|
This package contains the header and pkg-config files for developing
|
|
|
|
glib-based applications using libudev functionality.
|
|
|
|
|
2013-06-26 10:32:27 +00:00
|
|
|
%package journal-gateway
|
|
|
|
Summary: Gateway for serving journal events over the network using HTTP
|
2015-04-08 14:20:46 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2013-06-26 10:32:27 +00:00
|
|
|
License: LGPLv2+
|
|
|
|
Requires(pre): /usr/bin/getent
|
|
|
|
Requires(post): systemd
|
|
|
|
Requires(preun): systemd
|
|
|
|
Requires(postun): systemd
|
2015-01-06 02:08:08 +00:00
|
|
|
Requires: firewalld-filesystem
|
2013-06-26 10:32:27 +00:00
|
|
|
# For the journal-gateway split in F20, drop at F22
|
|
|
|
Obsoletes: systemd < 204-10
|
|
|
|
|
|
|
|
%description journal-gateway
|
|
|
|
systemd-journal-gatewayd serves journal events over the network using HTTP.
|
|
|
|
|
2010-06-22 04:16:32 +00:00
|
|
|
%prep
|
2012-01-22 19:46:35 +00:00
|
|
|
%setup -q %{?gitcommit:-n %{name}-git%{gitcommit}}
|
2010-06-11 06:18:33 +00:00
|
|
|
|
2013-04-09 14:19:19 +00:00
|
|
|
%if %{num_patches}
|
2013-03-13 07:31:41 +00:00
|
|
|
git init
|
|
|
|
git config user.email "systemd-maint@redhat.com"
|
|
|
|
git config user.name "Fedora systemd team"
|
|
|
|
git add .
|
|
|
|
git commit -a -q -m "%{version} baseline."
|
|
|
|
|
|
|
|
# Apply all the patches.
|
2013-09-04 11:29:05 +00:00
|
|
|
git am \
|
|
|
|
--exclude .gitignore \
|
|
|
|
--exclude docs/.gitignore \
|
|
|
|
--exclude docs/gudev/.gitignore \
|
|
|
|
--exclude docs/libudev/.gitignore \
|
|
|
|
--exclude docs/sysvinit/.gitignore \
|
|
|
|
--exclude docs/var-log/.gitignore \
|
|
|
|
--exclude hwdb/.gitignore \
|
|
|
|
--exclude m4/.gitignore \
|
|
|
|
--exclude man/.gitignore \
|
|
|
|
--exclude po/.gitignore \
|
|
|
|
--exclude rules/.gitignore \
|
|
|
|
--exclude src/.gitignore \
|
|
|
|
--exclude src/analyze/.gitignore \
|
|
|
|
--exclude src/core/.gitignore \
|
|
|
|
--exclude src/gudev/.gitignore \
|
|
|
|
--exclude src/hostname/.gitignore \
|
|
|
|
--exclude src/journal/.gitignore \
|
|
|
|
--exclude src/libsystemd-daemon/.gitignore \
|
|
|
|
--exclude src/libsystemd-id128/.gitignore \
|
|
|
|
--exclude src/libudev/.gitignore \
|
|
|
|
--exclude src/locale/.gitignore \
|
|
|
|
--exclude src/login/.gitignore \
|
|
|
|
--exclude src/python-systemd/.gitignore \
|
|
|
|
--exclude src/python-systemd/docs/.gitignore \
|
|
|
|
--exclude src/timedate/.gitignore \
|
|
|
|
--exclude src/udev/.gitignore \
|
|
|
|
--exclude src/udev/scsi_id/.gitignore \
|
|
|
|
--exclude sysctl.d/.gitignore \
|
|
|
|
--exclude test/.gitignore \
|
|
|
|
--exclude units/.gitignore \
|
|
|
|
--exclude units/user/.gitignore \
|
2014-03-01 12:59:32 +00:00
|
|
|
--exclude src/libsystemd/sd-bus/PORTING-DBUS1 \
|
2014-10-04 02:43:52 +00:00
|
|
|
--exclude CODING_STYLE \
|
|
|
|
--exclude src/readahead/Makefile \
|
|
|
|
--exclude src/libsystemd-terminal/unifont-def.h \
|
2015-03-14 15:36:00 +00:00
|
|
|
--exclude hwdb/sdio.ids \
|
2013-09-04 11:29:05 +00:00
|
|
|
%{patches}
|
2013-04-09 14:19:19 +00:00
|
|
|
%endif
|
2014-10-04 02:43:52 +00:00
|
|
|
|
2014-03-07 15:39:16 +00:00
|
|
|
%ifarch ppc ppc64 ppc64le
|
2014-03-01 03:38:38 +00:00
|
|
|
# Disable link warnings, somehow they cause the link to fail.
|
|
|
|
sed -r -i 's/\blibsystemd-(login|journal|id128|daemon).c \\/\\/' Makefile.am
|
|
|
|
%endif
|
2013-03-13 07:31:41 +00:00
|
|
|
|
2010-06-22 04:16:32 +00:00
|
|
|
%build
|
2013-04-09 14:19:19 +00:00
|
|
|
%if %{defined gitcommit}
|
|
|
|
./autogen.sh
|
|
|
|
%else
|
|
|
|
%if %{num_patches}
|
2014-02-23 01:01:28 +00:00
|
|
|
autoreconf -i
|
2013-04-09 14:19:19 +00:00
|
|
|
%endif
|
|
|
|
%endif
|
2013-03-15 11:26:12 +00:00
|
|
|
|
2014-09-09 18:34:49 +00:00
|
|
|
%{?fedora: %global ntpvendor fedora}
|
|
|
|
%{?rhel: %global ntpvendor rhel}
|
|
|
|
%{!?ntpvendor: echo 'NTP vendor zone is not set!'; exit 1}
|
|
|
|
|
2013-06-18 16:12:27 +00:00
|
|
|
# first make python3 while source directory is empty
|
|
|
|
rm -rf build2 build3
|
|
|
|
mkdir build2
|
|
|
|
mkdir build3
|
|
|
|
|
2014-09-09 18:34:46 +00:00
|
|
|
CONFIGURE_OPTS=(
|
|
|
|
--libexecdir=%{_prefix}/lib
|
|
|
|
--with-sysvinit-path=/etc/rc.d/init.d
|
|
|
|
--with-rc-local-script-path-start=/etc/rc.d/rc.local
|
2014-09-09 18:34:49 +00:00
|
|
|
--with-ntp-servers='0.%{ntpvendor}.pool.ntp.org 1.%{ntpvendor}.pool.ntp.org 2.%{ntpvendor}.pool.ntp.org 3.%{ntpvendor}.pool.ntp.org'
|
2014-09-09 18:34:46 +00:00
|
|
|
--disable-kdbus
|
2014-10-04 02:43:52 +00:00
|
|
|
--disable-terminal
|
2014-09-09 18:34:46 +00:00
|
|
|
)
|
|
|
|
|
2013-06-18 16:12:27 +00:00
|
|
|
pushd build3
|
|
|
|
%define _configure ../configure
|
|
|
|
%configure \
|
2014-09-09 18:34:46 +00:00
|
|
|
"${CONFIGURE_OPTS[@]}" \
|
2013-06-18 16:12:27 +00:00
|
|
|
--disable-manpages \
|
2014-07-24 20:41:23 +00:00
|
|
|
--disable-compat-libs \
|
2013-06-18 16:12:27 +00:00
|
|
|
PYTHON=%{__python3}
|
2014-06-11 15:39:07 +00:00
|
|
|
make %{?_smp_mflags} GCC_COLORS="" V=1
|
2013-06-18 16:12:27 +00:00
|
|
|
popd
|
|
|
|
|
|
|
|
pushd build2
|
2012-05-24 20:42:11 +00:00
|
|
|
%configure \
|
2014-09-09 18:34:46 +00:00
|
|
|
"${CONFIGURE_OPTS[@]}" \
|
2012-08-08 00:19:24 +00:00
|
|
|
--enable-gtk-doc \
|
2015-01-16 05:27:43 +00:00
|
|
|
--enable-compat-libs \
|
2015-01-19 21:11:51 +00:00
|
|
|
--enable-xkbcommon
|
2014-06-11 15:39:07 +00:00
|
|
|
make %{?_smp_mflags} GCC_COLORS="" V=1
|
2013-06-18 16:12:27 +00:00
|
|
|
popd
|
2010-06-22 04:16:32 +00:00
|
|
|
|
|
|
|
%install
|
2013-06-18 16:12:27 +00:00
|
|
|
# first install python3 so the binaries are overwritten by the python2 ones
|
|
|
|
pushd build3
|
|
|
|
%make_install
|
|
|
|
popd
|
|
|
|
pushd build2
|
2012-08-08 00:19:24 +00:00
|
|
|
%make_install
|
2013-06-18 16:12:27 +00:00
|
|
|
popd
|
|
|
|
|
2013-04-09 14:19:19 +00:00
|
|
|
find %{buildroot} \( -name '*.a' -o -name '*.la' \) -delete
|
2012-08-07 15:16:26 +00:00
|
|
|
|
|
|
|
# udev links
|
2013-03-15 16:19:10 +00:00
|
|
|
mkdir -p %{buildroot}/%{_sbindir}
|
|
|
|
ln -sf ../bin/udevadm %{buildroot}%{_sbindir}/udevadm
|
2010-07-24 00:51:34 +00:00
|
|
|
|
|
|
|
# Create SysV compatibility symlinks. systemctl/systemd are smart
|
|
|
|
# enough to detect in which way they are called.
|
2013-03-15 16:19:10 +00:00
|
|
|
ln -s ../lib/systemd/systemd %{buildroot}%{_sbindir}/init
|
|
|
|
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/reboot
|
|
|
|
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/halt
|
|
|
|
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/poweroff
|
|
|
|
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/shutdown
|
|
|
|
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/telinit
|
|
|
|
ln -s ../bin/systemctl %{buildroot}%{_sbindir}/runlevel
|
2012-08-07 15:16:26 +00:00
|
|
|
|
2014-10-07 00:37:38 +00:00
|
|
|
# Compatiblity and documentation files
|
|
|
|
touch %{buildroot}/etc/crypttab
|
|
|
|
chmod 600 %{buildroot}/etc/crypttab
|
|
|
|
|
2015-01-19 21:11:51 +00:00
|
|
|
install -Dm0644 %{SOURCE5} %{buildroot}/etc/
|
2014-10-07 00:37:38 +00:00
|
|
|
|
2015-01-19 21:11:51 +00:00
|
|
|
install -Dm0644 %{SOURCE6} %{buildroot}/etc/sysctl.conf
|
2014-10-07 04:39:08 +00:00
|
|
|
ln -s ../sysctl.conf %{buildroot}/etc/sysctl.d/99-sysctl.conf
|
|
|
|
|
2010-07-24 00:51:34 +00:00
|
|
|
# We create all wants links manually at installation time to make sure
|
2013-08-15 11:04:03 +00:00
|
|
|
# they are not owned and hence overriden by rpm after the user deleted
|
2010-07-24 00:51:34 +00:00
|
|
|
# them.
|
2013-03-15 16:19:10 +00:00
|
|
|
rm -r %{buildroot}%{_sysconfdir}/systemd/system/*.target.wants
|
2010-07-24 00:51:34 +00:00
|
|
|
|
2010-09-14 00:38:13 +00:00
|
|
|
# Make sure these directories are properly owned
|
2015-03-23 02:47:59 +00:00
|
|
|
mkdir -p %{buildroot}%{system_unit_dir}/basic.target.wants
|
|
|
|
mkdir -p %{buildroot}%{system_unit_dir}/default.target.wants
|
|
|
|
mkdir -p %{buildroot}%{system_unit_dir}/dbus.target.wants
|
|
|
|
mkdir -p %{buildroot}%{system_unit_dir}/syslog.target.wants
|
2015-01-19 21:11:51 +00:00
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/run
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/log
|
2014-10-07 03:52:00 +00:00
|
|
|
touch %{buildroot}%{_localstatedir}/run/utmp
|
|
|
|
touch %{buildroot}%{_localstatedir}/log/{w,b}tmp
|
|
|
|
|
2012-02-11 01:46:33 +00:00
|
|
|
# Make sure the user generators dir exists too
|
2015-03-23 02:47:59 +00:00
|
|
|
mkdir -p %{buildroot}%{pkgdir}/system-generators
|
|
|
|
mkdir -p %{buildroot}%{pkgdir}/user-generators
|
2012-02-11 01:46:33 +00:00
|
|
|
|
2011-04-21 01:39:20 +00:00
|
|
|
# Create new-style configuration files so that we can ghost-own them
|
2013-03-15 16:19:10 +00:00
|
|
|
touch %{buildroot}%{_sysconfdir}/hostname
|
|
|
|
touch %{buildroot}%{_sysconfdir}/vconsole.conf
|
|
|
|
touch %{buildroot}%{_sysconfdir}/locale.conf
|
|
|
|
touch %{buildroot}%{_sysconfdir}/machine-id
|
|
|
|
touch %{buildroot}%{_sysconfdir}/machine-info
|
|
|
|
touch %{buildroot}%{_sysconfdir}/localtime
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
|
|
|
|
touch %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
|
2011-04-21 01:39:20 +00:00
|
|
|
|
2012-07-03 19:12:08 +00:00
|
|
|
# Make sure the shutdown/sleep drop-in dirs exist
|
2015-03-23 02:47:59 +00:00
|
|
|
mkdir -p %{buildroot}%{pkgdir}/system-shutdown/
|
|
|
|
mkdir -p %{buildroot}%{pkgdir}/system-sleep/
|
2012-07-03 19:12:08 +00:00
|
|
|
|
2013-03-07 22:27:37 +00:00
|
|
|
# Make sure directories in /var exist
|
2013-03-15 16:19:10 +00:00
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/coredump
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/catalog
|
2014-07-03 20:15:11 +00:00
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/backlight
|
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/rfkill
|
2015-03-23 03:38:27 +00:00
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/journal-upload
|
2013-03-15 16:19:10 +00:00
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/log/journal
|
|
|
|
touch %{buildroot}%{_localstatedir}/lib/systemd/catalog/database
|
|
|
|
touch %{buildroot}%{_sysconfdir}/udev/hwdb.bin
|
2014-02-20 00:12:13 +00:00
|
|
|
touch %{buildroot}%{_localstatedir}/lib/systemd/random-seed
|
2014-07-03 20:15:11 +00:00
|
|
|
touch %{buildroot}%{_localstatedir}/lib/systemd/clock
|
2013-03-07 22:27:37 +00:00
|
|
|
|
2012-10-24 16:18:40 +00:00
|
|
|
# Install yum protection fragment
|
2015-01-19 21:11:51 +00:00
|
|
|
install -Dm0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/yum/protected.d/systemd.conf
|
2012-10-24 16:18:40 +00:00
|
|
|
|
2015-01-19 21:11:51 +00:00
|
|
|
mkdir -vp %{buildroot}/usr/lib/firewalld/services/
|
|
|
|
install -Dm0644 %{SOURCE7} %{buildroot}/usr/lib/firewalld/services/
|
|
|
|
install -Dm0644 %{SOURCE8} %{buildroot}/usr/lib/firewalld/services/
|
2015-01-06 02:08:08 +00:00
|
|
|
|
2014-02-20 00:47:27 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2015-02-16 18:24:46 +00:00
|
|
|
%check
|
2015-03-03 21:41:52 +00:00
|
|
|
make -C build2 check VERBOSE=1
|
|
|
|
make -C build3 check VERBOSE=1
|
2015-02-16 18:24:46 +00:00
|
|
|
|
2012-05-24 20:42:11 +00:00
|
|
|
%pre
|
2013-03-15 16:19:10 +00:00
|
|
|
getent group cdrom >/dev/null 2>&1 || groupadd -r -g 11 cdrom >/dev/null 2>&1 || :
|
2014-10-07 03:52:00 +00:00
|
|
|
getent group utmp >/dev/null 2>&1 || groupadd -r -g 22 utmp >/dev/null 2>&1 || :
|
2013-03-15 16:19:10 +00:00
|
|
|
getent group tape >/dev/null 2>&1 || groupadd -r -g 33 tape >/dev/null 2>&1 || :
|
|
|
|
getent group dialout >/dev/null 2>&1 || groupadd -r -g 18 dialout >/dev/null 2>&1 || :
|
2014-06-23 05:55:26 +00:00
|
|
|
getent group input >/dev/null 2>&1 || groupadd -r input >/dev/null 2>&1 || :
|
2013-03-15 16:19:10 +00:00
|
|
|
getent group systemd-journal >/dev/null 2>&1 || groupadd -r -g 190 systemd-journal 2>&1 || :
|
2014-05-28 10:05:34 +00:00
|
|
|
getent group systemd-timesync >/dev/null 2>&1 || groupadd -r systemd-timesync 2>&1 || :
|
2014-07-31 02:55:43 +00:00
|
|
|
getent passwd systemd-timesync >/dev/null 2>&1 || useradd -r -l -g systemd-timesync -d / -s /sbin/nologin -c "systemd Time Synchronization" systemd-timesync >/dev/null 2>&1 || :
|
2014-06-11 15:39:07 +00:00
|
|
|
getent group systemd-network >/dev/null 2>&1 || groupadd -r systemd-network 2>&1 || :
|
2014-07-31 02:55:43 +00:00
|
|
|
getent passwd systemd-network >/dev/null 2>&1 || useradd -r -l -g systemd-network -d / -s /sbin/nologin -c "systemd Network Management" systemd-network >/dev/null 2>&1 || :
|
2014-06-11 15:39:07 +00:00
|
|
|
getent group systemd-resolve >/dev/null 2>&1 || groupadd -r systemd-resolve 2>&1 || :
|
2014-07-31 02:55:43 +00:00
|
|
|
getent passwd systemd-resolve >/dev/null 2>&1 || useradd -r -l -g systemd-resolve -d / -s /sbin/nologin -c "systemd Resolver" systemd-resolve >/dev/null 2>&1 || :
|
2014-06-11 15:39:07 +00:00
|
|
|
getent group systemd-bus-proxy >/dev/null 2>&1 || groupadd -r systemd-bus-proxy 2>&1 || :
|
2014-07-31 02:55:43 +00:00
|
|
|
getent passwd systemd-bus-proxy >/dev/null 2>&1 || useradd -r -l -g systemd-bus-proxy -d / -s /sbin/nologin -c "systemd Bus Proxy" systemd-bus-proxy >/dev/null 2>&1 || :
|
2013-06-21 12:31:00 +00:00
|
|
|
|
2013-03-15 16:19:10 +00:00
|
|
|
systemctl stop systemd-udevd-control.socket systemd-udevd-kernel.socket systemd-udevd.service >/dev/null 2>&1 || :
|
2012-02-07 03:29:39 +00:00
|
|
|
|
2010-08-27 01:59:56 +00:00
|
|
|
%post
|
2013-03-15 16:19:10 +00:00
|
|
|
systemd-machine-id-setup >/dev/null 2>&1 || :
|
2012-11-21 01:22:07 +00:00
|
|
|
/usr/lib/systemd/systemd-random-seed save >/dev/null 2>&1 || :
|
2013-03-15 16:19:10 +00:00
|
|
|
systemctl daemon-reexec >/dev/null 2>&1 || :
|
|
|
|
systemctl start systemd-udevd.service >/dev/null 2>&1 || :
|
|
|
|
udevadm hwdb --update >/dev/null 2>&1 || :
|
|
|
|
journalctl --update-catalog >/dev/null 2>&1 || :
|
2014-05-28 09:55:43 +00:00
|
|
|
systemd-tmpfiles --create >/dev/null 2>&1 || :
|
2011-03-01 01:13:59 +00:00
|
|
|
|
2013-10-02 13:09:14 +00:00
|
|
|
# Make sure new journal files will be owned by the "systemd-journal" group
|
2014-06-11 15:39:07 +00:00
|
|
|
chgrp systemd-journal /run/log/journal/ /run/log/journal/`cat /etc/machine-id 2> /dev/null` /var/log/journal/ /var/log/journal/`cat /etc/machine-id 2> /dev/null` >/dev/null 2>&1 || :
|
|
|
|
chmod g+s /run/log/journal/ /run/log/journal/`cat /etc/machine-id 2> /dev/null` /var/log/journal/ /var/log/journal/`cat /etc/machine-id 2> /dev/null` >/dev/null 2>&1 || :
|
2013-10-02 02:10:00 +00:00
|
|
|
|
2014-03-25 19:59:29 +00:00
|
|
|
# Apply ACL to the journal directory
|
|
|
|
setfacl -Rnm g:wheel:rx,d:g:wheel:rx,g:adm:rx,d:g:adm:rx /var/log/journal/ >/dev/null 2>&1 || :
|
|
|
|
|
2015-03-03 18:59:56 +00:00
|
|
|
# Remove duplicate ACL entries on /var/log/journal/<id>
|
|
|
|
# This should be removed before before F22 or F23 release
|
2015-05-20 04:24:27 +00:00
|
|
|
getfacl -p /var/log/journal/`cat /etc/machine-id` 2>/dev/null|grep -v '^#'|sort -u|setfacl --set-file=- /var/log/journal/`cat /etc/machine-id` >/dev/null 2>&1 || :
|
2015-03-03 18:59:56 +00:00
|
|
|
|
2013-10-02 13:09:14 +00:00
|
|
|
# Move old stuff around in /var/lib
|
|
|
|
mv %{_localstatedir}/lib/random-seed %{_localstatedir}/lib/systemd/random-seed >/dev/null 2>&1 || :
|
|
|
|
mv %{_localstatedir}/lib/backlight %{_localstatedir}/lib/systemd/backlight >/dev/null 2>&1 || :
|
|
|
|
|
2012-01-11 03:28:28 +00:00
|
|
|
# Stop-gap until rsyslog.rpm does this on its own. (This is supposed
|
|
|
|
# to fail when the link already exists)
|
2013-03-15 16:19:10 +00:00
|
|
|
ln -s /usr/lib/systemd/system/rsyslog.service /etc/systemd/system/syslog.service >/dev/null 2>&1 || :
|
2012-01-11 03:28:28 +00:00
|
|
|
|
2015-01-27 21:56:31 +00:00
|
|
|
# Remove spurious /etc/fstab entries from very old installations
|
2015-03-14 15:48:28 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1009023
|
|
|
|
grep -v -E -q '^(devpts|tmpfs|sysfs|proc)' /etc/fstab || \
|
|
|
|
sed -i.rpm.bak -r '/^devpts\s+\/dev\/pts\s+devpts\s+defaults\s+/d; /^tmpfs\s+\/dev\/shm\s+tmpfs\s+defaults\s+/d; /^sysfs\s+\/sys\s+sysfs\s+defaults\s+/d; /^proc\s+\/proc\s+proc\s+defaults\s+/d' /etc/fstab || :
|
|
|
|
|
|
|
|
# Replace obsolete keymaps
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1151958
|
2015-05-05 17:51:19 +00:00
|
|
|
grep -q -E '^KEYMAP="?fi-latin[19]"?' /etc/vconsole.conf 2>/dev/null &&
|
2015-03-14 15:48:28 +00:00
|
|
|
sed -i.rpm.bak -r 's/^KEYMAP="?fi-latin[19]"?/KEYMAP="fi"/' /etc/vconsole.conf || :
|
2015-01-27 21:56:31 +00:00
|
|
|
|
2013-08-15 11:04:03 +00:00
|
|
|
# Services we install by default, and which are controlled by presets.
|
2010-07-24 00:51:34 +00:00
|
|
|
if [ $1 -eq 1 ] ; then
|
2013-08-06 12:54:23 +00:00
|
|
|
systemctl preset \
|
2010-11-17 00:09:34 +00:00
|
|
|
remote-fs.target \
|
2014-07-03 20:15:11 +00:00
|
|
|
getty@.service \
|
|
|
|
serial-getty@.service \
|
2014-02-24 22:01:14 +00:00
|
|
|
console-getty.service \
|
|
|
|
console-shell.service \
|
|
|
|
debug-shell.service \
|
2014-07-03 20:15:11 +00:00
|
|
|
systemd-timesyncd.service \
|
|
|
|
systemd-networkd.service \
|
|
|
|
systemd-networkd-wait-online.service \
|
|
|
|
systemd-resolved.service \
|
2014-02-24 22:01:14 +00:00
|
|
|
>/dev/null 2>&1 || :
|
2013-01-08 02:00:08 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
# sed-fu to add myhostname to the hosts line of /etc/nsswitch.conf
|
|
|
|
if [ -f /etc/nsswitch.conf ] ; then
|
|
|
|
sed -i.bak -e '
|
|
|
|
/^hosts:/ !b
|
|
|
|
/\<myhostname\>/ b
|
|
|
|
s/[[:blank:]]*$/ myhostname/
|
2013-03-07 22:27:37 +00:00
|
|
|
' /etc/nsswitch.conf >/dev/null 2>&1 || :
|
2014-12-10 22:50:50 +00:00
|
|
|
|
|
|
|
sed -i.bak -e '
|
|
|
|
/^hosts:/ !b
|
|
|
|
/\<mymachines\>/ b
|
|
|
|
s/[[:blank:]]*$/ mymachines/
|
|
|
|
' /etc/nsswitch.conf >/dev/null 2>&1 || :
|
2013-01-08 02:00:08 +00:00
|
|
|
fi
|
|
|
|
|
2014-12-11 17:56:02 +00:00
|
|
|
# remove obsolete systemd-readahead file
|
|
|
|
rm -f /.readahead > /dev/null 2>&1 || :
|
|
|
|
|
2012-01-22 19:46:45 +00:00
|
|
|
%postun
|
|
|
|
if [ $1 -ge 1 ] ; then
|
2013-03-15 16:19:10 +00:00
|
|
|
systemctl daemon-reload > /dev/null 2>&1 || :
|
2012-01-22 19:46:45 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%preun
|
2010-07-24 00:51:34 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
2013-03-15 16:19:10 +00:00
|
|
|
systemctl disable \
|
2010-11-17 00:09:34 +00:00
|
|
|
remote-fs.target \
|
2014-07-03 20:15:11 +00:00
|
|
|
getty@.service \
|
|
|
|
serial-getty@.service \
|
2014-02-24 22:01:14 +00:00
|
|
|
console-getty.service \
|
|
|
|
console-shell.service \
|
|
|
|
debug-shell.service \
|
2014-07-03 20:15:11 +00:00
|
|
|
systemd-readahead-replay.service \
|
|
|
|
systemd-readahead-collect.service \
|
|
|
|
systemd-timesyncd.service \
|
|
|
|
systemd-networkd.service \
|
|
|
|
systemd-networkd-wait-online.service \
|
|
|
|
systemd-resolved.service \
|
2014-02-24 22:01:14 +00:00
|
|
|
>/dev/null 2>&1 || :
|
2010-07-24 00:51:34 +00:00
|
|
|
|
2013-03-15 16:19:10 +00:00
|
|
|
rm -f /etc/systemd/system/default.target >/dev/null 2>&1 || :
|
2013-01-08 02:00:08 +00:00
|
|
|
|
|
|
|
if [ -f /etc/nsswitch.conf ] ; then
|
|
|
|
sed -i.bak -e '
|
|
|
|
/^hosts:/ !b
|
|
|
|
s/[[:blank:]]\+myhostname\>//
|
2013-03-07 22:53:14 +00:00
|
|
|
' /etc/nsswitch.conf >/dev/null 2>&1 || :
|
2014-12-10 22:50:50 +00:00
|
|
|
|
|
|
|
sed -i.bak -e '
|
|
|
|
/^hosts:/ !b
|
|
|
|
s/[[:blank:]]\+mymachines\>//
|
|
|
|
' /etc/nsswitch.conf >/dev/null 2>&1 || :
|
2013-01-08 02:00:08 +00:00
|
|
|
fi
|
2010-07-24 00:51:34 +00:00
|
|
|
fi
|
|
|
|
|
2012-08-08 21:47:16 +00:00
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
%postun libs -p /sbin/ldconfig
|
2012-07-25 09:08:03 +00:00
|
|
|
|
2014-07-24 20:41:23 +00:00
|
|
|
%post compat-libs -p /sbin/ldconfig
|
|
|
|
%postun compat-libs -p /sbin/ldconfig
|
|
|
|
|
2012-08-08 21:47:16 +00:00
|
|
|
%post -n libgudev1 -p /sbin/ldconfig
|
|
|
|
%postun -n libgudev1 -p /sbin/ldconfig
|
2012-05-24 20:42:11 +00:00
|
|
|
|
2013-06-26 10:32:27 +00:00
|
|
|
%pre journal-gateway
|
|
|
|
getent group systemd-journal-gateway >/dev/null 2>&1 || groupadd -r -g 191 systemd-journal-gateway 2>&1 || :
|
2014-07-31 02:55:43 +00:00
|
|
|
getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g systemd-journal-gateway -d %{_localstatedir}/log/journal -s /sbin/nologin -c "Journal Gateway" systemd-journal-gateway >/dev/null 2>&1 || :
|
|
|
|
getent group systemd-journal-remote >/dev/null 2>&1 || groupadd -r systemd-journal-remote 2>&1 || :
|
|
|
|
getent passwd systemd-journal-remote >/dev/null 2>&1 || useradd -r -l -g systemd-journal-remote -d /%{_localstatedir}/log/journal/remote -s /sbin/nologin -c "Journal Remote" systemd-journal-remote >/dev/null 2>&1 || :
|
|
|
|
getent group systemd-journal-upload >/dev/null 2>&1 || groupadd -r systemd-journal-upload 2>&1 || :
|
|
|
|
getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd-journal-upload -d /%{_localstatedir}/log/journal/upload -s /sbin/nologin -c "Journal Upload" systemd-journal-upload >/dev/null 2>&1 || :
|
2013-06-26 10:32:27 +00:00
|
|
|
|
|
|
|
%post journal-gateway
|
|
|
|
%systemd_post systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
|
2014-07-31 02:55:43 +00:00
|
|
|
%systemd_post systemd-journal-remote.socket systemd-journal-remote.service
|
|
|
|
%systemd_post systemd-journal-upload.service
|
2015-01-06 02:08:08 +00:00
|
|
|
%firewalld_reload
|
2013-06-26 10:32:27 +00:00
|
|
|
|
|
|
|
%preun journal-gateway
|
|
|
|
%systemd_preun systemd-journal-gatewayd.socket systemd-journal-gatewayd.service
|
2014-07-31 02:55:43 +00:00
|
|
|
%systemd_preun systemd-journal-remote.socket systemd-journal-remote.service
|
|
|
|
%systemd_preun systemd-journal-upload.service
|
2013-06-26 10:32:27 +00:00
|
|
|
|
|
|
|
%postun journal-gateway
|
|
|
|
%systemd_postun_with_restart systemd-journal-gatewayd.service
|
2014-07-31 02:55:43 +00:00
|
|
|
%systemd_postun_with_restart systemd-journal-remote.service
|
|
|
|
%systemd_postun_with_restart systemd-journal-upload.service
|
2015-01-06 02:08:08 +00:00
|
|
|
%firewalld_reload
|
2013-06-26 10:32:27 +00:00
|
|
|
|
2014-02-20 00:47:27 +00:00
|
|
|
%files -f %{name}.lang
|
2015-01-19 21:11:51 +00:00
|
|
|
%doc %{_pkgdocdir}
|
|
|
|
%exclude %{_pkgdocdir}/LICENSE.*
|
2015-05-21 20:39:30 +00:00
|
|
|
%license LICENSE.GPL2 LICENSE.LGPL2.1
|
2012-01-22 19:46:45 +00:00
|
|
|
%dir %{_sysconfdir}/systemd
|
|
|
|
%dir %{_sysconfdir}/systemd/system
|
|
|
|
%dir %{_sysconfdir}/systemd/user
|
|
|
|
%dir %{_sysconfdir}/tmpfiles.d
|
|
|
|
%dir %{_sysconfdir}/sysctl.d
|
|
|
|
%dir %{_sysconfdir}/modules-load.d
|
|
|
|
%dir %{_sysconfdir}/binfmt.d
|
2012-07-03 19:12:08 +00:00
|
|
|
%dir %{_sysconfdir}/udev
|
|
|
|
%dir %{_sysconfdir}/udev/rules.d
|
2014-10-07 00:37:38 +00:00
|
|
|
%ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/crypttab
|
|
|
|
/etc/inittab
|
2014-10-07 04:39:08 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysctl.conf
|
|
|
|
%{_sysconfdir}/sysctl.d/99-sysctl.conf
|
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 14:56:17 +00:00
|
|
|
%dir %{_prefix}/lib/systemd
|
2015-03-23 02:47:59 +00:00
|
|
|
%{pkgdir}/system-generators
|
|
|
|
%{pkgdir}/user-generators
|
|
|
|
%dir %{pkgdir}/system-shutdown
|
|
|
|
%dir %{pkgdir}/system-sleep
|
|
|
|
%dir %{pkgdir}/catalog
|
|
|
|
%dir %{pkgdir}/network
|
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 14:56:17 +00:00
|
|
|
%dir %{_prefix}/lib/tmpfiles.d
|
2014-07-03 20:15:11 +00:00
|
|
|
%dir %{_prefix}/lib/sysusers.d
|
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 14:56:17 +00:00
|
|
|
%dir %{_prefix}/lib/sysctl.d
|
|
|
|
%dir %{_prefix}/lib/modules-load.d
|
|
|
|
%dir %{_prefix}/lib/binfmt.d
|
2014-01-25 18:54:52 +00:00
|
|
|
%dir %{_prefix}/lib/kernel
|
|
|
|
%dir %{_prefix}/lib/kernel/install.d
|
2012-02-11 01:46:33 +00:00
|
|
|
%dir %{_datadir}/systemd
|
2012-09-13 12:43:03 +00:00
|
|
|
%dir %{_datadir}/pkgconfig
|
2014-01-25 18:54:52 +00:00
|
|
|
%dir %{_datadir}/zsh
|
|
|
|
%dir %{_datadir}/zsh/site-functions
|
2015-01-20 05:39:37 +00:00
|
|
|
%dir %attr(2755,root,systemd-journal) %{_localstatedir}/log/journal
|
2013-03-07 22:27:37 +00:00
|
|
|
%dir %{_localstatedir}/lib/systemd
|
|
|
|
%dir %{_localstatedir}/lib/systemd/catalog
|
2014-07-03 20:15:11 +00:00
|
|
|
%ghost %dir %{_localstatedir}/lib/systemd/coredump
|
2013-10-22 04:09:53 +00:00
|
|
|
%ghost %dir %{_localstatedir}/lib/systemd/backlight
|
2014-07-03 20:15:11 +00:00
|
|
|
%ghost %dir %{_localstatedir}/lib/systemd/rfkill
|
2013-10-22 04:09:53 +00:00
|
|
|
%ghost %{_localstatedir}/lib/systemd/random-seed
|
2014-07-03 20:15:11 +00:00
|
|
|
%ghost %{_localstatedir}/lib/systemd/clock
|
2013-10-22 04:09:53 +00:00
|
|
|
%ghost %{_localstatedir}/lib/systemd/catalog/database
|
2013-08-15 11:04:03 +00:00
|
|
|
%{_localstatedir}/log/README
|
2014-10-07 03:52:00 +00:00
|
|
|
%ghost %attr(0664,root,utmp) %{_localstatedir}/run/utmp
|
|
|
|
%ghost %attr(0664,root,utmp) %{_localstatedir}/log/wtmp
|
|
|
|
%ghost %attr(0600,root,utmp) %{_localstatedir}/log/btmp
|
2010-06-22 16:33:20 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.systemd1.conf
|
2011-04-21 01:39:20 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.hostname1.conf
|
2011-07-13 21:28:44 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.login1.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.locale1.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.timedate1.conf
|
2013-07-03 16:02:09 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.machine1.conf
|
2014-08-19 23:48:42 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.resolve1.conf
|
2015-02-16 18:24:46 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.import1.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.network1.conf
|
2010-10-07 14:03:56 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/system.conf
|
2011-07-13 21:28:44 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/user.conf
|
2012-05-24 20:42:11 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/logind.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/journald.conf
|
2013-03-07 22:27:37 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/bootchart.conf
|
2014-05-28 07:08:26 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/resolved.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf
|
2014-07-03 20:15:11 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
|
2012-05-24 20:42:11 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/udev/udev.conf
|
2012-10-24 16:18:40 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/yum/protected.d/systemd.conf
|
2013-09-13 01:46:15 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/pam.d/systemd-user
|
2013-03-07 22:27:37 +00:00
|
|
|
%ghost %{_sysconfdir}/udev/hwdb.bin
|
2013-07-03 16:02:09 +00:00
|
|
|
%{_rpmconfigdir}/macros.d/macros.systemd
|
2010-07-24 00:51:34 +00:00
|
|
|
%{_sysconfdir}/xdg/systemd
|
2012-10-23 00:23:22 +00:00
|
|
|
%{_sysconfdir}/rc.d/init.d/README
|
2011-04-21 01:39:20 +00:00
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/hostname
|
2012-09-20 19:29:13 +00:00
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/localtime
|
2011-04-21 01:39:20 +00:00
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/vconsole.conf
|
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/locale.conf
|
2011-03-08 19:11:37 +00:00
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/machine-id
|
2011-04-21 01:39:20 +00:00
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/machine-info
|
2013-08-15 01:35:35 +00:00
|
|
|
%dir %{_sysconfdir}/X11/xorg.conf.d
|
2011-10-11 19:04:54 +00:00
|
|
|
%ghost %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/00-keyboard.conf
|
2012-02-11 01:46:33 +00:00
|
|
|
%{_bindir}/systemctl
|
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 14:56:17 +00:00
|
|
|
%{_bindir}/systemd-notify
|
2013-03-07 22:27:37 +00:00
|
|
|
%{_bindir}/systemd-analyze
|
2014-07-19 18:38:18 +00:00
|
|
|
%{_bindir}/systemd-escape
|
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 14:56:17 +00:00
|
|
|
%{_bindir}/systemd-ask-password
|
|
|
|
%{_bindir}/systemd-tty-ask-password-agent
|
|
|
|
%{_bindir}/systemd-machine-id-setup
|
2012-05-24 20:42:11 +00:00
|
|
|
%{_bindir}/loginctl
|
|
|
|
%{_bindir}/journalctl
|
2013-07-03 16:02:09 +00:00
|
|
|
%{_bindir}/machinectl
|
2014-02-20 00:49:29 +00:00
|
|
|
%{_bindir}/busctl
|
2014-08-19 23:48:42 +00:00
|
|
|
%{_bindir}/networkctl
|
2014-07-03 20:15:11 +00:00
|
|
|
%{_bindir}/coredumpctl
|
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 14:56:17 +00:00
|
|
|
%{_bindir}/systemd-tmpfiles
|
2012-02-11 01:46:33 +00:00
|
|
|
%{_bindir}/systemd-nspawn
|
|
|
|
%{_bindir}/systemd-stdio-bridge
|
|
|
|
%{_bindir}/systemd-cat
|
|
|
|
%{_bindir}/systemd-cgls
|
|
|
|
%{_bindir}/systemd-cgtop
|
2012-05-24 20:42:11 +00:00
|
|
|
%{_bindir}/systemd-delta
|
2013-07-03 16:02:09 +00:00
|
|
|
%{_bindir}/systemd-run
|
2014-07-03 20:15:11 +00:00
|
|
|
%{_bindir}/systemd-detect-virt
|
2012-05-24 20:42:11 +00:00
|
|
|
%{_bindir}/systemd-inhibit
|
2014-07-03 20:15:11 +00:00
|
|
|
%{_bindir}/systemd-path
|
|
|
|
%{_bindir}/systemd-sysusers
|
2014-08-19 23:48:42 +00:00
|
|
|
%{_bindir}/systemd-firstboot
|
2015-02-16 18:24:46 +00:00
|
|
|
%{_bindir}/systemd-hwdb
|
2012-10-23 00:23:22 +00:00
|
|
|
%{_bindir}/hostnamectl
|
|
|
|
%{_bindir}/localectl
|
|
|
|
%{_bindir}/timedatectl
|
2013-03-07 22:27:37 +00:00
|
|
|
%{_bindir}/bootctl
|
2012-05-24 20:42:11 +00:00
|
|
|
%{_bindir}/udevadm
|
2013-03-07 22:27:37 +00:00
|
|
|
%{_bindir}/kernel-install
|
2015-03-23 02:47:59 +00:00
|
|
|
%{pkgdir}/systemd
|
|
|
|
%{system_unit_dir}
|
|
|
|
%{pkgdir}/user
|
|
|
|
%exclude %{system_unit_dir}/systemd-journal-gatewayd.*
|
2015-03-23 03:27:54 +00:00
|
|
|
%exclude %{system_unit_dir}/systemd-journal-remote.*
|
|
|
|
%exclude %{system_unit_dir}/systemd-journal-upload.*
|
2015-03-23 02:47:59 +00:00
|
|
|
%exclude %{pkgdir}/systemd-journal-gatewayd
|
|
|
|
%exclude %{pkgdir}/systemd-journal-remote
|
2015-03-23 03:27:54 +00:00
|
|
|
%exclude %{pkgdir}/systemd-journal-upload
|
2015-03-23 02:47:59 +00:00
|
|
|
%{pkgdir}/systemd-*
|
2012-05-24 20:42:11 +00:00
|
|
|
%{_prefix}/lib/udev
|
2012-07-03 19:12:08 +00:00
|
|
|
%{_prefix}/lib/tmpfiles.d/systemd.conf
|
2014-01-15 00:04:08 +00:00
|
|
|
%{_prefix}/lib/tmpfiles.d/systemd-nologin.conf
|
2012-07-03 19:12:08 +00:00
|
|
|
%{_prefix}/lib/tmpfiles.d/x11.conf
|
|
|
|
%{_prefix}/lib/tmpfiles.d/legacy.conf
|
|
|
|
%{_prefix}/lib/tmpfiles.d/tmp.conf
|
2014-06-11 15:39:07 +00:00
|
|
|
%{_prefix}/lib/tmpfiles.d/var.conf
|
2014-07-03 20:15:11 +00:00
|
|
|
%{_prefix}/lib/tmpfiles.d/etc.conf
|
2015-05-21 20:39:30 +00:00
|
|
|
%{_prefix}/lib/tmpfiles.d/home.conf
|
2013-03-26 15:14:39 +00:00
|
|
|
%{_prefix}/lib/sysctl.d/50-default.conf
|
2014-07-03 20:15:11 +00:00
|
|
|
%{_prefix}/lib/sysctl.d/50-coredump.conf
|
|
|
|
%{_prefix}/lib/sysusers.d/basic.conf
|
|
|
|
%{_prefix}/lib/sysusers.d/systemd.conf
|
2015-05-20 14:53:40 +00:00
|
|
|
%{pkgdir}/system-preset/90-systemd.preset
|
2015-03-23 02:47:59 +00:00
|
|
|
%{pkgdir}/catalog/systemd.catalog
|
2013-05-07 00:20:50 +00:00
|
|
|
%{_prefix}/lib/kernel/install.d/50-depmod.install
|
|
|
|
%{_prefix}/lib/kernel/install.d/90-loaderentry.install
|
2015-03-23 02:47:59 +00:00
|
|
|
%{pkgdir}/import-pubring.gpg
|
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 14:56:17 +00:00
|
|
|
%{_sbindir}/init
|
|
|
|
%{_sbindir}/reboot
|
|
|
|
%{_sbindir}/halt
|
|
|
|
%{_sbindir}/poweroff
|
|
|
|
%{_sbindir}/shutdown
|
|
|
|
%{_sbindir}/telinit
|
|
|
|
%{_sbindir}/runlevel
|
2012-05-24 20:42:11 +00:00
|
|
|
%{_sbindir}/udevadm
|
2010-09-23 15:29:20 +00:00
|
|
|
%{_mandir}/man1/*
|
2010-06-29 01:55:15 +00:00
|
|
|
%{_mandir}/man5/*
|
|
|
|
%{_mandir}/man7/*
|
2013-06-26 10:32:27 +00:00
|
|
|
%exclude %{_mandir}/man8/systemd-journal-gatewayd.*
|
2014-07-05 17:00:46 +00:00
|
|
|
%exclude %{_mandir}/man8/systemd-journal-remote.*
|
2015-03-23 03:27:54 +00:00
|
|
|
%exclude %{_mandir}/man8/systemd-journal-upload.*
|
2010-09-23 15:29:20 +00:00
|
|
|
%{_mandir}/man8/*
|
2014-08-19 23:48:42 +00:00
|
|
|
%{_datadir}/factory/etc/nsswitch.conf
|
|
|
|
%{_datadir}/factory/etc/pam.d/other
|
|
|
|
%{_datadir}/factory/etc/pam.d/system-auth
|
2012-02-11 01:46:33 +00:00
|
|
|
%{_datadir}/systemd/kbd-model-map
|
2015-02-16 18:24:46 +00:00
|
|
|
%{_datadir}/systemd/language-fallback-map
|
2010-06-11 06:18:33 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.freedesktop.systemd1.service
|
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.systemd1.service
|
2011-04-21 01:39:20 +00:00
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.hostname1.service
|
2011-07-13 21:28:44 +00:00
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.login1.service
|
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.locale1.service
|
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.timedate1.service
|
2013-07-03 16:02:09 +00:00
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.machine1.service
|
2014-08-19 23:48:42 +00:00
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.resolve1.service
|
2015-02-16 18:24:46 +00:00
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.import1.service
|
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.network1.service
|
2013-08-15 01:35:35 +00:00
|
|
|
%dir %{_datadir}/polkit-1
|
|
|
|
%dir %{_datadir}/polkit-1/actions
|
2011-04-21 01:39:20 +00:00
|
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.systemd1.policy
|
|
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.hostname1.policy
|
2011-07-13 21:28:44 +00:00
|
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.login1.policy
|
|
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.locale1.policy
|
|
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.timedate1.policy
|
2015-02-16 18:24:46 +00:00
|
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.import1.policy
|
|
|
|
%{_datadir}/polkit-1/actions/org.freedesktop.machine1.policy
|
2015-05-21 20:39:30 +00:00
|
|
|
%{_datadir}/pkgconfig/systemd.pc
|
2012-05-24 20:42:11 +00:00
|
|
|
%{_datadir}/pkgconfig/udev.pc
|
2014-03-01 12:59:32 +00:00
|
|
|
%{_datadir}/bash-completion/completions/*
|
2013-09-13 01:46:15 +00:00
|
|
|
%{_datadir}/zsh/site-functions/*
|
2015-03-23 02:47:59 +00:00
|
|
|
%{pkgdir}/catalog/systemd.*.catalog
|
|
|
|
%{pkgdir}/network/99-default.link
|
|
|
|
%{pkgdir}/network/80-container-host0.network
|
|
|
|
%{pkgdir}/network/80-container-ve.network
|
2013-05-07 00:20:50 +00:00
|
|
|
|
2012-06-06 22:57:02 +00:00
|
|
|
%files libs
|
|
|
|
%{_libdir}/security/pam_systemd.so
|
2013-01-08 02:00:08 +00:00
|
|
|
%{_libdir}/libnss_myhostname.so.2
|
2014-08-19 23:48:42 +00:00
|
|
|
%{_libdir}/libnss_mymachines.so.2
|
|
|
|
%{_libdir}/libnss_resolve.so.2
|
2014-02-20 00:49:29 +00:00
|
|
|
%{_libdir}/libudev.so.*
|
|
|
|
%{_libdir}/libsystemd.so.*
|
2014-07-24 20:41:23 +00:00
|
|
|
|
|
|
|
%files compat-libs
|
2012-06-06 22:57:02 +00:00
|
|
|
%{_libdir}/libsystemd-daemon.so.*
|
|
|
|
%{_libdir}/libsystemd-login.so.*
|
|
|
|
%{_libdir}/libsystemd-journal.so.*
|
|
|
|
%{_libdir}/libsystemd-id128.so.*
|
|
|
|
|
2011-07-27 21:25:36 +00:00
|
|
|
%files devel
|
2013-03-07 22:27:37 +00:00
|
|
|
%dir %{_includedir}/systemd
|
2014-02-20 00:49:29 +00:00
|
|
|
%{_libdir}/libudev.so
|
|
|
|
%{_libdir}/libsystemd.so
|
2011-07-27 21:25:36 +00:00
|
|
|
%{_libdir}/libsystemd-daemon.so
|
|
|
|
%{_libdir}/libsystemd-login.so
|
2012-01-11 03:28:28 +00:00
|
|
|
%{_libdir}/libsystemd-journal.so
|
|
|
|
%{_libdir}/libsystemd-id128.so
|
2011-07-27 21:25:36 +00:00
|
|
|
%{_includedir}/systemd/sd-daemon.h
|
2012-01-11 03:28:28 +00:00
|
|
|
%{_includedir}/systemd/sd-login.h
|
|
|
|
%{_includedir}/systemd/sd-journal.h
|
|
|
|
%{_includedir}/systemd/sd-id128.h
|
|
|
|
%{_includedir}/systemd/sd-messages.h
|
2014-02-20 00:49:29 +00:00
|
|
|
%{_includedir}/systemd/_sd-common.h
|
2012-05-24 20:42:11 +00:00
|
|
|
%{_includedir}/libudev.h
|
2014-02-20 00:49:29 +00:00
|
|
|
%{_libdir}/pkgconfig/libudev.pc
|
|
|
|
%{_libdir}/pkgconfig/libsystemd.pc
|
2011-07-27 21:25:36 +00:00
|
|
|
%{_libdir}/pkgconfig/libsystemd-daemon.pc
|
|
|
|
%{_libdir}/pkgconfig/libsystemd-login.pc
|
2012-01-11 03:28:28 +00:00
|
|
|
%{_libdir}/pkgconfig/libsystemd-journal.pc
|
|
|
|
%{_libdir}/pkgconfig/libsystemd-id128.pc
|
2012-01-22 19:46:47 +00:00
|
|
|
%{_mandir}/man3/*
|
2012-05-24 20:42:11 +00:00
|
|
|
%dir %{_datadir}/gtk-doc/html/libudev
|
2012-08-08 00:19:36 +00:00
|
|
|
%{_datadir}/gtk-doc/html/libudev/*
|
2011-07-27 21:25:36 +00:00
|
|
|
|
2012-09-20 19:29:13 +00:00
|
|
|
%files python
|
2013-06-18 16:12:27 +00:00
|
|
|
%{python_sitearch}/systemd
|
|
|
|
|
|
|
|
%files python3
|
|
|
|
%{python3_sitearch}/systemd
|
2012-09-20 19:29:13 +00:00
|
|
|
|
2012-05-24 20:42:11 +00:00
|
|
|
%files -n libgudev1
|
2012-08-08 00:19:36 +00:00
|
|
|
%{_libdir}/libgudev-1.0.so.*
|
|
|
|
%{_libdir}/girepository-1.0/GUdev-1.0.typelib
|
2012-05-24 20:42:11 +00:00
|
|
|
|
|
|
|
%files -n libgudev1-devel
|
2012-08-08 00:19:36 +00:00
|
|
|
%{_libdir}/libgudev-1.0.so
|
|
|
|
%dir %{_includedir}/gudev-1.0
|
|
|
|
%dir %{_includedir}/gudev-1.0/gudev
|
|
|
|
%{_includedir}/gudev-1.0/gudev/*.h
|
|
|
|
%{_datadir}/gir-1.0/GUdev-1.0.gir
|
2012-05-24 20:42:11 +00:00
|
|
|
%dir %{_datadir}/gtk-doc/html/gudev
|
2012-08-08 00:19:36 +00:00
|
|
|
%{_datadir}/gtk-doc/html/gudev/*
|
|
|
|
%{_libdir}/pkgconfig/gudev-1.0*
|
2012-05-24 20:42:11 +00:00
|
|
|
|
2013-06-26 10:32:27 +00:00
|
|
|
%files journal-gateway
|
2014-09-04 03:30:41 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/journal-remote.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/journal-upload.conf
|
2015-03-23 02:47:59 +00:00
|
|
|
%{system_unit_dir}/systemd-journal-gatewayd.*
|
2015-03-23 03:27:54 +00:00
|
|
|
%{system_unit_dir}/systemd-journal-remote.*
|
|
|
|
%{system_unit_dir}/systemd-journal-upload.*
|
2015-03-23 02:47:59 +00:00
|
|
|
%{pkgdir}/systemd-journal-gatewayd
|
|
|
|
%{pkgdir}/systemd-journal-remote
|
2015-03-23 03:27:54 +00:00
|
|
|
%{pkgdir}/systemd-journal-upload
|
2014-09-04 03:30:41 +00:00
|
|
|
%{_prefix}/lib/tmpfiles.d/systemd-remote.conf
|
|
|
|
%{_prefix}/lib/sysusers.d/systemd-remote.conf
|
2015-03-23 03:38:27 +00:00
|
|
|
%dir %attr(0644,systemd-journal-upload,systemd-journal-upload) %{_localstatedir}/lib/systemd/journal-upload
|
2013-06-26 10:32:27 +00:00
|
|
|
%{_mandir}/man8/systemd-journal-gatewayd.*
|
2014-07-05 17:00:46 +00:00
|
|
|
%{_mandir}/man8/systemd-journal-remote.*
|
2015-03-23 03:27:54 +00:00
|
|
|
%{_mandir}/man8/systemd-journal-upload.*
|
2013-06-26 10:32:27 +00:00
|
|
|
%{_datadir}/systemd/gatewayd
|
2015-01-06 02:08:08 +00:00
|
|
|
/usr/lib/firewalld/services/*
|
2013-06-26 10:32:27 +00:00
|
|
|
|
2010-06-11 06:18:33 +00:00
|
|
|
%changelog
|
2015-05-21 20:39:30 +00:00
|
|
|
* Thu May 21 2015 Lennart Poettering <lpoetter@redhat.com> - 220-1
|
|
|
|
- New upstream release
|
|
|
|
- Drop /etc/mtab hack, as that's apparently fixed in mock now (#1116158)
|
|
|
|
- Remove ghosting for %{_sysconfdir}/systemd/system/runlevel*.target, these targets are not configurable anymore in systemd upstream
|
|
|
|
- Drop work-around for #1002806, since this is solved upstream now
|
|
|
|
|
2015-05-20 18:14:50 +00:00
|
|
|
* Wed May 20 2015 Dennis Gilmore <dennis@ausil.us> - 219-15
|
|
|
|
- fix up the conflicts version for fedora-release
|
|
|
|
|
2015-05-20 04:34:19 +00:00
|
|
|
* Wed May 20 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-14
|
|
|
|
- Remove presets (#1221340)
|
2015-05-20 05:34:58 +00:00
|
|
|
- Fix (potential) crash and memory leak in timedated, locking failure
|
|
|
|
in systemd-nspawn, crash in resolved.
|
|
|
|
- journalctl --list-boots should be faster
|
|
|
|
- zsh completions are improved
|
|
|
|
- various ommissions in docs are corrected (#1147651)
|
|
|
|
- VARIANT and VARIANT_ID fields in os-release are documented
|
|
|
|
- systemd-fsck-root.service is generated in the initramfs (#1201979, #1107818)
|
|
|
|
- systemd-tmpfiles should behave better on read-only file systems (#1207083)
|
2015-05-20 04:34:19 +00:00
|
|
|
|
2015-04-29 14:05:09 +00:00
|
|
|
* Wed Apr 29 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-13
|
|
|
|
- Patches for some outstanding annoyances
|
|
|
|
- Small keyboard hwdb updates
|
|
|
|
|
2015-04-08 14:20:46 +00:00
|
|
|
* Wed Apr 8 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-12
|
|
|
|
- Tighten requirements between subpackages (#1207381).
|
|
|
|
|
2015-03-23 03:27:54 +00:00
|
|
|
* Sun Mar 22 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-11
|
|
|
|
- Move all parts systemd-journal-{remote,upload} to
|
|
|
|
systemd-journal-gatewayd subpackage (#1193143).
|
2015-03-23 03:38:27 +00:00
|
|
|
- Create /var/lib/systemd/journal-upload directory (#1193145).
|
2015-03-23 04:32:52 +00:00
|
|
|
- Cut out lots of stupid messages at debug level which were obscuring more
|
|
|
|
important stuff.
|
|
|
|
- Apply "tentative" state for devices only when they are added, not removed.
|
|
|
|
- Ignore invalid swap pri= settings (#1204336)
|
|
|
|
- Fix SELinux check for timedated operations to enable/disable ntp (#1014315)
|
|
|
|
- Fix comparing of filesystem paths (#1184016)
|
2015-03-23 03:27:54 +00:00
|
|
|
|
2015-03-14 15:36:00 +00:00
|
|
|
* Sat Mar 14 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-10
|
|
|
|
- Fixes for bugs 1186018, 1195294, 1185604, 1196452.
|
|
|
|
- Hardware database update.
|
|
|
|
- Documentation fixes.
|
|
|
|
- A fix for journalctl performance regression.
|
|
|
|
- Fix detection of inability to open files in journalctl.
|
|
|
|
- Detect SuperH architecture properly.
|
|
|
|
- The first of duplicate lines in tmpfiles wins again.
|
|
|
|
- Do vconsole setup after loading vconsole driver, not fbcon.
|
|
|
|
- Fix problem where some units were restarted during systemd reexec.
|
|
|
|
- Fix race in udevadm settle tripping up NetworkManager.
|
|
|
|
- Downgrade various log messages.
|
|
|
|
- Fix issue where journal-remote would process some messages with a delay.
|
|
|
|
- GPT /srv partition autodiscovery is fixed.
|
2015-03-14 15:48:28 +00:00
|
|
|
- Reconfigure old Finnish keymaps in post (#1151958)
|
2015-03-14 15:36:00 +00:00
|
|
|
|
2015-03-10 13:16:54 +00:00
|
|
|
* Tue Mar 10 2015 Jan Synáček <jsynacek@redhat.com> - 219-9
|
|
|
|
- Buttons on Lenovo X6* tablets broken (#1198939)
|
|
|
|
|
2015-03-03 18:52:08 +00:00
|
|
|
* Tue Mar 3 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 219-8
|
|
|
|
- Reworked device handling (#1195761)
|
2015-03-03 18:59:56 +00:00
|
|
|
- ACL handling fixes (with a script in %%post)
|
2015-03-03 18:52:08 +00:00
|
|
|
- Various log messages downgraded (#1184712)
|
2015-03-03 19:00:11 +00:00
|
|
|
- Allow PIE on s390 again (#1197721)
|
2015-03-03 18:52:08 +00:00
|
|
|
|
2015-02-25 09:01:30 +00:00
|
|
|
* Wed Feb 25 2015 Michal Schmidt <mschmidt@redhat.com> - 219-7
|
|
|
|
- arm: reenable lto. gcc-5.0.0-0.16 fixed the crash (#1193212)
|
|
|
|
|
2015-02-24 22:37:22 +00:00
|
|
|
* Tue Feb 24 2015 Colin Walters <walters@redhat.com> - 219-6
|
|
|
|
- Revert patch that breaks Atomic/OSTree (#1195761)
|
|
|
|
|
2015-02-20 16:31:06 +00:00
|
|
|
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-5
|
|
|
|
- Undo the resolv.conf workaround, Aim for a proper fix in Rawhide.
|
|
|
|
|
2015-02-20 13:18:42 +00:00
|
|
|
* Fri Feb 20 2015 Michal Schmidt <mschmidt@redhat.com> - 219-4
|
|
|
|
- Revive fedora-disable-resolv.conf-symlink.patch to unbreak composes.
|
|
|
|
|
2015-02-18 16:00:58 +00:00
|
|
|
* Wed Feb 18 2015 Michal Schmidt <mschmidt@redhat.com> - 219-3
|
|
|
|
- arm: disabling gold did not help; disable lto instead (#1193212)
|
|
|
|
|
2015-02-17 18:38:33 +00:00
|
|
|
* Tue Feb 17 2015 Peter Jones <pjones@redhat.com> - 219-2
|
|
|
|
- Update 90-default.present for dbxtool.
|
|
|
|
|
2015-02-16 18:24:46 +00:00
|
|
|
* Mon Feb 16 2015 Lennart Poettering <lpoetter@redhat.com> - 219-1
|
|
|
|
- New upstream release
|
|
|
|
- This removes the sysctl/bridge hack, a different solution needs to be found for this (see #634736)
|
|
|
|
- This removes the /etc/resolv.conf hack, anaconda needs to fix their handling of /etc/resolv.conf as symlink
|
|
|
|
- This enables "%check"
|
2015-02-16 21:55:06 +00:00
|
|
|
- disable gold on arm, as that is broken (see #1193212)
|
2015-02-16 18:24:46 +00:00
|
|
|
|
2015-02-16 15:26:55 +00:00
|
|
|
* Mon Feb 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 218-6
|
|
|
|
- aarch64 now has seccomp support
|
|
|
|
|
2015-02-05 13:24:17 +00:00
|
|
|
* Thu Feb 05 2015 Michal Schmidt <mschmidt@redhat.com> - 218-5
|
|
|
|
- Don't overwrite systemd.macros with unrelated Source file.
|
|
|
|
|
2015-02-05 07:50:16 +00:00
|
|
|
* Thu Feb 5 2015 Jan Synáček <jsynacek@redhat.com> - 218-4
|
|
|
|
- Add a touchpad hwdb (#1189319)
|
|
|
|
|
2015-01-16 05:27:43 +00:00
|
|
|
* Thu Jan 15 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-4
|
|
|
|
- Enable xkbcommon dependency to allow checking of keymaps
|
2015-01-20 05:39:37 +00:00
|
|
|
- Fix permissions of /var/log/journal (#1048424)
|
2015-01-31 16:48:08 +00:00
|
|
|
- Enable timedatex in presets (#1187072)
|
2015-01-31 16:50:30 +00:00
|
|
|
- Disable rpcbind in presets (#1099595)
|
2015-01-16 05:27:43 +00:00
|
|
|
|
2015-01-07 13:00:52 +00:00
|
|
|
* Wed Jan 7 2015 Jan Synáček <jsynacek@redhat.com> - 218-3
|
|
|
|
- RFE: journal: automatically rotate the file if it is unlinked (#1171719)
|
|
|
|
|
2015-01-06 02:08:08 +00:00
|
|
|
* Mon Jan 05 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 218-3
|
|
|
|
- Add firewall description files (#1176626)
|
|
|
|
|
2014-12-18 14:36:07 +00:00
|
|
|
* Thu Dec 18 2014 Jan Synáček <jsynacek@redhat.com> - 218-2
|
|
|
|
- systemd-nspawn doesn't work on s390/s390x (#1175394)
|
|
|
|
|
2014-12-10 22:50:50 +00:00
|
|
|
* Wed Dec 10 2014 Lennart Poettering <lpoetter@redhat.com> - 218-1
|
|
|
|
- New upstream release
|
|
|
|
- Enable "nss-mymachines" in /etc/nsswitch.conf
|
|
|
|
|
2014-11-07 01:48:24 +00:00
|
|
|
* Thu Nov 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 217-4
|
|
|
|
- Change libgudev1 to only require systemd-libs (#727499), there's
|
|
|
|
no need to require full systemd stack.
|
|
|
|
- Fixes for bugs #1159448, #1152220, #1158035.
|
|
|
|
- Bash completions updates to allow propose more units for start/restart,
|
|
|
|
and completions for set-default,get-default.
|
|
|
|
- Again allow systemctl enable of instances.
|
|
|
|
- Hardware database update and fixes.
|
|
|
|
- Udev crash on invalid options and kernel commandline timeout parsing are fixed.
|
|
|
|
- Add "embedded" chassis type.
|
|
|
|
- Sync before 'reboot -f'.
|
|
|
|
- Fix restarting of timer units.
|
|
|
|
|
2014-11-04 23:31:09 +00:00
|
|
|
* Wed Nov 05 2014 Michal Schmidt <mschmidt@redhat.com> - 217-3
|
|
|
|
- Fix hanging journal flush (#1159641)
|
|
|
|
|
2014-10-31 21:07:09 +00:00
|
|
|
* Fri Oct 31 2014 Michal Schmidt <mschmidt@redhat.com> - 217-2
|
|
|
|
- Fix ordering cycles involving systemd-journal-flush.service and
|
|
|
|
remote-fs.target (#1159117)
|
|
|
|
|
2014-10-28 17:32:02 +00:00
|
|
|
* Tue Oct 28 2014 Lennart Poettering <lpoetter@redhat.com> - 217-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-10-17 17:21:57 +00:00
|
|
|
* Fri Oct 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-12
|
|
|
|
- Drop PackageKit.service from presets (#1154126)
|
|
|
|
|
2014-10-13 14:33:20 +00:00
|
|
|
* Mon Oct 13 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-11
|
|
|
|
- Conflict with old versions of initscripts (#1152183)
|
|
|
|
- Remove obsolete Finnish keymap (#1151958)
|
|
|
|
|
2014-10-10 18:56:53 +00:00
|
|
|
* Fri Oct 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-10
|
|
|
|
- Fix a problem with voluntary daemon exits and some other bugs
|
|
|
|
(#1150477, #1095962, #1150289)
|
|
|
|
|
2014-10-04 02:43:52 +00:00
|
|
|
* Fri Oct 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-9
|
|
|
|
- Update to latest git, but without the readahead removal patch
|
2014-10-10 18:56:53 +00:00
|
|
|
(#1114786, #634736)
|
2014-10-04 02:43:52 +00:00
|
|
|
|
2014-10-01 18:07:58 +00:00
|
|
|
* Wed Oct 01 2014 Kay Sievers <kay@redhat.com> - 216-8
|
|
|
|
- revert "don't reset selinux context during CHANGE events"
|
|
|
|
|
2014-10-01 12:05:41 +00:00
|
|
|
* Wed Oct 01 2014 Lukáš Nykrýn <lnykryn@redhat.com> - 216-7
|
|
|
|
- add temporary workaround for #1147910
|
|
|
|
- don't reset selinux context during CHANGE events
|
|
|
|
|
2014-09-10 16:29:47 +00:00
|
|
|
* Wed Sep 10 2014 Michal Schmidt <mschmidt@redhat.com> - 216-6
|
|
|
|
- Update timesyncd with patches to avoid hitting NTP pool too often.
|
|
|
|
|
2014-09-09 18:37:32 +00:00
|
|
|
* Tue Sep 09 2014 Michal Schmidt <mschmidt@redhat.com> - 216-5
|
|
|
|
- Use common CONFIGURE_OPTS for build2 and build3.
|
|
|
|
- Configure timesyncd with NTP servers from Fedora/RHEL vendor zone.
|
|
|
|
|
2014-09-04 03:30:41 +00:00
|
|
|
* Wed Sep 03 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-4
|
|
|
|
- Move config files for sd-j-remote/upload to sd-journal-gateway subpackage (#1136580)
|
|
|
|
|
2014-08-28 12:31:54 +00:00
|
|
|
* Thu Aug 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 216-3
|
|
|
|
- Drop no LTO build option for aarch64/s390 now it's fixed in binutils (RHBZ 1091611)
|
|
|
|
|
2014-07-07 19:02:08 +00:00
|
|
|
* Thu Aug 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 216-2
|
|
|
|
- Re-add patch to disable resolve.conf symlink (#1043119)
|
|
|
|
|
2014-08-19 23:48:42 +00:00
|
|
|
* Wed Aug 20 2014 Lennart Poettering <lpoetter@redhat.com> - 216-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-08-18 04:39:33 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 215-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-13 20:54:19 +00:00
|
|
|
* Wed Aug 13 2014 Dan Horák <dan[at]danny.cz> 215-11
|
|
|
|
- disable LTO also on s390(x)
|
|
|
|
|
2014-08-09 13:15:06 +00:00
|
|
|
* Sat Aug 09 2014 Harald Hoyer <harald@redhat.com> 215-10
|
|
|
|
- fixed PPC64LE
|
|
|
|
|
2014-08-06 04:27:48 +00:00
|
|
|
* Wed Aug 6 2014 Tom Callaway <spot@fedoraproject.org> - 215-9
|
|
|
|
- fix license handling
|
|
|
|
|
2014-07-31 02:55:43 +00:00
|
|
|
* Wed Jul 30 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-8
|
|
|
|
- Create systemd-journal-remote and systemd-journal-upload users (#1118907)
|
|
|
|
|
2014-07-24 20:41:23 +00:00
|
|
|
* Thu Jul 24 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-7
|
|
|
|
- Split out systemd-compat-libs subpackage
|
|
|
|
|
2014-07-22 18:27:55 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 215-6
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-07-22 03:10:32 +00:00
|
|
|
* Mon Jul 21 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-5
|
|
|
|
- Fix SELinux context of /etc/passwd-, /etc/group-, /etc/.updated (#1121806)
|
|
|
|
- Add missing BR so gnutls and elfutils are used
|
|
|
|
|
2014-07-19 18:38:18 +00:00
|
|
|
* Sat Jul 19 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-4
|
|
|
|
- Various man page updates
|
|
|
|
- Static device node logic is conditionalized on CAP_SYS_MODULES instead of CAP_MKNOD
|
|
|
|
for better behaviour in containers
|
|
|
|
- Some small networkd link handling fixes
|
|
|
|
- vconsole-setup runs setfont before loadkeys (https://bugs.freedesktop.org/show_bug.cgi?id=80685)
|
|
|
|
- New systemd-escape tool
|
|
|
|
- XZ compression settings are tweaked to greatly improve journald performance
|
|
|
|
- "watch" is accepted as chassis type
|
|
|
|
- Various sysusers fixes, most importantly correct selinux labels
|
|
|
|
- systemd-timesyncd bug fix (https://bugs.freedesktop.org/show_bug.cgi?id=80932)
|
|
|
|
- Shell completion improvements
|
|
|
|
- New udev tag ID_SOFTWARE_RADIO can be used to instruct logind to allow user access
|
|
|
|
- XEN and s390 virtualization is properly detected
|
|
|
|
|
2014-07-07 19:02:08 +00:00
|
|
|
* Mon Jul 07 2014 Colin Walters <walters@redhat.com> - 215-3
|
|
|
|
- Add patch to disable resolve.conf symlink (#1043119)
|
|
|
|
|
2014-07-19 18:38:18 +00:00
|
|
|
* Sun Jul 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 215-2
|
2014-07-05 17:00:46 +00:00
|
|
|
- Move systemd-journal-remote to systemd-journal-gateway package (#1114688)
|
|
|
|
- Disable /etc/mtab handling temporarily (#1116158)
|
|
|
|
|
|
|
|
* Thu Jul 03 2014 Lennart Poettering <lpoetter@redhat.com> - 215-1
|
2014-07-03 20:15:11 +00:00
|
|
|
- New upstream release
|
|
|
|
- Enable coredump logic (which abrt would normally override)
|
|
|
|
|
2014-06-29 08:08:38 +00:00
|
|
|
* Sun Jun 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 214-5
|
|
|
|
- On aarch64 disable LTO as it still has issues on that arch
|
|
|
|
|
2014-06-26 05:55:13 +00:00
|
|
|
* Thu Jun 26 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-4
|
|
|
|
- Bugfixes (#996133, #1112908)
|
|
|
|
|
2014-06-23 05:55:26 +00:00
|
|
|
* Mon Jun 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-3
|
|
|
|
- Actually create input group (#1054549)
|
|
|
|
|
2014-06-23 04:43:03 +00:00
|
|
|
* Sun Jun 22 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 214-2
|
2014-06-23 02:20:56 +00:00
|
|
|
- Do not restart systemd-logind on upgrades (#1110697)
|
2014-06-23 04:30:03 +00:00
|
|
|
- Add some patches (#1081429, #1054549, #1108568, #928962)
|
2014-06-23 02:20:56 +00:00
|
|
|
|
2014-06-11 15:39:07 +00:00
|
|
|
* Wed Jun 11 2014 Lennart Poettering <lpoetter@redhat.com> - 214-1
|
|
|
|
- New upstream release
|
|
|
|
- Get rid of "floppy" group, since udev uses "disk" now
|
|
|
|
- Reenable LTO
|
|
|
|
|
2014-06-08 08:01:58 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 213-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-28 10:41:54 +00:00
|
|
|
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-3
|
|
|
|
- fix systemd-timesync user creation
|
|
|
|
|
2014-05-28 09:55:43 +00:00
|
|
|
* Wed May 28 2014 Michal Sekletar <msekleta@redhat.com> - 213-2
|
|
|
|
- Create temporary files after installation (#1101983)
|
2014-05-28 10:04:12 +00:00
|
|
|
- Add sysstat-collect.timer, sysstat-summary.timer to preset policy (#1101621)
|
2014-05-28 09:55:43 +00:00
|
|
|
|
2014-05-28 07:08:26 +00:00
|
|
|
* Wed May 28 2014 Kay Sievers <kay@redhat.com> - 213-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-05-27 19:11:14 +00:00
|
|
|
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 212-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
|
|
|
|
|
2014-05-27 00:03:21 +00:00
|
|
|
* Fri May 23 2014 Adam Williamson <awilliam@redhat.com> - 212-5
|
|
|
|
- revert change from 212-4, causes boot fail on single CPU boxes (RHBZ 1095891)
|
|
|
|
|
2014-05-07 23:12:22 +00:00
|
|
|
* Wed May 07 2014 Kay Sievers <kay@redhat.com> - 212-4
|
|
|
|
- add netns udev workaround
|
|
|
|
|
2014-05-07 15:52:31 +00:00
|
|
|
* Wed May 07 2014 Michal Sekletar <msekleta@redhat.com> - 212-3
|
|
|
|
- enable uuidd.socket by default (#1095353)
|
|
|
|
|
2014-04-26 13:01:02 +00:00
|
|
|
* Sat Apr 26 2014 Peter Robinson <pbrobinson@fedoraproject.org> 212-2
|
|
|
|
- Disable building with -flto for the moment due to gcc 4.9 issues (RHBZ 1091611)
|
|
|
|
|
2014-03-25 19:59:29 +00:00
|
|
|
* Tue Mar 25 2014 Lennart Poettering <lpoetter@redhat.com> - 212-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-03-17 16:20:28 +00:00
|
|
|
* Mon Mar 17 2014 Peter Robinson <pbrobinson@fedoraproject.org> 211-2
|
|
|
|
- Explicitly define which upstream platforms support libseccomp
|
|
|
|
|
2014-03-11 20:18:21 +00:00
|
|
|
* Tue Mar 11 2014 Lennart Poettering <lpoetter@redhat.com> - 211-1
|
|
|
|
- New upstream release
|
|
|
|
|
2014-03-11 00:25:50 +00:00
|
|
|
* Mon Mar 10 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-8
|
|
|
|
- Fix logind unpriviledged reboot issue and a few other minor fixes
|
|
|
|
- Limit generator execution time
|
|
|
|
- Recognize buttonless joystick types
|
|
|
|
|
2014-03-07 15:39:16 +00:00
|
|
|
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-7
|
|
|
|
- ppc64le needs link warnings disabled, too
|
|
|
|
|
2014-03-07 13:51:44 +00:00
|
|
|
* Fri Mar 07 2014 Karsten Hopp <karsten@redhat.com> 210-6
|
|
|
|
- move ifarch ppc64le to correct place (libseccomp req)
|
|
|
|
|
2014-03-07 05:44:59 +00:00
|
|
|
* Fri Mar 07 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-5
|
|
|
|
- Bugfixes: #1047568, #1047039, #1071128, #1073402
|
|
|
|
- Bash completions for more systemd tools
|
|
|
|
- Bluetooth database update
|
|
|
|
- Manpage fixes
|
|
|
|
|
2014-03-06 21:13:13 +00:00
|
|
|
* Thu Mar 06 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-4
|
|
|
|
- Apply work-around for ppc64le too (#1073647).
|
|
|
|
|
2014-03-01 12:59:32 +00:00
|
|
|
* Sat Mar 01 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
|
|
|
|
- Backport a few patches, add completion for systemd-nspawn.
|
|
|
|
|
2014-03-01 03:38:38 +00:00
|
|
|
* Fri Feb 28 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 210-3
|
|
|
|
- Apply work-arounds for ppc/ppc64 for bugs 1071278 and 1071284
|
|
|
|
|
2014-02-24 22:01:14 +00:00
|
|
|
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-2
|
|
|
|
- Check more services against preset list and enable by default
|
|
|
|
|
2014-02-24 21:18:10 +00:00
|
|
|
* Mon Feb 24 2014 Lennart Poettering <lpoetter@redhat.com> - 210-1
|
|
|
|
- new upstream release
|
|
|
|
|
2014-02-23 21:22:23 +00:00
|
|
|
* Sun Feb 23 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 209-2.gitf01de96
|
|
|
|
- Enable dnssec-triggerd.service by default (#1060754)
|
|
|
|
|
2014-02-23 01:01:28 +00:00
|
|
|
* Sun Feb 23 2014 Kay Sievers <kay@redhat.com> - 209-2.gitf01de96
|
|
|
|
- git snapshot to sort out ARM build issues
|
|
|
|
|
2014-02-20 21:38:09 +00:00
|
|
|
* Thu Feb 20 2014 Lennart Poettering <lpoetter@redhat.com> - 209-1
|
|
|
|
- new upstream release
|
|
|
|
|
2014-02-18 13:15:50 +00:00
|
|
|
* Tue Feb 18 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-15
|
|
|
|
- Make gpsd lazily activated (#1066421)
|
|
|
|
|
2014-02-17 14:17:28 +00:00
|
|
|
* Mon Feb 17 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-14
|
|
|
|
- Back out patch which causes user manager to be destroyed when unneeded
|
|
|
|
and spams logs (#1053315)
|
|
|
|
|
2014-02-17 06:29:30 +00:00
|
|
|
* Sun Feb 16 2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-13
|
2014-02-17 06:15:38 +00:00
|
|
|
- A different fix for #1023820 taken from Mageia
|
|
|
|
- Backported fix for #997031
|
|
|
|
- Hardward database updates, man pages improvements, a few small memory
|
|
|
|
leaks, utf-8 correctness and completion fixes
|
|
|
|
- Support for key-slot option in crypttab
|
|
|
|
|
2014-01-25 18:54:52 +00:00
|
|
|
* Sat Jan 25 2014 Ville Skyttä <ville.skytta@iki.fi> - 208-12
|
|
|
|
- Own the %%{_prefix}/lib/kernel(/*) and %%{_datadir}/zsh(/*) dirs.
|
|
|
|
|
2014-01-15 00:04:08 +00:00
|
|
|
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-11
|
|
|
|
- Backport a few fixes, relevant documentation updates, and HWDB changes
|
|
|
|
(#1051797, #1051768, #1047335, #1047304, #1047186, #1045849, #1043304,
|
|
|
|
#1043212, #1039351, #1031325, #1023820, #1017509, #953077)
|
|
|
|
- Flip journalctl to --full by default (#984758)
|
|
|
|
|
2013-12-05 16:05:50 +00:00
|
|
|
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-9
|
|
|
|
- Apply two patches for #1026860
|
|
|
|
|
2013-12-04 02:54:10 +00:00
|
|
|
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-8
|
|
|
|
- Bump release to stay ahead of f20
|
|
|
|
|
2013-12-04 00:08:42 +00:00
|
|
|
* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-7
|
|
|
|
- Backport patches (#1023041, #1036845, #1006386?)
|
|
|
|
- HWDB update
|
|
|
|
- Some small new features: nspawn --drop-capability=, running PID 1 under
|
|
|
|
valgrind, "yearly" and "annually" in calendar specifications
|
|
|
|
- Some small documentation and logging updates
|
|
|
|
|
2013-11-20 04:16:05 +00:00
|
|
|
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-6
|
2013-12-04 02:54:10 +00:00
|
|
|
- Bump release to stay ahead of f20
|
2013-11-20 04:16:05 +00:00
|
|
|
|
2013-11-19 22:28:44 +00:00
|
|
|
* Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-5
|
|
|
|
- Use unit name in PrivateTmp= directories (#957439)
|
|
|
|
- Update manual pages, completion scripts, and hardware database
|
|
|
|
- Configurable Timeouts/Restarts default values
|
|
|
|
- Support printing of timestamps on the console
|
|
|
|
- Fix some corner cases in detecting when writing to the console is safe
|
|
|
|
- Python API: convert keyword values to string, fix sd_is_booted() wrapper
|
|
|
|
- Do not tread missing /sbin/fsck.btrfs as an error (#1015467)
|
|
|
|
- Allow masking of fsck units
|
|
|
|
- Advertise hibernation to swap files
|
|
|
|
- Fix SO_REUSEPORT settings
|
|
|
|
- Prefer converted xkb keymaps to legacy keymaps (#981805, #1026872)
|
|
|
|
- Make use of newer kmod
|
|
|
|
- Assorted bugfixes: #1017161, #967521, #988883, #1027478, #821723, #1014303
|
|
|
|
|
2013-10-22 14:30:36 +00:00
|
|
|
* Tue Oct 22 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-4
|
|
|
|
- Add temporary fix for #1002806
|
|
|
|
|
|
|
|
* Mon Oct 21 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 208-3
|
2013-10-21 23:35:36 +00:00
|
|
|
- Backport a bunch of fixes and hwdb updates
|
|
|
|
|
2013-10-22 14:30:36 +00:00
|
|
|
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-2
|
2013-10-02 13:09:14 +00:00
|
|
|
- Move old random seed and backlight files into the right place
|
|
|
|
|
2013-10-22 14:30:36 +00:00
|
|
|
* Wed Oct 2 2013 Lennart Poettering <lpoetter@redhat.com> - 208-1
|
2013-10-02 02:10:00 +00:00
|
|
|
- New upstream release
|
|
|
|
|
2013-09-26 13:53:09 +00:00
|
|
|
* Thu Sep 26 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-5
|
|
|
|
- Do not create /var/var/... dirs
|
|
|
|
|
2013-09-18 16:57:13 +00:00
|
|
|
* Wed Sep 18 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> 207-4
|
|
|
|
- Fix policykit authentication
|
2013-10-02 02:10:00 +00:00
|
|
|
- Resolves: rhbz#1006680
|
2013-09-18 16:57:13 +00:00
|
|
|
|
2013-09-17 15:59:27 +00:00
|
|
|
* Tue Sep 17 2013 Harald Hoyer <harald@redhat.com> 207-3
|
|
|
|
- fixed login
|
2013-10-02 02:10:00 +00:00
|
|
|
- Resolves: rhbz#1005233
|
2013-09-17 15:59:27 +00:00
|
|
|
|
2013-09-16 22:11:41 +00:00
|
|
|
* Mon Sep 16 2013 Harald Hoyer <harald@redhat.com> 207-2
|
|
|
|
- add some upstream fixes for 207
|
|
|
|
- fixed swap activation
|
2013-10-02 02:10:00 +00:00
|
|
|
- Resolves: rhbz#1008604
|
2013-09-16 22:11:41 +00:00
|
|
|
|
2013-09-13 01:46:15 +00:00
|
|
|
* Fri Sep 13 2013 Lennart Poettering <lpoetter@redhat.com> - 207-1
|
|
|
|
- New upstream release
|
|
|
|
|
2013-09-06 05:47:41 +00:00
|
|
|
* Fri Sep 06 2013 Harald Hoyer <harald@redhat.com> 206-11
|
|
|
|
- support "debug" kernel command line parameter
|
|
|
|
- journald: fix fd leak in journal_file_empty
|
|
|
|
- journald: fix vacuuming of archived journals
|
|
|
|
- libudev: enumerate - do not try to match against an empty subsystem
|
|
|
|
- cgtop: fixup the online help
|
|
|
|
- libudev: fix memleak when enumerating childs
|
|
|
|
|
2013-09-04 11:29:05 +00:00
|
|
|
* Wed Sep 04 2013 Harald Hoyer <harald@redhat.com> 206-10
|
|
|
|
- Do not require grubby, lorax now takes care of grubby
|
|
|
|
- cherry-picked a lot of patches from upstream
|
|
|
|
|
2013-08-27 23:15:49 +00:00
|
|
|
* Tue Aug 27 2013 Dennis Gilmore <dennis@ausil.us> - 206-9
|
|
|
|
- Require grubby, Fedora installs require grubby,
|
|
|
|
- kernel-install took over from new-kernel-pkg
|
|
|
|
- without the Requires we are unable to compose Fedora
|
|
|
|
- everyone else says that since kernel-install took over
|
|
|
|
- it is responsible for ensuring that grubby is in place
|
|
|
|
- this is really what we want for Fedora
|
|
|
|
|
2013-08-27 10:25:23 +00:00
|
|
|
* Tue Aug 27 2013 Kay Sievers <kay@redhat.com> - 206-8
|
|
|
|
- Revert "Require grubby its needed by kernel-install"
|
|
|
|
|
|
|
|
* Mon Aug 26 2013 Dennis Gilmore <dennis@ausil.us> 206-7
|
|
|
|
- Require grubby its needed by kernel-install
|
|
|
|
|
2013-08-22 07:38:25 +00:00
|
|
|
* Thu Aug 22 2013 Harald Hoyer <harald@redhat.com> 206-6
|
|
|
|
- kernel-install now understands kernel flavors like PAE
|
|
|
|
|
2013-08-20 13:34:21 +00:00
|
|
|
* Tue Aug 20 2013 Rex Dieter <rdieter@fedoraproject.org> - 206-5
|
|
|
|
- add sddm.service to preset file (#998978)
|
|
|
|
|
2013-08-20 13:39:23 +00:00
|
|
|
* Fri Aug 16 2013 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 206-4
|
2013-08-17 03:47:46 +00:00
|
|
|
- Filter out provides for private python modules.
|
2013-08-20 00:03:17 +00:00
|
|
|
- Add requires on kmod >= 14 (#990994).
|
2013-08-17 03:47:46 +00:00
|
|
|
|
2013-06-18 16:12:27 +00:00
|
|
|
* Sun Aug 11 2013 Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl> - 206-3
|
|
|
|
- New systemd-python3 package (#976427).
|
2013-08-15 01:35:35 +00:00
|
|
|
- Add ownership of a few directories that we create (#894202).
|
2013-06-18 16:12:27 +00:00
|
|
|
|
2013-08-04 16:28:43 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 206-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-23 00:16:31 +00:00
|
|
|
* Tue Jul 23 2013 Kay Sievers <kay@redhat.com> - 206-1
|
|
|
|
- New upstream release
|
|
|
|
Resolves (#984152)
|
|
|
|
|
2013-07-03 16:02:09 +00:00
|
|
|
* Wed Jul 3 2013 Lennart Poettering <lpoetter@redhat.com> - 205-1
|
|
|
|
- New upstream release
|
|
|
|
|
2013-06-26 10:32:27 +00:00
|
|
|
* Wed Jun 26 2013 Michal Schmidt <mschmidt@redhat.com> 204-10
|
|
|
|
- Split systemd-journal-gateway subpackage (#908081).
|
|
|
|
|
2013-06-24 15:18:23 +00:00
|
|
|
* Mon Jun 24 2013 Michal Schmidt <mschmidt@redhat.com> 204-9
|
|
|
|
- Rename nm_dispatcher to NetworkManager-dispatcher in default preset (#977433)
|
|
|
|
|
2013-06-14 14:14:17 +00:00
|
|
|
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-8
|
|
|
|
- fix, which helps to sucessfully browse journals with
|
|
|
|
duplicated seqnums
|
|
|
|
|
2013-06-14 13:09:57 +00:00
|
|
|
* Fri Jun 14 2013 Harald Hoyer <harald@redhat.com> 204-7
|
|
|
|
- fix duplicate message ID bug
|
|
|
|
Resolves: rhbz#974132
|
|
|
|
|
2013-06-06 10:55:08 +00:00
|
|
|
* Thu Jun 06 2013 Harald Hoyer <harald@redhat.com> 204-6
|
|
|
|
- introduce 99-default-disable.preset
|
|
|
|
|
2013-06-06 09:48:14 +00:00
|
|
|
* Thu Jun 6 2013 Lennart Poettering <lpoetter@redhat.com> - 204-5
|
|
|
|
- Rename 90-display-manager.preset to 85-display-manager.preset so that it actually takes precedence over 90-default.preset's "disable *" line (#903690)
|
|
|
|
|
2013-05-28 09:12:08 +00:00
|
|
|
* Tue May 28 2013 Harald Hoyer <harald@redhat.com> 204-4
|
|
|
|
- Fix kernel-install (#965897)
|
|
|
|
|
2013-05-22 21:48:22 +00:00
|
|
|
* Wed May 22 2013 Kay Sievers <kay@redhat.com> - 204-3
|
|
|
|
- Fix kernel-install (#965897)
|
|
|
|
|
2013-05-13 12:25:39 +00:00
|
|
|
* Thu May 9 2013 Lennart Poettering <lpoetter@redhat.com> - 204-2
|
2013-05-09 14:28:55 +00:00
|
|
|
- New upstream release
|
2013-05-13 12:25:39 +00:00
|
|
|
- disable isdn by default (#959793)
|
2013-05-09 14:28:55 +00:00
|
|
|
|
2013-05-07 08:38:15 +00:00
|
|
|
* Tue May 07 2013 Harald Hoyer <harald@redhat.com> 203-2
|
|
|
|
- forward port kernel-install-grubby.patch
|
|
|
|
|
2013-05-07 00:20:50 +00:00
|
|
|
* Tue May 7 2013 Lennart Poettering <lpoetter@redhat.com> - 203-1
|
|
|
|
- New upstream release
|
|
|
|
|
2013-04-24 12:45:56 +00:00
|
|
|
* Wed Apr 24 2013 Harald Hoyer <harald@redhat.com> 202-3
|
|
|
|
- fix ENOENT for getaddrinfo
|
2013-05-09 14:28:55 +00:00
|
|
|
- Resolves: rhbz#954012 rhbz#956035
|
2013-04-24 12:45:56 +00:00
|
|
|
- crypt-setup-generator: correctly check return of strdup
|
|
|
|
- logind-dbus: initialize result variable
|
|
|
|
- prevent library underlinking
|
|
|
|
|
2013-04-19 12:39:16 +00:00
|
|
|
* Fri Apr 19 2013 Harald Hoyer <harald@redhat.com> 202-2
|
|
|
|
- nspawn create empty /etc/resolv.conf if necessary
|
|
|
|
- python wrapper: add sd_journal_add_conjunction()
|
|
|
|
- fix s390 booting
|
2013-05-09 14:28:55 +00:00
|
|
|
- Resolves: rhbz#953217
|
2013-04-19 12:39:16 +00:00
|
|
|
|
2013-04-18 23:43:01 +00:00
|
|
|
* Thu Apr 18 2013 Lennart Poettering <lpoetter@redhat.com> - 202-1
|
|
|
|
- New upstream release
|
|
|
|
|
2013-04-09 14:19:19 +00:00
|
|
|
* Tue Apr 09 2013 Michal Schmidt <mschmidt@redhat.com> - 201-2
|
|
|
|
- Automatically discover whether to run autoreconf and add autotools and git
|
|
|
|
BuildRequires based on the presence of patches to be applied.
|
|
|
|
- Use find -delete.
|
|
|
|
|
2013-04-08 21:16:01 +00:00
|
|
|
* Mon Apr 8 2013 Lennart Poettering <lpoetter@redhat.com> - 201-1
|
|
|
|
- New upstream release
|
|
|
|
|
2013-04-08 08:46:39 +00:00
|
|
|
* Mon Apr 8 2013 Lennart Poettering <lpoetter@redhat.com> - 200-4
|
|
|
|
- Update preset file
|
|
|
|
|
2013-03-29 17:16:56 +00:00
|
|
|
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-3
|
|
|
|
- Remove NetworkManager-wait-online.service from presets file again, it should default to off
|
|
|
|
|
2013-03-29 02:52:04 +00:00
|
|
|
* Fri Mar 29 2013 Lennart Poettering <lpoetter@redhat.com> - 200-2
|
|
|
|
- New upstream release
|
|
|
|
|
2013-03-26 16:05:17 +00:00
|
|
|
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-2
|
|
|
|
- Add NetworkManager-wait-online.service to the presets file
|
|
|
|
|
2013-03-26 15:14:39 +00:00
|
|
|
* Tue Mar 26 2013 Lennart Poettering <lpoetter@redhat.com> - 199-1
|
|
|
|
- New upstream release
|
|
|
|
|
2013-03-15 16:19:10 +00:00
|
|
|
* Mon Mar 18 2013 Michal Schmidt <mschmidt@redhat.com> 198-7
|
|
|
|
- Drop /usr/s?bin/ prefixes.
|
|
|
|
|
2013-03-15 11:26:12 +00:00
|
|
|
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-6
|
|
|
|
- run autogen to pickup all changes
|
|
|
|
|
2013-03-15 06:20:38 +00:00
|
|
|
* Fri Mar 15 2013 Harald Hoyer <harald@redhat.com> 198-5
|
|
|
|
- do not mount anything, when not running as pid 1
|
|
|
|
- add initrd.target for systemd in the initrd
|
|
|
|
|
2013-03-13 07:31:41 +00:00
|
|
|
* Wed Mar 13 2013 Harald Hoyer <harald@redhat.com> 198-4
|
|
|
|
- fix switch-root and local-fs.target problem
|
|
|
|
- patch kernel-install to use grubby, if available
|
|
|
|
|
2013-03-08 06:20:11 +00:00
|
|
|
* Fri Mar 08 2013 Harald Hoyer <harald@redhat.com> 198-3
|
|
|
|
- add Conflict with dracut < 026 because of the new switch-root isolate
|
|
|
|
|
2013-03-07 22:53:14 +00:00
|
|
|
* Thu Mar 7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-2
|
|
|
|
- Create required users
|
|
|
|
|
2013-03-07 22:27:37 +00:00
|
|
|
* Thu Mar 7 2013 Lennart Poettering <lpoetter@redhat.com> - 198-1
|
|
|
|
- New release
|
|
|
|
- Enable journal persistancy by default
|
|
|
|
|
2013-02-10 22:53:38 +00:00
|
|
|
* Sun Feb 10 2013 Peter Robinson <pbrobinson@fedoraproject.org> 197-3
|
|
|
|
- Bump for ARM
|
|
|
|
|
2013-01-18 13:57:11 +00:00
|
|
|
* Fri Jan 18 2013 Michal Schmidt <mschmidt@redhat.com> - 197-2
|
|
|
|
- Added qemu-guest-agent.service to presets (Lennart, #885406).
|
|
|
|
- Add missing pygobject3-base to systemd-analyze deps (Lennart).
|
|
|
|
- Do not require hwdata, it is all in the hwdb now (Kay).
|
|
|
|
- Drop dependency on dbus-python.
|
|
|
|
|
|
|
|
* Tue Jan 8 2013 Lennart Poettering <lpoetter@redhat.com> - 197-1
|
2013-01-08 02:00:08 +00:00
|
|
|
- New upstream release
|
|
|
|
|
2012-12-10 13:06:42 +00:00
|
|
|
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-4
|
|
|
|
- Enable rngd.service by default (#857765).
|
|
|
|
|
2012-12-10 11:19:40 +00:00
|
|
|
* Mon Dec 10 2012 Michal Schmidt <mschmidt@redhat.com> - 196-3
|
|
|
|
- Disable hardening on s390(x) because PIE is broken there and produces
|
|
|
|
text relocations with __thread (#868839).
|
|
|
|
|
2012-12-05 13:51:32 +00:00
|
|
|
* Wed Dec 05 2012 Michal Schmidt <mschmidt@redhat.com> - 196-2
|
|
|
|
- added spice-vdagentd.service to presets (Lennart, #876237)
|
|
|
|
- BR cryptsetup-devel instead of the legacy cryptsetup-luks-devel provide name
|
|
|
|
(requested by Milan Brož).
|
|
|
|
- verbose make to see the actual build flags
|
|
|
|
|
2012-11-21 01:22:07 +00:00
|
|
|
* Wed Nov 21 2012 Lennart Poettering <lpoetter@redhat.com> - 196-1
|
|
|
|
- New upstream release
|
|
|
|
|
2012-11-20 18:58:53 +00:00
|
|
|
* Tue Nov 20 2012 Lennart Poettering <lpoetter@redhat.com> - 195-8
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=873459
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=878093
|
|
|
|
|
2012-11-15 21:01:53 +00:00
|
|
|
* Thu Nov 15 2012 Michal Schmidt <mschmidt@redhat.com> - 195-7
|
|
|
|
- Revert udev killing cgroup patch for F18 Beta.
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=873576
|
|
|
|
|
2012-11-09 13:17:50 +00:00
|
|
|
* Fri Nov 09 2012 Michal Schmidt <mschmidt@redhat.com> - 195-6
|
|
|
|
- Fix cyclical dep between systemd and systemd-libs.
|
|
|
|
- Avoid broken build of test-journal-syslog.
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=873387
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=872638
|
|
|
|
|
2012-10-25 16:24:34 +00:00
|
|
|
* Thu Oct 25 2012 Kay Sievers <kay@redhat.com> - 195-5
|
|
|
|
- require 'sed', limit HOSTNAME= match
|
|
|
|
|
2012-10-24 16:18:40 +00:00
|
|
|
* Wed Oct 24 2012 Michal Schmidt <mschmidt@redhat.com> - 195-4
|
|
|
|
- add dmraid-activation.service to the default preset
|
|
|
|
- add yum protected.d fragment
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=869619
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=869717
|
|
|
|
|
2012-10-24 01:31:10 +00:00
|
|
|
* Wed Oct 24 2012 Kay Sievers <kay@redhat.com> - 195-3
|
|
|
|
- Migrate /etc/sysconfig/ i18n, keyboard, network files/variables to
|
|
|
|
systemd native files
|
|
|
|
|
2012-10-23 23:07:58 +00:00
|
|
|
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-2
|
|
|
|
- Provide syslog because the journal is fine as a syslog implementation
|
|
|
|
|
2012-10-23 00:23:22 +00:00
|
|
|
* Tue Oct 23 2012 Lennart Poettering <lpoetter@redhat.com> - 195-1
|
|
|
|
- New upstream release
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=831665
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=847720
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=858693
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=863481
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=864629
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=864672
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=864674
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=865128
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=866346
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=867407
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=868603
|
|
|
|
|
2012-10-10 15:29:42 +00:00
|
|
|
* Wed Oct 10 2012 Michal Schmidt <mschmidt@redhat.com> - 194-2
|
|
|
|
- Add scriptlets for migration away from systemd-timedated-ntp.target
|
|
|
|
|
2012-10-03 18:55:04 +00:00
|
|
|
* Wed Oct 3 2012 Lennart Poettering <lpoetter@redhat.com> - 194-1
|
|
|
|
- New upstream release
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=859614
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=859655
|
|
|
|
|
2012-09-28 00:38:31 +00:00
|
|
|
* Fri Sep 28 2012 Lennart Poettering <lpoetter@redhat.com> - 193-1
|
|
|
|
- New upstream release
|
|
|
|
|
2012-09-25 20:57:27 +00:00
|
|
|
* Tue Sep 25 2012 Lennart Poettering <lpoetter@redhat.com> - 192-1
|
|
|
|
- New upstream release
|
|
|
|
|
2012-09-21 22:19:20 +00:00
|
|
|
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-2
|
|
|
|
- Fix journal mmap header prototype definition to fix compilation on 32bit
|
|
|
|
|
2012-09-21 21:56:45 +00:00
|
|
|
* Fri Sep 21 2012 Lennart Poettering <lpoetter@redhat.com> - 191-1
|
|
|
|
- New upstream release
|
|
|
|
- Enable all display managers by default, as discussed with Adam Williamson
|
|
|
|
|
2012-09-20 19:29:13 +00:00
|
|
|
* Thu Sep 20 2012 Lennart Poettering <lpoetter@redhat.com> - 190-1
|
|
|
|
- New upstream release
|
|
|
|
- Take possession of /etc/localtime, and remove /etc/sysconfig/clock
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=858780
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=858787
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=858771
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=858754
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=858746
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=858266
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=858224
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=857670
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=856975
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=855863
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=851970
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=851275
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=851131
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=847472
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=847207
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=846483
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=846085
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=845973
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=845194
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=845028
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=844630
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=839736
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=835848
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=831740
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=823485
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=821813
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=807886
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=802198
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=767795
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=767561
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=752774
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=732874
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=858735
|
|
|
|
|
2012-09-13 12:43:03 +00:00
|
|
|
* Thu Sep 13 2012 Lennart Poettering <lpoetter@redhat.com> - 189-4
|
|
|
|
- Don't pull in pkg-config as dep
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=852828
|
|
|
|
|
2012-09-12 23:04:00 +00:00
|
|
|
* Wed Sep 12 2012 Lennart Poettering <lpoetter@redhat.com> - 189-3
|
|
|
|
- Update preset policy
|
|
|
|
- Rename preset policy file from 99-default.preset to 90-default.preset so that people can order their own stuff after the Fedora default policy if they wish
|
|
|
|
|
2012-08-23 02:15:54 +00:00
|
|
|
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-2
|
|
|
|
- Update preset policy
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=850814
|
|
|
|
|
|
|
|
* Thu Aug 23 2012 Lennart Poettering <lpoetter@redhat.com> - 189-1
|
2012-08-23 01:27:58 +00:00
|
|
|
- New upstream release
|
|
|
|
|
2012-09-20 19:29:13 +00:00
|
|
|
* Thu Aug 16 2012 Ray Strode <rstrode@redhat.com> 188-4
|
|
|
|
- more scriptlet fixes
|
2013-10-22 04:09:53 +00:00
|
|
|
(move dm migration logic to %%posttrans so the service
|
2012-09-20 19:29:13 +00:00
|
|
|
files it's looking for are available at the time
|
|
|
|
the logic is run)
|
|
|
|
|
2012-08-11 23:39:24 +00:00
|
|
|
* Sat Aug 11 2012 Lennart Poettering <lpoetter@redhat.com> - 188-3
|
|
|
|
- Remount file systems MS_PRIVATE before switching roots
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=847418
|
|
|
|
|
2012-08-08 21:47:16 +00:00
|
|
|
* Wed Aug 08 2012 Rex Dieter <rdieter@fedoraproject.org> - 188-2
|
|
|
|
- fix scriptlets
|
|
|
|
|
2012-08-08 20:15:54 +00:00
|
|
|
* Wed Aug 8 2012 Lennart Poettering <lpoetter@redhat.com> - 188-1
|
|
|
|
- New upstream release
|
2012-08-08 00:19:36 +00:00
|
|
|
- Enable gdm and avahi by default via the preset file
|
2012-08-07 15:16:26 +00:00
|
|
|
- Convert /etc/sysconfig/desktop to display-manager.service symlink
|
2012-08-08 20:15:54 +00:00
|
|
|
- Enable hardened build
|
2012-08-06 23:25:17 +00:00
|
|
|
|
2012-07-30 10:29:09 +00:00
|
|
|
* Mon Jul 30 2012 Kay Sievers <kay@redhat.com> - 187-3
|
|
|
|
- Obsolete: system-setup-keyboard
|
|
|
|
|
2012-07-25 09:08:03 +00:00
|
|
|
* Wed Jul 25 2012 Kalev Lember <kalevlember@gmail.com> - 187-2
|
|
|
|
- Run ldconfig for the new -libs subpackage
|
|
|
|
|
2012-07-19 23:03:28 +00:00
|
|
|
* Thu Jul 19 2012 Lennart Poettering <lpoetter@redhat.com> - 187-1
|
|
|
|
- New upstream release
|
|
|
|
|
2012-07-09 08:39:25 +00:00
|
|
|
* Mon Jul 09 2012 Harald Hoyer <harald@redhat.com> 186-2
|
|
|
|
- fixed dracut conflict version
|
|
|
|
|
2012-07-03 19:12:08 +00:00
|
|
|
* Tue Jul 3 2012 Lennart Poettering <lpoetter@redhat.com> - 186-1
|
|
|
|
- New upstream release
|
|
|
|
|
2012-06-22 12:33:14 +00:00
|
|
|
* Fri Jun 22 2012 Nils Philippsen <nils@redhat.com> - 185-7.gite7aee75
|
|
|
|
- add obsoletes/conflicts so multilib systemd -> systemd-libs updates work
|
|
|
|
|
2012-06-14 19:25:13 +00:00
|
|
|
* Thu Jun 14 2012 Michal Schmidt <mschmidt@redhat.com> - 185-6.gite7aee75
|
|
|
|
- Update to current git
|
|
|
|
|
2012-06-06 23:53:42 +00:00
|
|
|
* Wed Jun 06 2012 Kay Sievers - 185-5.gita2368a3
|
|
|
|
- disable plymouth in configure, to drop the .wants/ symlinks
|
|
|
|
|
2012-06-06 22:57:02 +00:00
|
|
|
* Wed Jun 06 2012 Michal Schmidt <mschmidt@redhat.com> - 185-4.gita2368a3
|
|
|
|
- Update to current git snapshot
|
|
|
|
- Add systemd-readahead-analyze
|
|
|
|
- Drop upstream patch
|
|
|
|
- Split systemd-libs
|
|
|
|
- Drop duplicate doc files
|
|
|
|
- Fixed License headers of subpackages
|
|
|
|
|
|
|
|
* Wed Jun 06 2012 Ray Strode <rstrode@redhat.com> - 185-3
|
2012-06-06 20:47:49 +00:00
|
|
|
- Drop plymouth files
|
|
|
|
- Conflict with old plymouth
|
|
|
|
|
2012-06-05 16:33:49 +00:00
|
|
|
* Tue Jun 05 2012 Kay Sievers - 185-2
|
|
|
|
- selinux udev labeling fix
|
|
|
|
- conflict with older dracut versions for new udev file names
|
|
|
|
|
2012-06-04 18:48:54 +00:00
|
|
|
* Mon Jun 04 2012 Kay Sievers - 185-1
|
|
|
|
- New upstream release
|
|
|
|
- udev selinux labeling fixes
|
|
|
|
- new man pages
|
|
|
|
- systemctl help <unit name>
|
|
|
|
|
2012-05-31 00:14:29 +00:00
|
|
|
* Thu May 31 2012 Lennart Poettering <lpoetter@redhat.com> - 184-1
|
|
|
|
- New upstream release
|
|
|
|
|
2012-05-24 20:42:11 +00:00
|
|
|
* Thu May 24 2012 Kay Sievers <kay@redhat.com> - 183-1
|
|
|
|
- New upstream release including udev merge.
|
|
|
|
|
2012-03-27 22:07:38 +00:00
|
|
|
* Wed Mar 28 2012 Michal Schmidt <mschmidt@redhat.com> - 44-4
|
|
|
|
- Add triggers from Bill Nottingham to correct the damage done by
|
|
|
|
the obsoleted systemd-units's preun scriptlet (#807457).
|
|
|
|
|
2012-03-26 16:59:30 +00:00
|
|
|
* Mon Mar 26 2012 Dennis Gilmore <dennis@ausil.us> - 44-3
|
|
|
|
- apply patch from upstream so we can build systemd on arm and ppc
|
|
|
|
- and likely the rest of the secondary arches
|
|
|
|
|
2012-03-20 09:27:26 +00:00
|
|
|
* Tue Mar 20 2012 Michal Schmidt <mschmidt@redhat.com> - 44-2
|
|
|
|
- Don't build the gtk parts anymore. They're moving into systemd-ui.
|
|
|
|
- Remove a dead patch file.
|
|
|
|
|
2012-03-16 01:16:38 +00:00
|
|
|
* Fri Mar 16 2012 Lennart Poettering <lpoetter@redhat.com> - 44-1
|
|
|
|
- New upstream release
|
|
|
|
- Closes #798760, #784921, #783134, #768523, #781735
|
|
|
|
|
2012-02-27 18:52:54 +00:00
|
|
|
* Mon Feb 27 2012 Dennis Gilmore <dennis@ausil.us> - 43-2
|
|
|
|
- don't conflict with fedora-release systemd never actually provided
|
|
|
|
- /etc/os-release so there is no actual conflict
|
|
|
|
|
2012-02-15 03:51:07 +00:00
|
|
|
* Wed Feb 15 2012 Lennart Poettering <lpoetter@redhat.com> - 43-1
|
|
|
|
- New upstream release
|
|
|
|
- Closes #789758, #790260, #790522
|
|
|
|
|
2012-02-11 01:46:33 +00:00
|
|
|
* Sat Feb 11 2012 Lennart Poettering <lpoetter@redhat.com> - 42-1
|
|
|
|
- New upstream release
|
|
|
|
- Save a bit of entropy during system installation (#789407)
|
|
|
|
- Don't own /etc/os-release anymore, leave that to fedora-release
|
|
|
|
|
2012-02-09 03:20:29 +00:00
|
|
|
* Thu Feb 9 2012 Adam Williamson <awilliam@redhat.com> - 41-2
|
|
|
|
- rebuild for fixed binutils
|
|
|
|
|
2012-02-09 02:33:43 +00:00
|
|
|
* Thu Feb 9 2012 Lennart Poettering <lpoetter@redhat.com> - 41-1
|
|
|
|
- New upstream release
|
|
|
|
|
2012-02-07 03:29:39 +00:00
|
|
|
* Tue Feb 7 2012 Lennart Poettering <lpoetter@redhat.com> - 40-1
|
|
|
|
- New upstream release
|
|
|
|
|
2012-01-26 13:37:41 +00:00
|
|
|
* Thu Jan 26 2012 Kay Sievers <kay@redhat.com> - 39-3
|
|
|
|
- provide /sbin/shutdown
|
|
|
|
|
2012-01-25 19:38:01 +00:00
|
|
|
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 39-2
|
|
|
|
- increment release
|
|
|
|
|
2012-01-25 18:14:38 +00:00
|
|
|
* Wed Jan 25 2012 Kay Sievers <kay@redhat.com> - 39-1.1
|
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 14:56:17 +00:00
|
|
|
- install everything in /usr
|
|
|
|
https://fedoraproject.org/wiki/Features/UsrMove
|
|
|
|
|
2012-01-25 00:36:57 +00:00
|
|
|
* Wed Jan 25 2012 Lennart Poettering <lpoetter@redhat.com> - 39-1
|
|
|
|
- New upstream release
|
|
|
|
|
2012-01-22 19:46:56 +00:00
|
|
|
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-6.git9fa2f41
|
|
|
|
- Update to a current git snapshot.
|
|
|
|
- Resolves: #781657
|
|
|
|
|
2012-01-22 19:46:54 +00:00
|
|
|
* Sun Jan 22 2012 Michal Schmidt <mschmidt@redhat.com> - 38-5
|
|
|
|
- Build against libgee06. Reenable gtk tools.
|
|
|
|
- Delete unused patches.
|
|
|
|
- Add easy building of git snapshots.
|
|
|
|
- Remove legacy spec file elements.
|
|
|
|
- Don't mention implicit BuildRequires.
|
|
|
|
- Configure with --disable-static.
|
|
|
|
- Merge -units into the main package.
|
|
|
|
- Move section 3 manpages to -devel.
|
|
|
|
- Fix unowned directory.
|
|
|
|
- Run ldconfig in scriptlets.
|
|
|
|
- Split systemd-analyze to a subpackage.
|
|
|
|
|
2012-01-21 11:35:58 +00:00
|
|
|
* Sat Jan 21 2012 Dan Horák <dan[at]danny.cz> - 38-4
|
|
|
|
- fix build on big-endians
|
|
|
|
|
2012-01-11 03:55:52 +00:00
|
|
|
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-3
|
|
|
|
- Disable building of gtk tools for now
|
|
|
|
|
2012-01-11 03:44:49 +00:00
|
|
|
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-2
|
|
|
|
- Fix a few (build) dependencies
|
|
|
|
|
2012-01-11 03:28:28 +00:00
|
|
|
* Wed Jan 11 2012 Lennart Poettering <lpoetter@redhat.com> - 38-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-11-15 19:47:19 +00:00
|
|
|
* Tue Nov 15 2011 Michal Schmidt <mschmidt@redhat.com> - 37-4
|
|
|
|
- Run authconfig if /etc/pam.d/system-auth is not a symlink.
|
|
|
|
- Resolves: #753160
|
|
|
|
|
2011-11-01 23:21:40 +00:00
|
|
|
* Wed Nov 02 2011 Michal Schmidt <mschmidt@redhat.com> - 37-3
|
|
|
|
- Fix remote-fs-pre.target and its ordering.
|
|
|
|
- Resolves: #749940
|
|
|
|
|
2011-10-19 10:20:43 +00:00
|
|
|
* Wed Oct 19 2011 Michal Schmidt <mschmidt@redhat.com> - 37-2
|
|
|
|
- A couple of fixes from upstream:
|
|
|
|
- Fix a regression in bash-completion reported in Bodhi.
|
|
|
|
- Fix a crash in isolating.
|
|
|
|
- Resolves: #717325
|
|
|
|
|
2011-10-11 19:04:54 +00:00
|
|
|
* Tue Oct 11 2011 Lennart Poettering <lpoetter@redhat.com> - 37-1
|
|
|
|
- New upstream release
|
|
|
|
- Resolves: #744726, #718464, #713567, #713707, #736756
|
|
|
|
|
2011-09-29 19:40:24 +00:00
|
|
|
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-5
|
|
|
|
- Undo the workaround. Kay says it does not belong in systemd.
|
|
|
|
- Unresolves: #741655
|
|
|
|
|
2011-09-29 00:26:24 +00:00
|
|
|
* Thu Sep 29 2011 Michal Schmidt <mschmidt@redhat.com> - 36-4
|
|
|
|
- Workaround for the crypto-on-lvm-on-crypto disk layout
|
|
|
|
- Resolves: #741655
|
|
|
|
|
2011-09-25 08:07:57 +00:00
|
|
|
* Sun Sep 25 2011 Michal Schmidt <mschmidt@redhat.com> - 36-3
|
|
|
|
- Revert an upstream patch that caused ordering cycles
|
|
|
|
- Resolves: #741078
|
|
|
|
|
2011-09-23 16:51:07 +00:00
|
|
|
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-2
|
|
|
|
- Add /etc/timezone to ghosted files
|
|
|
|
|
2011-09-23 16:37:23 +00:00
|
|
|
* Fri Sep 23 2011 Lennart Poettering <lpoetter@redhat.com> - 36-1
|
|
|
|
- New upstream release
|
|
|
|
- Resolves: #735013, #736360, #737047, #737509, #710487, #713384
|
|
|
|
|
2011-09-01 00:22:13 +00:00
|
|
|
* Thu Sep 1 2011 Lennart Poettering <lpoetter@redhat.com> - 35-1
|
|
|
|
- New upstream release
|
2011-08-31 01:10:41 +00:00
|
|
|
- Update post scripts
|
2011-09-01 00:22:13 +00:00
|
|
|
- Resolves: #726683, #713384, #698198, #722803, #727315, #729997, #733706, #734611
|
2011-08-31 01:10:41 +00:00
|
|
|
|
2011-08-25 15:14:45 +00:00
|
|
|
* Thu Aug 25 2011 Lennart Poettering <lpoetter@redhat.com> - 34-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-08-19 15:02:29 +00:00
|
|
|
* Fri Aug 19 2011 Harald Hoyer <harald@redhat.com> 33-2
|
|
|
|
- fix ABRT on service file reloading
|
2011-08-31 01:10:41 +00:00
|
|
|
- Resolves: rhbz#732020
|
2011-08-19 15:02:29 +00:00
|
|
|
|
2011-08-03 02:48:52 +00:00
|
|
|
* Wed Aug 3 2011 Lennart Poettering <lpoetter@redhat.com> - 33-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-07-29 01:38:35 +00:00
|
|
|
* Fri Jul 29 2011 Lennart Poettering <lpoetter@redhat.com> - 32-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-07-27 23:57:58 +00:00
|
|
|
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-2
|
|
|
|
- Fix access mode of modprobe file, restart logind after upgrade
|
|
|
|
|
2011-07-27 21:25:36 +00:00
|
|
|
* Wed Jul 27 2011 Lennart Poettering <lpoetter@redhat.com> - 31-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-07-13 21:28:44 +00:00
|
|
|
* Wed Jul 13 2011 Lennart Poettering <lpoetter@redhat.com> - 30-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-06-16 11:32:52 +00:00
|
|
|
* Thu Jun 16 2011 Lennart Poettering <lpoetter@redhat.com> - 29-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-06-12 23:38:43 +00:00
|
|
|
* Mon Jun 13 2011 Michal Schmidt <mschmidt@redhat.com> - 28-4
|
|
|
|
- Apply patches from current upstream.
|
|
|
|
- Fixes memory size detection on 32-bit with >4GB RAM (BZ712341)
|
|
|
|
|
|
|
|
* Wed Jun 08 2011 Michal Schmidt <mschmidt@redhat.com> - 28-3
|
2011-06-08 22:16:25 +00:00
|
|
|
- Apply patches from current upstream
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=709909
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=710839
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=711015
|
|
|
|
|
2011-05-28 17:44:53 +00:00
|
|
|
* Sat May 28 2011 Lennart Poettering <lpoetter@redhat.com> - 28-2
|
|
|
|
- Pull in nss-myhostname
|
|
|
|
|
2011-05-26 17:52:00 +00:00
|
|
|
* Thu May 26 2011 Lennart Poettering <lpoetter@redhat.com> - 28-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-05-25 18:45:52 +00:00
|
|
|
* Wed May 25 2011 Lennart Poettering <lpoetter@redhat.com> - 26-2
|
|
|
|
- Bugfix release
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=707507
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=707483
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=705427
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=707577
|
|
|
|
|
2011-04-30 02:44:13 +00:00
|
|
|
* Sat Apr 30 2011 Lennart Poettering <lpoetter@redhat.com> - 26-1
|
|
|
|
- New upstream release
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=699394
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=698198
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=698674
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=699114
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=699128
|
|
|
|
|
2011-04-21 01:39:20 +00:00
|
|
|
* Thu Apr 21 2011 Lennart Poettering <lpoetter@redhat.com> - 25-1
|
|
|
|
- New upstream release
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=694788
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=694321
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=690253
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=688661
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=682662
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=678555
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=628004
|
|
|
|
|
2011-04-06 20:04:49 +00:00
|
|
|
* Wed Apr 6 2011 Lennart Poettering <lpoetter@redhat.com> - 24-1
|
|
|
|
- New upstream release
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=694079
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=693289
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=693274
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=693161
|
|
|
|
|
2011-04-04 23:17:39 +00:00
|
|
|
* Tue Apr 5 2011 Lennart Poettering <lpoetter@redhat.com> - 23-1
|
|
|
|
- New upstream release
|
|
|
|
- Include systemd-sysv-convert
|
|
|
|
|
2011-04-01 00:10:27 +00:00
|
|
|
* Fri Apr 1 2011 Lennart Poettering <lpoetter@redhat.com> - 22-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-03-30 01:33:41 +00:00
|
|
|
* Wed Mar 30 2011 Lennart Poettering <lpoetter@redhat.com> - 21-2
|
|
|
|
- The quota services are now pulled in by mount points, hence no need to enable them explicitly
|
|
|
|
|
2011-03-30 01:22:40 +00:00
|
|
|
* Tue Mar 29 2011 Lennart Poettering <lpoetter@redhat.com> - 21-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-03-28 23:18:21 +00:00
|
|
|
* Mon Mar 28 2011 Matthias Clasen <mclasen@redhat.com> - 20-2
|
|
|
|
- Apply upstream patch to not send untranslated messages to plymouth
|
|
|
|
|
2011-03-08 19:11:37 +00:00
|
|
|
* Tue Mar 8 2011 Lennart Poettering <lpoetter@redhat.com> - 20-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-03-01 01:13:59 +00:00
|
|
|
* Tue Mar 1 2011 Lennart Poettering <lpoetter@redhat.com> - 19-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-02-16 21:30:14 +00:00
|
|
|
* Wed Feb 16 2011 Lennart Poettering <lpoetter@redhat.com> - 18-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-02-14 19:22:36 +00:00
|
|
|
* Mon Feb 14 2011 Bill Nottingham <notting@redhat.com> - 17-6
|
|
|
|
- bump upstart obsoletes (#676815)
|
|
|
|
|
2011-02-09 20:12:15 +00:00
|
|
|
* Wed Feb 9 2011 Tom Callaway <spot@fedoraproject.org> - 17-5
|
|
|
|
- add macros.systemd file for %%{_unitdir}
|
|
|
|
|
2011-02-09 17:50:56 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 17-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-09 00:20:32 +00:00
|
|
|
* Wed Feb 9 2011 Lennart Poettering <lpoetter@redhat.com> - 17-3
|
|
|
|
- Fix popen() of systemctl, #674916
|
|
|
|
|
2011-02-07 17:26:24 +00:00
|
|
|
* Mon Feb 7 2011 Bill Nottingham <notting@redhat.com> - 17-2
|
|
|
|
- add epoch to readahead obsolete
|
|
|
|
|
2011-01-22 01:30:30 +00:00
|
|
|
* Sat Jan 22 2011 Lennart Poettering <lpoetter@redhat.com> - 17-1
|
|
|
|
- New upstream release
|
|
|
|
|
2011-01-18 21:15:55 +00:00
|
|
|
* Tue Jan 18 2011 Lennart Poettering <lpoetter@redhat.com> - 16-2
|
|
|
|
- Drop console.conf again, since it is not shipped in pamtmp.conf
|
|
|
|
|
2011-01-08 01:46:14 +00:00
|
|
|
* Sat Jan 8 2011 Lennart Poettering <lpoetter@redhat.com> - 16-1
|
|
|
|
- New upstream release
|
|
|
|
|
2010-11-25 00:49:37 +00:00
|
|
|
* Thu Nov 25 2010 Lennart Poettering <lpoetter@redhat.com> - 15-1
|
|
|
|
- New upstream release
|
|
|
|
|
2010-11-25 00:16:40 +00:00
|
|
|
* Thu Nov 25 2010 Lennart Poettering <lpoetter@redhat.com> - 14-1
|
|
|
|
- Upstream update
|
|
|
|
- Enable hwclock-load by default
|
|
|
|
- Obsolete readahead
|
|
|
|
- Enable /var/run and /var/lock on tmpfs
|
|
|
|
|
2010-11-18 23:04:45 +00:00
|
|
|
* Fri Nov 19 2010 Lennart Poettering <lpoetter@redhat.com> - 13-1
|
|
|
|
- new upstream release
|
|
|
|
|
2010-11-17 03:04:03 +00:00
|
|
|
* Wed Nov 17 2010 Bill Nottingham <notting@redhat.com> 12-3
|
|
|
|
- Fix clash
|
|
|
|
|
2010-11-17 01:26:19 +00:00
|
|
|
* Wed Nov 17 2010 Lennart Poettering <lpoetter@redhat.com> - 12-2
|
|
|
|
- Don't clash with initscripts for now, so that we don't break the builders
|
|
|
|
|
2010-11-17 00:09:34 +00:00
|
|
|
* Wed Nov 17 2010 Lennart Poettering <lpoetter@redhat.com> - 12-1
|
|
|
|
- New upstream release
|
|
|
|
|
2010-11-13 01:53:49 +00:00
|
|
|
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> - 11-2
|
|
|
|
- Rebuild with newer vala, libnotify
|
|
|
|
|
2010-10-07 14:03:56 +00:00
|
|
|
* Thu Oct 7 2010 Lennart Poettering <lpoetter@redhat.com> - 11-1
|
|
|
|
- New upstream release
|
|
|
|
|
|
|
|
* Wed Sep 29 2010 Jesse Keating <jkeating@redhat.com> - 10-6
|
2010-09-29 22:20:39 +00:00
|
|
|
- Rebuilt for gcc bug 634757
|
|
|
|
|
2010-09-23 15:29:20 +00:00
|
|
|
* Thu Sep 23 2010 Bill Nottingham <notting@redhat.com> - 10-5
|
|
|
|
- merge -sysvinit into main package
|
|
|
|
|
2010-09-20 16:07:17 +00:00
|
|
|
* Mon Sep 20 2010 Bill Nottingham <notting@redhat.com> - 10-4
|
|
|
|
- obsolete upstart-sysvinit too
|
|
|
|
|
2010-09-17 20:57:38 +00:00
|
|
|
* Fri Sep 17 2010 Bill Nottingham <notting@redhat.com> - 10-3
|
|
|
|
- Drop upstart requires
|
|
|
|
|
2010-09-14 15:51:38 +00:00
|
|
|
* Tue Sep 14 2010 Lennart Poettering <lpoetter@redhat.com> - 10-2
|
|
|
|
- Enable audit
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=633771
|
|
|
|
|
2010-09-14 00:38:13 +00:00
|
|
|
* Tue Sep 14 2010 Lennart Poettering <lpoetter@redhat.com> - 10-1
|
|
|
|
- New upstream release
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=630401
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=630225
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=626966
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=623456
|
|
|
|
|
2010-09-03 21:41:06 +00:00
|
|
|
* Fri Sep 3 2010 Bill Nottingham <notting@redhat.com> - 9-3
|
|
|
|
- move fedora-specific units to initscripts; require newer version thereof
|
|
|
|
|
2010-09-03 03:27:52 +00:00
|
|
|
* Fri Sep 3 2010 Lennart Poettering <lpoetter@redhat.com> - 9-2
|
|
|
|
- Add missing tarball
|
|
|
|
|
2010-09-03 03:20:40 +00:00
|
|
|
* Fri Sep 3 2010 Lennart Poettering <lpoetter@redhat.com> - 9-1
|
|
|
|
- New upstream version
|
|
|
|
- Closes 501720, 614619, 621290, 626443, 626477, 627014, 627785, 628913
|
|
|
|
|
2010-08-27 01:59:56 +00:00
|
|
|
* Fri Aug 27 2010 Lennart Poettering <lpoetter@redhat.com> - 8-3
|
|
|
|
- Reexecute after installation, take ownership of /var/run/user
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=627457
|
|
|
|
- https://bugzilla.redhat.com/show_bug.cgi?id=627634
|
|
|
|
|
2010-08-26 16:16:18 +00:00
|
|
|
* Thu Aug 26 2010 Lennart Poettering <lpoetter@redhat.com> - 8-2
|
|
|
|
- Properly create default.target link
|
|
|
|
|
2010-08-25 20:15:34 +00:00
|
|
|
* Wed Aug 25 2010 Lennart Poettering <lpoetter@redhat.com> - 8-1
|
|
|
|
- New upstream release
|
|
|
|
|
2010-08-12 15:21:58 +00:00
|
|
|
* Thu Aug 12 2010 Lennart Poettering <lpoetter@redhat.com> - 7-3
|
|
|
|
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=623561
|
|
|
|
|
|
|
|
* Thu Aug 12 2010 Lennart Poettering <lpoetter@redhat.com> - 7-2
|
2010-08-12 02:31:42 +00:00
|
|
|
- Fix https://bugzilla.redhat.com/show_bug.cgi?id=623430
|
|
|
|
|
2010-08-10 01:57:12 +00:00
|
|
|
* Tue Aug 10 2010 Lennart Poettering <lpoetter@redhat.com> - 7-1
|
|
|
|
- New upstream release
|
|
|
|
|
2010-08-06 18:45:31 +00:00
|
|
|
* Fri Aug 6 2010 Lennart Poettering <lpoetter@redhat.com> - 6-2
|
|
|
|
- properly hide output on package installation
|
|
|
|
- pull in coreutils during package installtion
|
|
|
|
|
2010-08-06 10:33:10 +00:00
|
|
|
* Fri Aug 6 2010 Lennart Poettering <lpoetter@redhat.com> - 6-1
|
|
|
|
- New upstream release
|
|
|
|
- Fixes #621200
|
|
|
|
|
2010-08-04 00:03:21 +00:00
|
|
|
* Wed Aug 4 2010 Lennart Poettering <lpoetter@redhat.com> - 5-2
|
|
|
|
- Add tarball
|
|
|
|
|
2010-08-03 23:44:01 +00:00
|
|
|
* Wed Aug 4 2010 Lennart Poettering <lpoetter@redhat.com> - 5-1
|
|
|
|
- Prepare release 5
|
|
|
|
|
2010-07-27 17:16:51 +00:00
|
|
|
* Tue Jul 27 2010 Bill Nottingham <notting@redhat.com> - 4-4
|
|
|
|
- Add 'sysvinit-userspace' provide to -sysvinit package to fix upgrade/install (#618537)
|
|
|
|
|
2010-07-24 01:05:02 +00:00
|
|
|
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-3
|
|
|
|
- Add libselinux to build dependencies
|
|
|
|
|
2010-07-24 00:57:17 +00:00
|
|
|
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-2
|
|
|
|
- Use the right tarball
|
|
|
|
|
2010-07-24 00:51:34 +00:00
|
|
|
* Sat Jul 24 2010 Lennart Poettering <lpoetter@redhat.com> - 4-1
|
|
|
|
- New upstream release, and make default
|
|
|
|
|
2010-08-12 15:21:58 +00:00
|
|
|
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-3
|
2010-07-13 21:29:25 +00:00
|
|
|
- Used wrong tarball
|
|
|
|
|
2010-08-12 15:21:58 +00:00
|
|
|
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-2
|
2010-07-13 21:17:26 +00:00
|
|
|
- Own /cgroup jointly with libcgroup, since we don't dpend on it anymore
|
|
|
|
|
2010-07-13 21:04:37 +00:00
|
|
|
* Tue Jul 13 2010 Lennart Poettering <lpoetter@redhat.com> - 3-1
|
|
|
|
- New upstream release
|
|
|
|
|
2010-07-09 03:15:49 +00:00
|
|
|
* Fri Jul 9 2010 Lennart Poettering <lpoetter@redhat.com> - 2-0
|
|
|
|
- New upstream release
|
|
|
|
|
2010-07-07 02:57:45 +00:00
|
|
|
* Wed Jul 7 2010 Lennart Poettering <lpoetter@redhat.com> - 1-0
|
|
|
|
- First upstream release
|
|
|
|
|
2010-06-29 02:24:07 +00:00
|
|
|
* Tue Jun 29 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.7.20100629git4176e5
|
2010-06-29 01:55:15 +00:00
|
|
|
- New snapshot
|
|
|
|
- Split off -units package where other packages can depend on without pulling in the whole of systemd
|
|
|
|
|
2010-06-22 16:39:21 +00:00
|
|
|
* Tue Jun 22 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.6.20100622gita3723b
|
|
|
|
- Add missing libtool dependency.
|
|
|
|
|
2010-06-22 16:33:20 +00:00
|
|
|
* Tue Jun 22 2010 Lennart Poettering <lpoetter@redhat.com> - 0-0.5.20100622gita3723b
|
2010-06-29 01:55:15 +00:00
|
|
|
- Update snapshot
|
2010-06-22 16:33:20 +00:00
|
|
|
|
|
|
|
* Mon Jun 14 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.4.20100614git393024
|
2010-06-14 10:24:20 +00:00
|
|
|
- Pull the latest snapshot that fixes a segfault. Resolves rhbz#603231
|
|
|
|
|
2013-04-19 12:39:16 +00:00
|
|
|
* Fri Jun 11 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.3.20100610git2f198e
|
2010-06-11 06:18:33 +00:00
|
|
|
- More minor fixes as per review
|
|
|
|
|
|
|
|
* Thu Jun 10 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.2.20100610git2f198e
|
|
|
|
- Spec improvements from David Hollis
|
|
|
|
|
|
|
|
* Wed Jun 09 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.1.20090609git2f198e
|
|
|
|
- Address review comments
|
2010-06-14 10:24:20 +00:00
|
|
|
|
2010-06-11 06:18:33 +00:00
|
|
|
* Tue Jun 01 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 0-0.0.git2010-06-02
|
|
|
|
- Initial spec (adopted from Kay Sievers)
|