diff --git a/fluxbox.spec b/fluxbox.spec index b4dca91..0220c20 100644 --- a/fluxbox.spec +++ b/fluxbox.spec @@ -1,6 +1,6 @@ Name: fluxbox Version: 1.1.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Window Manager based on Blackbox @@ -32,6 +32,10 @@ BuildRequires: libtool Requires: pyxdg Requires: artwiz-aleczapka-fonts +# provide clean upgrade path from old fluxconf tool (#662836) +Provides: fluxconf = 0.9.9-9 +Obsoletes: fluxconf < 0.9.9-9 + %description Fluxbox is yet another windowmanager for X. It's based on the Blackbox 0.61.1 @@ -104,6 +108,10 @@ rm -rf $RPM_BUILD_ROOT %{_sysconfdir}/fluxbox-pulseaudio %changelog +* Tue Dec 14 2010 Andreas Bierfert +- 1.1.1-7 +- obsolete fluxconf (#662836) + * Wed Dec 08 2010 Andreas Bierfert - 1.1.1-6 - add -lfontconfig (#660981)