]> git.pld-linux.org Git - packages/amanda.git/commitdiff
- force glib2 version requirement (amanda barfs if installed glib2 is
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 26 Nov 2010 10:07:55 +0000 (10:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  older than version it was compiled with)
- no auto some perl reqs

Changed files:
    amanda.spec -> 1.203

amanda.spec

index 75cd3d27f0313190d66d5abe2e812d72bf1cf437..90fad4a6e48e9602c70069f93fb3996e4f4c84c7 100644 (file)
@@ -59,6 +59,9 @@ Conflicts:    shadow < 1:4.0.4.1-4
 Conflicts:     pwdutils < 3.1.2-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# for some unknown reason those get detected in R but not in P (Tie::StdHash comes from perl)
+%define                _noautoreq      'perl(Tie::StdHash)' 'perl(Amanda::Recovery::Clerk::Feedback)' 'perl(Amanda::Taper::Scribe::Feedback)'
+
 %define                _ulibdir        %{_prefix}/lib
 
 %description
@@ -95,6 +98,7 @@ Requires(pre):        /usr/bin/chsh
 Requires(pre): /usr/bin/getgid
 Requires(pre): /usr/sbin/groupadd
 Requires(pre): /usr/sbin/useradd
+%requires_ge   glib2
 Requires:      setup >= 2.6.1-1
 Provides:      group(amanda)
 Provides:      user(amanda)
This page took 0.167839 seconds and 4 git commands to generate.