Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package distribution for openSUSE:Factory 
checked in at 2026-01-17 14:52:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/distribution (Old)
 and      /work/SRC/openSUSE:Factory/.distribution.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "distribution"

Sat Jan 17 14:52:58 2026 rev:9 rq:1327469 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/distribution/distribution.changes        
2025-07-01 11:35:36.880940991 +0200
+++ /work/SRC/openSUSE:Factory/.distribution.new.1928/distribution.changes      
2026-01-17 14:53:41.488526144 +0100
@@ -1,0 +2,7 @@
+Tue Jan 13 16:39:31 UTC 2026 - Valentin Lefebvre <[email protected]>
+
+- Move config files in systemd tmpfiles dir for immutable mode
+  (jsc#PED-14747)
+  * Add distribution-registry.tmpfiles
+
+-------------------------------------------------------------------

New:
----
  distribution-registry.tmpfiles

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

Other differences:
------------------
++++++ distribution.spec ++++++
--- /var/tmp/diff_new_pack.LwBW9b/_old  2026-01-17 14:53:42.248557829 +0100
+++ /var/tmp/diff_new_pack.LwBW9b/_new  2026-01-17 14:53:42.252557995 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package distribution
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
 Source0:        distribution-%{version}.tar.zst
 Source1:        registry-configuration.yml
 Source2:        registry.service
+Source3:        %{name}-registry.tmpfiles
 Source4:        README-registry.SUSE
 Source10:       system-user-registry.conf
 BuildRequires:  golang-packaging
@@ -94,11 +95,18 @@
 install -D  -m 0644  %{SOURCE2} %{buildroot}%{_unitdir}/registry.service
 ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rcregistry
 
+#
+# systemd tmpfiles for transactional-update
+#
+mkdir -p %{buildroot}%{_tmpfilesdir}
+install -m 0644 %{SOURCE3} %{buildroot}%{_tmpfilesdir}/%{name}-registry.conf
+
 %pre registry -f registry.pre
 %service_add_pre registry.service
 
 %post registry
 %service_add_post registry.service
+%tmpfiles_create %{name}-registry.conf
 
 %preun registry
 %service_del_preun registry.service
@@ -117,5 +125,5 @@
 %{_sysusersdir}/system-user-registry.conf
 %config %{_sysconfdir}/registry
 %config(noreplace) %{_sysconfdir}/registry/config.yml
-%attr(-,registry,registry) %{_localstatedir}/lib/docker-registry
+%{_tmpfilesdir}/%{name}-registry.conf
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.LwBW9b/_old  2026-01-17 14:53:42.352562164 +0100
+++ /var/tmp/diff_new_pack.LwBW9b/_new  2026-01-17 14:53:42.376563165 +0100
@@ -1,8 +1,5 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/distribution/distribution.git</param>
-              <param 
name="changesrevision">b5ca020cfbe998e5af3457fda087444cf5116496</param></service><service
 name="tar_scm">
-                <param 
name="url">https://github.com/docker/distribution.git</param>
-              <param 
name="changesrevision">9ed95e7365224025ee89365e12cf128e1f1bf965</param></service></servicedata>
-(No newline at EOF)
+              <param 
name="changesrevision">b5ca020cfbe998e5af3457fda087444cf5116496</param></service></servicedata>
 

++++++ distribution-registry.tmpfiles ++++++
d /var/lib/docker-registry 0755 registry registry -

Reply via email to