90e6999a07
- Update to the stuff in master to fix the issue at: https://bodhi.fedoraproject.org/updates/FEDORA-2020-050993b283#comment-1208958 - Update to 3.0.11 (via patches generated from git) - Plus newer upstream fixes (also via patches generated from git) - Fix shell exit failures in make - Fix .reloc section generation - Fix CHAR8 definition - Fix "make DESTDIR=..." - Change the installed .a/.o layout - Provide makefiles for consumers to use. - Make the -devel noarch since it's just headers. - Add a bunch of compatibility symlinks for our older packages. These will go away once we've migrated everything using them in fedora to use the newer make system... Signed-off-by: Peter Jones <pjones@redhat.com>
31 lines
885 B
Diff
31 lines
885 B
Diff
From 888756d4aecbf9c9b02942099c4d4015cbe65be4 Mon Sep 17 00:00:00 2001
|
|
From: Peter Jones <pjones@redhat.com>
|
|
Date: Fri, 25 Oct 2019 15:45:38 -0400
|
|
Subject: [PATCH 30/46] Add stuff that's got weird characters to .gitattributes
|
|
|
|
Some of these files will be removed in a later patch, but they need to
|
|
stay in .gitattributes until after the next release, because they make
|
|
patch application break in weird ways.
|
|
|
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
---
|
|
.gitattributes | 6 ++++++
|
|
1 file changed, 6 insertions(+)
|
|
create mode 100644 .gitattributes
|
|
|
|
diff --git a/.gitattributes b/.gitattributes
|
|
new file mode 100644
|
|
index 00000000000..d3a9be78dfa
|
|
--- /dev/null
|
|
+++ b/.gitattributes
|
|
@@ -0,0 +1,6 @@
|
|
+inc/inc.mak binary
|
|
+inc/make.inf binary
|
|
+inc/makefile.hdr binary
|
|
+inc/protocol/ia64/eficontext.h binary
|
|
+inc/protocol/make.inf binary
|
|
+inc/protocol/makefile.hdr binary
|
|
--
|
|
2.24.1
|
|
|