Hello community,

here is the log from the commit of package vlan for openSUSE:Factory checked in 
at 2012-02-06 15:55:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vlan (Old)
 and      /work/SRC/openSUSE:Factory/.vlan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vlan", Maintainer is "m...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vlan/vlan.changes        2011-09-23 
12:50:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vlan.new/vlan.changes   2012-02-06 
15:55:49.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Jan 30 18:42:27 UTC 2012 - rschweik...@suse.com
+
+- Changed install of vconfig to /usr/sbin as part of usr merge
+  project. With having /usr on a separate fs is supported by
+  systemd, thus this does not effect issues reported in (#285472)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vlan.spec ++++++
--- /var/tmp/diff_new_pack.GEVyff/_old  2012-02-06 15:55:51.000000000 +0100
+++ /var/tmp/diff_new_pack.GEVyff/_new  2012-02-06 15:55:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package vlan (Version 1.9)
+# spec file for package vlan
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,18 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           vlan
 BuildRequires:  gcc-c++
 Url:            http://www.candelatech.com/~greear/vlan.html
 Version:        1.9
-Release:        116
+Release:        0
 Summary:        802.1q VLAN Implementation for Linux
 License:        GPL-2.0+
 Group:          Productivity/Networking/Other
-AutoReqProv:    on
 Source:         http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.bz2
 Source1:        http://scry.wanfear.com/~greear/vlan/cisco_howto.html.bz2
 Source2:        README.SuSE
@@ -52,15 +49,21 @@
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT
-mkdir -p $RPM_BUILD_ROOT/{sbin,%{_mandir}/man8/}
-install -m755 vconfig   $RPM_BUILD_ROOT/sbin
+mkdir -p $RPM_BUILD_ROOT/{sbin,%_sbindir,%{_mandir}/man8/}
+install -m755 vconfig   $RPM_BUILD_ROOT/%_sbindir
 install -m644 vconfig.8 $RPM_BUILD_ROOT%{_mandir}/man8/
+#UsrMerge
+ln -sf %_sbindir/vconfig $RPM_BUILD_ROOT/sbin
+#EndUsrMerge
 cp %SOURCE2 .
 
 %files
 %defattr(644,root,root,755)
 %doc *.html *.pl CHANGELOG README README.SuSE
 %doc %{_mandir}/man8/vconfig.8.gz
+%attr(755,root,root) %_sbindir/vconfig
+#UsrMerge
 %attr(755,root,root) /sbin/vconfig
+#EndUsrMerge
 
 %changelog


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

Reply via email to