Hello community,
here is the log from the commit of package branding-basedonopensuse for
openSUSE:Factory checked in at 2011-12-08 11:48:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/branding-basedonopensuse (Old)
and /work/SRC/openSUSE:Factory/.branding-basedonopensuse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "branding-basedonopensuse", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/branding-basedonopensuse/branding-basedonopensuse.changes
2011-11-29 17:15:25.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.branding-basedonopensuse.new/branding-basedonopensuse.changes
2011-12-08 11:48:15.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec 6 11:46:57 UTC 2011 - [email protected]
+
+- catch %ghost files
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ branding-basedonopensuse.spec ++++++
--- /var/tmp/diff_new_pack.iPITuN/_old 2011-12-08 11:48:18.000000000 +0100
+++ /var/tmp/diff_new_pack.iPITuN/_new 2011-12-08 11:48:18.000000000 +0100
@@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
-
Name: branding-basedonopensuse
-BuildRequires: GraphicsMagick ImageMagick
-BuildRequires: fribidi inkscape php5
+BuildRequires: GraphicsMagick
+BuildRequires: ImageMagick
+BuildRequires: fribidi
+BuildRequires: inkscape
+BuildRequires: php5
%ifarch x86_64 %ix86
%define package_gfxboot 1
BuildRequires: gfxboot-devel
@@ -75,11 +76,11 @@
BuildRequires: yast2-qt-branding-openSUSE
#BRQ-END
-License: MIT License (or similar)
-Group: System/Fhs
Version: 12.2
-Release: 1
+Release: 0
Summary: (De)branded openSUSE theme
+License: MIT
+Group: System/Fhs
Provides: branding
Conflicts: otherproviders(branding)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -172,7 +173,7 @@
for i in $packages; do
echo "%defattr(-,root,root)" > files.$i
- rpm -ql $i | while read file; do
+ rpm -q --qf '[F:%{FILEFLAGS:fflags} %{FILENAMES}\n]' $i | while read flags
file; do
case "$file" in
/usr/share/doc/packages*)
nfile=${file/branding-openSUSE/%name}
@@ -187,7 +188,14 @@
else
mkdir -p $RPM_BUILD_ROOT/`dirname "$file"`
cp -a "$file" "$RPM_BUILD_ROOT/$nfile"
+ case "$flags" in
+ *g*)
+ echo "%ghost $nfile" >> files.$i
+ ;;
+ *)
echo "$nfile" >> files.$i
+ ;;
+ esac
fi
done
done
@@ -250,7 +258,6 @@
/etc/SuSE-brand
# TIL HERE
-
%package -n bootsplash-branding-basedonopensuse
Summary: Provides bootsplash branding
Provides: bootsplash-branding
@@ -535,7 +542,6 @@
Requires: kdebase4-runtime
Requires: kdebase4-workspace
Requires: ksplashx-branding-basedonopensuse
-Requires: plasma-theme-aya
Requires: susegreeter-branding-basedonopensuse
Requires: wallpaper-branding-basedonopensuse
@@ -798,6 +804,7 @@
Conflicts: otherproviders(xfce4-panel-branding)
Supplements: packageand(xfce4-panel:branding-basedonopensuse)
Requires: exo
+Requires: xfce4-panel-plugin-datetime
%description -n xfce4-panel-branding-basedonopensuse
Debranded copy of openSUSE branding for xfce4-panel
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]