Accepting request 179369 from home:elvigia:branches:Base:System
- version 029 * fixes for the networking modules * fixes for systemd integration * fixes for the i18n module (removes dracut-font.patch now upstream) OBS-URL: https://build.opensuse.org/request/show/179369 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=40
This commit is contained in:
parent
8caaf317db
commit
fbf4fb9776
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8c27c2afe4177d56e7ab18a5213b9d090319b76473d490e1d6668c098b8f513d
|
|
||||||
size 204312
|
|
3
dracut-029.tar.xz
Normal file
3
dracut-029.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5623e4fbcb14737ae76baf97736e4b2a0b4bc037dfb572de6021ffbd37928c59
|
||||||
|
size 228272
|
@ -1,13 +0,0 @@
|
|||||||
diff --git a/modules.d/10i18n/module-setup.sh b/modules.d/10i18n/module-setup.sh
|
|
||||||
index 60a50e7..fcd8282 100755
|
|
||||||
--- a/modules.d/10i18n/module-setup.sh
|
|
||||||
+++ b/modules.d/10i18n/module-setup.sh
|
|
||||||
@@ -14,7 +14,7 @@ depends() {
|
|
||||||
install() {
|
|
||||||
dracut_install -o $systemdutildir/systemd-vconsole-setup
|
|
||||||
KBDSUBDIRS=consolefonts,consoletrans,keymaps,unimaps
|
|
||||||
- DEFAULT_FONT=latarcyrheb-sun16
|
|
||||||
+ DEFAULT_FONT=LatArCyrHeb-16
|
|
||||||
I18N_CONF="/etc/locale.conf"
|
|
||||||
VCONFIG_CONF="/etc/vconsole.conf"
|
|
||||||
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 18 00:48:24 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- version 029
|
||||||
|
* fixes for the networking modules
|
||||||
|
* fixes for systemd integration
|
||||||
|
* fixes for the i18n module (removes dracut-font.patch now upstream)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 6 19:20:47 UTC 2013 - crrodriguez@opensuse.org
|
Thu Jun 6 19:20:47 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define replace_mkinitrd 0
|
%define replace_mkinitrd 0
|
||||||
|
|
||||||
Name: dracut
|
Name: dracut
|
||||||
Version: 027_git201306061213
|
Version: 029
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
Summary: Initramfs generator using udev
|
Summary: Initramfs generator using udev
|
||||||
@ -43,8 +43,6 @@ Patch1: use_initrd_insteadof_initramfs.patch
|
|||||||
Patch2: use_sysconfig_values_correctly.patch
|
Patch2: use_sysconfig_values_correctly.patch
|
||||||
# PATCH-FIX-OPENSUSE At the moment we have 2 paths that contain udev files (/lib/udev and /usr/lib/udev) - tittiatcoke@gmail.com
|
# PATCH-FIX-OPENSUSE At the moment we have 2 paths that contain udev files (/lib/udev and /usr/lib/udev) - tittiatcoke@gmail.com
|
||||||
Patch3: use_all_paths_udev.patch
|
Patch3: use_all_paths_udev.patch
|
||||||
# PATCH-FIX-OPENSUSE default console font is wrong for openSUSE crrodriguez@opensuse.org
|
|
||||||
Patch4: dracut-font.patch
|
|
||||||
BuildRequires: bash
|
BuildRequires: bash
|
||||||
BuildRequires: dash
|
BuildRequires: dash
|
||||||
|
|
||||||
@ -121,7 +119,7 @@ This package contains tools to assemble the local initrd and host configuration.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
--systemdsystemunitdir=%{_unitdir}\
|
--systemdsystemunitdir=%{_unitdir}\
|
||||||
@ -217,6 +215,7 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man8/dracut-pre-udev.service.8*
|
%{_mandir}/man8/dracut-pre-udev.service.8*
|
||||||
%{_mandir}/man8/dracut-mount.service.8.*
|
%{_mandir}/man8/dracut-mount.service.8.*
|
||||||
%{_mandir}/man8/dracut-pre-mount.service.8.*
|
%{_mandir}/man8/dracut-pre-mount.service.8.*
|
||||||
|
%{_mandir}/man8/dracut-shutdown.service.8.*
|
||||||
%{_mandir}/man5/dracut.conf.5*
|
%{_mandir}/man5/dracut.conf.5*
|
||||||
%dir /usr/lib/kernel
|
%dir /usr/lib/kernel
|
||||||
%dir /usr/lib/kernel/install.d
|
%dir /usr/lib/kernel/install.d
|
||||||
|
Loading…
x
Reference in New Issue
Block a user