Hello community,

here is the log from the commit of package forkbomb for openSUSE:Factory 
checked in at 2017-10-07 17:51:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/forkbomb (Old)
 and      /work/SRC/openSUSE:Factory/.forkbomb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "forkbomb"

Sat Oct  7 17:51:01 2017 rev:3 rq:532146 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/forkbomb/forkbomb.changes        2016-01-05 
21:55:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.forkbomb.new/forkbomb.changes   2017-10-07 
17:51:02.354318334 +0200
@@ -1,0 +2,5 @@
+Fri Oct  6 09:30:00 UTC 2017 - [email protected]
+
+- Small spec file cleanup 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ forkbomb.spec ++++++
--- /var/tmp/diff_new_pack.bayPqU/_old  2017-10-07 17:51:02.882295124 +0200
+++ /var/tmp/diff_new_pack.bayPqU/_new  2017-10-07 17:51:02.886294948 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package forkbomb
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,9 +22,8 @@
 Summary:        Controlled fork() bomber for testing heavy system load
 License:        SUSE-Public-Domain
 Group:          System/Benchmark
-Url:            http://home.tiscali.cz:8080/~cz210552/forkbomb.html
+URL:            http://home.tiscali.cz:8080/~cz210552/forkbomb.html
 Source:         
http://home.tiscali.cz:8080/~cz210552/distfiles/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Classic Unix fork() bomber. Includes CPU hanger, memory allocator, memory
@@ -36,15 +35,16 @@
 %setup -q
 
 %build
-make CFLAGS="%{optflags}" %{name} %{?_smp_mflags}
+make CFLAGS="%{optflags}" %{?_smp_mflags} %{name}
 
 %install
-install -D -m 0755 %{name}   %{buildroot}%{_bindir}/%{name}
-install -D -m 0444 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8
+install -Dpm 0755 %{name}   \
+  %{buildroot}%{_bindir}/%{name}
+install -Dpm 0444 %{name}.8 \
+  %{buildroot}%{_mandir}/man8/%{name}.8
 
 %files
-%defattr(-,root,root)
 %{_bindir}/%{name}
-%{_mandir}/man8/%{name}.8*
+%{_mandir}/man8/%{name}.8%{ext_man}
 
 %changelog


Reply via email to