rpms/mgetty/devel mgetty.spec,1.53,1.54

Jiri Skala jskala at fedoraproject.org
Mon Jan 25 16:47:56 UTC 2010


Author: jskala

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

Modified Files:
	mgetty.spec 
Log Message:
* Mon Jan 25 2010 Jiri Skala <jskala at redhat.com> - 1.1.36-6
- modified spec to make rpmlint more silent



Index: mgetty.spec
===================================================================
RCS file: /cvs/extras/rpms/mgetty/devel/mgetty.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -p -r1.53 -r1.54
--- mgetty.spec	14 Sep 2009 12:17:29 -0000	1.53
+++ mgetty.spec	25 Jan 2010 16:47:55 -0000	1.54
@@ -3,7 +3,7 @@
 Summary: A getty replacement for use with data and fax modems
 Name: mgetty
 Version: 1.1.36
-Release: 5%{?dist}
+Release: 6%{?dist}
 Source: ftp://mgetty.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-%{date}.tar.gz
 Source1: ftp://mgetty.greenie.net/pub/mgetty/source/1.1/mgetty%{version}-%{date}.tar.gz.asc
 Source2: logrotate.mgetty
@@ -41,7 +41,7 @@ Requires: /usr/sbin/sendmail
 URL: http://mgetty.greenie.net/
 
 %package sendfax
-Summary: Provides support for sending faxes over a modem.
+Summary: Provides support for sending faxes over a modem
 Requires: mgetty = %{version}
 Group: Applications/Communications
 Requires: mktemp
@@ -49,12 +49,12 @@ Requires: netpbm-progs
 Requires(pre): /usr/sbin/useradd
 
 %package voice
-Summary: A program for using your modem and mgetty as an answering machine.
+Summary: A program for using your modem and mgetty as an answering machine
 Requires: mgetty = %{version}
 Group: Applications/Communications
 
 %package viewfax
-Summary: An X Window System fax viewer.
+Summary: An X Window System fax viewer
 Group: Applications/Communications
 
 %description
@@ -182,12 +182,12 @@ fi
 
 %preun
 if [ -f %{_infodir}/mgetty.inf* ]; then
-    /sbin/install-info --delete %{_infodir}/mgetty.info.gz %{_infodir}/dir --entry="* mgetty: (mgetty). 	Package to handle faxes, voicemail and more." || :
+	/sbin/install-info --delete %{_infodir}/mgetty.info.gz %{_infodir}/dir --entry="* mgetty: (mgetty).		Package to handle faxes, voicemail and more." || :
 fi
 
 %pre sendfax
 /usr/sbin/useradd -c "mgetty fax spool user" -u 78 \
-        -s /sbin/nologin -r -d /var/spool/fax fax 2> /dev/null || :
+	-s /sbin/nologin -r -d /var/spool/fax fax 2> /dev/null || :
 
 %files
 %defattr(-,root,root)
@@ -308,9 +308,9 @@ fi
 %{_mandir}/man1/wavtopvf.1*
 %{_mandir}/man8/vgetty.8*
 %dir %{_sysconfdir}/mgetty+sendfax
-%config %{_sysconfdir}/mgetty+sendfax/voice.conf
-%config %{_sysconfdir}/logrotate.d/vgetty
-%config %{_sysconfdir}/logrotate.d/vm
+%config(noreplace) %{_sysconfdir}/mgetty+sendfax/voice.conf
+%config(noreplace) %{_sysconfdir}/logrotate.d/vgetty
+%config(noreplace) %{_sysconfdir}/logrotate.d/vm
 
 %files viewfax
 %defattr(-,root,root)
@@ -321,6 +321,9 @@ fi
 %{_mandir}/man1/viewfax.1*
 
 %changelog
+* Mon Jan 25 2010 Jiri Skala <jskala at redhat.com> - 1.1.36-6
+- modified spec to make rpmlint more silent
+
 * Mon Sep 14 2009 Jiri Skala <jskala at redhat.com> - 1.1.36-5
 - fixed #516001 - Errors installing mgetty with --excludedocs
 
@@ -330,7 +333,7 @@ fi
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.36-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Fri Oct 10 2008 Jiri Skala <jskala at redhat.com> - 1.1.36-1
+* Fri Oct 10 2008 Jiri Skala <jskala at redhat.com> - 1.1.36-2
 - fix #464983 - FTBFS mgetty-1.1.36-1.fc10 - regenerated patches
 
 * Thu Apr 10 2008 Martin Nagy <mnagy at redhat.com> - 1.1.36-1



More information about the scm-commits mailing list