From 3ff96151b201c982d4ba851235fbf3717d7a8feea5ca14e5da01d32534451d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 7 Dec 2011 10:33:37 +0000 Subject: [PATCH] Accepting request 95701 from home:a_jaeger:FactoryFix - Move require of systemd to base package since the base postinstall needs it. OBS-URL: https://build.opensuse.org/request/show/95701 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=80 --- vim.changes | 6 ++++++ vim.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/vim.changes b/vim.changes index d2e25b5..42569f3 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 7 10:09:25 UTC 2011 - aj@suse.de + +- Move require of systemd to base package since the base postinstall + needs it. + ------------------------------------------------------------------- Mon Dec 5 12:45:08 UTC 2011 - idoenmez@suse.de diff --git a/vim.spec b/vim.spec index 4765fbc..eeb90fc 100644 --- a/vim.spec +++ b/vim.spec @@ -66,8 +66,6 @@ PreReq: %{vim_prereq} PreReq: fileutils PreReq: sh-utils PreReq: update-alternatives -# For post script -Requires: systemd # Provides: vim_client Provides: vi @@ -159,6 +157,8 @@ Summary: Vi IMproved Group: Productivity/Editors/Vi PreReq: %{vim_prereq} PreReq: update-alternatives +# For post script +Requires: systemd %description base Vim (Vi IMproved) is an almost compatible version of the UNIX editor