Hello community,

here is the log from the commit of package cryptctl for openSUSE:Factory 
checked in at 2017-10-25 17:47:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cryptctl (Old)
 and      /work/SRC/openSUSE:Factory/.cryptctl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cryptctl"

Wed Oct 25 17:47:25 2017 rev:7 rq:536376 version:2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/cryptctl/cryptctl.changes        2017-08-29 
11:47:00.259595900 +0200
+++ /work/SRC/openSUSE:Factory/.cryptctl.new/cryptctl.changes   2017-10-25 
17:47:26.355646249 +0200
@@ -1,0 +2,6 @@
+Mon Oct 23 14:26:02 UTC 2017 - h...@suse.com
+
+- Add previously missing systemd service cryptctl-client.service
+  into RPM content, continue with bsc#1056082.
+
+-------------------------------------------------------------------
@@ -6 +12 @@
-  computers via key server. (fate#322292)
+  computers via key server. (bsc#1056082)

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

Other differences:
------------------
++++++ cryptctl.spec ++++++
--- /var/tmp/diff_new_pack.TvSmWl/_old  2017-10-25 17:47:27.067612833 +0200
+++ /var/tmp/diff_new_pack.TvSmWl/_new  2017-10-25 17:47:27.071612646 +0200
@@ -71,9 +71,10 @@
 # One manual page
 install -D -m 0644 ospackage/man/cryptctl.8.gz 
%{buildroot}/%{_mandir}/man8/cryptctl.8.gz
 
-# Two systemd services
+# Three systemd services
 install -D -m 0644 ospackage/svc/cryptctl-auto-unlock@.service 
%{buildroot}/%{_unitdir}/cryptctl-auto-unlock@.service
 install -D -m 0644 ospackage/svc/cryptctl-server.service 
%{buildroot}/%{_unitdir}/cryptctl-server.service
+install -D -m 0644 ospackage/svc/cryptctl-client.service 
%{buildroot}/%{_unitdir}/cryptctl-client.service
 ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rccryptctl-server
 
 # One udev rule
@@ -84,18 +85,18 @@
 install -d -m 0700 %{buildroot}/%{_sysconfdir}/%{name}/servertls
 
 %pre
-%service_add_pre cryptctl-server.service
+%service_add_pre cryptctl-server.service cryptctl-client.service
 
 %post
-%service_add_post cryptctl-server.service
+%service_add_post cryptctl-server.service cryptctl-client.service
 %fillup_only -n cryptctl-server
 %fillup_only -n cryptctl-client
 
 %preun
-%service_del_preun cryptctl-server.service
+%service_del_preun cryptctl-server.service cryptctl-client.service
 
 %postun
-%service_del_postun cryptctl-server.service
+%service_del_postun cryptctl-server.service cryptctl-client.service
 
 %files
 %defattr(-,root,root)
@@ -107,6 +108,7 @@
 %{_sbindir}/rccryptctl-server
 %{_mandir}/man8/*
 %{_unitdir}/cryptctl-server.service
+%{_unitdir}/cryptctl-client.service
 %{_unitdir}/cryptctl-auto-unlock@.service
 %{_libexecdir}/udev/rules.d/99-cryptctl-auto-unlock.rules
 %doc %{SRCDIR}/LICENSE


Reply via email to