%if 0%{?rhel} && 0%{?rhel} <= 7 %bcond_with python3 %else %bcond_without python3 %endif Name: deltarpm Summary: Create deltas between rpms Version: 3.6 Release: 25%{?dist} License: BSD URL: http://gitorious.org/deltarpm/deltarpm Source: ftp://ftp.suse.com/pub/projects/deltarpm/%{name}-%{version}.tar.bz2 Patch1: 0002-do-not-finish-applydeltarpm-jobs-when-in-the-middle-.patch Patch2: 0003-add-newline-in-missing-prelink-error.patch Patch3: 0004-Return-error-rather-than-crashing-if-we-can-t-alloca.patch Patch4: 0005-fix-off-by-one-error-in-delta-generation-code.patch Patch5: 0006-Add-fflush-s-so-output-can-be-watched-using-tail-f.patch BuildRequires: gcc BuildRequires: bzip2-devel BuildRequires: perl-generators BuildRequires: xz-devel BuildRequires: rpm-devel BuildRequires: popt-devel BuildRequires: zlib-devel BuildRequires: python2-devel %description A deltarpm contains the difference between an old and a new version of a rpm, which makes it possible to recreate the new rpm from the deltarpm and the old one. You don't have to have a copy of the old rpm, deltarpms can also work with installed rpms. %package -n drpmsync Summary: Sync a file tree with deltarpms Requires: %{name}%{_isa} = %{version}-%{release} %description -n drpmsync This package contains a tool to sync a file tree with deltarpms. %package -n deltaiso Summary: Create deltas between isos containing rpms Requires: %{name}%{_isa} = %{version}-%{release} %description -n deltaiso This package contains tools for creating and using deltasisos, a difference between an old and a new iso containing rpms. %package -n python2-%{name} Summary: Python bindings for deltarpm %{?python_provide:%python_provide python2-%{name}} BuildRequires: python2-devel Requires: %{name}%{_isa} = %{version}-%{release} %description -n python2-%{name} This package contains python bindings for deltarpm. Python 2 version. %if 0%{?with_python3} %package -n python3-%{name} Summary: Python bindings for deltarpm %{?python_provide:%python_provide python3-%{name}} BuildRequires: python3-devel Requires: %{name}%{_isa} = %{version}-%{release} %description -n python3-%{name} This package contains python bindings for deltarpm. Python 3 version. %endif %prep %autosetup -p1 %build %{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="%__global_ldflags" \ bindir=%{_bindir} libdir=%{_libdir} mandir=%{_mandir} prefix=%{_prefix} \ zlibbundled='' zlibldflags='-lz' zlibcppflags='' %{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="%__global_ldflags" \ bindir=%{_bindir} libdir=%{_libdir} mandir=%{_mandir} prefix=%{_prefix} \ zlibbundled='' zlibldflags='-lz' zlibcppflags='' \ python %install %makeinstall pylibprefix=%{buildroot} %if %{with python3} # nothing to do %else rm -rf %{buildroot}%{_libdir}/python3* %endif %files %license LICENSE.BSD %doc README NEWS %{_bindir}/applydeltarpm %{_mandir}/man8/applydeltarpm.8* %{_bindir}/combinedeltarpm %{_mandir}/man8/combinedeltarpm.8* %{_bindir}/makedeltarpm %{_mandir}/man8/makedeltarpm.8* %{_bindir}/rpmdumpheader %files -n deltaiso %{_bindir}/applydeltaiso %{_mandir}/man8/applydeltaiso.8* %{_bindir}/fragiso %{_mandir}/man8/fragiso.8* %{_bindir}/makedeltaiso %{_mandir}/man8/makedeltaiso.8* %files -n drpmsync %{_bindir}/drpmsync %{_mandir}/man8/drpmsync.8* %files -n python2-%{name} %{python2_sitearch}/%{name}.py* %{python2_sitearch}/_%{name}module.so %if %{with python3} %files -n python3-%{name} %{python3_sitearch}/%{name}.py %{python3_sitearch}/_%{name}module.so %{python3_sitearch}/__pycache__/%{name}.* %endif %changelog * Wed Feb 07 2018 Fedora Release Engineering - 3.6-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Aug 11 2017 Igor Gnatenko - 3.6-24 - Rebuilt after RPM update (№ 3) * Thu Aug 10 2017 Igor Gnatenko - 3.6-23 - Rebuilt for RPM soname bump * Thu Aug 10 2017 Igor Gnatenko - 3.6-22 - Rebuilt for RPM soname bump * Wed Aug 02 2017 Fedora Release Engineering - 3.6-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 3.6-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 3.6-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Dec 09 2016 Charalampos Stratakis - 3.6-18 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 3.6-17 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Apr 13 2016 Igor Gnatenko - 3.6-16 - Make python3 builds conditionally - Follow new packaging guidelines - Use modern macroses like %%autosetup - Remove duplicated doc files * Wed Feb 03 2016 Fedora Release Engineering - 3.6-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jan 26 2016 Jonathan Dieter - 3.6-14 - Remove unneeded defattr * Sat Nov 14 2015 Jonathan Dieter - 3.6-13 - Enable PIE (RHBZ: #1281830) * Tue Nov 10 2015 Fedora Release Engineering - 3.6-12 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Sat Sep 05 2015 Kalev Lember - 3.6-11 - Rebuilt for librpm soname bump * Wed Jun 17 2015 Fedora Release Engineering - 3.6-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Feb 21 2015 Till Maas - 3.6-9 - Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code * Wed Jan 14 2015 Jonathan Dieter - 3.6-8 - Add upstream patch to fix rare off-by-one error - Add upstream patch to do more fflush()'s in applydeltaiso (#725791) * Mon Jan 12 2015 Jonathan Dieter - 3.6-7 - Add upstream patches to fix a few small bugs - Do better error check in low memory situations (#791359) * Sat Aug 16 2014 Fedora Release Engineering - 3.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 3.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember - 3.6-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 * Sat Aug 03 2013 Fedora Release Engineering - 3.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Jul 17 2013 Petr Pisar - 3.6-2 - Perl 5.18 rebuild * Thu Jun 20 2013 Jonathan Dieter - 3.6-1 - Update to 3.6 which, among other things, fixes a bug when applying a deltarpm to create a gzip-compressed rpm using full compression * Mon May 20 2013 Jonathan Dieter - 3.6-0.13.20130520git - Clearer error message when applydeltaiso fails (#825428) (Thanks, John!) - Add details to applydeltaiso and makedeltaiso man pages (#569499) - Add fragiso man page to deltaiso package (#569776) - Fix section for applydeltaiso (#548970) - Add arch-specific requires (#677060) * Wed Feb 13 2013 Fedora Release Engineering - 3.6-0.12.20110223git - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Fri Aug 03 2012 David Malcolm - 3.6-0.11.20110223git - rebuild for https://fedoraproject.org/wiki/Features/Python_3.3 * Fri Aug 3 2012 David Malcolm - 3.6-0.10.20110223git - remove rhel logic from with_python3 conditional * Wed Jul 18 2012 Fedora Release Engineering - 3.6-0.9.20110223git - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Mar 20 2012 Jindrich Novy - 3.6-0.8.20110223git - rebuild against new rpm * Fri Jan 13 2012 Fedora Release Engineering - 3.6-0.7.20110223git - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 23 2011 - Jonathan Dieter - 3.6-0.6.20110223git - Fix makedeltaiso so it (partially) works when compression formats change - Fix fix for makedeltaiso so it gets checksums right * Tue Feb 08 2011 Fedora Release Engineering - 3.6-0.5.20110121git - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Jan 21 2011 - Jonathan Dieter - 3.6-0.4.20110121git - Python 3 module now works again * Tue Jan 18 2011 - Jonathan Dieter - 3.6-0.4.20110118git - Re-enable Python 3 support, but it still won't work even though it builds - Remove upstreamed patches * Tue Jan 18 2011 - Richard W.M. Jones - 3.6-0.3.20101230git - Disable Python 3 support, since it is quite broken. * Thu Dec 30 2010 Jonathan Dieter - 3.6-0.1.20101230git - Update to current git - Temporary extra verbosity patch - Add groups to subpackages for EL5 * Thu Jul 8 2010 Jonathan Dieter - 3.6-0.1.20100708git - Deltarpm can now limit memory usage when generating deltarpms * Wed Feb 10 2010 Thomas Spura - 3.5-0.7.20100121git - build python3-deltarpm * Thu Jan 21 2010 Jonathan Dieter - 3.5-0.6.20100121git - Make rpmio link explicit * Tue Dec 08 2009 Jesse Keating - 3.5-0.5.20090913git - Rebuild for new rpm * Wed Sep 30 2009 Toshio Kuratomi - 3.5-0.4.20090913git - Update patch to properly detect when an rpm is built with an rsync-friendly zlib and bail out. * Wed Sep 30 2009 Toshio Kuratomi - 3.5-0.3.20090913git - Make building with system zlib selectable at build time. - Fix cfile_detect_rsync() to detect rsync even if we don't have a zlib capable of making rsync-friendly compressed files. * Wed Sep 30 2009 Toshio Kuratomi - 3.5-0.2.20090913git - Correct prerelease rlease numbering. - Build against the system zlib, not the bundled library. This remedies the fact that the included zlib is affected by CAN-2005-1849. * Sun Sep 13 2009 Jonathan Dieter - 3.5-0.git.20090913 - Merge python error patch upstream * Thu Sep 10 2009 Bill Nottingham - 3.5-0.git.20090831.1.4 - fix python bindings to not require kernel >= 2.6.27 * Wed Sep 9 2009 Bill Nottingham - 3.5-0.git.20090831.1.3 - fix python bindings to: - call _exit(), not exit() - properly pythonize errors - not leak file descriptors * Mon Aug 31 2009 Jonathan Dieter - 3.5-0.git.20090831.1 - Add python bindings sub-package - Fix build error * Mon Aug 17 2009 Jonathan Dieter - 3.5-0.git.20090729.1 - Explain where we get the source from - Split *deltaiso commands into deltaiso subpackage (#501953) * Wed Jul 29 2009 Jonathan Dieter - 3.5-0.git.20090729 - Fix bug in writing Fedora's xz-compressed rpms (surely that's the last one) * Mon Jul 27 2009 Jonathan Dieter - 3.5-0.git.20090727.1 - Fix bug in reading Fedora's xz-compressed rpms * Mon Jul 27 2009 Jonathan Dieter - 3.5-0.git.20090727 - Update to current upstream git repository - Add upstream xz compression support - Drop all patches (they're now in upstream) - Fix spelling mistakes (#505713) - Fix url error (#506179) * Fri Jul 24 2009 Fedora Release Engineering - 3.4-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Apr 22 2009 Jonathan Dieter - 3.4-16 - Split drpmsync into a separate subpackage (#489231) * Thu Mar 26 2009 Jonathan Dieter - 3.4-15 - Fix bug when checking sequence with new sha256 file digests * Tue Mar 24 2009 Jonathan Dieter - 3.4-14 - Add support for rpms with sha256 file digests * Fri Mar 06 2009 Jesse Keating - 3.4-13 - Rebuild for new rpm libs * Tue Feb 24 2009 Fedora Release Engineering - 3.4-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Jul 13 2008 Jonathan Dieter - 3.4-11 - Rebuild for rpm 4.6 * Tue Feb 19 2008 Fedora Release Engineering - 3.4-10 - Autorebuild for GCC 4.3 * Mon Jan 7 2008 Jonathan Dieter - 3.4-9 - Add patch that allows deltarpm to rebuild rpms from deltarpms that have had the rpm signature added after their creation. The code came from upstream. - Drop nodoc patch added in 3.4-4 as most packages in repository have been updated since April-May 2007 and this patch was supposed to be temporary. * Wed Aug 29 2007 Jonathan Dieter - 3.4-6 - Bring in popt-devel in BuildRequires to fix build in x86_64 * Wed Aug 29 2007 Fedora Release Engineering - 3.4-5 - Rebuild for selinux ppc32 issue. * Wed Jul 11 2007 Jonathan Dieter - 3.4-4 - Fix prelink bug - Ignore verify bits on doc files as they were set incorrectly in older versions of rpm. Without this patch, deltarpm will not delta doc files in rpm created before April-May 2007 * Tue Jun 5 2007 Jeremy Katz - 3.4-3 - include colored binaries from non-multilib-dirs so that deltas can work on multilib platforms * Wed May 09 2007 Adam Jackson 3.4-2 - Add -a flag to work around multilib ignorance. (#238964) * Tue Mar 06 2007 Adam Jackson 3.4-1 - Update to 3.4 (#231154) * Mon Feb 12 2007 Adam Jackson 3.3-7 - Add RPM_OPT_FLAGS to make line. (#227380) * Mon Feb 05 2007 Adam Jackson 3.3-6 - Fix rpm db corruption in rpmdumpheader. (#227326) * Mon Sep 11 2006 Mihai Ibanescu - 3.3-5 - Rebuilding for new toolset * Thu Aug 17 2006 Mihai Ibanescu - 3.3-4 - Removing BuildRequires: gcc * Tue Aug 15 2006 Mihai Ibanescu - 3.3-3 - Fedora packaging guidelines build * Tue Aug 8 2006 Mihai Ibanescu - 3.3-2 - Added BuildRequires: rpm-devel, gcc * Sat Dec 03 2005 Dries Verachtert - 3.3-1 - 3768/dries - Initial package.