Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nilfs-utils for openSUSE:Factory 
checked in at 2021-09-30 23:43:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nilfs-utils (Old)
 and      /work/SRC/openSUSE:Factory/.nilfs-utils.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nilfs-utils"

Thu Sep 30 23:43:40 2021 rev:22 rq:922317 version:2.2.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/nilfs-utils/nilfs-utils.changes  2021-05-11 
23:03:58.997006151 +0200
+++ /work/SRC/openSUSE:Factory/.nilfs-utils.new.2443/nilfs-utils.changes        
2021-09-30 23:44:58.140577486 +0200
@@ -1,0 +2,6 @@
+Wed Sep 29 16:00:23 CEST 2021 - ti...@suse.de
+
+- Move some files to /usr for UsrMerge (bsc#1191083)
+- Use macro for post scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nilfs-utils.spec ++++++
--- /var/tmp/diff_new_pack.UQUDxy/_old  2021-09-30 23:44:58.528577931 +0200
+++ /var/tmp/diff_new_pack.UQUDxy/_new  2021-09-30 23:44:58.532577935 +0200
@@ -19,6 +19,12 @@
 %define libnilfs    libnilfs0
 %define libcleaner  libnilfscleaner0
 %define libgc       libnilfsgc0
+%if 0%{?suse_version} < 1550
+%define root_sbindir   /sbin
+%else
+%define root_sbindir   %{_sbindir}
+%endif
+
 Name:           nilfs-utils
 Version:        2.2.8
 Release:        0
@@ -76,21 +82,23 @@
 %make_build
 
 %install
-make install DESTDIR=%{buildroot} root_sbindir=/sbin root_libdir=/%{_lib}
+make install DESTDIR=%{buildroot} root_sbindir=%{root_sbindir}
 # remove unneeded files
 find %{buildroot} -type f -name "*.la" -delete -print
-chrpath -d %{buildroot}/sbin/*
+chrpath -d %{buildroot}%{root_sbindir}/*
 
-%post -n %{libnilfs}      -p /sbin/ldconfig
-%post -n %{libcleaner}    -p /sbin/ldconfig
-%post -n %{libgc}         -p /sbin/ldconfig
-%postun -n %{libnilfs}    -p /sbin/ldconfig
-%postun -n %{libcleaner}  -p /sbin/ldconfig
-%postun -n %{libgc}       -p /sbin/ldconfig
+%post -n %{libnilfs}      -p %run_ldconfig
+%post -n %{libcleaner}    -p %run_ldconfig
+%post -n %{libgc}         -p %run_ldconfig
+%postun -n %{libnilfs}    -p %run_ldconfig
+%postun -n %{libcleaner}  -p %run_ldconfig
+%postun -n %{libgc}       -p %run_ldconfig
 
 %files
 %config(noreplace) %{_sysconfdir}/nilfs_cleanerd.conf
-/sbin/*
+%if 0%{?suse_version} < 1550
+%{root_sbindir}/*
+%endif
 %{_sbindir}/*
 %{_bindir}/*
 %{_mandir}/man?/*

Reply via email to