forked from pool/systemd
Accepting request 445798 from home:fbui:systemd:Factory
- Really include legacy kbd maps in kbd-model-map (bsc#1015515) Instead of fix-machines-subvol-for-rollbacks.sh... - Enable lz4 (which becomes the default) It's much faster than xz and thus should be more appropriate to compress journals and coredumps. The LZ4 logic is now officially supported and no longer considered experimental. The new frame api was released in v125. OBS-URL: https://build.opensuse.org/request/show/445798 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=964
This commit is contained in:
parent
1dc39189db
commit
1357dc7e2b
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 14 14:51:41 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Really include legacy kbd maps in kbd-model-map (bsc#1015515)
|
||||
|
||||
Instead of fix-machines-subvol-for-rollbacks.sh...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 12:55:51 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Enable lz4 (which becomes the default)
|
||||
|
||||
It's much faster than xz and thus should be more appropriate to
|
||||
compress journals and coredumps.
|
||||
|
||||
The LZ4 logic is now officially supported and no longer considered
|
||||
experimental.
|
||||
|
||||
The new frame api was released in v125.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 16:46:52 UTC 2016 - fbui@suse.com
|
||||
|
||||
|
@ -82,9 +82,9 @@ BuildRequires: pam-devel
|
||||
# BR. Also this macro was introduced since version 12.4.
|
||||
BuildRequires: suse-module-tools >= 12.4
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(blkid) >= 2.26
|
||||
BuildRequires: pkgconfig(libkmod) >= 15
|
||||
BuildRequires: pkgconfig(liblz4) >= 125
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
BuildRequires: pkgconfig(libpci) >= 3
|
||||
BuildRequires: pkgconfig(libpcre)
|
||||
@ -463,6 +463,7 @@ make %{?_smp_mflags} V=e
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name '*.la' -delete
|
||||
|
||||
# move to %{_lib}
|
||||
%if ! 0%{?bootstrap}
|
||||
@ -480,7 +481,6 @@ ln -sf %{_prefix}/lib/systemd/systemd-udevd %{buildroot}/sbin/udevd
|
||||
|
||||
install -m755 -D %{S:1065} %{buildroot}/%{_prefix}/lib/udev/remount-tmpfs
|
||||
rm -rf %{buildroot}%{_sysconfdir}/rpm
|
||||
find %{buildroot} -type f -name '*.la' -delete
|
||||
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/sysv-convert
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/migrated
|
||||
@ -635,7 +635,7 @@ fi
|
||||
|
||||
# kbd-model-map.legacy is used to provide mapping for legacy keymaps,
|
||||
# which may still be used by yast.
|
||||
cat %{S:13} >>%{buildroot}%{_datarootdir}/systemd/kbd-model-map
|
||||
cat %{S:14} >>%{buildroot}%{_datarootdir}/systemd/kbd-model-map
|
||||
|
||||
%find_lang systemd
|
||||
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 14 14:51:41 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Really include legacy kbd maps in kbd-model-map (bsc#1015515)
|
||||
|
||||
Instead of fix-machines-subvol-for-rollbacks.sh...
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 8 12:55:51 UTC 2016 - fbui@suse.com
|
||||
|
||||
- Enable lz4 (which becomes the default)
|
||||
|
||||
It's much faster than xz and thus should be more appropriate to
|
||||
compress journals and coredumps.
|
||||
|
||||
The LZ4 logic is now officially supported and no longer considered
|
||||
experimental.
|
||||
|
||||
The new frame api was released in v125.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 6 16:46:52 UTC 2016 - fbui@suse.com
|
||||
|
||||
|
@ -80,9 +80,9 @@ BuildRequires: pam-devel
|
||||
# BR. Also this macro was introduced since version 12.4.
|
||||
BuildRequires: suse-module-tools >= 12.4
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(blkid) >= 2.26
|
||||
BuildRequires: pkgconfig(libkmod) >= 15
|
||||
BuildRequires: pkgconfig(liblz4) >= 125
|
||||
BuildRequires: pkgconfig(liblzma)
|
||||
BuildRequires: pkgconfig(libpci) >= 3
|
||||
BuildRequires: pkgconfig(libpcre)
|
||||
@ -461,6 +461,7 @@ make %{?_smp_mflags} V=e
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name '*.la' -delete
|
||||
|
||||
# move to %{_lib}
|
||||
%if ! 0%{?bootstrap}
|
||||
@ -478,7 +479,6 @@ ln -sf %{_prefix}/lib/systemd/systemd-udevd %{buildroot}/sbin/udevd
|
||||
|
||||
install -m755 -D %{S:1065} %{buildroot}/%{_prefix}/lib/udev/remount-tmpfs
|
||||
rm -rf %{buildroot}%{_sysconfdir}/rpm
|
||||
find %{buildroot} -type f -name '*.la' -delete
|
||||
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/sysv-convert
|
||||
mkdir -p %{buildroot}%{_localstatedir}/lib/systemd/migrated
|
||||
@ -633,7 +633,7 @@ fi
|
||||
|
||||
# kbd-model-map.legacy is used to provide mapping for legacy keymaps,
|
||||
# which may still be used by yast.
|
||||
cat %{S:13} >>%{buildroot}%{_datarootdir}/systemd/kbd-model-map
|
||||
cat %{S:14} >>%{buildroot}%{_datarootdir}/systemd/kbd-model-map
|
||||
|
||||
%find_lang systemd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user