Accepting request 175575 from Base:System
- Remove unused files (forwarded request 174895 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/175575 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpm?expand=0&rev=201
This commit is contained in:
commit
9574e0344d
@ -12,7 +12,7 @@ Index: build/parseBuildInstallClean.c
|
||||
+ char* buf = strdup(
|
||||
+ "ref=/usr/lib/rpm\n"
|
||||
+ "for s in guess sub; do\n"
|
||||
+ " for c in $(find -maxdepth 3 -name \"config.$s\"); do\n"
|
||||
+ " for c in $(find -maxdepth 5 -name \"config.$s\"); do\n"
|
||||
+ " grep -q config-patches@ $c || continue\n"
|
||||
+ " grep -q aarch64 $c || install -m 755 $ref/config.$s $c\n"
|
||||
+ " done\n"
|
||||
|
@ -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 != '%') {
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9278a2b40f08bae5a9592b9b42f11f88b2e880cc34e57113d53461ed7de6e7b
|
||||
size 3545536
|
11
rpm.changes
11
rpm.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- auto-config-update-aarch64.diff:
|
||||
* search up to 5 levels for interesting files to patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 22:00:14 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
2
rpm.spec
2
rpm.spec
@ -60,7 +60,6 @@ Source9: sysconfig.services-rpm
|
||||
Source10: beecrypt-4.1.2.tar.bz2
|
||||
Source11: db-4.8.30.tar.bz2
|
||||
Source12: baselibs.conf
|
||||
Source6464: auto-config-update-aarch64.diff
|
||||
Patch1: beecrypt-4.1.2.diff
|
||||
Patch2: db.diff
|
||||
# quilt patches start here
|
||||
@ -136,6 +135,7 @@ Patch78: headerchk2.diff
|
||||
Patch79: helperenv.diff
|
||||
Patch80: config-guess-sub-update.diff
|
||||
Patch81: debugedit-aarch64.diff
|
||||
Patch6464: auto-config-update-aarch64.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
#
|
||||
# avoid bootstrapping problem
|
||||
|
Loading…
x
Reference in New Issue
Block a user