Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 591530 Details for
Bug 785834
pigz/unpigz - what is the reason for the distribution of identical binaries?
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Hardlink binaries, build with $RPM_LD_FLAGS, run test suite
pigz.patch (text/plain), 1.04 KB, created by
Ville Skyttä
on 2012-06-13 14:45:00 UTC
(
hide
)
Description:
Hardlink binaries, build with $RPM_LD_FLAGS, run test suite
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2012-06-13 14:45:00 UTC
Size:
1.04 KB
patch
obsolete
>diff --git a/pigz.spec b/pigz.spec >index 3e3daee..d81e009 100644 >--- a/pigz.spec >+++ b/pigz.spec >@@ -7,9 +7,11 @@ Group: Applications/File > License: zlib > URL: http://www.zlib.net/pigz/ > Source0: http://www.zlib.net/%{name}/%{name}-%{version}.tar.gz >+Patch0: %{name}-2.2.4-ldflags.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > > BuildRequires: zlib-devel >+BuildRequires: ncompress > > %description > pigz, which stands for parallel implementation of gzip, >@@ -18,6 +20,7 @@ multiple processors and multiple cores to the hilt when compressing data. > > %prep > %setup -q >+%patch0 -p1 > > > %build >@@ -27,9 +30,12 @@ make %{?_smp_mflags} CFLAGS='%{optflags}' > %install > rm -rf $RPM_BUILD_ROOT > install -p -D pigz $RPM_BUILD_ROOT%{_bindir}/pigz >-install -p -D unpigz $RPM_BUILD_ROOT%{_bindir}/unpigz >+pushd $RPM_BUILD_ROOT%{_bindir}; ln pigz unpigz; popd > install -p -D pigz.1 -m 0644 $RPM_BUILD_ROOT%{_datadir}/man/man1/pigz.1 > >+%check >+make tests >+ > %clean > rm -rf $RPM_BUILD_ROOT >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 785834
: 591530 |
591531