rpms/netatalk/devel netatalk.spec,1.48,1.49

Jiri Skala jskala at fedoraproject.org
Mon Jan 26 16:57:46 UTC 2009


Author: jskala

Update of /cvs/extras/rpms/netatalk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1908

Modified Files:
	netatalk.spec 
Log Message:
* Fri Jan 23 2009 Jiri Skala <jskala at redhat.com> -4:3.0.3-24
- fix #473186 conflict timeout with coreutils



Index: netatalk.spec
===================================================================
RCS file: /cvs/extras/rpms/netatalk/devel/netatalk.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- netatalk.spec	17 Jan 2009 15:27:22 -0000	1.48
+++ netatalk.spec	26 Jan 2009 16:57:16 -0000	1.49
@@ -1,7 +1,7 @@
 Summary: AppleTalk networking programs
 Name:    netatalk
 Version: 2.0.3
-Release: 23%{?dist}
+Release: 24%{?dist}
 Epoch:   4
 License: GPLv2+
 Group:   System Environment/Daemons
@@ -31,6 +31,16 @@
 This package enables Linux to talk to Macintosh computers via the
 AppleTalk networking protocol. It includes a daemon to allow Linux
 to act as a file server over EtherTalk or IP for Mac's.
+The systems without coreutils 7.0 and later require netatalk-timeout package.
+
+%package timeout
+Summary: Timeout utility for the systems without coreutils
+Group:   System Environment/Daemons
+Requires: netatalk = %{version}-%{release}
+Conflicts: coreutils >= 7.0
+
+%description timeout
+The package contains the timeout utility that was a part of netatalk earlier. The coreutils 7.0 and later contains this utility too therefore the timeout is separated to sub-package for usage on the systems without coreutils.
 
 %package devel
 Summary: Headers for Appletalk development
@@ -174,13 +184,19 @@
 %{_sbindir}/*
 %{_bindir}/*
 %exclude %{_bindir}/netatalk-config
+%exclude %{_bindir}/timeout
 %{_mandir}/man*/*
 %exclude %{_mandir}/man*/netatalk-config*
+%exclude %{_mandir}/man1/timeout.1.gz
 %{_datadir}/netatalk
 %dir %{_libdir}/atalk
 %{_libdir}/atalk/*.so
 %{_libexecdir}/*
 
+%files timeout
+%{_bindir}/timeout
+%{_mandir}/man1/timeout.1.gz
+
 %files devel
 %defattr(-,root,root)
 %dir %{_includedir}/atalk
@@ -192,6 +208,9 @@
 %{_mandir}/man*/netatalk-config.1*
 
 %changelog
+* Fri Jan 23 2009 Jiri Skala <jskala at redhat.com> -4:3.0.3-24
+- fix #473186 conflict timeout with coreutils
+
 * Sat Jan 17 2009 Tomas Mraz <tmraz at redhat.com> - 4:2.0.3-23
 - rebuild with new openssl
 




More information about the fedora-extras-commits mailing list