<86>Jul  6 07:46:39 userdel[2844564]: delete user 'rooter'
<86>Jul  6 07:46:39 userdel[2844564]: removed group 'rooter' owned by 'rooter'
<86>Jul  6 07:46:39 userdel[2844564]: removed shadow group 'rooter' owned by 'rooter'
<86>Jul  6 07:46:39 groupadd[2844582]: group added to /etc/group: name=rooter, GID=1802
<86>Jul  6 07:46:39 groupadd[2844582]: group added to /etc/gshadow: name=rooter
<86>Jul  6 07:46:39 groupadd[2844582]: new group: name=rooter, GID=1802
<86>Jul  6 07:46:39 useradd[2844611]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash, from=none
<86>Jul  6 07:46:39 userdel[2844648]: delete user 'builder'
<86>Jul  6 07:46:39 userdel[2844648]: removed group 'builder' owned by 'builder'
<86>Jul  6 07:46:39 userdel[2844648]: removed shadow group 'builder' owned by 'builder'
<86>Jul  6 07:46:39 groupadd[2844680]: group added to /etc/group: name=builder, GID=1803
<86>Jul  6 07:46:39 groupadd[2844680]: group added to /etc/gshadow: name=builder
<86>Jul  6 07:46:39 groupadd[2844680]: new group: name=builder, GID=1803
<86>Jul  6 07:46:39 useradd[2844705]: new user: name=builder, UID=1803, GID=1803, home=/usr/src, shell=/bin/bash, from=none
<13>Jul  6 07:46:42 rpmi: gcc-c++-common-1.4.28-alt1 sisyphus+348678.100.1.1 1716396142 installed
<13>Jul  6 07:46:42 rpmi: libstdc++13-devel-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed
<13>Jul  6 07:46:43 rpmi: gcc13-c++-13.2.1-alt3 sisyphus+339335.100.1.1 1706563095 installed
<13>Jul  6 07:46:43 rpmi: gcc-c++-13-alt1 sisyphus+323337.300.1.1 1687268227 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/incron-0.5.12-alt4.nosrc.rpm (w1.gzdio)
Installing incron-0.5.12-alt4.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.84939
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf incron-0.5.12
+ echo 'Source #0 (incron-0.5.12.tar):'
Source #0 (incron-0.5.12.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/incron-0.5.12.tar
+ cd incron-0.5.12
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (incron-0.5.12-alt.patch):'
Patch #0 (incron-0.5.12-alt.patch):
+ /usr/bin/patch -p1
patching file .gear/incron.spec
patching file .gear/incrond.init
patching file .gear/incrond.service
patching file .gear/incrontab.control
patching file .gear/rules
patching file .gear/tags/list
patching file icd-main.cpp
patching file usertable.cpp
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.84939
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd incron-0.5.12
+ make 'CXXFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14'
make: Entering directory '/usr/src/RPM/BUILD/incron-0.5.12'
g++ -c  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14 -o icd-main.o icd-main.cpp
In file included from icd-main.cpp:34:
inotify-cxx.h: In constructor 'InotifyEvent::InotifyEvent(const inotify_event*, InotifyWatch*)':
inotify-cxx.h:250:22: warning: the address of 'inotify_event::name' will never be NULL [-Waddress]
  250 |       if (pEvt->name != NULL) {
      |                      ^
In file included from inotify-cxx.h:36:
/usr/include/sys/inotify.h:34:8: note: 'inotify_event::name' declared here
   34 |   char name __flexarr;  /* Name.  */
      |        ^~~~
inotify-cxx.h: At global scope:
inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  450 |   void SetMask(uint32_t uMask) throw (InotifyException);
      |                                ^~~~~
inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  473 |   void SetEnabled(bool fEnabled) throw (InotifyException);
      |                                  ^~~~~
inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  544 |   Inotify() throw (InotifyException);
      |             ^~~~~
inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  561 |   void Add(InotifyWatch* pWatch) throw (InotifyException);
      |                                  ^~~~~
inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  569 |   inline void Add(InotifyWatch& rWatch) throw (InotifyException)
      |                                         ^~~~~
inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  582 |   void Remove(InotifyWatch* pWatch) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  592 |   inline void Remove(InotifyWatch& rWatch) throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  643 |   void WaitForEvents(bool fNoIntr = false) throw (InotifyException);
      |                                            ^~~~~
inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  669 |   bool GetEvent(InotifyEvent* pEvt) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  679 |   bool GetEvent(InotifyEvent& rEvt) throw (InotifyException)
      |                                     ^~~~~
inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  693 |   bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException);
      |                                      ^~~~~
inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  703 |   bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException)
      |                                      ^~~~~
inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  758 |   void SetNonBlock(bool fNonBlock) throw (InotifyException);
      |                                    ^~~~~
inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  774 |   void SetCloseOnExec(bool fClOnEx) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  782 |   static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException);
      |                                                          ^~~~~
inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  793 |   static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException);
      |                                                                    ^~~~~
inotify-cxx.h:800:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  800 |   inline static uint32_t GetMaxEvents() throw (InotifyException)
      |                                         ^~~~~
inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |   inline static void SetMaxEvents(uint32_t val) throw (InotifyException)
      |                                                 ^~~~~
inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  827 |   inline static uint32_t GetMaxInstances() throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  841 |   inline static void SetMaxInstances(uint32_t val) throw (InotifyException)
      |                                                    ^~~~~
inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  854 |   inline static uint32_t GetMaxWatches() throw (InotifyException)
      |                                          ^~~~~
inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  868 |   inline static void SetMaxWatches(uint32_t val) throw (InotifyException)
      |                                                  ^~~~~
inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  884 |   static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException);
      |                                                                 ^~~~~
icd-main.cpp:131:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  131 | void load_tables(EventDispatcher* pEd) throw (InotifyException)
      |                                        ^~~~~
g++ -c  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14 -o incrontab.o incrontab.cpp
In file included from incrontab.cpp:26:
inotify-cxx.h: In constructor 'InotifyEvent::InotifyEvent(const inotify_event*, InotifyWatch*)':
inotify-cxx.h:250:22: warning: the address of 'inotify_event::name' will never be NULL [-Waddress]
  250 |       if (pEvt->name != NULL) {
      |                      ^
In file included from inotify-cxx.h:36:
/usr/include/sys/inotify.h:34:8: note: 'inotify_event::name' declared here
   34 |   char name __flexarr;  /* Name.  */
      |        ^~~~
inotify-cxx.h: At global scope:
inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  450 |   void SetMask(uint32_t uMask) throw (InotifyException);
      |                                ^~~~~
inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  473 |   void SetEnabled(bool fEnabled) throw (InotifyException);
      |                                  ^~~~~
inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  544 |   Inotify() throw (InotifyException);
      |             ^~~~~
inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  561 |   void Add(InotifyWatch* pWatch) throw (InotifyException);
      |                                  ^~~~~
inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  569 |   inline void Add(InotifyWatch& rWatch) throw (InotifyException)
      |                                         ^~~~~
inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  582 |   void Remove(InotifyWatch* pWatch) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  592 |   inline void Remove(InotifyWatch& rWatch) throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  643 |   void WaitForEvents(bool fNoIntr = false) throw (InotifyException);
      |                                            ^~~~~
inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  669 |   bool GetEvent(InotifyEvent* pEvt) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  679 |   bool GetEvent(InotifyEvent& rEvt) throw (InotifyException)
      |                                     ^~~~~
inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  693 |   bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException);
      |                                      ^~~~~
inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  703 |   bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException)
      |                                      ^~~~~
inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  758 |   void SetNonBlock(bool fNonBlock) throw (InotifyException);
      |                                    ^~~~~
inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  774 |   void SetCloseOnExec(bool fClOnEx) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  782 |   static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException);
      |                                                          ^~~~~
inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  793 |   static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException);
      |                                                                    ^~~~~
inotify-cxx.h:800:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  800 |   inline static uint32_t GetMaxEvents() throw (InotifyException)
      |                                         ^~~~~
inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |   inline static void SetMaxEvents(uint32_t val) throw (InotifyException)
      |                                                 ^~~~~
inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  827 |   inline static uint32_t GetMaxInstances() throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  841 |   inline static void SetMaxInstances(uint32_t val) throw (InotifyException)
      |                                                    ^~~~~
inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  854 |   inline static uint32_t GetMaxWatches() throw (InotifyException)
      |                                          ^~~~~
inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  868 |   inline static void SetMaxWatches(uint32_t val) throw (InotifyException)
      |                                                  ^~~~~
inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  884 |   static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException);
      |                                                                 ^~~~~
g++ -c  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14 -o inotify-cxx.o inotify-cxx.cpp
In file included from inotify-cxx.cpp:32:
inotify-cxx.h: In constructor 'InotifyEvent::InotifyEvent(const inotify_event*, InotifyWatch*)':
inotify-cxx.h:250:22: warning: the address of 'inotify_event::name' will never be NULL [-Waddress]
  250 |       if (pEvt->name != NULL) {
      |                      ^
In file included from inotify-cxx.h:36:
/usr/include/sys/inotify.h:34:8: note: 'inotify_event::name' declared here
   34 |   char name __flexarr;  /* Name.  */
      |        ^~~~
inotify-cxx.h: At global scope:
inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  450 |   void SetMask(uint32_t uMask) throw (InotifyException);
      |                                ^~~~~
inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  473 |   void SetEnabled(bool fEnabled) throw (InotifyException);
      |                                  ^~~~~
inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  544 |   Inotify() throw (InotifyException);
      |             ^~~~~
inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  561 |   void Add(InotifyWatch* pWatch) throw (InotifyException);
      |                                  ^~~~~
inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  569 |   inline void Add(InotifyWatch& rWatch) throw (InotifyException)
      |                                         ^~~~~
inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  582 |   void Remove(InotifyWatch* pWatch) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  592 |   inline void Remove(InotifyWatch& rWatch) throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  643 |   void WaitForEvents(bool fNoIntr = false) throw (InotifyException);
      |                                            ^~~~~
inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  669 |   bool GetEvent(InotifyEvent* pEvt) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  679 |   bool GetEvent(InotifyEvent& rEvt) throw (InotifyException)
      |                                     ^~~~~
inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  693 |   bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException);
      |                                      ^~~~~
inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  703 |   bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException)
      |                                      ^~~~~
inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  758 |   void SetNonBlock(bool fNonBlock) throw (InotifyException);
      |                                    ^~~~~
inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  774 |   void SetCloseOnExec(bool fClOnEx) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  782 |   static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException);
      |                                                          ^~~~~
inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  793 |   static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException);
      |                                                                    ^~~~~
inotify-cxx.h:800:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  800 |   inline static uint32_t GetMaxEvents() throw (InotifyException)
      |                                         ^~~~~
inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |   inline static void SetMaxEvents(uint32_t val) throw (InotifyException)
      |                                                 ^~~~~
inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  827 |   inline static uint32_t GetMaxInstances() throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  841 |   inline static void SetMaxInstances(uint32_t val) throw (InotifyException)
      |                                                    ^~~~~
inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  854 |   inline static uint32_t GetMaxWatches() throw (InotifyException)
      |                                          ^~~~~
inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  868 |   inline static void SetMaxWatches(uint32_t val) throw (InotifyException)
      |                                                  ^~~~~
inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  884 |   static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException);
      |                                                                 ^~~~~
inotify-cxx.cpp:229:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  229 | void InotifyWatch::SetMask(uint32_t uMask) throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.cpp:246:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  246 | void InotifyWatch::SetEnabled(bool fEnabled) throw (InotifyException)
      |                                              ^~~~~
inotify-cxx.cpp:301:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  301 | Inotify::Inotify() throw (InotifyException)
      |                    ^~~~~
inotify-cxx.cpp:332:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  332 | void Inotify::Add(InotifyWatch* pWatch) throw (InotifyException)
      |                                         ^~~~~
inotify-cxx.cpp:386:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  386 | void Inotify::Remove(InotifyWatch* pWatch) throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.cpp:435:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  435 | void Inotify::WaitForEvents(bool fNoIntr) throw (InotifyException)
      |                                           ^~~~~
inotify-cxx.cpp:468:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  468 | bool Inotify::GetEvent(InotifyEvent* pEvt) throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.cpp:486:45: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  486 | bool Inotify::PeekEvent(InotifyEvent* pEvt) throw (InotifyException)
      |                                             ^~~~~
inotify-cxx.cpp:527:43: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  527 | void Inotify::SetNonBlock(bool fNonBlock) throw (InotifyException)
      |                                           ^~~~~
