Accepting request 174895 from home:Andreas_Schwab:Factory

- Remove unused files

OBS-URL: https://build.opensuse.org/request/show/174895
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=264
This commit is contained in:
Dirk Mueller 2013-05-14 14:33:47 +00:00 committed by Git OBS Bridge
parent 95752622f5
commit 71f99a3e9c
3 changed files with 5 additions and 18 deletions

View File

@ -1,15 +0,0 @@
--- build/parsePrep.c.old
+++ build/parsePrep.c
@@ -351,6 +351,12 @@
appendStringBuf(spec->prep, getStringBuf(after));
+ {
+ char* buf = strdup("for f in config.guess config.sub; do test /usr/share/automake-1.12/$f && ln -sf /usr/share/automake-1.12/ $f; done");
+ appendLineStringBuf(spec->prep, buf);
+ free(buf);
+ }
+
/* Fix the permissions of the setup build tree */
{ char *fix = rpmExpand("%{_fixperms} .", NULL);
if (fix && *fix != '%') {

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9278a2b40f08bae5a9592b9b42f11f88b2e880cc34e57113d53461ed7de6e7b
size 3545536

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 8 22:25:09 UTC 2013 - schwab@suse.de
- Remove unused files
-------------------------------------------------------------------
Wed May 8 14:56:15 UTC 2013 - dmueller@suse.com