Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package triggerhappy for openSUSE:Factory 
checked in at 2022-07-26 19:43:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/triggerhappy (Old)
 and      /work/SRC/openSUSE:Factory/.triggerhappy.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "triggerhappy"

Tue Jul 26 19:43:26 2022 rev:3 rq:990723 version:0.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/triggerhappy/triggerhappy.changes        
2021-12-02 02:27:47.572081121 +0100
+++ /work/SRC/openSUSE:Factory/.triggerhappy.new.1533/triggerhappy.changes      
2022-07-26 19:43:49.749323969 +0200
@@ -1,0 +2,8 @@
+Thu Jul 21 18:43:19 UTC 2022 - Michal Suchanek <msucha...@suse.com>
+
+- Build with systemd development files to prevent service timeouts
+  (https://github.com/wertarbyte/triggerhappy/pull/17)
+  - Remove 0001-Fix-systemd-service.patch
+- Spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-systemd-service.patch

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

Other differences:
------------------
++++++ triggerhappy.spec ++++++
--- /var/tmp/diff_new_pack.l6idzw/_old  2022-07-26 19:43:50.221251045 +0200
+++ /var/tmp/diff_new_pack.l6idzw/_new  2022-07-26 19:43:50.225250427 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package triggerhappy
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,9 +24,10 @@
 Group:          System/Base
 URL:            https://github.com/wertarbyte/triggerhappy
 Source:         
https://github.com/wertarbyte/triggerhappy/archive/release/0.5.0.tar.gz
-Patch0:         0001-Fix-systemd-service.patch
+BuildRequires:  pkgconfig
+BuildRequires:  systemd-rpm-macros
+BuildRequires:  pkgconfig(libsystemd)
 Patch1:         harden_triggerhappy.service.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Triggerhappy
@@ -42,8 +43,7 @@
 
 %prep
 %setup -q -n %{name}-release-%{version}
-%patch0 -p1
-%patch1 -p1
+%autopatch -p1
 
 %build
 make %{?_smp_mflags}
@@ -68,7 +68,8 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS README COPYING triggerhappy.conf.examples
+%license COPYING
+%doc AUTHORS README triggerhappy.conf.examples
 %{_sbindir}/th*
 %{_mandir}/man1/th*
 %dir %{_udevrulesdir}

++++++ harden_triggerhappy.service.patch ++++++
--- /var/tmp/diff_new_pack.l6idzw/_old  2022-07-26 19:43:50.253246100 +0200
+++ /var/tmp/diff_new_pack.l6idzw/_new  2022-07-26 19:43:50.257245482 +0200
@@ -17,7 +17,7 @@
 +ProtectControlGroups=true
 +RestrictRealtime=true
 +# end of automatic additions 
+ Type=notify
  ExecStart=/usr/sbin/thd --triggers /etc/triggerhappy/triggers.d/ --socket 
/run/thd.socket --user nobody --deviceglob /dev/input/event*
  
- [Install]
 

Reply via email to