This commit is contained in:
parent
be6b2975ae
commit
27847e53d5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 13 00:14:01 CET 2008 - ro@suse.de
|
||||||
|
|
||||||
|
- mk_listings: exclude .cr-cache and .snapshot
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 16 17:54:47 CEST 2008 - lrupp@suse.de
|
Thu Oct 16 17:54:47 CEST 2008 - lrupp@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package inst-source-utils (Version 2008.10.16)
|
# spec file for package inst-source-utils (Version 2008.11.17)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -25,8 +25,8 @@ AutoReqProv: on
|
|||||||
Obsoletes: autoyast2-utils <= 2.14.10
|
Obsoletes: autoyast2-utils <= 2.14.10
|
||||||
Provides: autoyast2-utils = 2.14.10
|
Provides: autoyast2-utils = 2.14.10
|
||||||
Summary: Utilities for creating customized installation sources
|
Summary: Utilities for creating customized installation sources
|
||||||
Version: 2008.10.16
|
Version: 2008.11.17
|
||||||
Release: 2
|
Release: 1
|
||||||
Source: inst-source-utils.tar.bz2
|
Source: inst-source-utils.tar.bz2
|
||||||
Source1: split.pl
|
Source1: split.pl
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -60,6 +60,8 @@ rm -rf %{buildroot}
|
|||||||
%_datadir/%name
|
%_datadir/%name
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 13 2008 ro@suse.de
|
||||||
|
- mk_listings: exclude .cr-cache and .snapshot
|
||||||
* Thu Oct 16 2008 lrupp@suse.de
|
* Thu Oct 16 2008 lrupp@suse.de
|
||||||
- create_sha1sums:
|
- create_sha1sums:
|
||||||
+ also put the GPG key in each slideshow directory
|
+ also put the GPG key in each slideshow directory
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6ce0e1fb54d486ead7175753d8473383fbc7ae8c77098d810c4f7b8a0b10846e
|
oid sha256:4345a54fcfa8210717f9a4538065e0a313acc56fb1a072f632a555cf43ac0ebf
|
||||||
size 25498
|
size 25584
|
||||||
|
@ -41,7 +41,7 @@ done
|
|||||||
|
|
||||||
# don't package lines between <!--internal--> and <!--/internal-->
|
# don't package lines between <!--internal--> and <!--/internal-->
|
||||||
for i in $TOPDIR$BINDIR/*; do
|
for i in $TOPDIR$BINDIR/*; do
|
||||||
`dirname $0`/split.pl $i $i.new
|
perl `dirname $0`/split.pl $i $i.new
|
||||||
mv $i.new $i
|
mv $i.new $i
|
||||||
chmod 755 $i
|
chmod 755 $i
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user