Accepting request 573226 from home:kukuk:branches:Base:System

- Adjust aaa_base test for latest aaa_base changes

- Remove /var/adm/fillup-templates, already prohibited by rpmlint 

- Remove /var/adm/backup/{rpmdb,sysconfig}, they belong to
  aaa_base-extras only.

OBS-URL: https://build.opensuse.org/request/show/573226
OBS-URL: https://build.opensuse.org/package/show/Base:System/filesystem?expand=0&rev=156
This commit is contained in:
Ruediger Oertel 2018-02-06 12:34:42 +00:00 committed by Git OBS Bridge
parent 537756af03
commit 40eed9e2a5
3 changed files with 18 additions and 5 deletions

View File

@ -147,9 +147,6 @@
0755 root root /var 0755 root root /var
0755 root root /var/adm 0755 root root /var/adm
0700 root root /var/adm/backup 0700 root root /var/adm/backup
0755 root root /var/adm/backup/rpmdb
0755 root root /var/adm/backup/sysconfig
0755 root root /var/adm/fillup-templates
0755 root root /var/cache 0755 root root /var/cache
0755 root root /var/crash 0755 root root /var/crash
0755 root root /var/lib 0755 root root /var/lib

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Feb 6 07:13:19 CET 2018 - kukuk@suse.de
- Adjust aaa_base test for latest aaa_base changes
-------------------------------------------------------------------
Mon Feb 5 13:11:33 UTC 2018 - rbrown@suse.com
- Remove /var/adm/fillup-templates, already prohibited by rpmlint
-------------------------------------------------------------------
Mon Feb 5 13:41:24 CET 2018 - kukuk@suse.de
- Remove /var/adm/backup/{rpmdb,sysconfig}, they belong to
aaa_base-extras only.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 22 11:26:13 CET 2017 - kukuk@suse.de Wed Nov 22 11:26:13 CET 2017 - kukuk@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package filesystem # spec file for package filesystem
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -193,7 +193,7 @@ for FILE in `rpm -ql aaa_base` ; do
/sbin/init.d*|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*) /sbin/init.d*|/usr/share/doc/support/*|/lib/mkinitrd/scripts/*)
continue continue
;; ;;
/usr/share/doc/packages/aaa_base/*|/lib/aaa_base/*) /usr/share/doc/packages/aaa_base/*|/lib/aaa_base/*|/usr/lib/base-scripts/*)
continue continue
;; ;;
esac esac