Hello community,

here is the log from the commit of package dropbear for openSUSE:Factory 
checked in at 2012-07-10 13:41:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dropbear (Old)
 and      /work/SRC/openSUSE:Factory/.dropbear.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dropbear", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/dropbear/dropbear.changes        2012-07-09 
07:56:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dropbear.new/dropbear.changes   2012-07-10 
13:41:21.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jul  9 20:11:26 UTC 2012 - thard...@suse.com
+
+- fixed typo in service file
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dropbear.spec ++++++
--- /var/tmp/diff_new_pack.KpzJbq/_old  2012-07-10 13:41:23.000000000 +0200
+++ /var/tmp/diff_new_pack.KpzJbq/_new  2012-07-10 13:41:23.000000000 +0200
@@ -52,14 +52,14 @@
 
 %install
 make install DESTDIR=%{buildroot}
-install -d %{buildroot}%{_sysconfdir}/dropbear
+install -d %{buildroot}%{_sysconfdir}/%{name}
 install -D -m 0644 %{SOURCE3} 
"%{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.%{name}"
 install -D -m0755 %{SOURCE4} "%{buildroot}%{_initrddir}/%{name}"
 ln -sf ../../%{_initrddir}/%{name} "%{buildroot}%{_sbindir}/rc%{name}"
 %if 0%{?suse_version} >= 1210
        # systemd unit files
        install -d %{buildroot}%{_unitdir}
-       install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/dropbear.service
+       install -m 0644 %{SOURCE1} %{buildroot}%{_unitdir}/%{name}.service
        install -m 0644 %{SOURCE2} 
%{buildroot}%{_unitdir}/dropbear-keygen.service
 %endif
 install -d "%{buildroot}%{_mandir}/man1/"
@@ -81,8 +81,8 @@
 %if 0%{?suse_version} >= 1210
        if [ $1 -eq 0 ] ; then
                # Package removal, not upgrade
-               /bin/systemctl --no-reload disable dropbear.service > /dev/null 
2>&1 || :
-               /bin/systemctl stop dropbear.service > /dev/null 2>&1 || :
+               /bin/systemctl --no-reload disable %{name}.service > /dev/null 
2>&1 || :
+               /bin/systemctl stop %{name}.service > /dev/null 2>&1 || :
        fi
 %endif
 %stop_on_removal %{name}
@@ -92,7 +92,7 @@
        /bin/systemctl daemon-reload >/dev/null 2>&1 || :
        if [ $1 -ge 1 ] ; then
                # Package upgrade, not uninstall
-               /bin/systemctl try-restart dropbear.service >/dev/null 2>&1 || :
+               /bin/systemctl try-restart %{name}.service >/dev/null 2>&1 || :
        fi
 %endif
 %restart_on_update %{name}
@@ -107,10 +107,10 @@
 %{_sbindir}/rcdropbear
 %{_initrddir}/%{name}
 %if 0%{?suse_version} >= 1210
-       %{_unitdir}/dropbear.service
+       %{_unitdir}/%{name}.service
        %{_unitdir}/dropbear-keygen.service
 %endif
-%dir %{_sysconfdir}/dropbear
+%dir %{_sysconfdir}/%{name}
 %{_localstatedir}/adm/fillup-templates/sysconfig.%{name}
 %{_mandir}/man1/dbclient.1.gz
 %{_mandir}/man8/dropbear.8.gz

++++++ dropbear-keygen.service ++++++
--- /var/tmp/diff_new_pack.KpzJbq/_old  2012-07-10 13:41:23.000000000 +0200
+++ /var/tmp/diff_new_pack.KpzJbq/_new  2012-07-10 13:41:23.000000000 +0200
@@ -1,5 +1,5 @@
 [Unit]
-Description=Dropbear SSH Key Generatior
+Description=Dropbear SSH Key Generator
 Before=dropbear.service
 ConditionPathExists=!/etc/dropbear/dropbear_rsa_host_key
 ConditionPathExists=!/etc/dropbear/dropbear_dss_host_key

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to