Seth Vidal 01bf58a
%{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Seth Vidal 01bf58a
cvsdist 8329b36
Summary: Creates a common metadata repository
cvsdist 8329b36
Name: createrepo
Seth Vidal e47d352
Version: 0.9.9
Zdenek Pavlas 094dc52
Release: 12%{?dist}
93be02d
License: GPLv2
cvsdist 8329b36
Group: System Environment/Base
Paul Nasrat 9883dcc
Source: %{name}-%{version}.tar.gz
Seth Vidal 40bb1e2
Patch0: createrepo-head.patch
Seth Vidal 40bb1e2
Patch1: ten-changelog-limit.patch
Zdenek Pavlas 094dc52
Patch2: BZ-856363-fix-deadlock.patch
Seth Vidal 1a865e5
URL: http://createrepo.baseurl.org/
Paul Nasrat aa13e7a
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
cvsdist 8329b36
BuildArchitectures: noarch
Paul Nasrat aa13e7a
Requires: python >= 2.1, rpm-python, rpm >= 4.1.1, libxml2-python
Seth Vidal 8eb730d
Requires: yum-metadata-parser, yum >= 3.4.3-4, python-deltarpm, deltarpm, pyliblzma
201221d
BuildRequires: python
cvsdist 8329b36
cvsdist 8329b36
%description
Paul Nasrat aa13e7a
This utility will generate a common metadata repository from a directory of rpm
Paul Nasrat aa13e7a
packages.
cvsdist 8329b36
cvsdist 8329b36
%prep
cvsdist 8329b36
%setup -q
Seth Vidal 40bb1e2
%patch0 -p1
Seth Vidal 40bb1e2
%patch1 -p0
Zdenek Pavlas 094dc52
%patch2 -p1
cvsdist 8329b36
Paul Nasrat aa13e7a
%build
Paul Nasrat aa13e7a
cvsdist 8329b36
%install
Paul Nasrat aa13e7a
rm -rf $RPM_BUILD_ROOT
Seth Vidal e47d352
make DESTDIR=$RPM_BUILD_ROOT sysconfdir=%{_sysconfdir} install
cvsdist 8329b36
cvsdist 8329b36
%clean
Paul Nasrat aa13e7a
rm -rf $RPM_BUILD_ROOT
cvsdist 8329b36
cvsdist 8329b36
cvsdist 8329b36
%files
Paul Nasrat aa13e7a
%defattr(-, root, root,-)
Seth Vidal e47d352
%doc ChangeLog README COPYING COPYING.lib
Seth Vidal e47d352
%{_sysconfdir}/bash_completion.d/
Paul Nasrat aa13e7a
%{_datadir}/%{name}/
201221d
%{_bindir}/createrepo
201221d
%{_bindir}/modifyrepo
Seth Vidal 1a865e5
%{_bindir}/mergerepo
1280109
%{_mandir}/*/*
Seth Vidal 01bf58a
%{python_sitelib}/createrepo
cvsdist 8329b36
cvsdist 8329b36
%changelog
Zdenek Pavlas 094dc52
* Thu Feb 28 2013 Zdenek Pavlas <zpavlas at redhat.com> - 0.9.9-12
Zdenek Pavlas 094dc52
- Fix the deadlock issue.  BZ 856363
Zdenek Pavlas 094dc52
James Antill 1f43c01
* Thu Feb 16 2012 James Antill <james at fedoraproject.org> - 0.9.9-11
James Antill 1f43c01
- update to latest head
James Antill 1f43c01
- fix for lots of workers and not many rpms.
James Antill 1f43c01
Seth Vidal 1598a49
* Thu Jan  5 2012 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-10
Seth Vidal 1598a49
- update to latest head
Seth Vidal 1598a49
- fix for generating repos for rhel5 on fedora
Seth Vidal 1598a49
Seth Vidal e3f2644
* Fri Oct 28 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-9
Seth Vidal e3f2644
- 3rd time is the charm
Seth Vidal e3f2644
- fix it so prestodelta's get made with the right name and don't traceback
Seth Vidal e3f2644
Seth Vidal 8eb730d
* Wed Oct 26 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-8
Seth Vidal 8eb730d
- change how compressOpen() defaults so mash doesn't break
Seth Vidal 8eb730d
- add requires for pyliblzma
Seth Vidal 8eb730d
Seth Vidal 24bc993
* Mon Oct 24 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-7
Seth Vidal 24bc993
- latest upstream
Seth Vidal 24bc993
- --compress-type among other deals.
Seth Vidal 24bc993
Seth Vidal 7e74460
* Fri Jul 29 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-6
Seth Vidal 7e74460
- latest upstream
Seth Vidal 7e74460
- fixes bugs: 713747, 581632, 581628
Seth Vidal 7e74460
Seth Vidal ded4647
* Wed Jul 20 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-5
Seth Vidal ded4647
- new patch to fix us breaking certain pungi configs
Seth Vidal ded4647
Seth Vidal 40bb1e2
* Tue Jul 19 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-4
Seth Vidal 40bb1e2
- latest upstream head
Seth Vidal 40bb1e2
- change --update to use sqlite for old repodata
Seth Vidal 40bb1e2
4fd3792
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.9-3
4fd3792
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4fd3792
Seth Vidal c000a5a
* Thu Jan 27 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-2
Seth Vidal c000a5a
- make sure when a worker exits with a non-zero returncode we exit, too.
Seth Vidal c000a5a
Seth Vidal e47d352
* Wed Jan 26 2011 Seth Vidal <skvidal at fedoraproject.org> - 0.9.9-1
Seth Vidal e47d352
- 0.9.9
Seth Vidal e47d352
- change yum requires to 3.2.29
Seth Vidal e47d352
1605a4c
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.9.8-5
1605a4c
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
1605a4c
Seth Vidal acdc0ac
* Thu Jan  7 2010 Seth Vidal <skvidal at fedoraproject.org> - 0.9.8-4
Seth Vidal acdc0ac
- latest head with fixes for --update w/o --skipstat
Seth Vidal acdc0ac
Seth Vidal acdc0ac
Seth Vidal 521de49
* Tue Dec 22 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.8-3
Seth Vidal 521de49
- patch to latest HEAD from upstream
Seth Vidal 521de49
Seth Vidal b9ff2ac
* Thu Sep  3 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.8-2
Seth Vidal b9ff2ac
- add drpm patch from https://bugzilla.redhat.com/show_bug.cgi?id=518658
Seth Vidal b9ff2ac
Seth Vidal b9ff2ac
Seth Vidal 6269de2
* Fri Aug 28 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.8-1
Seth Vidal 6269de2
- bump yum requires version
Seth Vidal 6269de2
- remove head patch
Seth Vidal 6269de2
- bump to 0.9.8 upstream
Seth Vidal 6269de2
Seth Vidal 3387350
* Tue Aug 18 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-15
Seth Vidal 3387350
- update HEAD patch to include fix from mbonnet for typo'd PRAGMA in the filelists setup
Seth Vidal 3387350
Seth Vidal 783d5f8
* Tue Aug  4 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-14
Seth Vidal 783d5f8
- minor fix for rh bug 512610
Seth Vidal 783d5f8
450dcb0
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.7-13
450dcb0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
450dcb0
Seth Vidal 7d4b213
* Wed Jun 17 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-11
Seth Vidal 7d4b213
- more profile output for deltarpms
Seth Vidal 7d4b213
Seth Vidal 2f81efd
* Tue Jun 16 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-8
Seth Vidal 2f81efd
- more patches from head
Seth Vidal 2f81efd
- speed up generating prestodelta, massively
Seth Vidal 2f81efd
Seth Vidal 836b5b8
* Tue May  5 2009 Seth Vidal <skvidal at fedoraproject.org>
Seth Vidal 836b5b8
- more head fixes - theoretically solving ALL of the sha1/sha silliness
Seth Vidal 836b5b8
Seth Vidal 0dbcaf3
* Wed Apr 15 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-2
Seth Vidal 0dbcaf3
- fix 495845 and other presto issues
Seth Vidal 0dbcaf3
Seth Vidal 8856405
* Tue Mar 24 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.7-1
Seth Vidal 8856405
- 0.9.7
Seth Vidal 8856405
- require yum 3.2.22
Seth Vidal 8856405
b62fd98
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-12
b62fd98
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b62fd98
Seth Vidal 24c659d
* Tue Feb 10 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-11
Seth Vidal 24c659d
- change the order of deltarpms
Seth Vidal 24c659d
Seth Vidal a311a1e
* Wed Feb  4 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-10
Seth Vidal a311a1e
- working mergerepo again
Seth Vidal a311a1e
Seth Vidal cf617b1
* Tue Feb  3 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-9
Seth Vidal cf617b1
- fix normal createrepo'ing w/o the presto patches :(
Seth Vidal cf617b1
Seth Vidal 9f4dc55
* Mon Feb  2 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-7
Seth Vidal 9f4dc55
- add deltarpm requirement for making presto metadata
Seth Vidal 9f4dc55
Seth Vidal 2cad580
* Tue Jan 27 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-6
Seth Vidal 2cad580
- one more patch set to make sure modifyrepo works with sha256's, too
Seth Vidal 2cad580
Seth Vidal 8a6a8ae
* Mon Jan 26 2009 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-5
Seth Vidal 8a6a8ae
- add patch from upstream head for sha256 support
Seth Vidal 8a6a8ae
37f831f
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.9.6-4
37f831f
- Rebuild for Python 2.6
37f831f
Seth Vidal 1a865e5
* Tue Oct 28 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.6-1
Seth Vidal 1a865e5
- 0.9.6-1
Seth Vidal 1a865e5
- add mergerepo
Seth Vidal 1a865e5
7a67921
* Thu Oct  9 2008 James Antill <james@fedoraproject.org> - 0.9.5-5
ffb71e8
- Do atomic updates to the cachedir, for parallel runs
2b64104
- Fix the patch
ffb71e8
Seth Vidal aa03c39
* Fri Feb 22 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.5-2
Seth Vidal aa03c39
- patch for the mistake in the raise for an empty pkgid
Seth Vidal aa03c39
Seth Vidal c6055e5
* Tue Feb 19 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.5-1
Seth Vidal c6055e5
- 0.9.5
Seth Vidal c6055e5
- ten-changelog-limit patch by default in fedora
Seth Vidal c6055e5
Seth Vidal ad7d754
* Thu Jan 31 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.4-3
Seth Vidal ad7d754
- skip if no old metadata and --update was called.
Seth Vidal ad7d754
Seth Vidal 7b68dd7
* Wed Jan 30 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.4-1
Seth Vidal 7b68dd7
- 0.9.4
Seth Vidal 7b68dd7
Seth Vidal d63fdba
* Tue Jan 22 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.3
Seth Vidal d63fdba
- 0.9.3
Seth Vidal d63fdba
Seth Vidal 20190dc
* Thu Jan 17 2008 Seth Vidal <skvidal at fedoraproject.org> - 0.9.2-1
Seth Vidal 20190dc
- remove all other patches - 0.9.2 
Seth Vidal 20190dc
Seth Vidal aae77bb
* Tue Jan 15 2008 Seth Vidal <skvidal at fedoraproject.org> 0.9.1-3
Seth Vidal aae77bb
- more patches - almost 0.9.2 but not quite
Seth Vidal aae77bb
Seth Vidal 1972e14
* Thu Jan 10 2008 Seth Vidal <skvidal at fedoraproject.org> 0.9.1-2
Seth Vidal 1972e14
- patch to fix bug until 0.9.2
Seth Vidal 1972e14
Seth Vidal 4145682
* Wed Jan  9 2008 Seth Vidal <skvidal at fedoraproject.org> 0.9.1-1
Seth Vidal 4145682
- 0.9.1 
Seth Vidal 4145682
Seth Vidal 01bf58a
* Mon Jan  7 2008 Seth Vidal <skvidal at fedoraproject.org> 0.9-1
Seth Vidal 01bf58a
- 0.9
Seth Vidal 01bf58a
- add yum dep
Seth Vidal 01bf58a
Seth Vidal 01bf58a
93be02d
* Mon Nov 26 2007 Luke Macken <lmacken@redhat.com> - 0.4.11-1
93be02d
- Update to 0.4.11
93be02d
- Include COPYING file and change License to GPLv2
93be02d
Paul Nasrat 7bf52d2
* Thu Jun 07 2007 Paul Nasrat <pnasrat@redhat.com> - 0.4.10-1
Paul Nasrat 7bf52d2
- Update to 0.4.10
Paul Nasrat 7bf52d2
Paul Nasrat 7bf52d2
* Wed May 16 2007 Paul Nasrat <pnasrat@redhat.com> - 0.4.9-1
Paul Nasrat 49ad7a8
- Update to 0.4.9
Paul Nasrat 49ad7a8
bbef4af
* Tue May 15 2007 Jeremy Katz <katzj@redhat.com> - 0.4.8-4
bbef4af
- fix the last patch
bbef4af
08ad8fb
* Tue May 15 2007 Jeremy Katz <katzj@redhat.com> - 0.4.8-3
08ad8fb
- use dbversion given by yum-metadata-parser instead of hardcoded 
08ad8fb
  value (#239938)
08ad8fb
Paul Nasrat 044855b
* Wed Mar 14 2007 Paul Nasrat <pnasrat@redhat.com> - 0.4.8-2
Paul Nasrat 044855b
- Remove requires (#227680)
Paul Nasrat 044855b
4bed853
* Wed Feb 21 2007 Jeremy Katz <katzj@redhat.com> - 0.4.8-1
4bed853
- update to 0.4.8
4bed853
7e3e893
* Mon Feb 12 2007 Jesse Keating <jkeating@redhat.com> - 0.4.7-3
7e3e893
- Require yum-metadata-parser.
7e3e893
201221d
* Thu Feb  8 2007 Jeremy Katz <katzj@redhat.com> - 0.4.7-2
201221d
- add modifyrepo to the file list
201221d
269b546
* Thu Feb  8 2007 Jeremy Katz <katzj@redhat.com> - 0.4.7-1
269b546
- update to 0.4.7
269b546
Paul Nasrat aa13e7a
* Mon Feb 05 2007 Paul Nasrat <pnasrat@redhat.com> - 0.4.6-2
Paul Nasrat aa13e7a
- Packaging guidelines (#225661)
Paul Nasrat aa13e7a
Paul Nasrat e788194
* Thu Nov 09 2006 Paul Nasrat <pnasrat@redhat.com> - 0.4.6-1
Paul Nasrat e788194
- Upgrade to latest release
Paul Nasrat e788194
- Fix requires (#214388)
Paul Nasrat e788194
Paul Nasrat 04640f2
* Wed Jul 19 2006 Paul Nasrat <pnasrat@redhat.com> - 0.4.4-2
Paul Nasrat 04640f2
- Fixup relative paths (#199228)
Paul Nasrat 04640f2
80f2571
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.4.4-1.1
80f2571
- rebuild
80f2571
Paul Nasrat e814151
* Mon Apr 17 2006 Paul Nasrat <pnasrat@redhat.com> - 0.4.4-1
Paul Nasrat e814151
- Update to latest upstream
Paul Nasrat e814151
ccc4c9b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
ccc4c9b
- rebuilt
ccc4c9b
Paul Nasrat f0b33d7
* Fri Nov 18 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-5
Paul Nasrat f0b33d7
- Fix split with normalised directories
Paul Nasrat f0b33d7
Paul Nasrat 3b69384
* Fri Nov 18 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-4
Paul Nasrat 3b69384
- Another typo fix
Paul Nasrat 3b69384
- Normalise directories
Paul Nasrat 3b69384
Paul Nasrat def33d9
* Thu Nov 17 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-3.1
Paul Nasrat def33d9
- really fix them 
Paul Nasrat def33d9
Paul Nasrat c519bdd
* Thu Nov 17 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-3
Paul Nasrat c519bdd
- Fix regressions for absolute/relative paths
Paul Nasrat c519bdd
Paul Nasrat 4e84bd4
* Sun Nov 13 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-2
Paul Nasrat 4e84bd4
- Sync upto HEAD 
Paul Nasrat 4e84bd4
- Split media support
Paul Nasrat 4e84bd4
Paul Nasrat cbfba71
* Thu Jul 14 2005 Paul Nasrat <pnasrat@redhat.com> - 0.4.3-1
Paul Nasrat cbfba71
- New upstream version 0.4.3 (cachedir support)
Paul Nasrat cbfba71
1280109
* Tue Jan 18 2005 Jeremy Katz <katzj@redhat.com> - 0.4.2-2
1280109
- add the manpage
1280109
bfcc430
* Tue Jan 18 2005 Jeremy Katz <katzj@redhat.com> - 0.4.2-1
bfcc430
- 0.4.2
bfcc430
Paul Nasrat 9e11ebf
* Thu Oct 21 2004 Paul Nasrat <pnasrat@redhat.com>
Paul Nasrat 9e11ebf
- 0.4.1, fixes #136613
Paul Nasrat 9e11ebf
- matched ghosts not being added into primary.xml files
Paul Nasrat 9e11ebf
81e3a5b
* Mon Oct 18 2004 Bill Nottingham <notting@redhat.com>
81e3a5b
- 0.4.0, fixes #134776
81e3a5b
Paul Nasrat 9883dcc
* Thu Sep 30 2004 Paul Nasrat <pnasrat@redhat.com>
Paul Nasrat 9883dcc
- Rebuild new upstream release - 0.3.9
Paul Nasrat 9883dcc
Paul Nasrat 9883dcc
* Thu Sep 30 2004 Seth Vidal <skvidal@phy.duke.edu>
Paul Nasrat 9883dcc
- 0.3.9
Paul Nasrat 9883dcc
- fix for groups checksum creation
Paul Nasrat 9883dcc
Paul Nasrat 9883dcc
* Sat Sep 11 2004 Seth Vidal <skvidal@phy.duke.edu>
Paul Nasrat 9883dcc
- 0.3.8
Paul Nasrat b0ea219
cvsdist 8329b36
* Wed Sep  1 2004 Seth Vidal <skvidal@phy.duke.edu>
cvsdist 8329b36
- 0.3.7
cvsdist 8329b36
cvsdist 8329b36
* Fri Jul 23 2004 Seth Vidal <skvidal@phy.duke.edu>
cvsdist 8329b36
- make filelists right <sigh>
cvsdist 8329b36
cvsdist 8329b36
cvsdist 8329b36
* Fri Jul 23 2004 Seth Vidal <skvidal@phy.duke.edu>
cvsdist 8329b36
- fix for broken filelists
cvsdist 8329b36
cvsdist 8329b36
* Mon Jul 19 2004 Seth Vidal <skvidal@phy.duke.edu>
cvsdist 8329b36
- re-enable groups
cvsdist 8329b36
- update num to 0.3.4
cvsdist 8329b36
cvsdist 8329b36
* Tue Jun  8 2004 Seth Vidal <skvidal@phy.duke.edu>
cvsdist 8329b36
- update to the format
cvsdist 8329b36
- versioned deps
cvsdist 8329b36
- package counts
cvsdist 8329b36
- uncompressed checksum in repomd.xml
cvsdist 8329b36
cvsdist 8329b36
cvsdist 8329b36
* Fri Apr 16 2004 Seth Vidal <skvidal@phy.duke.edu>
cvsdist 8329b36
- 0.3.2 - small addition of -p flag
cvsdist 8329b36
cvsdist 8329b36
* Sun Jan 18 2004 Seth Vidal <skvidal@phy.duke.edu>
cvsdist 8329b36
- I'm an idiot
cvsdist 8329b36
cvsdist 8329b36
* Sun Jan 18 2004 Seth Vidal <skvidal@phy.duke.edu>
cvsdist 8329b36
- 0.3
cvsdist 8329b36
cvsdist 8329b36
* Tue Jan 13 2004 Seth Vidal <skvidal@phy.duke.edu>
cvsdist 8329b36
- 0.2 - 
cvsdist 8329b36
cvsdist 8329b36
* Sat Jan 10 2004 Seth Vidal <skvidal@phy.duke.edu>
cvsdist 8329b36
- first packaging
cvsdist 8329b36