diff --git a/data/Makefile b/data/Makefile index b33fd12bed..adbcc080cf 100644 --- a/data/Makefile +++ b/data/Makefile @@ -87,6 +87,8 @@ endif ifeq ($(shell test $(RHEL) -ge 7 -o $(FEDORA) -ge 18 && echo "newerror"), newerror) sed -i -e "s|gtk-dialog-error|dialog-error|g" \ $(RHNSHARE_DIR)/up2date_client/rh_register.glade + sed -i -e "s|gtk-dialog-info|dialog-information|g" \ + $(RHNSHARE_DIR)/up2date_client/rh_register.glade endif # this is lame and should be dealt with in the code diff --git a/rhn-client-tools.spec b/rhn-client-tools.spec index c167efd5c6..365ad8aa4f 100644 --- a/rhn-client-tools.spec +++ b/rhn-client-tools.spec @@ -5,7 +5,7 @@ Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar. URL: https://fedorahosted.org/spacewalk Name: rhn-client-tools Version: 2.0.2 -Release: 3%{?dist} +Release: 4%{?dist} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch %if 0%{?suse_version} @@ -361,6 +361,9 @@ make -f Makefile.rhn-client-tools test %endif %changelog +* Mon Feb 03 2014 Milan Zazrivec 2.0.2-4 +- Resolves: #1060240 - new information icon in gnome3 + * Thu Dec 12 2013 Milan Zazrivec 2.0.2-3 - Resolves: #1040527 - change registration icon name