Hello community,

here is the log from the commit of package dmraid for openSUSE:Factory checked 
in at 2014-12-21 12:04:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dmraid (Old)
 and      /work/SRC/openSUSE:Factory/.dmraid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dmraid"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes    2014-11-11 
10:16:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dmraid.new/dmraid.changes       2014-12-21 
12:03:10.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Dec 12 14:10:53 UTC 2014 - [email protected]
+
+- Split off dmraid-devel subpackage
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dmraid.spec ++++++
--- /var/tmp/diff_new_pack.thhCKP/_old  2014-12-21 12:03:11.000000000 +0100
+++ /var/tmp/diff_new_pack.thhCKP/_new  2014-12-21 12:03:12.000000000 +0100
@@ -76,6 +76,19 @@
 --------
     Heinz Mauelshagen
 
+%package devel
+Summary:        Development files for dmraid
+Group:          Development/Libraries/C and C++
+Requires:       %{name} = %{version}
+
+%description devel
+This software discovers, activates, deactivates, and displays
+properties of software RAID sets, such as ATARAID, and contained DOS
+partitions.
+
+dmraid uses libdevmapper and the device-mapper kernel runtime to create
+devices with respective mappings for the ATARAID sets discovered.
+
 %prep
 %setup -n dmraid/%{version}
 %patch1 -p1
@@ -102,15 +115,15 @@
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-rm -rf $RPM_BUILD_ROOT/usr/include/dmraid
 rm $RPM_BUILD_ROOT/%_lib/libdmraid.a
-rm $RPM_BUILD_ROOT/%_lib/libdmraid.so
 mkdir -p $RPM_BUILD_ROOT/var/adm/fillup-templates
 install -m644 %{SOURCE1} 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.dmraid
 mkdir -p $RPM_BUILD_ROOT/etc/init.d
 install -D -m 0644 %{S:6} %{buildroot}%{_unitdir}/dmraid-activation.service
 install -d %{buildroot}%{_tmpfilesdir}
 echo 'd /run/lock/dmraid 0700 root root -' > 
%{buildroot}%{_tmpfilesdir}/dmraid.conf
+# E: spurious-executable-perm (Badness: 50) /usr/include/dmraid/locking.h
+chmod -x %{buildroot}%{_prefix}/include/dmraid/*h
 
 %pre
 %service_add_pre dmraid-activation.service
@@ -147,4 +160,10 @@
 %{_tmpfilesdir}/dmraid.conf
 %{_unitdir}/dmraid-activation.service
 
+%files devel
+%defattr(-, root, root)
+%dir %{_prefix}/include/dmraid
+%{_prefix}/include/dmraid
+/%{_lib}/libdmraid.so
+
 %changelog

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

Reply via email to