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 586000 Details for
Bug 823770
New: Bogus provides/requires perl(Autom4te::...)
[?]
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]
Patch against autoconf/master
autoconf-2.69-bz823770.patch (text/plain), 3.04 KB, created by
Ralf Corsepius
on 2012-05-22 10:48:26 UTC
(
hide
)
Description:
Patch against autoconf/master
Filename:
MIME Type:
Creator:
Ralf Corsepius
Created:
2012-05-22 10:48:26 UTC
Size:
3.04 KB
patch
obsolete
>diff --git a/autoconf.spec b/autoconf.spec >index bd80199..4d6de5d 100644 >--- a/autoconf.spec >+++ b/autoconf.spec >@@ -1,37 +1,38 @@ > Summary: A GNU tool for automatically configuring source code > Name: autoconf > Version: 2.69 >-Release: 1%{?dist} >-License: GPLv2+ and GFDL >+Release: 2%{?dist} >+License: GPLv3+ and GFDL > Group: Development/Tools > Source: http://ftpmirror.gnu.org/autoconf/autoconf-%{version}.tar.xz > URL: http://www.gnu.org/software/autoconf/ > BuildArch: noarch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >+# run "make check" by default >+%bcond_without check >+ > # m4 >= 1.4.6 is required, >= 1.4.14 is recommended: > BuildRequires: m4 >= 1.4.14 > Requires: m4 >= 1.4.14 > BuildRequires: emacs > # the filtering macros are currently in /etc/rpm/macros.perl: >-BuildRequires: perl-devel >= 5.6 >+BuildRequires: perl-macros >+BuildRequires: perl(Data::Dumper) >+ >+%if %{with check} >+# For extended testsuite coverage >+BuildRequires: gcc-gfortran >+BuildRequires: erlang >+%endif >+ > Requires(post): /sbin/install-info > Requires(preun): /sbin/install-info > >-# run "make check" by default >-%{?_without_check: %define _without_check 1} >-%{!?_without_check: %define _without_check 0} >-%if ! %{_without_check} >-BuildRequires: automake >-%endif > >-# filter out bogus perl(Autom4te*) dependencies >-%define _use_internal_dependency_generator 0 >-%{?perl_default_filter: >-%filter_from_provides /^perl(Autom4te::/d >-%filter_from_requires /^perl(Autom4te::/d >-%perl_default_filter >-} >+# filter out bogus perl(Autom4te*) dependencies >+%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Autom4te:: >+%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Autom4te:: > > %description > GNU's Autoconf is a tool for configuring source code and Makefiles. >@@ -59,11 +60,8 @@ make > > %check > # The following test is failing. >-# 199: autotest.at parallel autotest and signal handling >-# In test/autotest.at, under comment "Test PIPE", the exit code written >-# to file "status" is 0. Report mailed to bug-autoconf. >-%if ! %{_without_check} >-make check TESTSUITEFLAGS='-198 200-' >+%if %{with check} >+make check > %endif > > %install >@@ -93,9 +91,20 @@ fi > %dir %{_datadir}/emacs/ > %{_datadir}/emacs/site-lisp/ > %{_mandir}/man1/* >-%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO >+%doc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO > > %changelog >+* Tue May 22 2012 Ralf Corsépius <corsepiu@fedoraproject.org> 2.69-2 >+- Use %%bcond_without for --with/out=check. >+- Add BR: perl(Data::Dumper). >+- Remove BR: automake (Testsuite doesn't need automake). >+- Add BR: gcc-gfortran, erlang (Extend testsuite). >+- Remove TESTSUITEFLAGS (Was referring to autoconf < 2.69). >+- Add rpm-4.9 perl-filters %%__provides_exclude, %%__requires_exclude. >+ Remove rpm-4.8 perl-filters (Address RHBZ 823770). >+- Reflect autoconf being GPLv3'ed. >+- Add BR: perl-macros, Remove BR: perl-devel. >+ > * Tue May 15 2012 Karsten Hopp <karsten@redhat.com> 2.69-1 > - update to 2.69 >
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 823770
: 586000