Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tracker-miners for openSUSE:Factory 
checked in at 2024-01-04 15:57:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tracker-miners (Old)
 and      /work/SRC/openSUSE:Factory/.tracker-miners.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tracker-miners"

Thu Jan  4 15:57:13 2024 rev:54 rq:1136405 version:3.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/tracker-miners/tracker-miners.changes    
2023-11-29 21:19:30.230456707 +0100
+++ /work/SRC/openSUSE:Factory/.tracker-miners.new.28375/tracker-miners.changes 
2024-01-04 15:59:07.644310584 +0100
@@ -1,0 +2,5 @@
+Thu Dec 28 01:45:05 UTC 2023 - Yifan Jiang <yfji...@suse.com>
+
+- Rebase tracker-miners-drop-syscalls-in-seccomp.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tracker-miners.spec ++++++
--- /var/tmp/diff_new_pack.PXy4Rg/_old  2024-01-04 15:59:08.152329143 +0100
+++ /var/tmp/diff_new_pack.PXy4Rg/_new  2024-01-04 15:59:08.156329289 +0100
@@ -102,7 +102,7 @@
 
 # SLE and Leap only patches start at 1000
 %if 0%{?sle_version}
-%patch -P 1000 -p2
+%patch -P 1000 -p1
 %endif
 
 %build

++++++ tracker-miners-drop-syscalls-in-seccomp.patch ++++++
--- /var/tmp/diff_new_pack.PXy4Rg/_old  2024-01-04 15:59:08.188330458 +0100
+++ /var/tmp/diff_new_pack.PXy4Rg/_new  2024-01-04 15:59:08.192330604 +0100
@@ -1,17 +1,17 @@
-Index: 
tracker-miners/tracker-miners-3.5.2/src/libtracker-miners-common/tracker-seccomp.c
+Index: tracker-miners-3.6.2/src/libtracker-miners-common/tracker-seccomp.c
 ===================================================================
---- 
tracker-miners.orig/tracker-miners-3.5.2/src/libtracker-miners-common/tracker-seccomp.c
-+++ 
tracker-miners/tracker-miners-3.5.2/src/libtracker-miners-common/tracker-seccomp.c
-@@ -149,8 +149,6 @@ tracker_seccomp_init (void)
-       ALLOW_RULE (lstat64);
-       ALLOW_RULE (statx);
+--- tracker-miners-3.6.2.orig/src/libtracker-miners-common/tracker-seccomp.c
++++ tracker-miners-3.6.2/src/libtracker-miners-common/tracker-seccomp.c
+@@ -173,8 +173,6 @@ tracker_seccomp_init (void)
+       ALLOW_RULE (fstatfs);
+       ALLOW_RULE (fstatfs64);
        ALLOW_RULE (access);
 -      ALLOW_RULE (faccessat);
 -      ALLOW_RULE (faccessat2);
        ALLOW_RULE (getdents);
        ALLOW_RULE (getdents64);
        ALLOW_RULE (getcwd);
-@@ -163,9 +161,7 @@ tracker_seccomp_init (void)
+@@ -188,9 +186,7 @@ tracker_seccomp_init (void)
        ERROR_RULE (fchown, EPERM);
        /* Processes and threads */
        ALLOW_RULE (clone);
@@ -21,7 +21,7 @@
        ALLOW_RULE (set_robust_list);
        ALLOW_RULE (rseq);
        ALLOW_RULE (rt_sigaction);
-@@ -175,14 +171,12 @@ tracker_seccomp_init (void)
+@@ -200,7 +196,6 @@ tracker_seccomp_init (void)
        ALLOW_RULE (sched_setattr);
        ALLOW_RULE (nanosleep);
        ALLOW_RULE (clock_nanosleep);
@@ -29,6 +29,7 @@
        ALLOW_RULE (waitid);
        ALLOW_RULE (waitpid);
        ALLOW_RULE (wait4);
+@@ -208,7 +203,6 @@ tracker_seccomp_init (void)
        /* Main loops */
        ALLOW_RULE (poll);
        ALLOW_RULE (ppoll);
@@ -36,12 +37,12 @@
        ALLOW_RULE (fcntl);
        ALLOW_RULE (fcntl64);
        ALLOW_RULE (eventfd);
-@@ -198,7 +192,6 @@ tracker_seccomp_init (void)
+@@ -224,7 +218,6 @@ tracker_seccomp_init (void)
        ALLOW_RULE (prctl);
        ALLOW_RULE (getrandom);
        ALLOW_RULE (clock_gettime);
 -      ALLOW_RULE (clock_gettime64);
        ALLOW_RULE (clock_getres);
        ALLOW_RULE (gettimeofday);
-       /* Descriptors */
+       ALLOW_RULE (timerfd_create);
 

Reply via email to