jcapik pushed to bash (f22). "- force refreshing generated files, fixes build on s390"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Jun 15 16:16:24 UTC 2015


From 658e3025470e26ea1f32e22e40f5caabf60b80af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dan=20Hor=C3=A1k?= <dan at danny.cz>
Date: Wed, 8 Oct 2014 14:18:12 +0200
Subject: - force refreshing generated files, fixes build on s390


diff --git a/bash.spec b/bash.spec
index aea8538..eec7c1d 100644
--- a/bash.spec
+++ b/bash.spec
@@ -7,7 +7,7 @@
 Version: %{baseversion}%{patchleveltag}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: System Environment/Shells
 License: GPLv3+
 Url: http://www.gnu.org/software/bash
@@ -208,6 +208,9 @@ This package contains documentation files for %{name}.
 echo %{version} > _distribution
 echo %{release} > _patchlevel
 
+# force refreshing the generated files
+rm y.tab.*
+
 %build
 autoconf
 %configure --with-bash-malloc=no --with-afs
@@ -399,7 +402,10 @@ end
 %doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
-* Thu Oct 06 2014 Ondrej Oprala <ooprala at redhat.com> - 4.3.30-1
+* Wed Oct 08 2014 Dan HorĂ¡k <dan[at]danny.cz> - 4.3.30-2
+- force refreshing generated files, fixes build on s390
+
+* Mon Oct 06 2014 Ondrej Oprala <ooprala at redhat.com> - 4.3.30-1
 - Patchlevel 30
 
 * Mon Oct 06 2014  Ondrej Oprala <ooprala at redhat.com> - 4.3.28-1
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/bash.git/commit/?h=f22&id=658e3025470e26ea1f32e22e40f5caabf60b80af


More information about the scm-commits mailing list