commit fb37fcc408151d1b2213b9decd247c68c6ef818b
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=578
This commit is contained in:
parent
ffd6d460f5
commit
9859022370
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- rpm/package-descriptions: the flavor is 64kb, not 64k
|
||||
- commit 2e05d02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.7.6 (bsc#997639 bsc#999600).
|
||||
- Delete
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire.
|
||||
- Delete
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
|
||||
- commit 0b20275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.7
|
||||
%define patchversion 4.7.5
|
||||
%define patchversion 4.7.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -57,12 +57,12 @@
|
||||
%endif
|
||||
|
||||
Name: kernel-64kb
|
||||
Summary: The Linux Kernel
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge3f5518
|
||||
Release: <RELEASE>.gfb37fcc
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -363,7 +363,10 @@ Provides: ath3k-firmware = 1.0
|
||||
%define supported_modules_check 0
|
||||
|
||||
%description
|
||||
The Linux Kernel.
|
||||
This kernel is identical to the default kernel, but is configured with
|
||||
64kb page size granule. Its main purpose is to serve as compatibility
|
||||
kernel for systems that were installed when the default kernel was still
|
||||
configured with 64kb page size granule.
|
||||
|
||||
|
||||
%source_timestamp
|
||||
@ -940,7 +943,7 @@ done
|
||||
|
||||
|
||||
%package base
|
||||
Summary: The Linux Kernel - base modules
|
||||
Summary: Kernel with 64kb PAGE_SIZE - base modules
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
Provides: kernel-base = %version-%source_rel
|
||||
@ -976,7 +979,10 @@ Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
|
||||
%description base
|
||||
The Linux Kernel.
|
||||
This kernel is identical to the default kernel, but is configured with
|
||||
64kb page size granule. Its main purpose is to serve as compatibility
|
||||
kernel for systems that were installed when the default kernel was still
|
||||
configured with 64kb page size granule.
|
||||
|
||||
This package contains only the base modules, required in all installs.
|
||||
|
||||
@ -994,7 +1000,7 @@ This package contains only the base modules, required in all installs.
|
||||
%defattr(-, root, root)
|
||||
|
||||
%package extra
|
||||
Summary: The Linux Kernel - Unsupported kernel modules
|
||||
Summary: Kernel with 64kb PAGE_SIZE - Unsupported kernel modules
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
Provides: %name-extra_%_target_cpu = %version-%release
|
||||
@ -1013,7 +1019,10 @@ Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
|
||||
%description extra
|
||||
The Linux Kernel.
|
||||
This kernel is identical to the default kernel, but is configured with
|
||||
64kb page size granule. Its main purpose is to serve as compatibility
|
||||
kernel for systems that were installed when the default kernel was still
|
||||
configured with 64kb page size granule.
|
||||
|
||||
This package contains additional modules not supported by Novell.
|
||||
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- rpm/package-descriptions: the flavor is 64kb, not 64k
|
||||
- commit 2e05d02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.7.6 (bsc#997639 bsc#999600).
|
||||
- Delete
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire.
|
||||
- Delete
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
|
||||
- commit 0b20275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.7
|
||||
%define patchversion 4.7.5
|
||||
%define patchversion 4.7.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -60,9 +60,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge3f5518
|
||||
Release: <RELEASE>.gfb37fcc
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- rpm/package-descriptions: the flavor is 64kb, not 64k
|
||||
- commit 2e05d02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.7.6 (bsc#997639 bsc#999600).
|
||||
- Delete
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire.
|
||||
- Delete
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
|
||||
- commit 0b20275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.7
|
||||
%define patchversion 4.7.5
|
||||
%define patchversion 4.7.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -60,9 +60,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge3f5518
|
||||
Release: <RELEASE>.gfb37fcc
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- rpm/package-descriptions: the flavor is 64kb, not 64k
|
||||
- commit 2e05d02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.7.6 (bsc#997639 bsc#999600).
|
||||
- Delete
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire.
|
||||
- Delete
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
|
||||
- commit 0b20275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define patchversion 4.7.5
|
||||
%define patchversion 4.7.6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -27,9 +27,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation (man pages)
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge3f5518
|
||||
Release: <RELEASE>.gfb37fcc
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- rpm/package-descriptions: the flavor is 64kb, not 64k
|
||||
- commit 2e05d02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.7.6 (bsc#997639 bsc#999600).
|
||||
- Delete
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire.
|
||||
- Delete
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
|
||||
- commit 0b20275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.7
|
||||
%define patchversion 4.7.5
|
||||
%define patchversion 4.7.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -60,9 +60,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge3f5518
|
||||
Release: <RELEASE>.gfb37fcc
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- rpm/package-descriptions: the flavor is 64kb, not 64k
|
||||
- commit 2e05d02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.7.6 (bsc#997639 bsc#999600).
|
||||
- Delete
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire.
|
||||
- Delete
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
|
||||
- commit 0b20275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 4.7.5
|
||||
%define patchversion 4.7.6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -51,9 +51,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge3f5518
|
||||
Release: <RELEASE>.gfb37fcc
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- rpm/package-descriptions: the flavor is 64kb, not 64k
|
||||
- commit 2e05d02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.7.6 (bsc#997639 bsc#999600).
|
||||
- Delete
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire.
|
||||
- Delete
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
|
||||
- commit 0b20275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 4.7.5
|
||||
%define patchversion 4.7.6
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge3f5518
|
||||
Release: <RELEASE>.gfb37fcc
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- rpm/package-descriptions: the flavor is 64kb, not 64k
|
||||
- commit 2e05d02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.7.6 (bsc#997639 bsc#999600).
|
||||
- Delete
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire.
|
||||
- Delete
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
|
||||
- commit 0b20275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.7
|
||||
%define patchversion 4.7.5
|
||||
%define patchversion 4.7.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -60,9 +60,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge3f5518
|
||||
Release: <RELEASE>.gfb37fcc
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- rpm/package-descriptions: the flavor is 64kb, not 64k
|
||||
- commit 2e05d02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.7.6 (bsc#997639 bsc#999600).
|
||||
- Delete
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire.
|
||||
- Delete
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
|
||||
- commit 0b20275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 4.7
|
||||
%define patchversion 4.7.5
|
||||
%define patchversion 4.7.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge3f5518
|
||||
Release: <RELEASE>.gfb37fcc
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- rpm/package-descriptions: the flavor is 64kb, not 64k
|
||||
- commit 2e05d02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.7.6 (bsc#997639 bsc#999600).
|
||||
- Delete
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire.
|
||||
- Delete
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
|
||||
- commit 0b20275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge3f5518
|
||||
Release: <RELEASE>.gfb37fcc
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 14:05:29 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- rpm/package-descriptions: the flavor is 64kb, not 64k
|
||||
- commit 2e05d02
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 13:26:33 CEST 2016 - jslaby@suse.cz
|
||||
|
||||
- Linux 4.7.6 (bsc#997639 bsc#999600).
|
||||
- Delete
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire.
|
||||
- Delete
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch.
|
||||
- commit 0b20275
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 26 09:52:29 CEST 2016 - schwab@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
# needssslcertforbuild
|
||||
|
||||
%define srcversion 4.7
|
||||
%define patchversion 4.7.5
|
||||
%define patchversion 4.7.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -60,9 +60,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.ge3f5518
|
||||
Release: <RELEASE>.gfb37fcc
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -53,7 +53,7 @@ The Linux kernel for Xen paravirtualization.
|
||||
This kernel can only be used as an unprivileged ("xenU") kernel
|
||||
(mainly, but not exclusively, for Amazon EC2).
|
||||
|
||||
=== kernel-64k ===
|
||||
=== kernel-64kb ===
|
||||
Kernel with 64kb PAGE_SIZE
|
||||
|
||||
This kernel is identical to the default kernel, but is configured with
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29f7464b55f7bf74717abbfc2c9fcdf4ba860887ec87a9d8dfc633e1c4fd1f17
|
||||
size 15275
|
||||
oid sha256:06d001cd7cb627b0579be604f3b804d2ae9155ecf59f9557aa95bea202ce5d97
|
||||
size 14131
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:547a7dac9cf72e68ba638c9d3c13523c444864c5480575c7da097b73f8618184
|
||||
size 198020
|
||||
oid sha256:4f1e779fc3b92380a94a20ca64bd245e9762662cc5659abc4c38ee2a9eab03db
|
||||
size 219206
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01b6233464d0fbb17f6c447673e417670f054d05cb7bd14623874738e70a7573
|
||||
size 51721
|
||||
oid sha256:1de1f0d779e16447c365c84c61c0fabcdd21264aa1a6e65b0a7f7a0347777d14
|
||||
size 51190
|
||||
|
@ -32,6 +32,7 @@
|
||||
patches.kernel.org/patch-4.7.2-3
|
||||
patches.kernel.org/patch-4.7.3-4
|
||||
patches.kernel.org/patch-4.7.4-5
|
||||
patches.kernel.org/patch-4.7.5-6
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -261,7 +262,6 @@
|
||||
# btrfs
|
||||
########################################################
|
||||
patches.suse/btrfs-provide-super_operations-get_inode_dev
|
||||
patches.suse/btrfs-ensure-that-file-descriptor-used-with-subvol-i.patch
|
||||
|
||||
########################################################
|
||||
# Reiserfs Patches
|
||||
@ -289,7 +289,6 @@
|
||||
|
||||
patches.drivers/pstore_disable_efi_backend_by_default.patch
|
||||
patches.suse/pstore-backend-autoaction
|
||||
patches.fixes/autofs-use-dentry-flags-to-block-walks-during-expire
|
||||
|
||||
########################################################
|
||||
# Overlayfs
|
||||
|
@ -1,3 +1,3 @@
|
||||
2016-09-27 10:04:48 +0200
|
||||
GIT Revision: e3f5518526eb03faca598e189fe2cc69edbb783b
|
||||
2016-09-30 14:22:14 +0200
|
||||
GIT Revision: fb37fcc408151d1b2213b9decd247c68c6ef818b
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user