Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netcfg for openSUSE:Factory checked 
in at 2026-06-11 17:25:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcfg (Old)
 and      /work/SRC/openSUSE:Factory/.netcfg.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcfg"

Thu Jun 11 17:25:08 2026 rev:54 rq:1358156 version:11.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/netcfg/netcfg.changes    2024-01-08 
23:44:17.220184379 +0100
+++ /work/SRC/openSUSE:Factory/.netcfg.new.1981/netcfg.changes  2026-06-11 
17:25:10.096799632 +0200
@@ -1,0 +2,17 @@
+Tue Jun  9 09:25:55 UTC 2026 - Ana Guerrero <[email protected]>
+
+- Patch services file in %prep instead of in %install
+- Spec cleanup
+
+-------------------------------------------------------------------
+Wed Jun  3 10:16:18 UTC 2026 - Ana Guerrero <[email protected]>
+
+- Add missing %verify(not mode) (boo#1263098) 
+
+-------------------------------------------------------------------
+Tue May 27 09:34:12 UTC 2025 - Stefan Seyfried <[email protected]>
+
+- services: remove invalid SIEVE entry, again (was fixed and
+  broken again in 2013 already) boo#1243708, boo#822653
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ netcfg.spec ++++++
--- /var/tmp/diff_new_pack.eGAaAP/_old  2026-06-11 17:25:11.900875323 +0200
+++ /var/tmp/diff_new_pack.eGAaAP/_new  2026-06-11 17:25:11.904875491 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netcfg
 #
-# Copyright (c) 2024 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
@@ -39,7 +39,6 @@
 Patch0:         services-suse.diff
 BuildRequires:  libnss_usrfiles2
 Requires:       libnss_usrfiles2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -50,6 +49,9 @@
 must be installed for all network programs.
 
 %prep
+cp %{SOURCE11} .
+bunzip2 services.bz2
+%patch -P 0
 
 %build
 cp %{SOURCE16} .
@@ -60,12 +62,11 @@
   install $RPM_SOURCE_DIR/$i %{buildroot}/%{_sysconfdir}
 done
 mkdir -p %{buildroot}%{_prefix}%{_sysconfdir}
-for i in networks protocols services.bz2; do
+for i in networks protocols; do
   install $RPM_SOURCE_DIR/$i %{buildroot}%{_prefix}%{_sysconfdir}
 done
-bunzip2 %{buildroot}%{_prefix}%{_sysconfdir}/services.bz2
-patch -p0 %{buildroot}%{_prefix}%{_sysconfdir}/services < 
$RPM_SOURCE_DIR/services-suse.diff
-rm -f %{buildroot}%{_prefix}%{_sysconfdir}/services.orig
+# Copy patched services
+install services %{buildroot}%{_prefix}%{_sysconfdir}
 
 install -d -m 0755 %{buildroot}/%{_sysconfdir}/exports.d
 
@@ -73,7 +74,7 @@
 %defattr(644,root,root,755)
 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hostname
 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/aliases
-%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/exports
+%verify(not md5 size mtime mode) %config(noreplace) %{_sysconfdir}/exports
 %config(noreplace) %{_sysconfdir}/host.conf
 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hosts
 %{_prefix}%{_sysconfdir}/networks


++++++ services-suse.diff ++++++
--- /var/tmp/diff_new_pack.eGAaAP/_old  2026-06-11 17:25:12.104883882 +0200
+++ /var/tmp/diff_new_pack.eGAaAP/_new  2026-06-11 17:25:12.108884050 +0200
@@ -1,5 +1,5 @@
---- ./services 2019/04/26 12:53:51     1.1
-+++ ./services 2019/04/26 13:01:49
+--- services   2019-04-17 09:31:02.000000000 +0200
++++ services   2025-05-27 11:33:07.544845095 +0200
 @@ -1,4 +1,16 @@
  #
 +# Network services, Internet style
@@ -47,17 +47,7 @@
  smpnameres         901/tcp      # SMPNAMERES  [Leif_Ekblad]
  smpnameres         901/udp      # SMPNAMERES  [Leif_Ekblad]
  ideafarm-door      902/tcp      # self documenting Telnet Door 
-@@ -3515,6 +3528,9 @@
- x25-svc-port       1998/udp     # cisco X.25 service (XOT) 
- tcp-id-port        1999/tcp     # cisco identification port 
- tcp-id-port        1999/udp     # cisco identification port 
-+# Port 2000 is illegal used by sieve
-+sieve              2000/tcp   # Cyrus SIEVE
-+sieve              2000/udp   # Cyrus SIEVE
- cisco-sccp         2000/tcp     # Cisco SCCP  [Dan_Wing]
- cisco-sccp         2000/udp     # Cisco SCCp  [Dan_Wing]
- dc                 2001/tcp     
-@@ -3614,8 +3630,8 @@
+@@ -3614,8 +3627,8 @@
  dls                2047/udp     
  dls-monitor        2048/tcp     
  dls-monitor        2048/udp     
@@ -68,7 +58,7 @@
  nfs                2049/tcp     # Network File System - Sun Microsystems  
[Brent_Callaghan]
  nfs                2049/udp     # Network File System - Sun Microsystems  
[Brent_Callaghan]
  nfs                2049/sctp    # Network File System  [RFC5665]
-@@ -6114,8 +6130,8 @@
+@@ -6114,8 +6127,8 @@
  sysopt             3281/udp     # SYSOPT  [Tony_Hoffman]
  datusorb           3282/tcp     # Datusorb  [Thomas_Martin]
  datusorb           3282/udp     # Datusorb  [Thomas_Martin]
@@ -79,7 +69,7 @@
  4talk              3284/tcp     # 4Talk  [Tony_Bushnell]
  4talk              3284/udp     # 4Talk  [Tony_Bushnell]
  plato              3285/tcp     # Plato  [Jim_Battin]
-@@ -6887,8 +6903,8 @@
+@@ -6887,8 +6900,8 @@
  roverlog           3677/udp     # RoverLog IPC  [Tom_Mayo]
  ipr-dglt           3678/tcp     # DataGuardianLT  [Bruce_Carlson]
  ipr-dglt           3678/udp     # DataGuardianLT  [Bruce_Carlson]
@@ -90,7 +80,7 @@
  npds-tracker       3680/tcp     # NPDS Tracker  [Paul_Guyot]
  npds-tracker       3680/udp     # NPDS Tracker  [Paul_Guyot]
  bts-x73            3681/tcp     # BTS X73 Port  [Todd_Cooper]
-@@ -9154,6 +9170,7 @@
+@@ -9154,6 +9167,7 @@
  #                  5474/tcp     Reserved 
  apsolab-data       5475/tcp     # The Apsolab company's data retrieval 
protocol  [Apsolab_Inc] [Jean-Francois_Gauthier]
  #                  5475/udp     Reserved 
@@ -98,7 +88,7 @@
  fcp-addr-srvr1     5500/tcp     # fcp-addr-srvr1  [Ken_Wittmer]
  fcp-addr-srvr1     5500/udp     # fcp-addr-srvr1  [Ken_Wittmer]
  fcp-addr-srvr2     5501/tcp     # fcp-addr-srvr2  [Ken_Wittmer]
-@@ -9176,6 +9193,7 @@
+@@ -9176,6 +9190,7 @@
  sgi-eventmond      5553/udp     # SGI Eventmond Port  [Andrei_Vilkotski]
  sgi-esphttp        5554/tcp     # SGI ESP HTTP  [Vladimir_Legalov]
  sgi-esphttp        5554/udp     # SGI ESP HTTP  [Vladimir_Legalov]
@@ -106,7 +96,7 @@
  personal-agent     5555/tcp     # Personal Agent  [Jackie_Wu]
  personal-agent     5555/udp     # Personal Agent  [Jackie_Wu]
  freeciv            5556/tcp     # Freeciv gameplay  [Reinier_Post_and_Pau]
-@@ -9418,8 +9436,8 @@
+@@ -9418,8 +9433,8 @@
  #                  5868/udp     Reserved 
  diameters          5868/sctp    # Diameter over DTLS/SCTP  [IESG] 
[IETF_Chair] [RFC6733]
  jute               5883/tcp     # Javascript Unit Test Environment  
[Mark_Ethan_Trostler]
@@ -117,7 +107,7 @@
  cm                 5910/tcp     # Context Management  [Eivan_Cerasi]
  cm                 5910/udp     # Context Management  [Eivan_Cerasi]
  cm                 5910/sctp    # Context Management  [Justin_Yu]
-@@ -11691,7 +11709,12 @@
+@@ -11691,7 +11706,12 @@
  hde-lcesrvr-2      14937/udp    # hde-lcesrvr-2  [Horizon_Digital_Ente]
  hydap              15000/tcp    # Hypack Data Aquisition (updated 2011-10-27) 
[HYPACK_Inc] [Mircea_Neacsu]
  hydap              15000/udp    # Hypack Data Aquisition (updated 2011-10-27) 
[HYPACK_Inc] [Mircea_Neacsu]
@@ -131,7 +121,7 @@
  #                  15002/udp    Reserved 
  #                  15118/tcp    Reserved 
  v2g-secc           15118/udp    # v2g Supply Equipment Communication 
Controller Discovery Protocol  [Holger_Lochner]
-@@ -11966,6 +11989,13 @@
+@@ -11966,6 +11986,13 @@
  #                  22128/udp    Reserved 
  easyengine         22222/tcp    # EasyEngine is CLI tool to manage WordPress 
Sites on Nginx server  [rtCamp_Solutions_Private_Limited] [Rahul_Bansal]
  #                  22222/udp    Reserved 
@@ -145,7 +135,7 @@
  wnn6               22273/tcp    # wnn6  [Yasunari_Gon_Yamasit]
  wnn6               22273/udp    # wnn6  [Yasunari_Gon_Yamasit]
  cis                22305/tcp    # CompactIS Tunnel  [Justin_Paupore]
-@@ -12531,3 +12561,15 @@
+@@ -12531,3 +12558,15 @@
  nusdp-disc         49001/udp    # Nuance Unity Service Discovery Protocol  
[Nuance_Communications_Inc3] [Andrew_Andrews]
  inspider           49150/tcp    # InSpider System  [AnRobot] [Zhang_Xinnan]
  #                  49150/udp    Reserved 

Reply via email to