give me a tool to create package lists
authorStephan Kulow <coolo@suse.de>
Fri, 4 Apr 2008 13:46:28 +0000 (13:46 +0000)
committerStephan Kulow <coolo@suse.de>
Fri, 4 Apr 2008 13:46:28 +0000 (13:46 +0000)
VERSION.cmake
package/libsatsolver.changes
package/libsatsolver.spec.in

index 1946b0a..5a525dd 100644 (file)
@@ -46,5 +46,5 @@
 
 SET(LIBSATSOLVER_MAJOR "0")
 SET(LIBSATSOLVER_MINOR "0")
-SET(LIBSATSOLVER_PATCH "24")
+SET(LIBSATSOLVER_PATCH "25")
 
index 8732287..907a422 100644 (file)
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Fri Apr  4 15:45:44 CEST 2008 - coolo@suse.de
+
+- package deptestomatic in -devel
+
+-------------------------------------------------------------------
 Mon Mar 31 16:25:03 CEST 2008 - coolo@suse.de
 
 - truly restart when analyze_unsolvable is hit (fixes bnc#368209)
index 221040f..e3135f4 100644 (file)
@@ -92,6 +92,7 @@ rm -rf "$RPM_BUILD_ROOT"
 %files -n satsolver-tools
 %defattr(-,root,root)
 %doc LICENSE*
+%exclude /usr/bin/deptestomatic
 /usr/bin/*
 
 %files devel
@@ -103,6 +104,7 @@ rm -rf "$RPM_BUILD_ROOT"
 %doc doc/PLANNING
 %dir /usr/include/satsolver
 /usr/include/satsolver/*
+/usr/bin/deptestomatic
 
 %files ruby
 %defattr(-,root,root,-)