INSTALL( FILES ${CMAKE_SOURCE_DIR}/cmake/modules/FindZypp.cmake DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules )
INSTALL( FILES ${CMAKE_SOURCE_DIR}/cmake/modules/ZyppCommon.cmake DESTINATION ${CMAKE_INSTALL_PREFIX}/share/cmake/Modules )
+####################################################################
+# config templates
+# (don't forget to mention them in the .spec file)
+####################################################################
+
MESSAGE(STATUS "zypp.conf will be installed in ${SYSCONFDIR}/zypp")
INSTALL( FILES ${CMAKE_SOURCE_DIR}/zypp.conf DESTINATION ${SYSCONFDIR}/zypp )
+#install systemCheck
+MESSAGE(STATUS "systemCheck will be installed in ${SYSCONFDIR}/zypp")
+INSTALL( FILES ${CMAKE_SOURCE_DIR}/systemCheck DESTINATION ${SYSCONFDIR}/zypp )
+
####################################################################
# SUBDIRECTORIES #
####################################################################
%dir /etc/zypp/repos.d
%dir /etc/zypp/products.d
%config(noreplace) /etc/zypp/zypp.conf
+%config(noreplace) /etc/zypp/systemCheck
%{prefix}/lib/zypp
%{prefix}/share/zypp
%{prefix}/share/applications/package-manager.desktop
-------------------------------------------------------------------
Mon Jul 14 13:36:26 CEST 2008 - ma@suse.de
-- Also report the name of the locking process in ZYppFactoryException
+- Also report the name of the locking process in ZYppFactoryException
(bnc #280537)
- revision 10572
-------------------------------------------------------------------
-Mon Jul 14 13:31:28 CEST 2008 - ma@suse.de
-
-- Provide also the name of the locking process in
- ZYppFactoryException ()
-- revision 10571
-
--------------------------------------------------------------------
Mon Jul 14 11:26:30 CEST 2008 - schubi@suse.de
-- corrected logging onf solver settings
+- corrected logging of solver settings
- regard locking while doUpdate (bnc #405427)
-- revision 10564
+- revision 10564
-------------------------------------------------------------------
Sat Jul 12 22:14:32 CEST 2008 - jkupec@suse.cz
Wed Jul 9 18:13:58 CEST 2008 - ma@suse.de
- Provide Package::url() if available in solv file. (bnc #402434)
-- A missing cookie file must not be treated as an error. Simply
+- A missing cookie file must not be treated as an error. Simply
rebuild the cache (bnc #405867)
- Add 22x22 and 24x24 icons (bnc #329635)
- revision 10528
# install XML schemas
FILE( GLOB YUM_SCHEMA_FILES ${CMAKE_SOURCE_DIR}/zypp/parser/yum/schema/*.rng )
INSTALL(FILES ${YUM_SCHEMA_FILES} DESTINATION "${CMAKE_INSTALL_PREFIX}/share/zypp/schema/yum" )
-
-#install systemCheck
-MESSAGE(STATUS "systemCheck will be installed in ${SYSCONFDIR}/zypp")
-INSTALL( FILES ${CMAKE_SOURCE_DIR}/zypp/solver/detail/systemCheck DESTINATION ${SYSCONFDIR}/zypp )
-