inotify-cxx.cpp:557:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  557 | void Inotify::SetCloseOnExec(bool fClOnEx) throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.cpp:587:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  587 | uint32_t Inotify::GetCapability(InotifyCapability_t cap) throw (InotifyException)
      |                                                          ^~~~~
inotify-cxx.cpp:604:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  604 | void Inotify::SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException)
      |                                                                    ^~~~~
inotify-cxx.cpp:618:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  618 | std::string Inotify::GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException)
      |                                                                 ^~~~~
g++ -c  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14 -o usertable.o usertable.cpp
In file included from usertable.h:24,
                 from usertable.cpp:35:
inotify-cxx.h: In constructor 'InotifyEvent::InotifyEvent(const inotify_event*, InotifyWatch*)':
inotify-cxx.h:250:22: warning: the address of 'inotify_event::name' will never be NULL [-Waddress]
  250 |       if (pEvt->name != NULL) {
      |                      ^
In file included from inotify-cxx.h:36:
/usr/include/sys/inotify.h:34:8: note: 'inotify_event::name' declared here
   34 |   char name __flexarr;  /* Name.  */
      |        ^~~~
inotify-cxx.h: At global scope:
inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  450 |   void SetMask(uint32_t uMask) throw (InotifyException);
      |                                ^~~~~
inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  473 |   void SetEnabled(bool fEnabled) throw (InotifyException);
      |                                  ^~~~~
inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  544 |   Inotify() throw (InotifyException);
      |             ^~~~~
inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  561 |   void Add(InotifyWatch* pWatch) throw (InotifyException);
      |                                  ^~~~~
inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  569 |   inline void Add(InotifyWatch& rWatch) throw (InotifyException)
      |                                         ^~~~~
inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  582 |   void Remove(InotifyWatch* pWatch) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  592 |   inline void Remove(InotifyWatch& rWatch) throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  643 |   void WaitForEvents(bool fNoIntr = false) throw (InotifyException);
      |                                            ^~~~~
inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  669 |   bool GetEvent(InotifyEvent* pEvt) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  679 |   bool GetEvent(InotifyEvent& rEvt) throw (InotifyException)
      |                                     ^~~~~
inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  693 |   bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException);
      |                                      ^~~~~
inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  703 |   bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException)
      |                                      ^~~~~
inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  758 |   void SetNonBlock(bool fNonBlock) throw (InotifyException);
      |                                    ^~~~~
inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  774 |   void SetCloseOnExec(bool fClOnEx) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  782 |   static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException);
      |                                                          ^~~~~
inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  793 |   static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException);
      |                                                                    ^~~~~
inotify-cxx.h:800:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  800 |   inline static uint32_t GetMaxEvents() throw (InotifyException)
      |                                         ^~~~~
inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |   inline static void SetMaxEvents(uint32_t val) throw (InotifyException)
      |                                                 ^~~~~
inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  827 |   inline static uint32_t GetMaxInstances() throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  841 |   inline static void SetMaxInstances(uint32_t val) throw (InotifyException)
      |                                                    ^~~~~
inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  854 |   inline static uint32_t GetMaxWatches() throw (InotifyException)
      |                                          ^~~~~
inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  868 |   inline static void SetMaxWatches(uint32_t val) throw (InotifyException)
      |                                                  ^~~~~
inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  884 |   static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException);
      |                                                                 ^~~~~
