Hello community,

here is the log from the commit of package criu for openSUSE:Factory checked in 
at 2014-03-09 18:21:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/criu (Old)
 and      /work/SRC/openSUSE:Factory/.criu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "criu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/criu/criu.changes        2014-02-28 
18:51:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.criu.new/criu.changes   2014-03-09 
18:21:52.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Mar  1 09:39:03 CET 2014 - ti...@suse.de
+
+- Run spec-cleaner, nothing more than that.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ criu.spec ++++++
--- /var/tmp/diff_new_pack.kzfLiL/_old  2014-03-09 18:21:52.000000000 +0100
+++ /var/tmp/diff_new_pack.kzfLiL/_new  2014-03-09 18:21:52.000000000 +0100
@@ -23,12 +23,12 @@
 License:        GPL-2.0
 Group:          System/Console
 Url:            http://criu.org/
-Requires:       logrotate
+Source0:        http://download.openvz.org/criu/criu-%{version}.tar.bz2
 BuildRequires:  asciidoc
 BuildRequires:  protobuf-c
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(systemd)
-Source0:        http://download.openvz.org/criu/criu-%{version}.tar.bz2
+Requires:       logrotate
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  x86_64
 
@@ -60,24 +60,24 @@
 to develop applications with CRIU library.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
-export CFLAGS="%optflags"
-make V=1 %{?_smp_mflags} PREFIX=%{_prefix} LOGROTATEDIR=/etc/logrotate.d/
+export CFLAGS="%{optflags}"
+make V=1 %{?_smp_mflags} PREFIX=%{_prefix} 
LOGROTATEDIR=%{_sysconfdir}/logrotate.d/
 
 %install
-mkdir -p $RPM_BUILD_ROOT/etc/logrotate.d
-make V=1 %{?_smp_mflags} PREFIX=%{_prefix}  LOGROTATEDIR=/etc/logrotate.d/ \
-    DESTDIR=$RPM_BUILD_ROOT install
+mkdir -p %{buildroot}%{_sysconfdir}/logrotate.d
+make V=1 %{?_smp_mflags} PREFIX=%{_prefix}  
LOGROTATEDIR=%{_sysconfdir}/logrotate.d/ \
+    DESTDIR=%{buildroot} install
 # make rpmlint happy
-mv $RPM_BUILD_ROOT/etc/logrotate.d/criu-service \
-    $RPM_BUILD_ROOT/etc/logrotate.d/criu
+mv %{buildroot}%{_sysconfdir}/logrotate.d/criu-service \
+    %{buildroot}%{_sysconfdir}/logrotate.d/criu
 # for compatiblity
-ln -s criu $RPM_BUILD_ROOT%{_sbindir}/crtools
-ln -s criu.8 $RPM_BUILD_ROOT%{_mandir}/man8/crtools.8
+ln -s criu %{buildroot}%{_sbindir}/crtools
+ln -s criu.8 %{buildroot}%{_mandir}/man8/crtools.8
 # fix up wrong permissions
-chmod 0644 $RPM_BUILD_ROOT%{_mandir}/man*/*
+chmod 0644 %{buildroot}%{_mandir}/man*/*
 
 %pre
 %service_add_pre criu.service criu.socket
@@ -105,7 +105,7 @@
 %{_sbindir}/*
 %{_mandir}/man*/*
 %{_unitdir}/criu.*
-/etc/logrotate.d/*
+%{_sysconfdir}/logrotate.d/*
 
 %files -n libcriu1
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to