Hello community,
here is the log from the commit of package obs-service-source_validator for
openSUSE:Factory checked in at 2014-08-16 15:37:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-source_validator (Old)
and /work/SRC/openSUSE:Factory/.obs-service-source_validator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "obs-service-source_validator"
Changes:
--------
---
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
2014-06-26 10:42:33.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
2014-08-16 15:37:40.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Aug 14 02:09:11 CEST 2014 - [email protected]
+
+- update from git:
+ - more work on dealing with util-linux
+
+-------------------------------------------------------------------
+Thu Aug 14 01:31:31 CEST 2014 - [email protected]
+
+- update from git:
+ - hack for util-linux specfiles (bnc#891829)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ obs-service-source_validator-0.4.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/obs-service-source_validator-0.4/20-files-present-and-referenced
new/obs-service-source_validator-0.4/20-files-present-and-referenced
--- old/obs-service-source_validator-0.4/20-files-present-and-referenced
2014-06-25 14:55:01.000000000 +0200
+++ new/obs-service-source_validator-0.4/20-files-present-and-referenced
2014-08-14 02:08:46.000000000 +0200
@@ -134,8 +134,13 @@
echo "%description" >> $TMPDIR/tmp.spec
# hack for really strange specfiles with more than one
Name:/Release:/Version: line
- for nodup in Name Version Release ; do
+ for nodup in Name Version Release Summary Group License ; do
sed -e "s@^$nodup:@X$nodup:@" -e
"0,/^X$nodup:/{s@^X$nodup:@$nodup:@}" -e "s@^X$nodup:.*@@" $TMPDIR/tmp.spec >
$TMPDIR/tmp.spec.2 && mv $TMPDIR/tmp.spec.2 $TMPDIR/tmp.spec
+ grep -q "^$nodup:" $TMPDIR/tmp.spec || {
+ echo "$nodup: any" > $TMPDIR/tmp.spec.2
+ cat $TMPDIR/tmp.spec >> $TMPDIR/tmp.spec.2
+ mv $TMPDIR/tmp.spec.2 $TMPDIR/tmp.spec
+ }
done
$RPMBUILD --nodeps -bp $TMPDIR/tmp.spec >> $TMPDIR/sources 2>&1 || {
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]