2020-11-12 01:36:21 +08:00
|
|
|
Summary: Bootstrap version of systemd. Workaround for systemd circular dependency.
|
|
|
|
Name: systemd-bootstrap
|
2022-01-25 15:11:57 +08:00
|
|
|
Version: 250.3
|
2023-03-15 23:06:28 +08:00
|
|
|
Release: 12%{?dist}
|
2020-11-12 01:36:21 +08:00
|
|
|
License: LGPLv2+ AND GPLv2+ AND MIT
|
|
|
|
Vendor: Microsoft Corporation
|
|
|
|
Distribution: Mariner
|
|
|
|
Group: System Environment/Security
|
|
|
|
URL: https://www.freedesktop.org/wiki/Software/systemd/
|
2022-01-25 15:11:57 +08:00
|
|
|
Source0: https://github.com/systemd/systemd-stable/archive/v%{version}.tar.gz#/systemd-%{version}.tar.gz
|
2020-11-12 01:36:21 +08:00
|
|
|
Source1: 50-security-hardening.conf
|
|
|
|
Source2: systemd.cfg
|
|
|
|
Source3: 99-dhcp-en.network
|
2023-01-31 03:57:31 +08:00
|
|
|
Source4: 99-mariner.preset
|
2022-04-15 06:08:33 +08:00
|
|
|
Patch0: fix-journald-audit-logging.patch
|
2022-10-06 05:12:35 +08:00
|
|
|
# Patch1 can be removed once we update systemd to a version containing the following commit:
|
2022-08-25 02:38:46 +08:00
|
|
|
# https://github.com/systemd/systemd/commit/19193b489841a7bcccda7122ac0849cf6efe59fd
|
|
|
|
Patch1: add-fsync-sysusers-passwd.patch
|
2022-10-06 05:12:35 +08:00
|
|
|
# Patch2 can be removed once we update systemd to a version containing the following commit:
|
|
|
|
# https://github.com/systemd/systemd/commit/d5cb053cd93d516f516e0b748271b55f9dfb3a29
|
|
|
|
Patch2: gpt-auto-devno-not-determined.patch
|
2022-11-19 09:01:22 +08:00
|
|
|
# Patch3 can be removed once we update to major version 251 or higher:
|
|
|
|
Patch3: CVE-2022-3821.patch
|
2022-12-15 06:40:24 +08:00
|
|
|
# Patch4 can be removed once we update to version 252
|
|
|
|
Patch4: CVE-2022-45873.patch
|
2023-03-15 23:06:28 +08:00
|
|
|
Patch5: backport-helper-util-macros.patch
|
|
|
|
Patch6: CVE-2022-4415.patch
|
2020-11-12 01:36:21 +08:00
|
|
|
BuildRequires: docbook-dtd-xml
|
|
|
|
BuildRequires: docbook-style-xsl
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: glib-devel
|
|
|
|
BuildRequires: gperf
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: kbd
|
|
|
|
BuildRequires: kmod-devel
|
|
|
|
BuildRequires: libcap-devel
|
|
|
|
BuildRequires: libgcrypt-devel
|
|
|
|
BuildRequires: libxslt
|
2021-02-17 06:42:40 +08:00
|
|
|
BuildRequires: lz4-devel
|
2020-11-12 01:36:21 +08:00
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: pam-devel
|
|
|
|
BuildRequires: perl-XML-Parser
|
2021-12-08 11:23:43 +08:00
|
|
|
BuildRequires: python3-jinja2
|
|
|
|
BuildRequires: util-linux-devel
|
2020-11-12 01:36:21 +08:00
|
|
|
BuildRequires: xz-devel
|
2021-12-08 11:23:43 +08:00
|
|
|
Requires: %{name}-rpm-macros = %{version}-%{release}
|
2020-11-12 01:36:21 +08:00
|
|
|
Requires: glib
|
|
|
|
Requires: kmod
|
|
|
|
Requires: libcap
|
|
|
|
Requires: libgcrypt
|
2021-02-17 06:42:40 +08:00
|
|
|
Requires: lz4
|
2020-11-12 01:36:21 +08:00
|
|
|
Requires: pam
|
|
|
|
Requires: xz
|
2021-10-01 15:37:20 +08:00
|
|
|
AutoReq: no
|
2020-08-07 11:17:52 +08:00
|
|
|
|
|
|
|
%description
|
|
|
|
Systemd is an init replacement with better process control and security
|
|
|
|
|
2021-12-08 11:23:43 +08:00
|
|
|
%package rpm-macros
|
|
|
|
Summary: Macros that define paths and scriptlets related to systemd
|
|
|
|
BuildArch: noarch
|
|
|
|
AutoReq: no
|
|
|
|
|
|
|
|
%description rpm-macros
|
|
|
|
Just the definitions of rpm macros.
|
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
%package devel
|
|
|
|
Summary: Development headers for systemd
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: glib-devel
|
2021-10-01 15:37:20 +08:00
|
|
|
AutoReq: no
|
2020-08-07 11:17:52 +08:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development headers for developing applications linking to libsystemd
|
|
|
|
|
|
|
|
%prep
|
2021-12-08 11:23:43 +08:00
|
|
|
%autosetup -p1 -n systemd-stable-%{version}
|
2020-08-07 11:17:52 +08:00
|
|
|
cat > config.cache << "EOF"
|
|
|
|
KILL=/bin/kill
|
|
|
|
HAVE_BLKID=1
|
|
|
|
BLKID_LIBS="-lblkid"
|
|
|
|
BLKID_CFLAGS="-I/usr/include/blkid"
|
|
|
|
cc_cv_CFLAGS__flto=no
|
|
|
|
EOF
|
|
|
|
|
|
|
|
sed -i "s#\#DefaultTasksMax=512#DefaultTasksMax=infinity#g" src/core/system.conf.in
|
|
|
|
|
|
|
|
%build
|
|
|
|
export LANG=en_US.UTF-8
|
|
|
|
export LC_ALL=en_US.UTF-8
|
|
|
|
CFLAGS="%{build_cflags} -Wno-error=format-overflow=" \
|
|
|
|
meson --prefix %{_prefix} \
|
2021-12-08 11:23:43 +08:00
|
|
|
--sysconfdir %{_sysconfdir} \
|
|
|
|
--localstatedir %{_var} \
|
2020-08-07 11:17:52 +08:00
|
|
|
-Dblkid=true \
|
2022-05-07 05:48:54 +08:00
|
|
|
-Dmode=release \
|
2020-08-07 11:17:52 +08:00
|
|
|
-Ddefault-dnssec=no \
|
|
|
|
-Dfirstboot=false \
|
|
|
|
-Dinstall-tests=false \
|
|
|
|
-Dldconfig=false \
|
|
|
|
-Drootprefix= \
|
|
|
|
-Drootlibdir=/lib \
|
2021-12-08 11:23:43 +08:00
|
|
|
-Dsplit-usr=false \
|
|
|
|
-Dsysusers=true \
|
2020-08-07 11:17:52 +08:00
|
|
|
-Dpam=true \
|
2022-01-25 15:11:57 +08:00
|
|
|
-Dhomed=false \
|
2020-08-07 11:17:52 +08:00
|
|
|
-Dlibcurl=false \
|
|
|
|
-Dpolkit=true \
|
2021-02-17 06:42:40 +08:00
|
|
|
-Dlz4=true \
|
2022-03-24 02:16:16 +08:00
|
|
|
-Dzstd=false \
|
2020-11-04 07:40:13 +08:00
|
|
|
-Ddbuspolicydir=%{_sysconfdir}/dbus-1/system.d \
|
|
|
|
-Ddbussessionservicedir=%{_datadir}/dbus-1/services \
|
|
|
|
-Ddbussystemservicedir=%{_datadir}/dbus-1/system-services \
|
2021-12-08 11:23:43 +08:00
|
|
|
-Dsysvinit-path=%{_sysconfdir}/rc.d/init.d \
|
2020-11-04 07:40:13 +08:00
|
|
|
-Drc-local=%{_sysconfdir}/rc.d/rc.local \
|
2020-08-07 11:17:52 +08:00
|
|
|
$PWD build &&
|
|
|
|
cd build &&
|
|
|
|
%ninja_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
cd build && %ninja_install
|
|
|
|
|
|
|
|
install -vdm 755 %{buildroot}/sbin
|
|
|
|
for tool in runlevel reboot shutdown poweroff halt telinit; do
|
|
|
|
ln -sfv ../bin/systemctl %{buildroot}/sbin/${tool}
|
|
|
|
done
|
|
|
|
ln -sfv ../lib/systemd/systemd %{buildroot}/sbin/init
|
2021-02-17 02:34:30 +08:00
|
|
|
sed -i '/srv/d' %{buildroot}%{_libdir}/tmpfiles.d/home.conf
|
|
|
|
sed -i "s:0775 root lock:0755 root root:g" %{buildroot}%{_libdir}/tmpfiles.d/legacy.conf
|
|
|
|
sed -i "s:NamePolicy=kernel database onboard slot path:NamePolicy=kernel database:g" %{buildroot}%{_libdir}/systemd/network/99-default.link
|
2020-11-12 01:36:21 +08:00
|
|
|
sed -i "s:#LLMNR=yes:LLMNR=false:g" %{buildroot}%{_sysconfdir}/systemd/resolved.conf
|
2021-12-08 11:23:43 +08:00
|
|
|
sed -i "s:#NTP=:NTP=time.windows.com:g" %{buildroot}%{_sysconfdir}/systemd/timesyncd.conf
|
2020-08-07 11:17:52 +08:00
|
|
|
rm -f %{buildroot}%{_var}/log/README
|
2021-12-08 11:23:43 +08:00
|
|
|
rm -f %{buildroot}/%{_libdir}/modprobe.d/README
|
|
|
|
rm -f %{buildroot}/lib/systemd/network/80-wifi-ap.network.example
|
|
|
|
rm -f %{buildroot}/lib/systemd/network/80-wifi-station.network.example
|
2022-10-07 07:23:10 +08:00
|
|
|
mkdir -p %{buildroot}%{_localstatedir}/log/journal
|
2020-08-07 11:17:52 +08:00
|
|
|
|
2020-11-12 01:36:21 +08:00
|
|
|
find %{buildroot} -type f -name "*.la" -delete -print
|
2020-08-07 11:17:52 +08:00
|
|
|
install -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysctl.d
|
2021-12-08 11:23:43 +08:00
|
|
|
install -dm 0700 %{buildroot}/boot/
|
|
|
|
install -m 0600 %{SOURCE2} %{buildroot}/boot/
|
2021-02-17 02:34:30 +08:00
|
|
|
rm %{buildroot}%{_libdir}/systemd/system/default.target
|
|
|
|
ln -sfv multi-user.target %{buildroot}%{_libdir}/systemd/system/default.target
|
2020-08-07 11:17:52 +08:00
|
|
|
install -dm 0755 %{buildroot}/%{_sysconfdir}/systemd/network
|
|
|
|
install -m 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/systemd/network
|
2023-01-31 03:57:31 +08:00
|
|
|
install -D -m 0644 %{SOURCE4} %{buildroot}%{_libdir}/systemd/system-preset/99-mariner.preset
|
2020-08-07 11:17:52 +08:00
|
|
|
|
2021-12-08 11:23:43 +08:00
|
|
|
# Enable default systemd units.
|
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
2022-12-09 03:56:05 +08:00
|
|
|
# Only force the presets to default values when first installing systemd ($1 = # of currently installed pacakges,
|
|
|
|
# $1 >= 2 for upgrades). This will resolve issues where systemd may be installed after a package that enables a service
|
|
|
|
# during the same transaction, leaving the service disabled unexpectedly. Once systemd is installed all future attempts
|
|
|
|
# to enable/disable services should succeed.
|
|
|
|
if [ $1 -eq 1 ]; then
|
|
|
|
systemctl preset-all
|
|
|
|
fi
|
2021-12-08 11:23:43 +08:00
|
|
|
|
2020-11-12 01:36:21 +08:00
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%license LICENSE.GPL2
|
|
|
|
%dir %{_sysconfdir}/systemd
|
|
|
|
%dir %{_sysconfdir}/systemd/system
|
|
|
|
%dir %{_sysconfdir}/systemd/user
|
|
|
|
%dir %{_sysconfdir}/systemd/network
|
|
|
|
%dir %{_sysconfdir}/tmpfiles.d
|
|
|
|
%dir %{_sysconfdir}/sysctl.d
|
|
|
|
%dir %{_sysconfdir}/modules-load.d
|
|
|
|
%dir %{_sysconfdir}/binfmt.d
|
|
|
|
%{_sysconfdir}/X11/xinit/xinitrc.d/50-systemd-user.sh
|
|
|
|
%{_sysconfdir}/sysctl.d/50-security-hardening.conf
|
|
|
|
%{_sysconfdir}/xdg/systemd
|
|
|
|
%{_sysconfdir}/rc.d/init.d/README
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.systemd1.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.hostname1.conf
|
|
|
|
%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
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.resolve1.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.network1.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.machine1.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.portable1.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.timesync1.conf
|
2021-12-08 11:23:43 +08:00
|
|
|
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.freedesktop.oom1.conf
|
2020-08-07 11:17:52 +08:00
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/system.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/user.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/logind.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/journald.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/resolved.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/timesyncd.conf
|
2021-12-08 11:23:43 +08:00
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/networkd.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/oomd.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/pstore.conf
|
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/sleep.conf
|
|
|
|
%{_libdir}/pam.d/systemd-user
|
2020-08-07 11:17:52 +08:00
|
|
|
%config(noreplace) %{_sysconfdir}/systemd/network/99-dhcp-en.network
|
|
|
|
|
|
|
|
%dir %{_sysconfdir}/udev
|
|
|
|
%dir %{_sysconfdir}/udev/rules.d
|
|
|
|
%dir %{_sysconfdir}/udev/hwdb.d
|
|
|
|
%config(noreplace) %{_sysconfdir}/udev/udev.conf
|
|
|
|
%config(noreplace) /boot/systemd.cfg
|
2020-11-12 01:36:21 +08:00
|
|
|
%{_libdir}/udev/*
|
|
|
|
%{_libdir}/systemd/*
|
2023-01-31 03:57:31 +08:00
|
|
|
%{_libdir}/systemd/system-preset/99-mariner.preset
|
2020-08-07 11:17:52 +08:00
|
|
|
%{_libdir}/environment.d/99-environment.conf
|
|
|
|
%exclude %{_libdir}/debug
|
|
|
|
%exclude %{_datadir}/locale
|
|
|
|
%{_libdir}/binfmt.d
|
|
|
|
%{_libdir}/kernel
|
|
|
|
%{_libdir}/modules-load.d
|
|
|
|
/lib/security
|
|
|
|
%{_libdir}/sysctl.d
|
|
|
|
%{_libdir}/tmpfiles.d
|
|
|
|
/lib/*.so*
|
2020-11-12 01:36:21 +08:00
|
|
|
%{_libdir}/modprobe.d/systemd.conf
|
2021-12-08 11:23:43 +08:00
|
|
|
%{_libdir}/sysusers.d/*
|
2020-08-07 11:17:52 +08:00
|
|
|
%{_bindir}/*
|
2020-11-12 01:36:21 +08:00
|
|
|
%{_sbindir}/*
|
2020-08-07 11:17:52 +08:00
|
|
|
/sbin/*
|
|
|
|
%{_datadir}/bash-completion/*
|
|
|
|
%{_datadir}/factory/*
|
|
|
|
%{_datadir}/dbus-1
|
2020-11-12 01:36:21 +08:00
|
|
|
%{_docdir}/*
|
2020-08-07 11:17:52 +08:00
|
|
|
%{_datadir}/polkit-1
|
|
|
|
%{_datadir}/systemd
|
|
|
|
%{_datadir}/zsh/*
|
2022-10-07 07:23:10 +08:00
|
|
|
%dir %{_localstatedir}/log/journal
|
2020-08-07 11:17:52 +08:00
|
|
|
|
2021-12-08 11:23:43 +08:00
|
|
|
%files rpm-macros
|
|
|
|
%{_libdir}/rpm
|
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
%files devel
|
|
|
|
%dir %{_includedir}/systemd
|
|
|
|
/lib/libudev.so
|
|
|
|
/lib/libsystemd.so
|
|
|
|
%{_includedir}/systemd/*.h
|
|
|
|
%{_includedir}/libudev.h
|
|
|
|
%{_libdir}/pkgconfig/libudev.pc
|
|
|
|
%{_libdir}/pkgconfig/libsystemd.pc
|
|
|
|
%{_datadir}/pkgconfig/systemd.pc
|
|
|
|
%{_datadir}/pkgconfig/udev.pc
|
|
|
|
|
|
|
|
%changelog
|
2023-03-15 23:06:28 +08:00
|
|
|
* Mon Mar 13 2023 Nicolas Guibourge <nicolasg@microsoft.com> - 250.3-12
|
|
|
|
- Add patch for CVE-2022-4415
|
|
|
|
- Add patch backport-helper-util-macros.patch to backport needed macros for CVE-2022-4415.patch
|
|
|
|
|
2023-01-31 03:57:31 +08:00
|
|
|
* Wed Jan 25 2023 Adit Jha <aditjha@microsoft.com> - 250.3-11
|
|
|
|
- Add 99-mariner.preset to disable systemd-oomd by default
|
|
|
|
|
2022-12-15 06:40:24 +08:00
|
|
|
* Wed Dec 14 2022 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 250.3-10
|
|
|
|
- Add patch for CVE-2022-45873
|
|
|
|
|
2022-12-09 03:56:05 +08:00
|
|
|
* Wed Nov 29 2022 Daniel McIlvaney <damcilva@microsoft.com> - 250.3-9
|
|
|
|
- Conditionally run systemctl preset-all only when first installing systemd, not on upgrades
|
|
|
|
|
2022-11-19 09:01:22 +08:00
|
|
|
* Fri Nov 18 2022 Sam Meluch <sammeluch@microsoft.com> - 250.3-8
|
|
|
|
- Add patch for CVE-2022-3821
|
|
|
|
|
2022-10-07 07:23:10 +08:00
|
|
|
* Tue Oct 04 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 250.3-7
|
|
|
|
- Fixing default log location.
|
|
|
|
|
2022-10-06 05:12:35 +08:00
|
|
|
* Tue Sep 27 2022 Avram Lubkin <avramlubkin@microsoft.com> - 250.3-6
|
|
|
|
- Add patch to improve fs detection in gpt-auto (systemd #22506)
|
|
|
|
|
2022-08-25 02:38:46 +08:00
|
|
|
* Tue Aug 16 2022 Avram Lubkin <avramlubkin@microsoft.com> - 250.3-5
|
|
|
|
- Add patch to fsync passwd file (systemd #24324)
|
|
|
|
|
2022-05-07 05:48:54 +08:00
|
|
|
* Wed May 04 2022 Jon Slobodzian <joslobo@microsoft.com> - 250.3-4
|
|
|
|
- Change build mode from "development" (default) to "release"
|
|
|
|
|
2022-04-15 06:08:33 +08:00
|
|
|
* Wed Apr 13 2022 Cameron Baird <cameronbaird@microsoft.com> - 250.3-3
|
|
|
|
- Bring in an upstream change as patch fix-journald-audit-logging.patch
|
|
|
|
- to prevent many-fielded audit messages from crashing systemd-journal
|
|
|
|
|
2022-03-24 02:16:16 +08:00
|
|
|
* Thu Mar 17 2022 Andrew Phelps <anphel@microsoft.com> - 250.3-2
|
|
|
|
- Disable zstd configuration to ensure lz4 compression is used for journal files and coredumps
|
|
|
|
|
2022-01-25 15:11:57 +08:00
|
|
|
* Mon Jan 24 2022 Henry Beberman <henry.beberman@microsoft.com> - 250.3-1
|
|
|
|
- Update to systemd-stable version 250.3
|
|
|
|
- Explicitly disable systemd-homed
|
|
|
|
|
2021-12-18 01:46:27 +08:00
|
|
|
* Thu Dec 16 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 249.7-3
|
|
|
|
- Removing the explicit %%clean stage.
|
|
|
|
|
2021-12-09 05:58:33 +08:00
|
|
|
* Wed Dec 08 2021 Henry Beberman <henry.beberman@microsoft.com> 249.7-2
|
|
|
|
- Update systemd boot args to force cgroups V1 with systemd.unified_cgroup_hierarchy=0
|
|
|
|
- Update 99-dhcp-en.network with SendRelease=false so DHCP leases arent released on reboot
|
|
|
|
|
2021-12-08 11:23:43 +08:00
|
|
|
* Wed Dec 01 2021 Henry Beberman <henry.beberman@microsoft.com> 249.7-1
|
|
|
|
- Update to systemd-stable version 249.7 by bootstrapifying the systemd 249.7 spec
|
|
|
|
|
|
|
|
* Sat Oct 02 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 239-42
|
|
|
|
- Adding 'Obsoletes: systemd-bootstrap-devel' for the 'devel' subpackage.
|
|
|
|
- Making 'systemd' obsolete 'systemd-bootstrap' regardless of version and release.
|
|
|
|
|
|
|
|
* Wed Aug 18 2021 Jon Slobodzian <joslobo@microsoft.com> - 239-41
|
|
|
|
- Merge from 1.0 to dev branch
|
|
|
|
- nehaagarwal@microsoft.com, 2.39-38: CVE-2021-33910 fix
|
|
|
|
|
|
|
|
* Wed Jul 28 2021 Henry Li <lihl@microsoft.com> - 239-40
|
|
|
|
- Enable building systemd-sysusers
|
2022-08-25 02:38:46 +08:00
|
|
|
- Ship systemd-sysusers and related conf files from systemd package
|
2021-12-08 11:23:43 +08:00
|
|
|
|
|
|
|
* Fri May 14 2021 Thomas Crain <thcrain@microsoft.com> - 239-39
|
|
|
|
- Merge the following releases from 1.0 to dev branch
|
|
|
|
- niontive@microsoft.com, 2.39-33: Use autosetup
|
|
|
|
- Fix CVE-2019-3842
|
|
|
|
- Fix CVE-2019-3843
|
|
|
|
- Fix CVE-2019-3844
|
|
|
|
- Fix CVE-2019-6454
|
|
|
|
- Fix CVE-2019-20386
|
|
|
|
- Fix CVE-2020-1712
|
|
|
|
- Fix CVE-2020-13776
|
|
|
|
- niontive@microsoft.com, 2.39-34: Fix CVE-2019-6454, CVE-2020-1712 patches. Add upstream patch info.
|
|
|
|
- henry.beberman@microsoft.com, 2.39-35: Enable LZ4 so journalctl can read logs from the container host.
|
|
|
|
- chrco@microsoft.com, 2.39-36: Disallow unprivileged BPF scripts by default. Additional mitigation for CVE-2021-20194
|
|
|
|
|
|
|
|
* Mon Apr 26 2021 Henry Li <lihl@microsoft.com> - 239-38
|
|
|
|
- Provides system-setup-keyboard.
|
|
|
|
|
|
|
|
* Tue Mar 23 2021 Daniel Burgener <daburgen@microsoft.com> 239-37 (on 1.0 branch)
|
|
|
|
- Enable SELinux support
|
|
|
|
- Remove unused BuildRequires shadow-utils
|
|
|
|
|
|
|
|
* Fri Feb 05 2021 Joe Schmitt <joschmit@microsoft.com> - 239-37
|
|
|
|
- Replace incorrect %%{_lib} usage with %%{_libdir}
|
|
|
|
|
|
|
|
* Thu Feb 04 2021 Joe Schmitt <joschmit@microsoft.com> - 239-36
|
|
|
|
- Provide nss-myhostname.
|
|
|
|
|
|
|
|
* Fri Jan 08 2021 Ruying Chen <v-ruyche@microsoft.com> - 239-35
|
|
|
|
- Provide systemd-udev and libudev-devel.
|
|
|
|
|
|
|
|
* Tue Nov 10 2020 Ruying Chen <v-ruyche@microsoft.com> - 239-34
|
|
|
|
- Configure to support merged /usr.
|
|
|
|
|
|
|
|
* Wed Nov 04 2020 Joe Schmitt <joschmit@microsoft.com> - 239-33
|
|
|
|
- Provide systemd-libs, systemd-units, and systemd-sysv.
|
|
|
|
- Subpackage rpm-macros.
|
|
|
|
|
|
|
|
* Wed Sep 23 2020 Suresh Babu Chalamalasetty <schalam@microsoft.com> 239-32
|
|
|
|
- Portablectl patches for --now --enable and --no-block flags support
|
|
|
|
|
|
|
|
* Mon Aug 24 2020 Leandro Pereira <leperei@microsoft.com> 239-31
|
|
|
|
- Use time.windows.com as the default NTP server in timesyncd.
|
|
|
|
|
|
|
|
* Tue Aug 11 2020 Mateusz Malisz <mamalisz@microsoft.com> 239-30
|
2020-08-12 07:07:40 +08:00
|
|
|
- Reduce kptr_restrict to 1
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2021-12-08 11:23:43 +08:00
|
|
|
* Fri May 29 2020 Nicolas Ontiveros <niontive@microsoft.com> 239-29
|
|
|
|
- Include cryptsetup to build cryptsetup generator.
|
|
|
|
|
|
|
|
* Wed May 27 2020 Chris Co <chrco@microsoft.com> 239-28
|
|
|
|
- Disable IPv6 router advertisements by default
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2021-12-08 11:23:43 +08:00
|
|
|
* Wed May 20 2020 Emre Girgin <mrgirgin@microsoft.com> 239-27
|
|
|
|
- Change /boot directory permissions to 600.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed May 20 2020 Joe Schmitt <joschmit@microsoft.com> 239-26
|
|
|
|
- Remove 99-vmware-hotplug.rules.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-11-17 07:21:50 +08:00
|
|
|
* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 239-25
|
2020-08-07 11:17:52 +08:00
|
|
|
- Added %%license line automatically
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed May 06 2020 Emre Girgin <mrgirgin@microsoft.com> 239-24
|
|
|
|
- Renaming docbook-xsl to docbook-style-xsl
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed May 06 2020 Emre Girgin <mrgirgin@microsoft.com> 239-23
|
|
|
|
- Renaming docbook-xml to docbook-dtd-xml
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed May 06 2020 Emre Girgin <mrgirgin@microsoft.com> 239-22
|
|
|
|
- Renaming Linux-PAM to pam
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed May 06 2020 Emre Girgin <mrgirgin@microsoft.com> 239-21
|
|
|
|
- Renaming XML-Parser to perl-XML-Parser
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue May 05 2020 Joe Schmitt <joschmit@microsoft.com> 239-20
|
|
|
|
- Remove unused rdrand-rng after kernel update.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Apr 23 2020 Emre Girgin <mrgirgin@microsoft.com> 239-19
|
|
|
|
- Ignore CVE-2018-21029.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Apr 17 2020 Emre Girgin <mrgirgin@microsoft.com> 239-18
|
|
|
|
- Rename shadow to shadow-utils.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Apr 16 2020 Emre Girgin <mrgirgin@microsoft.com> 239-17
|
|
|
|
- Resolve build issues arising from upgrading meson to 0.49.2.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Apr 09 2020 Henry Beberman <henry.beberman@microsoft.com> 239-16
|
|
|
|
- Add patch to disable arguments to mount_cgroup_controllers as in upstream latest.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Apr 07 2020 Paul Monson <paulmon@microsoft.com> 239-15
|
|
|
|
- Update Source0 link. License verified.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Mar 31 2020 Henry Beberman <henry.beberman@microsoft.com> 239-14
|
|
|
|
- Backport upstream fix for FOREACH_STRING macro.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Mar 24 2020 Henry Beberman <henry.beberman@microsoft.com> 239-13
|
|
|
|
- Add -Wno-error=format-overflow= to fix gcc9 build.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Feb 27 2020 Henry Beberman <hebeberm@microsoft.com> 239-12
|
|
|
|
- Disable libcurl auto-configure
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> 239-11
|
|
|
|
- Initial CBL-Mariner import from Photon (license: Apache2).
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Jan 10 2019 Anish Swaminathan <anishs@vmware.com> 239-10
|
|
|
|
- Fix CVE-2018-16864, CVE-2018-16865, CVE-2018-16866
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Jan 09 2019 Keerthana K <keerthanak@vmware.com> 239-9
|
|
|
|
- Seting default values for tcp_timestamps, tcp_challenge_ack_limit and ip_forward.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Jan 02 2019 Anish Swaminathan <anishs@vmware.com> 239-8
|
|
|
|
- Fix CVE-2018-15686, CVE-2018-15687
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Sun Nov 11 2018 Tapas Kundu <tkundu@vmware.com> 239-7
|
|
|
|
- Fix CVE-2018-15688
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Oct 26 2018 Srivatsa S. Bhat (VMware) <srivatsa@csail.mit.edu> 239-6
|
|
|
|
- Auto-load rdrand-rng kernel module only on x86.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Oct 26 2018 Anish Swaminathan <anishs@vmware.com> 239-5
|
|
|
|
- Revert the commit that causes GCE networkd timeout
|
|
|
|
- https://github.com/systemd/systemd/commit/44b598a1c9d11c23420a5ef45ff11bcb0ed195eb
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Oct 08 2018 Srinidhi Rao <srinidhir@vmware.com> 239-4
|
|
|
|
- Add glib-devel as a Requirement to systemd-devel
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Sep 21 2018 Alexey Makhalov <amakhalov@vmware.com> 239-3
|
|
|
|
- Fix compilation issue against glibc-2.28
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Sep 18 2018 Srivatsa S. Bhat <srivatsa@csail.mit.edu> 239-2
|
|
|
|
- Automatically load rdrand-rng kernel module on every boot.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Aug 28 2018 Anish Swaminathan <anishs@vmware.com> 239-1
|
|
|
|
- Update systemd to 239
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Apr 11 2018 Xiaolin Li <xiaolinl@vmware.com> 236-3
|
|
|
|
- Build systemd with util-linux 2.32.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Jan 17 2018 Divya Thaluru <dthaluru@vmware.com> 236-2
|
|
|
|
- Fixed the log file directory structure
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Dec 29 2017 Anish Swaminathan <anishs@vmware.com> 236-1
|
|
|
|
- Update systemd to 236
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Nov 09 2017 Vinay Kulkarni <kulkarniv@vmware.com> 233-11
|
|
|
|
- Fix CVE-2017-15908 dns packet loop fix.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Nov 07 2017 Vinay Kulkarni <kulkarniv@vmware.com> 233-10
|
|
|
|
- Fix nullptr access during link disable.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Sep 18 2017 Anish Swaminathan <anishs@vmware.com> 233-9
|
|
|
|
- Backport router solicitation backoff from systemd 234
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Sep 15 2017 Anish Swaminathan <anishs@vmware.com> 233-8
|
|
|
|
- Move network file to systemd package
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Aug 15 2017 Alexey Makhalov <amakhalov@vmware.com> 233-7
|
|
|
|
- Fix compilation issue for glibc-2.26
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Jul 21 2017 Vinay Kulkarni <kulkarniv@vmware.com> 233-6
|
|
|
|
- Fix for CVE-2017-1000082.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Jul 07 2017 Vinay Kulkarni <kulkarniv@vmware.com> 233-5
|
|
|
|
- Fix default-dns-from-env patch.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Jul 05 2017 Xiaolin Li <xiaolinl@vmware.com> 233-4
|
|
|
|
- Add kmod-devel to BuildRequires
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Jun 29 2017 Vinay Kulkarni <kulkarniv@vmware.com> 233-3
|
|
|
|
- Fix for CVE-2017-9445.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Jun 20 2017 Anish Swaminathan <anishs@vmware.com> 233-2
|
|
|
|
- Fix for CVE-2017-9217
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Mar 06 2017 Vinay Kulkarni <kulkarniv@vmware.com> 233-1
|
|
|
|
- Update systemd to 233
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Jan 3 2017 Alexey Makhalov <amakhalov@vmware.com> 232-5
|
|
|
|
- Added /boot/systemd.cfg
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Dec 20 2016 Alexey Makhalov <amakhalov@vmware.com> 232-4
|
|
|
|
- Fix initrd-switch-root issue
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Dec 07 2016 Xiaolin Li <xiaolinl@vmware.com> 232-3
|
|
|
|
- BuildRequires Linux-PAM-devel
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Dec 01 2016 Xiaolin Li <xiaolinl@vmware.com> 232-2
|
|
|
|
- disable-elfutils.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Nov 18 2016 Anish Swaminathan <anishs@vmware.com> 232-1
|
|
|
|
- Update systemd to 232
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Nov 3 2016 Divya Thaluru <dthaluru@vmware.com> 228-32
|
|
|
|
- Added logic to reload services incase of rpm upgrade
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Sep 29 2016 Vinay Kulkarni <kulkarniv@vmware.com> 228-31
|
|
|
|
- Fix a CVE in systemd-notify socket.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Aug 29 2016 Alexey Makhalov <amakhalov@vmware.com> 228-30
|
|
|
|
- 02-install-general-aliases.patch to create absolute symlinks
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Aug 26 2016 Anish Swaminathan <anishs@vmware.com> 228-29
|
|
|
|
- Change config file properties for 99-default.link
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Aug 16 2016 Vinay Kulkarni <kulkarniv@vmware.com> 228-28
|
|
|
|
- systemd-resolved: Fix DNS_TRANSACTION_PENDING assert.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Aug 1 2016 Divya Thaluru <dthaluru@vmware.com> 228-27
|
|
|
|
- Removed packaging of symlinks and will be created during installation
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Jul 12 2016 Vinay Kulkarni <kulkarniv@vmware.com> 228-26
|
|
|
|
- systemd-resolved: Fix DNS domains resolv.conf search issue for static DNS.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Jul 11 2016 Vinay Kulkarni <kulkarniv@vmware.com> 228-25
|
|
|
|
- systemd-networkd: Update DUID/IAID config interface to systemd v230 spec.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Jun 21 2016 Anish Swaminathan <anishs@vmware.com> 228-24
|
|
|
|
- Change config file properties
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Jun 17 2016 Vinay Kulkarni <kulkarniv@vmware.com> 228-23
|
|
|
|
- systemd-resolved: Configure initial DNS servers from environment var.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Jun 06 2016 Alexey Makhalov <amakhalov@vmware.com> 228-22
|
|
|
|
- systemd-resolved: disable LLMNR
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 228-21
|
|
|
|
- GA - Bump release of all rpms
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue May 17 2016 Anish Swaminathan <anishs@vmware.com> 228-20
|
|
|
|
- Added patch for letting kernel handle ndisc
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue May 17 2016 Divya Thaluru <dthaluru@vmware.com> 228-19
|
|
|
|
- Updated systemd-user PAM configuration
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon May 16 2016 Harish Udaiya Kumar <hudaiyakumar@vmware.com> 228-18
|
|
|
|
- Updated the MaxTasks to infinity in system.conf file
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Apr 21 2016 Mahmoud Bassiouny <mbassiouny@vmware.com> 228-17
|
|
|
|
- Set the default.target to the multi-user.target
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Apr 12 2016 Vinay Kulkarni <kulkarniv@vmware.com> 228-16
|
|
|
|
- Disable network interface renaming.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Mar 31 2016 Vinay Kulkarni <kulkarniv@vmware.com> 228-15
|
|
|
|
- Patch to query DHCP DUID, IAID.f
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Mar 30 2016 Vinay Kulkarni <kulkarniv@vmware.com> 228-14
|
|
|
|
- Update DHCP DUID, IAID configuration patch.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Mar 30 2016 Kumar Kaushik <kaushikk@vmware.com> 228-13
|
|
|
|
- Install the security hardening script as part of systemd.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Mar 29 2016 Kumar Kaushik <kaushikk@vmware.com> 228-12
|
|
|
|
- Added patch for timedatectl /etc/adjtime PR2749.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Mar 11 2016 Anish Swaminathan <anishs@vmware.com> 228-11
|
|
|
|
- Added patch for dhcp preservation via duid iaid configurability
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Mar 11 2016 Anish Swaminathan <anishs@vmware.com> 228-10
|
|
|
|
- Added patch for swap disconnect order
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Mar 10 2016 XIaolin Li <xiaolinl@vmware.com> 228-9
|
|
|
|
- Enable manpages.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Feb 19 2016 Anish Swaminathan <anishs@vmware.com> 228-8
|
|
|
|
- Added patch to get around systemd-networkd wait online timeout
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Sat Feb 06 2016 Alexey Makhalov <amakhalov@vmware.com> 228-7
|
|
|
|
- Added patch: fix-reading-routes.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Feb 03 2016 Anish Swaminathan <anishs@vmware.com> 228-6
|
|
|
|
- Add hotplug udev rules.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com> 228-5
|
|
|
|
- Change config file attributes.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Jan 06 2016 Anish Swaminathan <anishs@vmware.com> 228-4
|
|
|
|
- Patches for minor network fixes.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Dec 16 2015 Anish Swaminathan <anishs@vmware.com> 228-3
|
|
|
|
- Patch for ostree.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed Dec 16 2015 Anish Swaminathan <anishs@vmware.com> 228-2
|
|
|
|
- Patch for loopback address.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Dec 11 2015 Anish Swaminathan <anishs@vmware.com> 228-1
|
|
|
|
- Upgrade systemd version.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Nov 30 2015 Mahmoud Bassiouny <mbassiouny@vmware.com> 216-13
|
|
|
|
- Removing the reference of lock user
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Oct 9 2015 Xiaolin Li <xiaolinl@vmware.com> 216-12
|
|
|
|
- Removing la files from packages.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Fri Sep 18 2015 Divya Thaluru <dthaluru@vmware.com> 216-11
|
|
|
|
- Packaging journal log directory
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Sep 10 2015 Alexey Makhalov <amakhalov@vmware.com> 216-10
|
|
|
|
- Improve enoX renaming in VMware HV case. Patch is added.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Aug 25 2015 Alexey Makhalov <amakhalov@vmware.com> 216-9
|
|
|
|
- Reduce systemd-networkd boot time (exclude if-rename patch).
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Jul 20 2015 Divya Thaluru <dthaluru@vmware.com> 216-8
|
|
|
|
- Adding sysvinit support
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Jul 06 2015 Kumar Kaushik <kaushikk@vmware.com> 216-7
|
|
|
|
- Fixing networkd/udev race condition for renaming interface.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Thu Jun 25 2015 Sharath George <sharathg@vmware.com> 216-6
|
|
|
|
- Remove debug files.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Tue Jun 23 2015 Divya Thaluru <dthaluru@vmware.com> 216-5
|
|
|
|
- Building compat libs
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Jun 1 2015 Alexey Makhalov <amakhalov@vmware.com> 216-4
|
|
|
|
- gudev support
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Wed May 27 2015 Divya Thaluru <dthaluru@vmware.com> 216-3
|
|
|
|
- Removing packing of PAM configuration files
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon May 18 2015 Touseef Liaqat <tliaqat@vmware.com> 216-2
|
|
|
|
- Update according to UsrMove.
|
2020-11-12 01:36:21 +08:00
|
|
|
|
2020-08-07 11:17:52 +08:00
|
|
|
* Mon Oct 27 2014 Sharath George <sharathg@vmware.com> 216-1
|
|
|
|
- Initial build. First version
|