Changes of Revision 3
[-] | Changed | amanda.spec |
x 1
2 BuildRequires: glib2-devel openssl-devel swig bison flex 3 BuildRequires: libcurl-devel 4 Requires(pre): shadow-utils 5 -Requires(post): grep sed systemd-units 6 -Requires(preun): systemd-units 7 -Requires(postun): systemd-units 8 -Requires: fileutils grep tar /bin/mail 9 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) 10 Requires: amanda-libs%{?_isa} = %{version}-%{release} 11 Obsoletes: amanda-devel < 2.6.1p2-5 12
13 14 %post 15 /sbin/ldconfig 16 -%systemd_post amanda.socket 17 -%systemd_post amanda-udp.socket 18 19 %preun 20 -%systemd_preun amanda.socket 21 -%systemd_preun amanda-udp.socket 22 23 %postun 24 /sbin/ldconfig 25 -%systemd_postun_with_restart amanda.socket 26 -%systemd_postun_with_restart amanda-udp.socket 27 28 %post client -p /sbin/ldconfig 29 30 |