3
0
forked from pool/filesystem

Accepting request 83730 from Base:System

- Apply packaging guidelines (remove redundant/obsolete
  tags/sections from specfile, etc.) (forwarded request 83515 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/83730
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/filesystem?expand=0&rev=91
This commit is contained in:
Sascha Peilicke 2011-09-20 10:54:20 +00:00 committed by Git OBS Bridge
commit 958b2bd66d
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
- Apply packaging guidelines (remove redundant/obsolete
tags/sections from specfile, etc.)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 5 14:56:39 UTC 2011 - vuntz@opensuse.org Mon Sep 5 14:56:39 UTC 2011 - vuntz@opensuse.org

View File

@ -15,13 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: filesystem Name: filesystem
License: GPLv2+ License: GPLv2+
Group: System/Fhs Group: System/Fhs
AutoReqProv: on
Summary: Basic Directory Layout Summary: Basic Directory Layout
Version: 12.1 Version: 12.1
Release: 27 Release: 27
@ -53,7 +49,6 @@ function create_dir () {
mkdir -m $MODE $RPM_BUILD_ROOT/$NAME mkdir -m $MODE $RPM_BUILD_ROOT/$NAME
echo "$XTRA%%dir %%attr($MODE,$OWNR,$GRUP) $NAME" >> filesystem.list echo "$XTRA%%dir %%attr($MODE,$OWNR,$GRUP) $NAME" >> filesystem.list
} }
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT
# generic directories first # generic directories first
echo "%%defattr(-,root,root)" > filesystem.list echo "%%defattr(-,root,root)" > filesystem.list