g++ -c  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14 -o strtok.o strtok.cpp
g++ -c  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14 -o appinst.o appinst.cpp
g++ -c  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14 -o incroncfg.o incroncfg.cpp
g++ -c  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14 -o appargs.o appargs.cpp
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14  -o incrond icd-main.o incrontab.o inotify-cxx.o usertable.o strtok.o appinst.o incroncfg.o appargs.o
g++ -c  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14 -o ict-main.o ict-main.cpp
In file included from ict-main.cpp:35:
inotify-cxx.h: In constructor 'InotifyEvent::InotifyEvent(const inotify_event*, InotifyWatch*)':
inotify-cxx.h:250:22: warning: the address of 'inotify_event::name' will never be NULL [-Waddress]
  250 |       if (pEvt->name != NULL) {
      |                      ^
In file included from ict-main.cpp:28:
/usr/include/sys/inotify.h:34:8: note: 'inotify_event::name' declared here
   34 |   char name __flexarr;  /* Name.  */
      |        ^~~~
inotify-cxx.h: At global scope:
inotify-cxx.h:450:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  450 |   void SetMask(uint32_t uMask) throw (InotifyException);
      |                                ^~~~~
inotify-cxx.h:473:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  473 |   void SetEnabled(bool fEnabled) throw (InotifyException);
      |                                  ^~~~~
inotify-cxx.h:544:13: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  544 |   Inotify() throw (InotifyException);
      |             ^~~~~
inotify-cxx.h:561:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  561 |   void Add(InotifyWatch* pWatch) throw (InotifyException);
      |                                  ^~~~~
inotify-cxx.h:569:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  569 |   inline void Add(InotifyWatch& rWatch) throw (InotifyException)
      |                                         ^~~~~
inotify-cxx.h:582:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  582 |   void Remove(InotifyWatch* pWatch) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:592:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  592 |   inline void Remove(InotifyWatch& rWatch) throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.h:643:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  643 |   void WaitForEvents(bool fNoIntr = false) throw (InotifyException);
      |                                            ^~~~~
inotify-cxx.h:669:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  669 |   bool GetEvent(InotifyEvent* pEvt) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:679:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  679 |   bool GetEvent(InotifyEvent& rEvt) throw (InotifyException)
      |                                     ^~~~~
inotify-cxx.h:693:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  693 |   bool PeekEvent(InotifyEvent* pEvt) throw (InotifyException);
      |                                      ^~~~~
inotify-cxx.h:703:38: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  703 |   bool PeekEvent(InotifyEvent& rEvt) throw (InotifyException)
      |                                      ^~~~~
inotify-cxx.h:758:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  758 |   void SetNonBlock(bool fNonBlock) throw (InotifyException);
      |                                    ^~~~~
inotify-cxx.h:774:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  774 |   void SetCloseOnExec(bool fClOnEx) throw (InotifyException);
      |                                     ^~~~~
inotify-cxx.h:782:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  782 |   static uint32_t GetCapability(InotifyCapability_t cap) throw (InotifyException);
      |                                                          ^~~~~
inotify-cxx.h:793:68: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  793 |   static void SetCapability(InotifyCapability_t cap, uint32_t val) throw (InotifyException);
      |                                                                    ^~~~~
inotify-cxx.h:800:41: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  800 |   inline static uint32_t GetMaxEvents() throw (InotifyException)
      |                                         ^~~~~
inotify-cxx.h:814:49: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  814 |   inline static void SetMaxEvents(uint32_t val) throw (InotifyException)
      |                                                 ^~~~~
inotify-cxx.h:827:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  827 |   inline static uint32_t GetMaxInstances() throw (InotifyException)
      |                                            ^~~~~
inotify-cxx.h:841:52: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  841 |   inline static void SetMaxInstances(uint32_t val) throw (InotifyException)
      |                                                    ^~~~~
inotify-cxx.h:854:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  854 |   inline static uint32_t GetMaxWatches() throw (InotifyException)
      |                                          ^~~~~
inotify-cxx.h:868:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  868 |   inline static void SetMaxWatches(uint32_t val) throw (InotifyException)
      |                                                  ^~~~~
inotify-cxx.h:884:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  884 |   static std::string GetCapabilityPath(InotifyCapability_t cap) throw (InotifyException);
      |                                                                 ^~~~~
g++ -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic -std=c++14  -o incrontab ict-main.o incrontab.o inotify-cxx.o strtok.o incroncfg.o appargs.o
make: Leaving directory '/usr/src/RPM/BUILD/incron-0.5.12'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.33747
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/incron-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/incron-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games
+ cd incron-0.5.12
+ install -D -p incrond /usr/src/tmp/incron-buildroot/usr/sbin/incrond
+ install -D -p -m 4755 incrontab /usr/src/tmp/incron-buildroot/usr/bin/incrontab
+ install -d /usr/src/tmp/incron-buildroot/var/spool/incron
+ install -d /usr/src/tmp/incron-buildroot/etc/incron.d
+ install -D -p /usr/src/RPM/SOURCES/incrond.init /usr/src/tmp/incron-buildroot/etc/rc.d/init.d/incrond
+ install -D -p /usr/src/RPM/SOURCES/incrontab.control /usr/src/tmp/incron-buildroot/etc/control.d/facilities/incrontab
+ install -D -p -m 0644 incron.conf.example /usr/src/tmp/incron-buildroot/etc/incron.conf
+ install -D -m644 /usr/src/RPM/SOURCES/incrond.service /usr/src/tmp/incron-buildroot/usr/lib/systemd/system/incrond.service
+ make install-man MANPATH=/usr/src/tmp/incron-buildroot/usr/share/man 'INSTALL=install -D -p'
make: Entering directory '/usr/src/RPM/BUILD/incron-0.5.12'
install -D -p -m 0755 -d /usr/src/tmp/incron-buildroot/usr/share/man/man1
install -D -p -m 0755 -d /usr/src/tmp/incron-buildroot/usr/share/man/man5
install -D -p -m 0755 -d /usr/src/tmp/incron-buildroot/usr/share/man/man8
install -D -p -m 0644 incrontab.1 /usr/src/tmp/incron-buildroot/usr/share/man/man1
install -D -p -m 0644 incrontab.5 /usr/src/tmp/incron-buildroot/usr/share/man/man5
install -D -p -m 0644 incrond.8 /usr/src/tmp/incron-buildroot/usr/share/man/man8
install -D -p -m 0644 incron.conf.5 /usr/src/tmp/incron-buildroot/usr/share/man/man5
make: Leaving directory '/usr/src/RPM/BUILD/incron-0.5.12'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/incron-buildroot (auto)
mode of './usr/bin/incrontab' changed from 4755 (rwsr-xr-x) to 4711 (rws--x--x)
Verifying and fixing files in /usr/src/tmp/incron-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/incron-buildroot/ (default)
Compressing files in /usr/src/tmp/incron-buildroot (auto)
Verifying systemd units in /usr/src/tmp/incron-buildroot
Adjusting library links in /usr/src/tmp/incron-buildroot
./usr/lib: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/incron-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/bin/incrontab: uses non-LFS functions: fopen mkstemp open stat
verify-elf: WARNING: ./usr/sbin/incrond: uses non-LFS functions: fcntl fopen lstat open readdir stat
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/incron-buildroot
Processing files: incron-0.5.12-alt4
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.33747
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd incron-0.5.12
+ DOCDIR=/usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12
+ export DOCDIR
+ rm -rf /usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12
+ /bin/mkdir -p /usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12
+ cp -prL COPYING CHANGELOG README TODO LICENSE-GPL /usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12
+ chmod -R go-w /usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12
+ chmod -R a+rX /usr/src/tmp/incron-buildroot/usr/share/doc/incron-0.5.12
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QQJ2Sm
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0W1GBD
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Finding Requires(pre) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Sq3NWX
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SApvEY
Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0Pt4ri
Requires: /bin/bash, /bin/sh, /etc/control.d/facilities(control_fmode), /etc/control.d/facilities(new_fmode), /etc/control.d/facilities(new_help), /etc/control.d/functions, /etc/rc.d/init.d, /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.38), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.8), libgcc_s.so.1(GCC_3.0), libgcc_s.so.1(GCC_3.3.1), libstdc++.so.6(CXXABI_1.3), libstdc++.so.6(CXXABI_1.3.1), libstdc++.so.6(CXXABI_1.3.8), libstdc++.so.6(CXXABI_1.3.9), libstdc++.so.6(GLIBCXX_3.4), libstdc++.so.6(GLIBCXX_3.4.11), libstdc++.so.6(GLIBCXX_3.4.20), libstdc++.so.6(GLIBCXX_3.4.21), libstdc++.so.6(GLIBCXX_3.4.29), libstdc++.so.6(GLIBCXX_3.4.32), libstdc++.so.6(GLIBCXX_3.4.9), rtld(GNU_HASH)
Requires(interp): /bin/sh
Requires(pre): /bin/sh, /usr/sbin/control-dump, /usr/sbin/groupadd
Requires(post): /bin/sh, /usr/sbin/control, /usr/sbin/control-restore, /usr/sbin/post_service
Requires(preun): /bin/sh, /usr/sbin/preun_service
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uWcLT3
Creating incron-debuginfo package
Processing files: incron-debuginfo-0.5.12-alt4
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fbBt9J
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oyjLqQ
find-requires: running scripts (debuginfo)
Requires: incron = 0.5.12-alt4, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6), debug(libgcc_s.so.1), debug(libstdc++.so.6)
Adding to incron-debuginfo a strict dependency on incron
Wrote: /usr/src/RPM/RPMS/i586/incron-0.5.12-alt4.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/incron-debuginfo-0.5.12-alt4.i586.rpm (w2.lzdio)
7.90user 2.33system 0:15.84elapsed 64%CPU (0avgtext+0avgdata 81124maxresident)k
0inputs+0outputs (0major+570034minor)pagefaults 0swaps
3.18user 2.32system 0:25.26elapsed 21%CPU (0avgtext+0avgdata 128640maxresident)k
0inputs+0outputs (0major+190138minor)pagefaults 0swaps
--- incron-0.5.12-alt4.i586.rpm.repo	2022-11-22 07:43:06.000000000 +0000
+++ incron-0.5.12-alt4.i586.rpm.hasher	2024-07-06 07:47:01.055458776 +0000
@@ -4,4 +4,4 @@
 /etc/rc.d/init.d/incrond	100755	root:root	
