Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ccgfs for openSUSE:Factory checked 
in at 2024-06-18 22:52:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ccgfs (Old)
 and      /work/SRC/openSUSE:Factory/.ccgfs.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ccgfs"

Tue Jun 18 22:52:00 2024 rev:16 rq:1181445 version:0.81.g3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ccgfs/ccgfs.changes      2018-10-25 
08:21:12.271942060 +0200
+++ /work/SRC/openSUSE:Factory/.ccgfs.new.19518/ccgfs.changes   2024-06-18 
22:52:52.500623417 +0200
@@ -1,0 +2,5 @@
+Tue Jun 18 09:28:58 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Remove rc* symlinks
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ccgfs.spec ++++++
--- /var/tmp/diff_new_pack.D7cw2E/_old  2024-06-18 22:52:52.968640684 +0200
+++ /var/tmp/diff_new_pack.D7cw2E/_new  2024-06-18 22:52:52.968640684 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ccgfs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,13 +22,11 @@
 Summary:        Transport-agnostic network filesystem
 License:        GPL-3.0-only
 Group:          System/Filesystems
-Url:            http://ccgfs.sf.net/
-
-#Git-Clone:    git://ccgfs.sf.net/gitroot/ccgfs/ccgfs
-#Source:         http://downloads.sf.net/ccgfs/%name-%version.tar.xz
+URL:            https://inai.de/projects/ccgfs/
+#Git-Clone:    https://codeberg.org/jengelh/ccgfs
+#Source:        https://inai.de/files/ccgfs/ccgfs-0.81.tar.xz
 Source:         %name-%version.tar.xz
 Source3:        %name.keyring
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  automake
 BuildRequires:  libattr-devel
 BuildRequires:  pkgconfig >= 0.19
@@ -47,16 +45,15 @@
 Any transport can be used, e.g. ssh for encryption.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 autoreconf -fi
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install unitdir="%{?_unitdir}"
-ln -s ccgfs-super "%buildroot/%_sbindir/rcccgfs-super"
 # Remove unwanted sysvinit script if system provides systemd support
 rm -Rfv "%buildroot/%_initddir"
 
@@ -73,7 +70,6 @@
 %service_del_postun ccgfs-super.service
 
 %files
-%defattr(-,root,root)
 %_unitdir/*.service
 %_sbindir/*
 %doc doc/*.txt

++++++ _service ++++++
--- /var/tmp/diff_new_pack.D7cw2E/_old  2024-06-18 22:52:53.000641864 +0200
+++ /var/tmp/diff_new_pack.D7cw2E/_new  2024-06-18 22:52:53.004642012 +0200
@@ -1,15 +1,15 @@
 <services>
-       <service name="tar_scm" mode="disabled">
+       <service name="tar_scm" mode="manual">
                <param name="scm">git</param>
                <param name="url">git://git.code.sf.net/p/ccgfs/ccgfs</param>
                <param name="revision">master</param>
                <param name="parent-tag">v0.81</param>
                <param name="versionformat">0.81.g@TAG_OFFSET@</param>
        </service>
-       <service name="recompress" mode="disabled">
+       <service name="recompress" mode="manual">
                <param name="file">*.tar</param>
                <param name="compression">xz</param>
        </service>
-       <service name="set_version" mode="disabled"/>
+       <service name="set_version" mode="manual"/>
 </services>
 

Reply via email to