Hello community,

here is the log from the commit of package ccgfs for openSUSE:Factory checked 
in at 2014-09-26 10:51:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ccgfs (Old)
 and      /work/SRC/openSUSE:Factory/.ccgfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ccgfs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ccgfs/ccgfs.changes      2013-10-29 
09:20:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ccgfs.new/ccgfs.changes 2014-09-26 
11:21:16.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Sep 23 15:24:52 UTC 2014 - jeng...@inai.de
+
+- Drop gpg-offline build-time requirement; this is now handled by
+  the local source validator
+- Provide /usr/sbin/rc* symlink for daemon
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ccgfs.spec ++++++
--- /var/tmp/diff_new_pack.S8IotQ/_old  2014-09-26 11:21:17.000000000 +0200
+++ /var/tmp/diff_new_pack.S8IotQ/_new  2014-09-26 11:21:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ccgfs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,26 +25,19 @@
 Url:            http://ccgfs.sf.net/
 
 #Git-Clone:    git://ccgfs.sf.net/gitroot/ccgfs/ccgfs
-Source:         %name-%version.tar.xz
-Source2:        %name-%version.tar.xz.asc
+Source:         http://downloads.sf.net/ccgfs/%name-%version.tar.xz
+Source2:        http://downloads.sf.net/ccgfs/%name-%version.tar.xz.asc
 Source3:        %name.keyring
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  libattr-devel
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 BuildRequires:  pkgconfig >= 0.19
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  xz
 BuildRequires:  pkgconfig(fuse) >= 2.6.5
 BuildRequires:  pkgconfig(libHX) >= 3.12
 BuildRequires:  pkgconfig(libcrypto) >= 0.9.7
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6
-%if 0%{?suse_version} >= 1200
-%define with_systemd 1
-BuildRequires:  systemd >= 37
-%{?systemd_requires}
-%endif
 
 %description
 ccgfs is a transport-agnostic filesystem. Common transport modes are
@@ -54,7 +47,6 @@
 Any transport can be used, e.g. ssh for encryption.
 
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
 %setup -q
 
 %build
@@ -63,43 +55,25 @@
 
 %install
 make install DESTDIR="%buildroot" unitdir="%{?_unitdir}";
-%if 0%{?_unitdir:1}
+ln -s ccgfs-super "%buildroot/%_sbindir/rcccgfs-super"
 # Remove unwanted sysvinit script if system provides systemd support
-rm -Rf "%buildroot/%_initddir"
-%endif
+rm -Rfv "%buildroot/%_initddir"
 
-%if 0%{?_unitdir:1}
 %pre
 %service_add_pre ccgfs-super.service
-%endif
 
-%if 0%{?_unitdir:1}
 %post
 %service_add_post ccgfs-super.service
-%endif
 
 %preun
-%if 0%{?_unitdir:1}
 %service_del_preun ccgfs-super.service
-%else
-%stop_on_removal ccgfs-super
-%endif
 
 %postun
-%if 0%{?_unitdir:1}
 %service_del_postun ccgfs-super.service
-%else
-%restart_on_update ccgfs-super
-%insserv_cleanup
-%endif
 
 %files
 %defattr(-,root,root)
-%if 0%{?_unitdir:1}
 %_unitdir/*.service
-%else
-%_initddir/*
-%endif
 %_sbindir/*
 %doc doc/*.txt
 %doc %_mandir/*/*


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

Reply via email to