This commit is contained in:
parent
6aa937bd5a
commit
d8d06321bf
15
fixit.diff
15
fixit.diff
@ -1,15 +0,0 @@
|
|||||||
--- usr/bin/create_sha1sums 2009-11-02 16:06:59.000000000 +0100
|
|
||||||
+++ usr/bin/create_sha1sums 2009-12-01 08:01:55.810423807 +0100
|
|
||||||
@@ -87,9 +87,9 @@
|
|
||||||
DESCRDIR="suse/setup/descr"
|
|
||||||
fi
|
|
||||||
if test -d $CDS_PRIM/$DESCRDIR ; then
|
|
||||||
- pushd $CDS_PRIM/$DESCRDIR >/dev/null
|
|
||||||
- rm -f *.asc
|
|
||||||
- sha1sum * 2>/dev/null | grep -v "MD5SUMS" | grep -v "directory.yast" | sed -e "s@^@META SHA1 @" >> $CDS_PRIM/content
|
|
||||||
+ pushd $CDS_PRIM >/dev/null
|
|
||||||
+ rm -f $DESCRDIR/*.asc
|
|
||||||
+ sha1sum $DESCRDIR/* 2>/dev/null | grep -v "MD5SUMS" | grep -v "directory.yast" | sed -e "s@^@META SHA1 @" >> $CDS_PRIM/content
|
|
||||||
popd >/dev/null
|
|
||||||
fi
|
|
||||||
pushd $CDS_PRIM >/dev/null
|
|
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Dec 1 07:03:23 UTC 2009 - adrian@suse.de
|
|
||||||
|
|
||||||
- apply patch to fix content file generation
|
|
||||||
(pattern files have no path prefix)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 2 13:41:07 CET 2009 - ro@suse.de
|
Mon Nov 2 13:41:07 CET 2009 - ro@suse.de
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ Provides: autoyast2-utils = 2.14.10
|
|||||||
Recommends: create-repo-utils
|
Recommends: create-repo-utils
|
||||||
Source: inst-source-utils.tar.bz2
|
Source: inst-source-utils.tar.bz2
|
||||||
Source1: split.pl
|
Source1: split.pl
|
||||||
Patch1: fixit.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -45,7 +44,6 @@ description of each script.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name} -q
|
%setup -n %{name} -q
|
||||||
%patch1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user