2 commits - client/rhel rel-eng/packages

Miroslav Suchý msuchy at fedoraproject.org
Fri Jun 15 21:14:45 UTC 2012


 client/rhel/rhn-client-tools/data/Makefile         |    5 +++++
 client/rhel/rhn-client-tools/rhn-client-tools.spec |    5 ++++-
 rel-eng/packages/rhn-client-tools                  |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 35848508ba700451c5fc79454a9c49a35f58f2f8
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Fri Jun 15 23:14:31 2012 +0200

    Automatic commit of package [rhn-client-tools] release [1.8.6-1].

diff --git a/client/rhel/rhn-client-tools/rhn-client-tools.spec b/client/rhel/rhn-client-tools/rhn-client-tools.spec
index 5757b03..41ebf16 100644
--- a/client/rhel/rhn-client-tools/rhn-client-tools.spec
+++ b/client/rhel/rhn-client-tools/rhn-client-tools.spec
@@ -4,7 +4,7 @@ Group: System Environment/Base
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
 URL:     https://fedorahosted.org/spacewalk
 Name: rhn-client-tools
-Version: 1.8.5
+Version: 1.8.6
 Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -339,6 +339,9 @@ make -f Makefile.rhn-client-tools test
 %endif
 
 %changelog
+* Fri Jun 15 2012 Miroslav Suchý <msuchy at redhat.com> 1.8.6-1
+- on Debian use Debian logo
+
 * Fri Jun 15 2012 Miroslav Suchý 1.8.5-1
 - fix files header, filese are not released under GPLv2+ but only GPLv2
 - fix files headers. our code is under gplv2 license
diff --git a/rel-eng/packages/rhn-client-tools b/rel-eng/packages/rhn-client-tools
index 235e005..87782ee 100644
--- a/rel-eng/packages/rhn-client-tools
+++ b/rel-eng/packages/rhn-client-tools
@@ -1 +1 @@
-1.8.5-1 client/rhel/rhn-client-tools/
+1.8.6-1 client/rhel/rhn-client-tools/


commit 5f3275980f5905273ad7489ff4e012b9984029ce
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Fri Jun 15 23:14:24 2012 +0200

    on Debian use Debian logo

diff --git a/client/rhel/rhn-client-tools/data/Makefile b/client/rhel/rhn-client-tools/data/Makefile
index bbbbc6f..f04bc2b 100644
--- a/client/rhel/rhn-client-tools/data/Makefile
+++ b/client/rhel/rhn-client-tools/data/Makefile
@@ -25,6 +25,11 @@ INSTALL         = install -p --verbose
 INSTALL_DIR     = $(INSTALL) -m 755 -d 
 INSTALL_DATA    = $(INSTALL) -m 644 
 
+# DEBIAN
+ifeq ($(shell test -f /usr/share/pixmaps/debian-logo.png && echo "exists" ), exists)
+LOGO = /usr/share/pixmaps/debian-logo.png
+endif
+
 # Fedora
 ifeq ($(shell test -f /usr/share/icons/hicolor/48x48/apps/fedora-logo-icon.png && echo "exists" ), exists)
 LOGO = /usr/share/icons/hicolor/48x48/apps/fedora-logo-icon.png




More information about the spacewalk-commits mailing list