Hello community,

here is the log from the commit of package xsp for openSUSE:Factory checked in 
at 2014-08-06 11:42:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xsp (Old)
 and      /work/SRC/openSUSE:Factory/.xsp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xsp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xsp/xsp.changes  2011-09-23 12:52:47.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.xsp.new/xsp.changes     2014-08-06 
11:42:21.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Aug  1 15:52:14 UTC 2014 - [email protected]
+
+- Changed /var/run to /run in package, to fix rpmlint check failures in 
+  oS:Factory
+- Modified:
+    xsp.spec
+    xsp.conf 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xsp.spec ++++++
--- /var/tmp/diff_new_pack.kl63fn/_old  2014-08-06 11:42:22.000000000 +0200
+++ /var/tmp/diff_new_pack.kl63fn/_new  2014-08-06 11:42:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xsp
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,27 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           xsp
 Url:            http://go-mono.com/
-License:        MIT
-Group:          Productivity/Networking/Web/Servers
-AutoReqProv:    on
 Version:        2.10.2
-Release:        3
+Release:        0
 Summary:        Small Web Server Hosting ASP.NET
+License:        MIT
+Group:          Productivity/Networking/Web/Servers
 Source:         %{name}-%{version}.tar.bz2
 Source1:        xsp.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-BuildRequires:  fdupes mono-data-oracle mono-data-sqlite mono-devel mono-nunit 
mono-web monodoc-core pkgconfig sqlite
+BuildRequires:  fdupes
+BuildRequires:  mono-data-oracle
+BuildRequires:  mono-data-sqlite
+BuildRequires:  mono-devel
+BuildRequires:  mono-nunit
+BuildRequires:  mono-web
+BuildRequires:  monodoc-core
+BuildRequires:  pkgconfig
+BuildRequires:  sqlite
 %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
 %define xspConfigsLocation %{_sysconfdir}/xsp/2.0
 %define xspAvailableApps %{xspConfigsLocation}/applications-available
@@ -67,7 +72,7 @@
 mkdir -p %{buildroot}/etc/logrotate.d/
 mkdir -p %{buildroot}/srv/xsp2
 mkdir -p %{buildroot}/var/adm/fillup-templates
-mkdir -p %{buildroot}/var/run/xsp2
+mkdir -p %{buildroot}/run/xsp2
 mkdir -p %{buildroot}/usr/lib/tmpfiles.d/
 install -m 644 man/mono-asp-apps.1 %{buildroot}%{_mandir}/man1/mono-asp-apps.1
 install -m 644 packaging/opensuse/sysconfig.xsp2 
%{buildroot}/var/adm/fillup-templates 
@@ -86,7 +91,7 @@
 
 %post
 %{fillup_and_insserv -n xsp2 xsp2}
-install -d -m 0711 --owner=wwwrun --group=www /var/run/xsp2
+install -d -m 0711 --owner=wwwrun --group=www /run/xsp2
 
 %preun
 %stop_on_removal xsp2
@@ -125,7 +130,7 @@
 %config /etc/logrotate.d/xsp2
 /var/adm/fillup-templates/*
 %attr(0711,wwwrun,www) /srv/xsp2
-%ghost %attr(0711,wwwrun,www) /var/run/xsp2
+%ghost %attr(0711,wwwrun,www) /run/xsp2
 /usr/lib/tmpfiles.d/
 %{_sysconfdir}/%{name}
 %endif

++++++ xsp.conf ++++++
--- /var/tmp/diff_new_pack.kl63fn/_old  2014-08-06 11:42:22.000000000 +0200
+++ /var/tmp/diff_new_pack.kl63fn/_new  2014-08-06 11:42:22.000000000 +0200
@@ -1,2 +1,2 @@
 # xsp needs a directory in /var/run
-d /var/run/xsp2 0711 wwwrun www
+d /run/xsp2 0711 wwwrun www

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to