Accepting request 60422 from home:vitezslav_cizek:branches:Base:System
self accept OBS-URL: https://build.opensuse.org/request/show/60422 OBS-URL: https://build.opensuse.org/package/show/Base:System/mc?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
0f998cfc34
commit
6fadebd110
30
mc-rpm.patch
30
mc-rpm.patch
@@ -1,24 +1,8 @@
|
||||
Index: misc/syntax/spec.syntax
|
||||
===================================================================
|
||||
--- misc/syntax/spec.syntax.orig 2010-07-05 21:12:51.000000000 +0200
|
||||
+++ misc/syntax/spec.syntax 2010-07-06 19:24:41.303406337 +0200
|
||||
@@ -12,6 +12,7 @@ context default
|
||||
keyword whole Description: green
|
||||
keyword whole Distribution: green
|
||||
keyword whole Doc\{Dd\}ir: green
|
||||
+ keyword whole Enhances: green
|
||||
keyword whole Epoch: green
|
||||
keyword whole Exclude\{Aa\}rch: green
|
||||
keyword whole Exclusive\{Aa\}rch: green
|
||||
@@ -27,6 +28,7 @@ context default
|
||||
keyword whole Prefix: green
|
||||
keyword whole Pre\{Rr\}eq: green
|
||||
keyword whole Provides: green
|
||||
+ keyword whole Recommends: green
|
||||
keyword whole Release: green
|
||||
keyword whole Requires: green
|
||||
keyword whole Requires(\[abcdefghijklmnopqrstuvwxyz\]): green
|
||||
@@ -35,6 +37,7 @@ context default
|
||||
--- misc/syntax/spec.syntax.orig
|
||||
+++ misc/syntax/spec.syntax
|
||||
@@ -35,6 +35,7 @@ context default
|
||||
keyword whole Source\[0123456789\]: green
|
||||
keyword whole Suggests: green
|
||||
keyword whole Summary: green
|
||||
@@ -28,9 +12,9 @@ Index: misc/syntax/spec.syntax
|
||||
keyword whole U\{Rr\}\{Ll\}: green
|
||||
Index: lib/vfs/mc-vfs/extfs/rpm
|
||||
===================================================================
|
||||
--- lib/vfs/mc-vfs/extfs/rpm.orig 2010-07-05 21:12:51.000000000 +0200
|
||||
+++ lib/vfs/mc-vfs/extfs/rpm 2010-07-07 11:31:08.411018868 +0200
|
||||
@@ -154,8 +154,14 @@ mcrpmfs_list_fastRPM ()
|
||||
--- lib/vfs/mc-vfs/extfs/rpm.orig
|
||||
+++ lib/vfs/mc-vfs/extfs/rpm
|
||||
@@ -153,8 +153,14 @@ mcrpmfs_list_fastRPM ()
|
||||
echo "$FILEPREF 0 $DATE INFO/EPOCH"
|
||||
echo "$FILEPREF 0 $DATE INFO/LICENSE"
|
||||
echo "$FILEPREF 0 $DATE INFO/REQUIRENAME"
|
||||
@@ -45,7 +29,7 @@ Index: lib/vfs/mc-vfs/extfs/rpm
|
||||
echo "$FILEPREF 0 $DATE INFO/CONFLICTS"
|
||||
echo "$FILEPREF 0 $DATE INFO/CHANGELOG"
|
||||
}
|
||||
@@ -273,6 +279,10 @@ mcrpmfs_copyout ()
|
||||
@@ -272,6 +278,10 @@ mcrpmfs_copyout ()
|
||||
INFO/LICENSE) mcrpmfs_getOneTag "LICENSE" >"$2"; exit 0;;
|
||||
INFO/RPMVERSION) mcrpmfs_getRawOneTag "%{RPMVERSION}\n" >"$2"; exit 0;;
|
||||
INFO/REQUIRENAME) mcrpmfs_getRawOneTag "[%{REQUIRENAME} %{REQUIREFLAGS:depflags} %{REQUIREVERSION}\n]" >"$2"; exit 0;;
|
||||
|
Reference in New Issue
Block a user