From 16393d2230c1242aefcb156d5a7dbdac754c9a04 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" <berra...@redhat.com> Date: Tue, 15 Sep 2015 11:05:15 +0100 Subject: No longer maintained upstream, obsoleted by better tools like Jenkins
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 21c4753..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -.build* -noarch -perl-Test-AutoBuild-*.rpm -Test-AutoBuild-*.tar.gz diff --git a/Test-AutoBuild-1.2.4-yaml.patch b/Test-AutoBuild-1.2.4-yaml.patch deleted file mode 100644 index e2a6858..0000000 --- a/Test-AutoBuild-1.2.4-yaml.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -rup Test-AutoBuild-1.2.4.orig/t/008-meta.t Test-AutoBuild-1.2.4.new/t/008-meta.t ---- Test-AutoBuild-1.2.4.orig/t/008-meta.t 2011-09-01 21:49:57.000000000 +0100 -+++ Test-AutoBuild-1.2.4.new/t/008-meta.t 2012-03-09 13:07:55.949281028 +0000 -@@ -2,14 +2,14 @@ - - use Test::More tests => 1; - SKIP: { -- eval "use Test::YAML::Meta::Version; use YAML::Syck qw(LoadFile)"; -- skip "Test::YAML::Meta::Version and YAML::Syck required for testing META.yml", 1 if $@; -+ eval "use Test::CPAN::Meta::YAML::Version; use YAML::Syck qw(LoadFile)"; -+ skip "Test::CPAN::Meta::YAML::Version and YAML::Syck required for testing META.yml", 1 if $@; - - my %data = ( - yaml => LoadFile("META.yml"), - ); - --my $spec = Test::YAML::Meta::Version->new(%data); -+my $spec = Test::CPAN::Meta::YAML::Version->new(%data); - - ok (!$spec->parse()); - -Only in Test-AutoBuild-1.2.4.new/t: 008-meta.t~ diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..8ec4c79 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +No longer maintained upstream, obsoleted by better tools like Jenkins diff --git a/perl-Test-AutoBuild.spec b/perl-Test-AutoBuild.spec deleted file mode 100644 index 1c6dbd3..0000000 --- a/perl-Test-AutoBuild.spec +++ /dev/null @@ -1,723 +0,0 @@ -# Automatically generated by perl-Test-AutoBuild.spec.PL - -%bcond_without fedora -%define appname Test-AutoBuild -%define with_selinux 0 - -# Everything on by default -%define with_bzr 1 -%define with_cvs 1 -%define with_darcs 1 -%define with_git 1 -%define with_mercurial 1 -%define with_monotone 0 -%define with_perforce 1 -%define with_svk 0 -%define with_svn 1 -%define with_tla 1 - -# Not available in any Fedora release -%if %{?fedora} -%define with_perforce 0 -%endif - -# Not available since F15 onwards -%if %{?fedora} >= 14 -%define with_tla 0 -%endif - -# Darcs won't work on arches which lack GHC -%ifnarch %{?ghc_arches_with_ghci} -%define with_darcs 0 -%endif - -# Avoid empty debug file -%define debug_package %{nil} - -Summary: Framework for performing continuous, unattended, automated software builds -Name: perl-%{appname} -Version: 1.2.4 -Release: 15%{?dist}%{?extra_release} -License: GPLv2+ -Group: Development/Tools -Url: http://autobuild.org/ -Source: http://www.cpan.org/authors/id/D/DA/DANBERR/%{appname}-%{version}.tar.gz -Patch1: %{appname}-%{version}-yaml.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Technically this is a noarch package, but due to lack of ghc -# on some architecutures we need to use arch specific conditionals -# to kill off the darcs sub-RPM. -#BuildArchitectures: noarch - -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) - -BuildRequires: perl(BSD::Resource) >= 1.15 -BuildRequires: perl(Config::Record) >= 1.1.0 -BuildRequires: perl(Log::Log4perl) -BuildRequires: perl(Template) -BuildRequires: perl(IO::Scalar) -BuildRequires: perl(Date::Manip) -BuildRequires: perl(File::ReadBackwards) -BuildRequires: perl(Class::MethodMaker) -BuildRequires: perl(XML::Simple) -BuildRequires: perl(Test::More) -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) -BuildRequires: perl(YAML::Syck) -BuildRequires: perl(Test::CPAN::Meta::YAML::Version) -BuildRequires: perl(ExtUtils::MakeMaker) -%if %{with_bzr} -BuildRequires: bzr >= 0.91 -%endif -%if %{with_cvs} -BuildRequires: cvs >= 1.11 -%endif -%if %{with_darcs} -BuildRequires: darcs >= 1.0.0 -%endif -%if %{with_git} -BuildRequires: git >= 1.5.0.0 -%endif -%if %{with_mercurial} -BuildRequires: mercurial >= 0.7 -%endif -%if %{with_monotone} -BuildRequires: monotone >= 0.37 -%endif -%if %{with_svk} -BuildRequires: perl-SVK >= 1.0 -%endif -%if %{with_svn} -BuildRequires: subversion >= 1.0.0 -%endif -%if %{with_tla} -BuildRequires: tla >= 1.1.0 -%endif -%if %{with_selinux} -BuildRequires: selinux-policy-devel -%endif - -# For Test::AutoBuild::Stage::ISOBuilder -Requires: /usr/bin/mkisofs -# For Test::AutoBuild::Stage::CreateRepo -Requires: /usr/bin/createrepo -# For Test::AutoBuild::Stage::Apt -Requires: /usr/bin/genbasedir -# For Test::AutoBuild::Publisher::XSLTransform -Requires: /usr/bin/xsltproc -# For Test::AutoBuild::Stage::RSyncStatus -Requires: /usr/bin/rsync - -# Automatic RPM perl deps script misses this -Requires: perl(Class::MethodMaker) - -%if %{with_selinux} -Requires(post): policycoreutils -Requires(postun): policycoreutils -%endif - -%package account -Summary: User account and directory structure for running builder -Group: Development/Tools -Url: http://autobuild.org/ -Requires: perl-%{appname} = %{version}-%{release} -Requires(pre): shadow-utils - -%if %{with_selinux} -Requires(post): policycoreutils -%endif - -%if %{with_bzr} -%package bzr -Summary: Bazaar source repository integration for autobuild engine -Group: Development/Tools -Url: http://autobuild.org/ -Requires: perl-%{appname} = %{version}-%{release} -Requires: bzr >= 0.91 -%endif - -%if %{with_cvs} -%package cvs -Summary: CVS source repository integration for autobuild engine -Group: Development/Tools -Url: http://autobuild.org/ -Requires: perl-%{appname} = %{version}-%{release} -Requires: cvs >= 1.11 -%endif - -%if %{with_darcs} -%package darcs -Summary: Darcs source repository integration for autobuild engine -Group: Development/Tools -Url: http://autobuild.org/ -Requires: perl-%{appname} = %{version}-%{release} -Requires: darcs >= 1.0.0 -%endif - -%if %{with_git} -%package git -Summary: Git source repository integration for autobuild engine -Group: Development/Tools -Url: http://autobuild.org/ -Requires: perl-%{appname} = %{version}-%{release} -Requires: git >= 1.5.0.0 -%endif - -%if %{with_mercurial} -%package mercurial -Summary: Mercurial source repository integration for autobuild engine -Group: Development/Tools -Url: http://autobuild.org/ -Requires: perl-%{appname} = %{version}-%{release} -Requires: mercurial >= 0.7 -%endif - -%if %{with_monotone} -%package monotone -Summary: Monotone source repository integration for autobuild engine -Group: Development/Tools -Url: http://autobuild.org/ -Requires: perl-%{appname} = %{version}-%{release} -Requires: monotone >= 0.37 -%endif - -%if %{with_perforce} -%package perforce -Summary: Perforce source repository integration for autobuild engine -Group: Development/Tools -Url: http://autobuild.org/ -Requires: perl-%{appname} = %{version}-%{release} -Requires: perforce -%endif - -%if %{with_svk} -%package svk -Summary: SVK source repository integration for autobuild engine -Group: Development/Tools -Url: http://autobuild.org/ -Requires: perl-%{appname} = %{version}-%{release} -Requires: perl-SVK >= 1.0 -%endif - -%if %{with_svn} -%package subversion -Summary: Subversion source repository integration for autobuild engine -Group: Development/Tools -Url: http://autobuild.org/ -Requires: perl-%{appname} = %{version}-%{release} -Requires: subversion >= 1.0.0 -%endif - -%if %{with_tla} -%package tla -Summary: GNU Arch source repository integration for autobuild engine -Group: Development/Tools -Url: http://autobuild.org/ -Requires: perl-%{appname} = %{version}-%{release} -Requires: tla >= 1.1.0 -%endif - -%description -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds - -%description account -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds. - -This sub-package creates a 'builder' user account and the directory structure -in /var/lib/builder necessary for running a builder instance using the default -example configuration file. - -%if %{with_bzr} -%description bzr -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds. - -This sub-package provides the module for integrating with the Bazaar -version control system -%endif - -%if %{with_cvs} -%description cvs -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds. - -This sub-package provides the module for integrating with the CVS version -control system -%endif - -%if %{with_darcs} -%description darcs -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds. - -This sub-package provides the module for integrating with the Darcs -version control system -%endif - -%if %{with_git} -%description git -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds. - -This sub-package provides the module for integrating with the Git -version control system -%endif - -%if %{with_mercurial} -%description mercurial -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds. - -This sub-package provides the module for integrating with the Mercurial -version control system -%endif - -%if %{with_monotone} -%description monotone -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds. - -This sub-package provides the module for integrating with the Monotone -version control system -%endif - -%if %{with_perforce} -%description perforce -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds. - -This sub-package provides the module for integrating with the Perforce -version control system. -%endif - -%if %{with_svk} -%description svk -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds. - -This sub-package provides the module for integrating with the SVK version -control system -%endif - -%if %{with_svn} -%description subversion -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds. - -This sub-package provides the module for integrating with the Subversion -version control system -%endif - -%if %{with_tla} -%description tla -Test-AutoBuild is a Perl framework for performing continuous, unattended, -automated software builds. - -This sub-package provides the module for integrating with the GNU Arch -version control system -%endif - -%prep -%setup -q -n %{appname}-%{version} -%patch1 -p1 - -%if %{with_bzr} == 0 -rm -f lib/Test/AutoBuild/Repository/Bazaar.pm -rm -f t/110-Repository-Bzr.t -%endif -%if %{with_cvs} == 0 -rm -f lib/Test/AutoBuild/Repository/CVS.pm -rm -f t/110-Repository-CVS.t -%endif -%if %{with_darcs} == 0 -rm -f lib/Test/AutoBuild/Repository/Darcs.pm -rm -f t/110-Repository-Darcs.t -%endif -%if %{with_git} == 0 -rm -f lib/Test/AutoBuild/Repository/Git.pm -rm -f t/110-Repository-Git.t -%endif -%if %{with_mercurial} == 0 -rm -f lib/Test/AutoBuild/Repository/Mercurial.pm -rm -f t/110-Repository-Mercurial.t -%endif -%if %{with_monotone} == 0 -rm -f lib/Test/AutoBuild/Repository/Monotone.pm -rm -f t/110-Repository-Monotone.t -%endif -%if %{with_perforce} == 0 -rm -f lib/Test/AutoBuild/Repository/Perforce.pm -rm -f t/110-Repository-Perforce.t -%endif -%if %{with_svk} == 0 -rm -f lib/Test/AutoBuild/Repository/SVK.pm -rm -f t/110-Repository-SVK.t -%endif -%if %{with_svn} == 0 -rm -f lib/Test/AutoBuild/Repository/Subversion.pm -rm -f t/110-Repository-Subversion.t -%endif -%if %{with_tla} == 0 -rm -f lib/Test/AutoBuild/Repository/GNUArch.pm -rm -f t/110-Repository-GNUArch.t -%endif - -# Not compliant with latest metayml spec :-( -rm -f t/008-meta.t -rm -f t/005-pod.t -rm -f t/110-Repository-Git.t -rm -f t/110-Repository-Monotone.t - -%build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%__make \ - WITH_SELINUX=%{with_selinux} - -%install -%__rm -rf $RPM_BUILD_ROOT - -%__make install \ - WITH_SELINUX=%{with_selinux} \ - PERL_INSTALL_ROOT=$RPM_BUILD_ROOT \ - INSTALLSYSCONF=%{_sysconfdir} \ - INSTALLSELINUX=%{_datadir}/selinux \ - INSTALLVENDORMAN5DIR=%{_mandir}/man5 -find $RPM_BUILD_ROOT -name perllocal.pod -exec rm -f {} \; -find $RPM_BUILD_ROOT -name .packlist -exec rm -f {} \; -%__cp $RPM_BUILD_ROOT%{_sysconfdir}/auto-build.d/auto-build.conf \ - $RPM_BUILD_ROOT%{_sysconfdir}/auto-build.d/auto-build.conf-example - -# Create various bits wanted for the -account subRPM -$RPM_BUILD_ROOT%{_bindir}/auto-build-make-root \ - $RPM_BUILD_ROOT%{_localstatedir}/lib/builder - -echo "/1 :pserver:anonym...@cvs.gna.org:2401/cvs/testautobuild A" \ - >> $RPM_BUILD_ROOT%{_localstatedir}/lib/builder/.cvspass -%__chmod 0600 $RPM_BUILD_ROOT%{_localstatedir}/lib/builder/.cvspass - -echo "%%_topdir %{_localstatedir}/lib/builder/package-root/rpm" \ - >> $RPM_BUILD_ROOT%{_localstatedir}/lib/builder/.rpmmacros - -%check -%__make test - -%clean -%__rm -rf $RPM_BUILD_ROOT - -%pre account -%__id builder > /dev/null 2>&1 -if [ $? == 0 ]; then - # In case of upgrade from old version, relocate the home dir - usermod -d %{_localstatedir}/lib/builder builder -else -getent group builder >/dev/null || groupadd -r builder -g 28 -getent passwd builder >/dev/null || \ - useradd -r -g builder -d %{_localstatedir}/lib/builder -s /sbin/nologin -u 28 \ - -c "Test-AutoBuild build engine" builder -exit 0 -fi - -%if %{with_selinux} -%post -# Always run, even on upgrade so we reload it -/usr/sbin/semodule -i %{_datadir}/selinux/packages/auto-build/auto-build.pp >/dev/null -fixfiles -R %{name} restore -%endif - -%if %{with_selinux} -%post account -fixfiles -R %{name}-account restore -%endif - -%if %{with_selinux} -%postun -# Unload if last module -if [ $1 -eq 0 ]; then - /usr/sbin/semodule -r autobuild >/dev/null -fi -%endif - -%files -%defattr(-,root,root) -%doc AUTHORS README LICENSE CHANGES UPGRADING -%doc doc/* -%doc examples - -# Man pages -%{_mandir}/man1/* -%{_mandir}/man3/* -%{_mandir}/man5/* - -# Config -%dir %{_sysconfdir}/auto-build.d -%config(noreplace) %{_sysconfdir}/auto-build.d/auto-build.conf-example -%dir %{_sysconfdir}/auto-build.d/engine -%config(noreplace) %{_sysconfdir}/auto-build.d/engine/*.conf -%dir %{_sysconfdir}/auto-build.d/cron -%config(noreplace) %{_sysconfdir}/auto-build.d/cron/*.conf -%dir %{_sysconfdir}/auto-build.d/httpd -%config(noreplace) %{_sysconfdir}/auto-build.d/httpd/*.conf -%dir %{_sysconfdir}/auto-build.d/templates -%config(noreplace) %{_sysconfdir}/auto-build.d/templates/* - -# Scripts & modules -%attr(0755,root,root) %{_bindir}/auto-build -%if %{with_selinux} -%attr(0755,root,root) %{_bindir}/auto-build-secure -%endif -%attr(0755,root,root) %{_bindir}/auto-build-make-root -%attr(0755,root,root) %{_bindir}/auto-build-clean-root -%dir %{perl_vendorlib}/Test -%{perl_vendorlib}/Test/AutoBuild.pm -%dir %{perl_vendorlib}/Test/AutoBuild -%{perl_vendorlib}/Test/AutoBuild/*.pm -%dir %{perl_vendorlib}/Test/AutoBuild/Repository -%{perl_vendorlib}/Test/AutoBuild/Repository/Disk.pm -%dir %{perl_vendorlib}/Test/AutoBuild/Stage -%{perl_vendorlib}/Test/AutoBuild/Stage/*.pm -%dir %{perl_vendorlib}/Test/AutoBuild/Archive -%{perl_vendorlib}/Test/AutoBuild/Archive/*.pm -%dir %{perl_vendorlib}/Test/AutoBuild/ArchiveManager -%{perl_vendorlib}/Test/AutoBuild/ArchiveManager/*.pm -%dir %{perl_vendorlib}/Test/AutoBuild/Counter -%{perl_vendorlib}/Test/AutoBuild/Counter/*.pm -%dir %{perl_vendorlib}/Test/AutoBuild/Monitor -%{perl_vendorlib}/Test/AutoBuild/Monitor/*.pm -%dir %{perl_vendorlib}/Test/AutoBuild/Publisher -%{perl_vendorlib}/Test/AutoBuild/Publisher/*.pm -%dir %{perl_vendorlib}/Test/AutoBuild/Command -%{perl_vendorlib}/Test/AutoBuild/Command/*.pm - -%if %{with_selinux} -# SELinux policy -%{_datadir}/selinux/packages/auto-build/auto-build.pp -%endif - -%if %{with_bzr} -%files bzr -%defattr(-,root,root) -%doc README -%{perl_vendorlib}/Test/AutoBuild/Repository/Bazaar.pm -%endif - -%if %{with_cvs} -%files cvs -%defattr(-,root,root) -%doc README -%{perl_vendorlib}/Test/AutoBuild/Repository/CVS.pm -%endif - -%if %{with_darcs} -%files darcs -%defattr(-,root,root) -%doc README -%{perl_vendorlib}/Test/AutoBuild/Repository/Darcs.pm -%endif - -%if %{with_git} -%files git -%defattr(-,root,root) -%doc README -%{perl_vendorlib}/Test/AutoBuild/Repository/Git.pm -%endif - -%if %{with_mercurial} -%files mercurial -%defattr(-,root,root) -%doc README -%{perl_vendorlib}/Test/AutoBuild/Repository/Mercurial.pm -%endif - -%if %{with_monotone} -%files monotone -%defattr(-,root,root) -%doc README -%{perl_vendorlib}/Test/AutoBuild/Repository/Monotone.pm -%endif - -%if %{with_perforce} -%files perforce -%defattr(-,root,root) -%doc README -%{perl_vendorlib}/Test/AutoBuild/Repository/Perforce.pm -%endif - -%if %{with_svk} -%files svk -%defattr(-,root,root) -%doc README -%{perl_vendorlib}/Test/AutoBuild/Repository/SVK.pm -%endif - -%if %{with_svn} -%files subversion -%defattr(-,root,root) -%doc README -%{perl_vendorlib}/Test/AutoBuild/Repository/Subversion.pm -%endif - -%if %{with_tla} -%files tla -%defattr(-,root,root) -%doc README -%{perl_vendorlib}/Test/AutoBuild/Repository/GNUArch.pm -%endif - -%files account -%defattr(-,root,root) -%doc README -# Builder home -%config(noreplace) %{_sysconfdir}/auto-build.d/auto-build.conf -%dir %attr(-,builder,builder) %{_localstatedir}/lib/builder -%attr(-,builder,builder) %{_localstatedir}/lib/builder/* -%config(noreplace) %attr(-,builder,builder) %{_localstatedir}/lib/builder/.rpmmacros -%config(noreplace) %attr(-,builder,builder) %{_localstatedir}/lib/builder/.cvspass - -%changelog -* Fri Aug 29 2014 Jitka Plesnikova <jples...@redhat.com> - 1.2.4-15 -- Perl 5.20 rebuild - -* Sun Aug 17 2014 Fedora Release Engineering <rel-...@lists.fedoraproject.org> -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.2.4-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.2.4-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Aug 01 2013 Petr Pisar <ppi...@redhat.com> - 1.2.4-11 -- Perl 5.18 rebuild - -* Wed Apr 10 2013 Jon Ciesla <limburg...@gmail.com> - 1.2.4-10 -- Migrate from fedora-usermgmt to guideline scripts. -- Removed three additional tests to allow build to complete. - -* Fri Feb 22 2013 Daniel P. Berrange <berra...@redhat.com> - 1.2.4-9 -- Remove broken (but harmless) test case - -* Thu Feb 14 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.2.4-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Mon Aug 20 2012 Dan Horák <dan[at]danny.cz> - 1.2.4-7 -- darcs requires GHC with ghci - -* Fri Jul 20 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.2.4-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jun 29 2012 Petr Pisar <ppi...@redhat.com> - 1.2.4-5 -- Perl 5.16 rebuild - -* Fri Mar 9 2012 Daniel P. Berrange <berra...@redhat.com> - 1.2.4-4 -- Update test suite for renamed YAML module - -* Wed Mar 7 2012 Daniel P. Berrange <berra...@redhat.com> - 1.2.4-3 -- Remove obsolete dep on yum-arch - -* Fri Jan 13 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.2.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Thu Sep 1 2011 Daniel P. Berrange <berra...@redhat.com> - 1.2.4-1 -- Update to 1.2.4 release - -* Thu Aug 25 2011 Dan Horák <dan[at]danny.cz> - 1.2.3-4 -- some tests expect UTC timezone - -* Wed Aug 24 2011 Dan Horák <dan[at]danny.cz> - 1.2.3-3 -- darcs support is exclusive for %%{ghc_arches} - -* Wed Aug 17 2011 Daniel P. Berrange <berra...@redhat.com> - 1.2.3-2 -- Obsolete disabled sub-RPMs (bz #730276) - -* Tue Aug 9 2011 Daniel P. Berrange <berra...@redhat.com> - 1.2.3-1 -- Add BR for ExtUtils::MakeMaker - -* Mon Aug 8 2011 Daniel P. Berrange <berra...@redhat.com> - 1.2.3-1 -- Update to 1.2.3 release -- Re-enable monotone module - -* Thu Aug 4 2011 Daniel P. Berrange <berra...@redhat.com> - 1.2.2-16 -- Disable GNU Arch & Perforce since they are not in Fedora - -* Thu Jul 21 2011 Petr Sabata <con...@redhat.com> - 1.2.2-15 -- Perl mass rebuild - -* Wed Jul 20 2011 Petr Sabata <con...@redhat.com> - 1.2.2-14 -- Perl mass rebuild - -* Wed Feb 09 2011 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.2.2-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Dec 22 2010 Marcela Maslanova <mmasl...@redhat.com> - 1.2.2-12 -- 661697 rebuild for fixing problems with vendorach/lib - -* Thu Jul 15 2010 Daniel P. Berrange <berra...@redhat.com> - 1.2.2-11 -- Remove monotone module since it doesn't work with current monotone (rhbz #539046) - -* Thu May 06 2010 Marcela Maslanova <mmasl...@redhat.com> - 1.2.2-10 -- Mass rebuild with perl-5.12.0 - -* Sun Jul 26 2009 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.2.2-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Jul 22 2009 Daniel P. Berrange <berra...@redhat.com> - 1.2.2-8 -- Fix BZR repository tests (rhbz #511594) -- Add missing perl(Class::MethodMaker) dep (rhbz #432714) - -* Thu Feb 26 2009 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.2.2-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Thu Oct 2 2008 Daniel P. Berrange <berra...@redhat.com> - 1.2.2-6.fc10 -- Avoid empty debuginfo file (rhbz #465136) - -* Tue Sep 23 2008 Daniel P. Berrange <berra...@redhat.com> - 1.2.2-5.fc10 -- Don't use -A to clear sticky tag when specifying a branch -- Perform 'mtn db migrate' when running monotone test suite -- Drop noarch until ghc comes to ppc/alpha - -* Thu Sep 18 2008 Jens Petersen <peter...@redhat.com> - 1.2.2-4.fc10 -- exclude darcs subpackage on ppc64 and alpha where there is no ghc currently - -* Fri Mar 07 2008 Daniel P. Berrange <berra...@redhat.com> - 1.2.2-3.fc9 -- Fix parsing of GIT output -- Added missing build requires for META.yml test case - -* Thu Mar 06 2008 Tom "spot" Callaway <tcall...@redhat.com> - 1.2.2-2 -Rebuild for new perl - -* Sat Dec 22 2007 Daniel Berrange <berra...@t60wlan.home.berrange.com> - 1.2.2-1.fc9 -- Updated to 1.2.2 packages -- Added git, darcs, monotone, bzr subpackages - -* Mon Dec 10 2007 Daniel P. Berrange <berra...@redhat.com> - 1.2.1-3.fc9 -- Avoid empty %post scripts (rhbz #423041) - -* Mon Dec 10 2007 Daniel P. Berrange <berra...@redhat.com> - 1.2.1-2.fc9 -- Disable subversion dependancy - -* Sat Dec 8 2007 Daniel P. Berrange <berra...@redhat.com> - 1.2.1-1.fc9 -- Updated to new release - -* Thu Sep 14 2006 Daniel Berrange <d...@berrange.com> - 1.2.0-3 -- Added <perlvendorlib>/Test directory to list of owned dirs - -* Sun Sep 10 2006 Daniel Berrange <d...@berrange.com> - 1.2.0-2 -- Use macros for all path prefixes -- Added buildrequires on Test::Pod and Test::Pod::Coverage -- Added docs/ dir to documentation files -- Use macros for all programs used in build/install where available -- Fixed buildroot to comply with Fedora standards -- Make use of fedora-usermgmt package for creating builder account -- Ensure main package owns all directories it creates in /etc/ & perl lib dir - -* Sat Sep 2 2006 Daniel Berrange <d...@berrange.com> - 1.2.0-1 -- Misc fixes to bring closer in line with Fedora Extras guidelines - -* Thu Feb 2 2006 Daniel Berrange <d...@berrange.com> - 1.1.4-1 -- Relocate from /var/builder to /var/lib/builder for FHS compliance - -* Wed Dec 28 2005 Daniel Berrange <d...@berrange.com> - 1.1.3-1 -- Modular RPM packaging for source repository plugins - diff --git a/sources b/sources deleted file mode 100644 index f98db6f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -b91270dc39afa4ea8314ec02be8b6a6f Test-AutoBuild-1.2.4.tar.gz -- cgit v0.10.2 http://pkgs.fedoraproject.org/cgit/perl-Test-AutoBuild.git/commit/?h=f22&id=16393d2230c1242aefcb156d5a7dbdac754c9a04 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel