forked from pool/inst-source-utils
Accepting request 224634 from home:oertel:branches:openSUSE:Tools
- add ABXML.pm and ABStructured.pm - rewrite rezip_repo_rsyncable to keep checksum type - add requires for perl-XML-Parser OBS-URL: https://build.opensuse.org/request/show/224634 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/inst-source-utils?expand=0&rev=43
This commit is contained in:
parent
0952e3df35
commit
fa9ca26470
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 4 16:47:58 CET 2014 - ro@suse.de
|
||||
|
||||
- add ABXML.pm and ABStructured.pm
|
||||
- rewrite rezip_repo_rsyncable to keep checksum type
|
||||
- add requires for perl-XML-Parser
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 15:36:18 CET 2014 - ro@suse.de
|
||||
|
||||
|
@ -29,6 +29,7 @@ Requires: recode
|
||||
Obsoletes: autoyast2-utils <= 2.14.10
|
||||
Provides: autoyast2-utils = 2.14.10
|
||||
Recommends: create-repo-utils
|
||||
Requires: perl-XML-Parser
|
||||
Source: inst-source-utils.tar.bz2
|
||||
Source1: split.pl
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bd3be2ff0f4df25cc2a453502f5e2b592d73afafa687078069f304ffcdbd40c
|
||||
size 33594
|
||||
oid sha256:4af7a550fbab8e99d246bec656493d6c95fb27df7df764128e9e2a5dece394ab
|
||||
size 39797
|
||||
|
@ -34,7 +34,9 @@ for i in $BINFILES ; do
|
||||
done
|
||||
|
||||
# needed perl module
|
||||
for i in /mounts/work/abuild/lib/abuild/modules/RPMQ.pm ; do
|
||||
for i in /mounts/work/abuild/lib/abuild/modules/RPMQ.pm \
|
||||
/mounts/work/abuild/lib/abuild/modules/ABXML.pm \
|
||||
/mounts/work/abuild/lib/abuild/modules/ABStructured.pm ; do
|
||||
echo "Preparing: $(basename $i)"
|
||||
sed -e "s|/work/abuild|$BINDIR|g" $i > $TOPDIR$MODULEDIR/modules/`basename $i`
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user