diff --git a/cockpit.spec b/cockpit.spec index b2d0dc0..515f76d 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -23,7 +23,7 @@ Name: cockpit %if %{defined gitcommit} Version: %{gitcommit} %else -Version: 0.45 +Version: 0.46 %endif Release: 1%{?dist} Summary: A user interface for Linux servers @@ -221,7 +221,7 @@ find %{buildroot}%{_datadir}/%{name}/kubernetes -type f > kubernetes.list sed -i "s|%{buildroot}||" *.list # Build the package lists for debug package -find %{buildroot}/debug%{_datadir}/%{name} -type f > debug.list +find %{buildroot}/debug%{_datadir}/%{name} -type f -o -type l > debug.list sed -i "s|%{buildroot}/debug||" debug.list # Move the debug files into place mixed in with the other files @@ -392,6 +392,9 @@ fi %endif %changelog +* Thu Mar 26 2015 Stef Walter - 0.46-1 +- Update to 0.46 release + * Mon Mar 23 2015 Stef Walter - 0.45-1 - Update to 0.45 release diff --git a/sources b/sources index 67c3cb9..63e7018 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0fbc962ae1fccef899917bfe63f6944f cockpit-0.45.tar.bz2 +7e50ff21e62a3b487fcd8e7d37a6a16b cockpit-0.46.tar.bz2