Update to 0.46 release

This commit is contained in:
Stef Walter 2015-03-26 06:47:57 +01:00
parent b0aacdaef9
commit daccca4b17
2 changed files with 6 additions and 3 deletions

View File

@ -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 <stefw@redhat.com> - 0.46-1
- Update to 0.46 release
* Mon Mar 23 2015 Stef Walter <stefw@redhat.com> - 0.45-1
- Update to 0.45 release

View File

@ -1 +1 @@
0fbc962ae1fccef899917bfe63f6944f cockpit-0.45.tar.bz2
7e50ff21e62a3b487fcd8e7d37a6a16b cockpit-0.46.tar.bz2