Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Mosaab Alzoubi
d0291068d0 Port to EPEL7 2020-02-04 18:13:39 +03:00

View file

@ -25,7 +25,7 @@ Patch1: xar-1.8-safe_dirname.patch
Patch2: xar-1.8-arm-ppc.patch
Patch3: xar-1.8-openssl-1.1.patch
Patch4: xar-1.8-Add-OpenSSL-To-Configuration.patch
#Patch4: xar-1.8-Add-OpenSSL-To-Configuration.patch
%description
@ -54,7 +54,7 @@ pushd xar
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
#%patch4 -p1
sed 's:-Wl,-rpath,::g' -i configure.ac #No rpath
sed 's:filetree.h:../lib/filetree.h:g' -i src/xar.c #Fix path
sed 's:util.h:../lib/util.h:g' -i src/xar.c #Fix path
@ -90,8 +90,8 @@ popd
%changelog
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0.417.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Tue Feb 4 2020 Mosaab Alzoubi <moceap[AT]hotmail[DOT]com> - 1.8.0.417.1-2
- Disable patch4 for EPEL7
* Sat Jan 25 2020 Mosaab Alzoubi <moceap[AT]hotmail[DOT]com> - 1.8.0.417.1-1
- Use Apple upstream instead of non-fresh Github one