-/lib/systemd/system/incrond.service	100644	root:root	
 /usr/bin/incrontab	100700	root:root	
+/usr/lib/systemd/system/incrond.service	100644	root:root	
 /usr/sbin/incrond	100755	root:root	
@@ -34,3 +34,2 @@
 Requires: libc.so.6(GLIBC_2.1.3)  
-Requires: libc.so.6(GLIBC_2.16)  
 Requires: libc.so.6(GLIBC_2.28)  
@@ -39,4 +38,4 @@
 Requires: libc.so.6(GLIBC_2.34)  
+Requires: libc.so.6(GLIBC_2.38)  
 Requires: libc.so.6(GLIBC_2.4)  
-Requires: libc.so.6(GLIBC_2.7)  
 Requires: libc.so.6(GLIBC_2.8)  
@@ -53,2 +52,3 @@
 Requires: libstdc++.so.6(GLIBCXX_3.4.29)  
+Requires: libstdc++.so.6(GLIBCXX_3.4.32)  
 Requires: libstdc++.so.6(GLIBCXX_3.4.9)  
@@ -67,5 +67,5 @@
 File: /etc/rc.d/init.d/incrond	100755	root:root	bca2252eaaa065809fa5bfcfd98432c9	
-File: /lib/systemd/system/incrond.service	100644	root:root	ffe83cdc0c1eab5d88e96b65fb9d3251	
-File: /usr/bin/incrontab	100700	root:root	ef64c6738267fa3c122aaa81feb28641	
-File: /usr/sbin/incrond	100755	root:root	d23170b931e2bc481b34bd0310fdb630	
+File: /usr/bin/incrontab	100700	root:root	4624e2290edcff05f85b510ae86b9437	
+File: /usr/lib/systemd/system/incrond.service	100644	root:root	ffe83cdc0c1eab5d88e96b65fb9d3251	
+File: /usr/sbin/incrond	100755	root:root	39faa57df102cf25fd182515e857b0ce	
 File: /usr/share/doc/incron-0.5.12	40755	root:root		
