From 21e39779f8ecc95ca2c60a4deff308b966e5f2d0 Mon Sep 17 00:00:00 2001 From: 19909236985 Date: Sat, 8 Jan 2022 18:04:54 +0800 Subject: [PATCH] 1 --- graphviz.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index a17a750..f46d320 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -13,7 +13,7 @@ Name: graphviz Version: 2.48.0 -Release: 1 +Release: 2 Summary: Graph Visualization Tools License: EPL-1.0 URL: http://www.graphviz.org/ @@ -34,8 +34,6 @@ BuildRequires: php-devel Requires: urw-base35-fonts xorg-x11-fonts-ISO8859-1-100dpi guile glibc Requires(post): glibc Requires(postun): glibc -Provides: %{name}-guile -Obsoletes: %{name}-guile %description Graphviz is open source graph visualization software. Graph visualization is a way of representing structural @@ -225,7 +223,6 @@ php --no-php-ini --define extension_dir=$RPM_BUILD_ROOT%{_libdir}/graphviz/php/ %dir %{_libdir}/graphviz %{_libdir}/*.so.* %{_libdir}/graphviz/*.so.* -%{_libdir}/graphviz/guile/ %dir %{_datadir}/graphviz %{_datadir}/graphviz/ %ghost %{_libdir}/graphviz/config%{pluginsver} @@ -292,6 +289,9 @@ php --no-php-ini --define extension_dir=$RPM_BUILD_ROOT%{_libdir}/graphviz/php/ %{_libdir}/tcl*/* %changelog +* Sat Jun 8 2022 wuchaochao - 2.48.0-2 +- delete redundant Provides and Obsoletes + * Wed Dec 15 2021 wuchaochao - 2.48.0-1 - update version to 2.48.0