From 6f4acf8a574a95edfb6a6f29cd83163605869078177e6e7ef575416f93ca2444 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 14 Jan 2011 13:39:54 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/filesystem revision 67.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=5ead83be0b3b1e7d8a20e841f868c578 --- filesystem.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/filesystem.spec b/filesystem.spec index dbc414b..eb15b9d 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -1,7 +1,7 @@ # -# spec file for package filesystem (Version 11.4) +# spec file for package filesystem # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Group: System/Fhs AutoReqProv: on Summary: Basic Directory Layout Version: 11.4 -Release: 4 +Release: 5 BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: aaa_dir Provides: aaa_dir From ad4f9c5bf2a0bef9ffd479b03174280fc9350688f1e737f7ba8f66f391880e5e Mon Sep 17 00:00:00 2001 From: Ruediger Oertel Date: Wed, 16 Feb 2011 11:44:41 +0000 Subject: [PATCH 2/2] - fix build whitelisting /lib/udev/devices OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=43 --- filesystem.changes | 5 +++++ filesystem.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/filesystem.changes b/filesystem.changes index 4d8a1b4..77dc9a6 100644 --- a/filesystem.changes +++ b/filesystem.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 16 12:44:27 CET 2011 - ro@suse.de + +- fix build whitelisting /lib/udev/devices + ------------------------------------------------------------------- Fri Jan 14 09:08:08 UTC 2011 - coolo@novell.com diff --git a/filesystem.spec b/filesystem.spec index eb15b9d..fc0bbe7 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -154,7 +154,7 @@ NON_EXISTING_DIR= for FILE in `rpm -ql aaa_base` ; do test -d $FILE && continue case $FILE in - /sbin/init.d*|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*) + /sbin/init.d*|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*|/lib/udev/devices/*) continue ;; esac