@@ -81,2 +81,2 @@
 File: /var/spool/incron	43730	root:incrontab		
-RPMIdentity: e32575677c58f4b77848ae367d2fc71be420c3a5cc24c72cc700b6a4bd729a368f45fee1b2019c1989eb363d92511d8fff2cbfe7ae52fc70d4af663d08fe6134
+RPMIdentity: acb149032f29c5cac9cf2b2b6ea60e6f9d7a213c28357e3be4cf9372343f06e416e92e8f2be764faaf62957e8b0993edd8e8d81a403296d7b8a53fd21846799d
--- incron-debuginfo-0.5.12-alt4.i586.rpm.repo	2022-11-22 07:43:07.000000000 +0000
+++ incron-debuginfo-0.5.12-alt4.i586.rpm.hasher	2024-07-06 07:47:01.131459952 +0000
@@ -1,7 +1,7 @@
-/usr/lib/debug/.build-id/1d	40755	root:root	
-/usr/lib/debug/.build-id/1d/93e6847102a0c3e3100b7256fb45152bf322a0	120777	root:root	../../../../sbin/incrond
-/usr/lib/debug/.build-id/1d/93e6847102a0c3e3100b7256fb45152bf322a0.debug	120777	root:root	../../usr/sbin/incrond.debug
-/usr/lib/debug/.build-id/32	40755	root:root	
-/usr/lib/debug/.build-id/32/c21331d8abd195c7a37c662f62ec542b0ebb7b	120777	root:root	../../../../bin/incrontab
-/usr/lib/debug/.build-id/32/c21331d8abd195c7a37c662f62ec542b0ebb7b.debug	120777	root:root	../../usr/bin/incrontab.debug
+/usr/lib/debug/.build-id/5e	40755	root:root	
+/usr/lib/debug/.build-id/5e/ed2e5a7b9f983cf92cf346c9eff209cf03806c	120777	root:root	../../../../bin/incrontab
+/usr/lib/debug/.build-id/5e/ed2e5a7b9f983cf92cf346c9eff209cf03806c.debug	120777	root:root	../../usr/bin/incrontab.debug
+/usr/lib/debug/.build-id/71	40755	root:root	
+/usr/lib/debug/.build-id/71/7bd70f09428be3a25b82f89a280025adaac998	120777	root:root	../../../../sbin/incrond
+/usr/lib/debug/.build-id/71/7bd70f09428be3a25b82f89a280025adaac998.debug	120777	root:root	../../usr/sbin/incrond.debug
 /usr/lib/debug/usr/bin/incrontab.debug	100644	root:root	
@@ -33,10 +33,10 @@
 Provides: incron-debuginfo = 0.5.12-alt4:sisyphus+310434.100.1.1
-File: /usr/lib/debug/.build-id/1d	40755	root:root		
-File: /usr/lib/debug/.build-id/1d/93e6847102a0c3e3100b7256fb45152bf322a0	120777	root:root		../../../../sbin/incrond
-File: /usr/lib/debug/.build-id/1d/93e6847102a0c3e3100b7256fb45152bf322a0.debug	120777	root:root		../../usr/sbin/incrond.debug
-File: /usr/lib/debug/.build-id/32	40755	root:root		
-File: /usr/lib/debug/.build-id/32/c21331d8abd195c7a37c662f62ec542b0ebb7b	120777	root:root		../../../../bin/incrontab
-File: /usr/lib/debug/.build-id/32/c21331d8abd195c7a37c662f62ec542b0ebb7b.debug	120777	root:root		../../usr/bin/incrontab.debug
-File: /usr/lib/debug/usr/bin/incrontab.debug	100644	root:root	78fbf57d4b00228389ae5ccc2c5fbdd6	
-File: /usr/lib/debug/usr/sbin/incrond.debug	100644	root:root	756895edbf181d7bccdcd33b6f09ca37	
+File: /usr/lib/debug/.build-id/5e	40755	root:root		
+File: /usr/lib/debug/.build-id/5e/ed2e5a7b9f983cf92cf346c9eff209cf03806c	120777	root:root		../../../../bin/incrontab
+File: /usr/lib/debug/.build-id/5e/ed2e5a7b9f983cf92cf346c9eff209cf03806c.debug	120777	root:root		../../usr/bin/incrontab.debug
+File: /usr/lib/debug/.build-id/71	40755	root:root		
+File: /usr/lib/debug/.build-id/71/7bd70f09428be3a25b82f89a280025adaac998	120777	root:root		../../../../sbin/incrond
+File: /usr/lib/debug/.build-id/71/7bd70f09428be3a25b82f89a280025adaac998.debug	120777	root:root		../../usr/sbin/incrond.debug
+File: /usr/lib/debug/usr/bin/incrontab.debug	100644	root:root	a37751faa2d2550fbd48f30d06dd05ca	
+File: /usr/lib/debug/usr/sbin/incrond.debug	100644	root:root	f69c271c6f4c0a292606c116d7769c05	
 File: /usr/src/debug/incron-0.5.12	40755	root:root		
@@ -59,2 +59,2 @@
 File: /usr/src/debug/incron-0.5.12/usertable.h	100644	root:root	9d247fa43338594d78fa94a2101dc3c1	
-RPMIdentity: 27a46aae6dd821af547b996d1704f4057b3a67f735ec78b5f40b49386fb898b11297e0bf382dcb6405c25940e8c4a960fea0097c7b3e3f7c1539681b2a8212a0
+RPMIdentity: 0e1dee58c848a0e2e75e1663a25e456dbd1545e422604e7e101eeb5f8cd5f130163813ec2f54ca7e73fe55d62bb231c9c46d9db568fbe4c14eadd34e9d150b74