Accepting request 328330 from home:scarabeus_iv:branches:devel:tools:compiler

- Set the installinfo in preun rather than postun to avoid ugly
  warning about file not being present.
- Remove the Obsolete for old ppc64 support that won't get triggered

OBS-URL: https://build.opensuse.org/request/show/328330
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/bison?expand=0&rev=44
This commit is contained in:
Ismail Dönmez 2015-09-01 18:07:59 +00:00 committed by Git OBS Bridge
parent e8a876eb45
commit 8660cc3c30
2 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 1 14:24:58 UTC 2015 - tchvatal@suse.com
- Set the installinfo in preun rather than postun to avoid ugly
warning about file not being present.
- Remove the Obsolete for old ppc64 support that won't get triggered
-------------------------------------------------------------------
Fri Feb 20 21:14:39 UTC 2015 - mpluskal@suse.com

View File

@ -31,13 +31,10 @@ BuildRequires: flex
BuildRequires: gcc-c++
BuildRequires: xz
Requires: m4
Requires(pre): %{install_info_prereq}
Requires(post): %{install_info_prereq}
Requires(preun): %{install_info_prereq}
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# bug437293
%ifarch ppc64
Obsoletes: bison-64bit
%endif
%description
Bison is a parser generator similar to yacc(1).
@ -82,7 +79,7 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
%post
%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%postun
%preun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
%changelog