forked from pool/kernel-source
This commit is contained in:
parent
385150c4ef
commit
dc9444ebac
@ -1 +1 @@
|
||||
2008-10-22 14:21:46 +0200
|
||||
2008-10-22 21:43:34 +0200
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45e2efef8a7879adbfb8bc604d4c8ad42e50f996e211acc1ed258bce5553c9fd
|
||||
size 135576
|
||||
oid sha256:226fc1616d4799136b3c638c4b79b7b7e776efd15baf1149b4189f65f31bed99
|
||||
size 135643
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e42c4d109b2a8f57b5e2e616a6212b1efe26bd6b8c5628d3249d0017c6a214e3
|
||||
size 2272
|
||||
oid sha256:f1ed544d35336321c457eb9cf956206a163fdff8db6beddc19502ce38f9c844a
|
||||
size 2265
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -216,7 +216,7 @@ Only use this kernel when investigating problems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -699,7 +699,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -736,7 +736,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -750,8 +750,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-debug-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -868,6 +870,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -888,13 +897,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -234,7 +234,7 @@ The standard kernel for both uniprocessor and multiprocessor systems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -716,7 +716,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -752,7 +752,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -766,8 +766,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-default-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -884,6 +886,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -904,13 +913,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -23,7 +23,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-dummy
|
||||
Summary: Internal dummy package for synchronizing release numbers
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
AutoReqProv: off
|
||||
@ -36,7 +36,7 @@ Authors:
|
||||
--------
|
||||
Andreas Gruenbacher <agruen@suse.de>
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%install
|
||||
rm -rf %buildroot
|
||||
@ -46,8 +46,10 @@ echo dummy > %buildroot/etc/dummy
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
/etc/dummy
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -164,6 +166,13 @@ echo dummy > %buildroot/etc/dummy
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -184,13 +193,6 @@ echo dummy > %buildroot/etc/dummy
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-kdump
|
||||
Summary: kernel for kdump
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -215,7 +215,7 @@ crashed kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -700,7 +700,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -739,7 +739,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -753,8 +753,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-kdump-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -871,6 +873,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -891,13 +900,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -216,7 +216,7 @@ that support it, regardless of the amount of main memory.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -705,7 +705,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -748,7 +748,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -762,8 +762,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-pae-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -880,6 +882,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -900,13 +909,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-ppc64
|
||||
Summary: Kernel for ppc64 Systems
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -228,7 +228,7 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -724,7 +724,7 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -774,7 +774,7 @@ Authors:
|
||||
Tom Gall <tom_gall@vnet.ibm.com>
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -788,8 +788,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-ppc64-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -906,6 +908,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -926,13 +935,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-ps3
|
||||
Summary: kernel for ps3 bootloader
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -214,7 +214,7 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -696,7 +696,7 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -732,7 +732,7 @@ needs to be as small as possible.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -746,8 +746,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-ps3-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -864,6 +866,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -884,13 +893,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-rt
|
||||
Summary: The Realtime Linux Kernel
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -218,7 +218,7 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -706,7 +706,7 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -748,7 +748,7 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -762,8 +762,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-rt-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -880,6 +882,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -900,13 +909,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-rt_debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -213,7 +213,7 @@ Only use this kernel when investigating problems.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -696,7 +696,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -733,7 +733,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -747,8 +747,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-rt_debug-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -865,6 +867,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -885,13 +894,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-s390
|
||||
Summary: The Standard Kernel
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -209,7 +209,7 @@ The standard kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -691,7 +691,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -727,7 +727,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -741,8 +741,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-s390-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -859,6 +861,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -879,13 +888,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -30,7 +30,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-source-rt
|
||||
Summary: The Linux Kernel Sources, including the real-time patches
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -120,7 +120,7 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -283,8 +283,10 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
|
||||
%post -f kernel-source-rt-post.sh
|
||||
|
||||
%files -f kernel-source-rt.files
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -401,6 +403,13 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -421,13 +430,6 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -30,7 +30,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -120,7 +120,7 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -283,8 +283,10 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
|
||||
%post -f kernel-source-post.sh
|
||||
|
||||
%files -f kernel-source.files
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -401,6 +403,13 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -421,13 +430,6 @@ sed -e "s:@KERNELRELEASE@:$KERNELRELEASE:g" \
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -29,7 +29,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-syms-rt
|
||||
Summary: Kernel Symbol Versions (modversions) For Real-Time Kernels
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -74,7 +74,7 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -129,8 +129,10 @@ done
|
||||
/usr/src/linux-*-obj
|
||||
/boot/symsets-*-*.tar.gz
|
||||
/lib/modules/*/build
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -247,6 +249,13 @@ done
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -267,13 +276,6 @@ done
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -29,7 +29,7 @@ Url: http://www.kernel.org/
|
||||
Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: Development/Sources
|
||||
AutoReqProv: off
|
||||
@ -94,7 +94,7 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
echo "Architecture symbol(s):" %symbols
|
||||
@ -149,8 +149,10 @@ done
|
||||
/usr/src/linux-*-obj
|
||||
/boot/symsets-*-*.tar.gz
|
||||
/lib/modules/*/build
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -267,6 +269,13 @@ done
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -287,13 +296,6 @@ done
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-trace
|
||||
Summary: The Realtime Linux Kernel
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -221,7 +221,7 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -707,7 +707,7 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -747,7 +747,7 @@ Authors:
|
||||
|
||||
see /usr/src/linux/CREDITS for more details.
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -761,8 +761,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-trace-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -879,6 +881,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -899,13 +908,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -231,7 +231,7 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -711,7 +711,7 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -745,7 +745,7 @@ The standard kernel - without any SUSE patches
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -759,8 +759,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-vanilla-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -877,6 +879,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -897,13 +906,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 21:43:25 CEST 2008 - jeffm@suse.de
|
||||
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 22 14:17:15 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
@ -189,7 +195,17 @@ Fri Oct 17 17:42:48 CEST 2008 - bwalle@suse.de
|
||||
uninstalling the kernel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:57:16 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
@ -211,16 +227,6 @@ Thu Oct 16 17:57:16 PDT 2008 - mfasheh@suse.com
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 01:22:08 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 16 23:49:45 CEST 2008 - mfasheh@suse.com
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
||||
Name: kernel-xen
|
||||
Summary: The Xen Kernel
|
||||
Version: 2.6.27.2
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 only
|
||||
Group: System/Kernel
|
||||
Url: http://www.kernel.org/
|
||||
@ -215,7 +215,7 @@ unprivileged ("xenU") kernel.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%prep
|
||||
if ! [ -e %_sourcedir/linux-2.6.27.tar.bz2 ]; then
|
||||
@ -700,7 +700,7 @@ This package contains only the base modules, required in all installs.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun base -f preun-base.sh
|
||||
|
||||
@ -739,7 +739,7 @@ This package contains additional modules not supported by Novell.
|
||||
|
||||
|
||||
|
||||
Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
Source Timestamp: 2008-10-22 21:43:34 +0200
|
||||
|
||||
%preun extra -f preun-extra.sh
|
||||
|
||||
@ -753,8 +753,10 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
%files -n kernel-xen-extra -f kernel-extra.files
|
||||
%defattr(-, root, root)
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Oct 22 2008 jeffm@suse.de
|
||||
- patches.suse/export-release_open_intent: Export
|
||||
release_open_intent for NFS branches with aufs.
|
||||
* Wed Oct 22 2008 jdelvare@suse.de
|
||||
- supported.conf: Mark the ibmaem and ibmpex hwmon drivers as
|
||||
supported by IBM.
|
||||
@ -871,6 +873,13 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
kdump initrd to %%ghost so that the file gets removed when
|
||||
uninstalling the kernel.
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 fixes / updates from 2.6.28 merge window
|
||||
- patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
|
||||
- patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
|
||||
@ -891,13 +900,6 @@ Source Timestamp: 2008-10-22 14:21:46 +0200
|
||||
- patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
|
||||
- patches.suse/ocfs2-fix-build-error.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 ACL / security attribute support
|
||||
- patches.suse/ocfs2-Remove-unused-function-restore_extent_block.patch
|
||||
- patches.suse/ocfs2-Merge-transactions-during-xattr-set.patch
|
||||
- patches.suse/ocfs2-xattr.-ch-definition-cleanups.patch
|
||||
- patches.suse/ocfs2-Add-security-xattr-support-in-ocfs2.patch
|
||||
- patches.suse/ocfs2-Add-POSIX-ACL-support-in-ocfs2.patch
|
||||
* Fri Oct 17 2008 mfasheh@suse.com
|
||||
- ocfs2 dynamic local alloc patches
|
||||
* Fri Oct 17 2008 jslaby@suse.de
|
||||
- patches.drivers/tpm-bcm0102-workaround.patch: tpm: work around
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de7ae23a9806c36e6dd53c86b4cef833f4c752951d59c0fa867fc476f66dc23a
|
||||
size 124
|
||||
oid sha256:10d6952c071befe20380913de96e5f40640f0dd84a13764bd91ec898acb2bf0b
|
||||
size 129
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01b0e4f2505fb1a4acd2a523d5a4546c8539caca60d30c8cd8af5ef204e3b640
|
||||
size 59159
|
||||
oid sha256:cf31b0c91c9683415b64709a49e2c65953e248b5bdc50bc3fc2463ce9bc36fdc
|
||||
size 59158
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3a4ef7c74ec872d589578806b9f30859738d2d944cfd05eb3141283afd67d02
|
||||
size 212490
|
||||
oid sha256:d192631e94f2be0336b574def1eb076e06a0eaa006173e56cc65bd59d97afe72
|
||||
size 212446
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25e742c6dbe732b38294a63282347a4863828c0d632d6b1c3eb0a4f620031577
|
||||
size 1385958
|
||||
oid sha256:dad38620ec6e047ee92e2a557a7636415ba80688d2019ff4585032913c29eb11
|
||||
size 1385313
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf65d2a62405df04c9e3e27393f64739bad00dc203df7ecc6191a3920275a767
|
||||
size 81823
|
||||
oid sha256:ebd3486d7c5b5b0170630e3d16ab0f83e80ce68e7a2f89e096006b80986bfce9
|
||||
size 81806
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e1c677271827e968bb0eec3c7506483cf51bae702191819fe9b3ac8376c2ba6
|
||||
size 11630
|
||||
oid sha256:f8a5dd70cc0a7c1b69d3c7269194672a7225acb793378b1b60bc9a2996c3f579
|
||||
size 11637
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f41a715f97942579ffbe54175c368a86eee764b2ce2a88370d2bc6cb8dc55ca
|
||||
size 1613
|
||||
oid sha256:28e0397870af76280f57d3218a465df2f4bd5dc310548390eabbdc7d5248252b
|
||||
size 1616
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81170ced96c4cb0e1127e79d312d611a7fc2ab909847d2465393f0819730f872
|
||||
size 372923
|
||||
oid sha256:6430c7eac44ee4661b47cdd000caf9192eb10d54fc0dd8e3ea617e68f01beecc
|
||||
size 373040
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d84cd7539d4cfad77b6e691ba76cf5de1337b724c9119f942a6814a5a0e75d4
|
||||
size 1233411
|
||||
oid sha256:f6e5ac68aea1fefd178c064e86fcfe118857213c2f03972c14a7492194e9fb90
|
||||
size 1234215
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3f9a74f38c38fa7eb93566d0e3714f473ddb22ea8fe6e8bdc5955789700091f
|
||||
size 57968
|
||||
oid sha256:b7c6bf981664957b6d5cdec233dd1246de87b9d6bcca7e60c690740c0b698c54
|
||||
size 57877
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f06a71eabfc02bbdb249f64b53d4c91851b7287c759c40a88cfd64cd3d17cf12
|
||||
size 11029
|
||||
oid sha256:3cac1f98a8aa39f4f41d55e9cc551053c71be28f80a4c04c94104f7d17217035
|
||||
size 11055
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33575930fb55b19da2e218f2c405049b3659d919061883e79a8b1f6d5a274bf8
|
||||
size 1461468
|
||||
oid sha256:464282c68b150d3675798c0562287140d9e39f4d8ad360217d10a3e9faddeed1
|
||||
size 1461157
|
||||
|
@ -79,6 +79,7 @@
|
||||
########################################################
|
||||
patches.suse/reiser4-exports
|
||||
patches.suse/kvm-as-kmp
|
||||
patches.suse/export-release_open_intent
|
||||
|
||||
########################################################
|
||||
# Scheduler / Core
|
||||
|
Loading…
Reference in New Issue
Block a user