added missing requires for perl(Text::CSV), thanks to Gerrit Jan Eldering for reporting
OBS-URL: https://build.opensuse.org/package/show/security/clamtk?expand=0&rev=43
This commit is contained in:
parent
dd2259cffe
commit
20d54495ed
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 3 16:13:29 UTC 2014 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- added missing requires for perl(Text::CSV), thanks to Gerrit Jan Eldering for
|
||||||
|
reporting
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 03 08:57:56 UTC 2014 - pascal.bleser@opensuse.org
|
Fri Jan 03 08:57:56 UTC 2014 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
@ -40,6 +40,7 @@ Requires: perl(Gtk2::SimpleList)
|
|||||||
Requires: perl(LWP::UserAgent)
|
Requires: perl(LWP::UserAgent)
|
||||||
Requires: perl(Locale::gettext)
|
Requires: perl(Locale::gettext)
|
||||||
Requires: perl(Net::DNS)
|
Requires: perl(Net::DNS)
|
||||||
|
Requires: perl(Text::CSV)
|
||||||
Requires: zenity
|
Requires: zenity
|
||||||
# not actually needed, but to make the build fail if the dependencies
|
# not actually needed, but to make the build fail if the dependencies
|
||||||
# won't be available at runtime:
|
# won't be available at runtime:
|
||||||
@ -49,6 +50,7 @@ BuildRequires: perl(Digest::MD5)
|
|||||||
BuildRequires: perl(Encode)
|
BuildRequires: perl(Encode)
|
||||||
BuildRequires: perl(File::Basename)
|
BuildRequires: perl(File::Basename)
|
||||||
BuildRequires: perl(File::Copy)
|
BuildRequires: perl(File::Copy)
|
||||||
|
BuildRequires: perl(Text::CSV)
|
||||||
## BuildRequires: perl(File::Find::Rule)
|
## BuildRequires: perl(File::Find::Rule)
|
||||||
BuildRequires: perl(File::Path)
|
BuildRequires: perl(File::Path)
|
||||||
BuildRequires: perl(Glib)
|
BuildRequires: perl(Glib)
|
||||||
|
Loading…
Reference in New Issue
Block a user