Ana Guerrero 2024-01-30 17:24:56 +00:00 committed by Git OBS Bridge
commit 4ce22f1d2e
3 changed files with 503 additions and 498 deletions

View File

@ -18,6 +18,6 @@ tdir=$(mktemp -d $tmpprefix); test $? = 0 || { echo >&2 Could not create tmpdir.
cut -f 1 -d '|' $F > $tdir/fc-all.$$
grep ^+ < $tdir/fc-all.$$ | cut -c2- | sort > $tdir/fc-in.$$
grep -- ^- < $tdir/fc-all.$$ | cut -c2- | sort > $tdir/fc-out.$$
join -v 1 $tdir/fc-in.$$ $tdir/fc-out.$$ | xargs -ixx egrep "^\\+xx" $F
join -v 1 $tdir/fc-in.$$ $tdir/fc-out.$$ | xargs -ixx grep -E "^\\+xx" $F
rm $tdir/fc-all.$$ $tdir/fc-in.$$ $tdir/fc-out.$$
rmdir $tdir

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 29 10:34:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- use grep -E for egrep
-------------------------------------------------------------------
Thu Oct 19 14:23:08 UTC 2023 - David Anes <david.anes@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
# spec file for package apache2
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed