Hello community,

here is the log from the commit of package pydf for openSUSE:Factory checked in 
at 2018-01-01 22:30:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pydf (Old)
 and      /work/SRC/openSUSE:Factory/.pydf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pydf"

Mon Jan  1 22:30:47 2018 rev:3 rq:560870 version:12

Changes:
--------
--- /work/SRC/openSUSE:Factory/pydf/pydf.changes        2016-03-26 
15:24:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pydf.new/pydf.changes   2018-01-01 
22:30:52.807144418 +0100
@@ -1,0 +2,5 @@
+Sun Dec 31 08:46:30 UTC 2017 - mplus...@suse.com
+
+- Use correct rpm group
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pydf.spec ++++++
--- /var/tmp/diff_new_pack.5zuYHW/_old  2018-01-01 22:30:53.618873406 +0100
+++ /var/tmp/diff_new_pack.5zuYHW/_new  2018-01-01 22:30:53.626870736 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pydf
 #
-# 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
@@ -21,7 +21,7 @@
 Release:        0
 Summary:        Fully colorized df clone written in python
 License:        SUSE-Public-Domain
-Group:          Applications/System
+Group:          System/Monitoring
 Url:            http://kassiopeia.juls.savba.sk/~garabik/software/pydf
 Source:         
http://kassiopeia.juls.savba.sk/~garabik/software/pydf/pydf_%{version}.tar.gz
 BuildArch:      noarch
@@ -33,17 +33,19 @@
 %prep
 %setup -q
 # use python3 by default
-sed -i "s|/usr/bin/python|/usr/bin/python3|g" pydf 
+sed -i "s|%{_bindir}/python|%{_bindir}/python3|g" pydf
 
 %build
 
 %install
-install -D -m 0755 pydf   %{buildroot}%{_bindir}/pydf
-install -D -m 0644 pydfrc %{buildroot}%{_sysconfdir}/pydfrc
-install -D -m 0644 pydf.1 %{buildroot}%{_mandir}/man1/pydf.1
+install -Dpm 0755 pydf   \
+  %{buildroot}%{_bindir}/pydf
+install -Dpm 0644 pydfrc \
+  %{buildroot}%{_sysconfdir}/pydfrc
+install -Dpm 0644 pydf.1 \
+  %{buildroot}%{_mandir}/man1/pydf.1
 
 %files
-%defattr(-,root,root,-)
 %doc README COPYING
 %config(noreplace) %{_sysconfdir}/pydfrc
 %{_bindir}/pydf


Reply via email to