ppisar pushed to pl (master). "Depend on gcc because glibc-headers package will be removed"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jun 15 13:59:32 UTC 2015


From 01f080c345088c6583b6ebedff2a12d0b11f910f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Mon, 15 Jun 2015 12:55:36 +0200
Subject: Depend on gcc because glibc-headers package will be removed


diff --git a/pl.spec b/pl.spec
index 4aa0cf6..7fc9502 100644
--- a/pl.spec
+++ b/pl.spec
@@ -78,7 +78,6 @@ Patch5:     %{name}-6.6.0-xpce-Inhibit-compiler-warning-on-sscanf-without-argume
 BuildRequires:  coreutils
 BuildRequires:  findutils
 BuildRequires:  gcc
-BuildRequires:  glibc-headers
 BuildRequires:  make
 BuildRequires:  sed
 # Base
@@ -136,7 +135,9 @@ source-level debugger) is included.
 Summary: Development files for SWI Prolog
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
-Requires: readline-devel, pkgconfig
+Requires: gcc
+Requires: pkgconfig
+Requires: readline-devel
 
 %description devel
 Development files for SWI Prolog.
@@ -407,6 +408,7 @@ find packages/jpl/examples -name ".cvsignore" | xargs rm -f
 %changelog
 * Mon Jun 15 2015 Petr Pisar <ppisar at redhat.com> - 7.2.1-1
 - 7.2.1 bump
+- Depend on gcc because glibc-headers package will be removed (bug #1230490)
 
 * Fri Jun 05 2015 Petr Pisar <ppisar at redhat.com> - 7.2.0-1
 - 7.2.0 bump
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pl.git/commit/?h=master&id=01f080c345088c6583b6ebedff2a12d0b11f910f


More information about the scm-commits mailing list