Blame SPECS/minicom.spec

Packit 6a90e3
Summary: A text-based modem control and terminal emulation program
Packit 6a90e3
Name: minicom
Packit 6a90e3
Version: 2.7.1
Packit 6a90e3
Release: 9%{?dist}
Packit 6a90e3
URL: http://alioth.debian.org/projects/minicom/
Packit 6a90e3
# Some files are built from Public Domain files in addition to GPLv2+ files
Packit 6a90e3
# (/usr/bin/minicom). Some LGPLv2+ files *may* be used in building of certain
Packit 6a90e3
# files (minicom, ascii-xfr, runscript). They are probably not actually used,
Packit 6a90e3
# but I wasn't able to exclude them from the build process completely yet.
Packit 6a90e3
# The rest is simply GPLv2+.
Packit 6a90e3
License: GPLv2+ and LGPLv2+ and Public Domain
Packit 6a90e3
#ExcludeArch: s390 s390x
Packit 6a90e3
Packit 6a90e3
Source0: https://alioth.debian.org/frs/download.php/file/4215/%{name}-%{version}.tar.gz
Packit 6a90e3
Packit 6a90e3
# Upstream patch:
Packit 6a90e3
Patch1: 0001-Add-a-missing-va_end-call.patch
Packit 6a90e3
# Upstream patch:
Packit 6a90e3
Patch2: 0002-Make-sure-strings-copied-by-strncpy-are-null-termina.patch
Packit 6a90e3
# Upstream patch:
Packit 6a90e3
Patch3: 0003-Fix-file-descriptor-leaks.patch
Packit 6a90e3
# Upstream patch:
Packit 6a90e3
Patch4: 0004-Fix-a-directory-handle-leak.patch
Packit 6a90e3
# Upstream patch:
Packit 6a90e3
Patch5: 0005-Fix-a-read-past-end-of-buffer.patch
Packit 6a90e3
# Upstream patch:
Packit 6a90e3
Patch6: 0006-Fix-a-warning-about-an-unused-variable.patch
Packit 6a90e3
# Upstream patch:
Packit 6a90e3
Patch7: 0007-loadconv-Add-missing-fclose.patch
Packit 6a90e3
Packit 6a90e3
BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel
Packit 6a90e3
BuildRequires: gcc
Packit 6a90e3
# For %%autosetup -S git:
Packit 6a90e3
BuildRequires: git
Packit 6a90e3
Requires: lockdev lrzsz
Packit 6a90e3
Packit 6a90e3
Packit 6a90e3
%description
Packit 6a90e3
Minicom is a simple text-based modem control and terminal emulation
Packit 6a90e3
program somewhat similar to MSDOS Telix. Minicom includes a dialing
Packit 6a90e3
directory, full ANSI and VT100 emulation, an (external) scripting
Packit 6a90e3
language, and other features.
Packit 6a90e3
Packit 6a90e3
Packit 6a90e3
%prep
Packit 6a90e3
%autosetup -S git
Packit 6a90e3
Packit 6a90e3
cp -pr doc doc_
Packit 6a90e3
rm -f doc_/Makefile*
Packit 6a90e3
Packit 6a90e3
Packit 6a90e3
%build
Packit 6a90e3
#./autogen.sh
Packit 6a90e3
autoreconf --verbose --force --install
Packit 6a90e3
Packit 6a90e3
# Remove unused files to make sure we've got the License tag right.
Packit 6a90e3
# It seems this needs to be done after autoreconf, otherwise it will fail.
Packit 6a90e3
rm -f lib/snprintf.c
Packit 6a90e3
Packit 6a90e3
%configure
Packit 6a90e3
%make_build
Packit 6a90e3
Packit 6a90e3
Packit 6a90e3
%install
Packit 6a90e3
%make_install
Packit 6a90e3
mkdir -p %{buildroot}%{_sysconfdir}
Packit 6a90e3
Packit 6a90e3
%find_lang %{name}
Packit 6a90e3
Packit 6a90e3
Packit 6a90e3
%files -f %{name}.lang
Packit 6a90e3
%doc ChangeLog AUTHORS NEWS TODO doc_/*
Packit 6a90e3
%license COPYING
Packit 6a90e3
# DO NOT MAKE minicom SUID/SGID anything.
Packit 6a90e3
%{_bindir}/minicom
Packit 6a90e3
%{_bindir}/runscript
Packit 6a90e3
%{_bindir}/xminicom
Packit 6a90e3
%{_bindir}/ascii-xfr
Packit 6a90e3
%{_mandir}/man1/*
Packit 6a90e3
Packit 6a90e3
Packit 6a90e3
%changelog
Packit 6a90e3
* Mon Aug 13 2018 Ondřej Lysoněk <olysonek@redhat.com> - 2.7.1-9
Packit 6a90e3
- Fix issues found by Coverity Scan
Packit 6a90e3
- Resolves: rhbz#1602618
Packit 6a90e3
Packit 6a90e3
* Mon Jul 23 2018 Ondřej Lysoněk <olysonek@redhat.com> - 2.7.1-8
Packit 6a90e3
- Corrected the License tag
Packit 6a90e3
Packit 6a90e3
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-7
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Mon Feb 19 2018 Ondřej Lysoněk <olysonek@redhat.com> - 2.7.1-6
Packit 6a90e3
- Add gcc to BuildRequires
Packit 6a90e3
Packit 6a90e3
* Tue Feb 13 2018 Vasiliy N. Glazov <vascom2@gmail.com> - 2.7.1-5
Packit 6a90e3
- Cleanup spec
Packit 6a90e3
Packit 6a90e3
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-4
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-3
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-2
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Sat Jul 15 2017 Filipe Rosset <rosset.filipe@gmail.com> - 2.7.1-1
Packit 6a90e3
- Rebuilt to new upstream version 2.7.1 fixes rhbz#1443071 and rhbz#1443129
Packit 6a90e3
Packit 6a90e3
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-7
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.7-6
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-5
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 2.7-4
Packit 6a90e3
- Rebuilt for Fedora 23 Change
Packit 6a90e3
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
Packit 6a90e3
Packit 6a90e3
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-3
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.7-2
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Mon Jan 06 2014 Jaromir Capik <jcapik@redhat.com> - 2.7-1
Packit 6a90e3
- Update to 2.7
Packit 6a90e3
- Fixing bogus dates in the changelog
Packit 6a90e3
Packit 6a90e3
* Wed Aug 07 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-4
Packit 6a90e3
- Fixing the license tag
Packit 6a90e3
Packit 6a90e3
* Wed Jul 31 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-3
Packit 6a90e3
- RH man page scan (#948521)
Packit 6a90e3
Packit 6a90e3
* Thu Feb 07 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-2
Packit 6a90e3
- Disabling lockfile warnings when the device disappears (ttyUSB hot unplug)
Packit 6a90e3
Packit 6a90e3
* Thu Feb 07 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.2-1
Packit 6a90e3
- Update to 2.6.2
Packit 6a90e3
Packit 6a90e3
* Wed Jan 23 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.1-2
Packit 6a90e3
- Disable lock path config when built with lockdev (#754235)
Packit 6a90e3
Packit 6a90e3
* Tue Jan 22 2013 Jaromir Capik <jcapik@redhat.com> - 2.6.1-1
Packit 6a90e3
- Update to 2.6.1
Packit 6a90e3
Packit 6a90e3
* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> 2.5-11
Packit 6a90e3
- Fixing the license tag
Packit 6a90e3
Packit 6a90e3
* Wed Nov 21 2012 Jaromir Capik <jcapik@redhat.com> 2.5-10
Packit 6a90e3
- Removing de-ANSI-fication (obsolete - support removed from autotools)
Packit 6a90e3
Packit 6a90e3
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-9
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-8
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Mon Oct 24 2011 Jaromir Capik <jcapik@redhat.com> 2.5-7
Packit 6a90e3
- applying modified lockdev patch made by Jiri Popelka (#747936)
Packit 6a90e3
- minor spec file changes according to the latest guidelines
Packit 6a90e3
Packit 6a90e3
* Wed Apr 6 2011 Jan Görig <jgorig@redhat.com> 2.5-6
Packit 6a90e3
- reverted last change (#681898)
Packit 6a90e3
Packit 6a90e3
* Wed Mar 9 2011 Jan Görig <jgorig@redhat.com> 2.5-5
Packit 6a90e3
- dropped rh patch because /var/lock/lockdev is now world writeable
Packit 6a90e3
Packit 6a90e3
* Thu Feb 24 2011 Jan Görig <jgorig@redhat.com> 2.5-4
Packit 6a90e3
- fixed crashing on device reconnecting (#678812)
Packit 6a90e3
Packit 6a90e3
* Wed Feb 09 2011 Jan Görig <jgorig@redhat.com> 2.5-3
Packit 6a90e3
- fixed crashing on non-readable directory (#675400)
Packit 6a90e3
- fixed typos in minicom and runscript manpages (#675453,#675456)
Packit 6a90e3
Packit 6a90e3
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5-2
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Mon Jan 31 2011 Jan Görig <jgorig@redhat.com> 2.5-1
Packit 6a90e3
- update to new upstream version
Packit 6a90e3
- remove patches merged by upstream
Packit 6a90e3
- update rh patch to support unix socket (#592355)
Packit 6a90e3
Packit 6a90e3
* Fri Jan 14 2011 Jan Görig <jgorig@redhat.com> 2.4-2
Packit 6a90e3
- fixed typos in ascii-xfr manpage (#669098)
Packit 6a90e3
- fixed empty lines handling in configuration file (#669406)
Packit 6a90e3
Packit 6a90e3
* Tue Mar 9 2010 Jan Görig <jgorig@redhat.com> 2.4-1
Packit 6a90e3
- update to 2.4
Packit 6a90e3
- /etc/minicom.users removed by upstream
Packit 6a90e3
- add minicom-2.4-config.patch
Packit 6a90e3
- remove minicom-2.3-getline.patch - fixed in upstream
Packit 6a90e3
- remove minicom-2.3-drop-privs.patch - permissions handling removed by upstream
Packit 6a90e3
- remove minicom-2.3-ncurses.patch - deprecated
Packit 6a90e3
- modify minicom-2.4-rh.patch - wrong doinit checking (#519637)
Packit 6a90e3
Packit 6a90e3
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-6
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Thu Jul 16 2009 Miroslav Lichvar <mlichvar@redhat.com> 2.3-5
Packit 6a90e3
- rename getline to avoid conflict with glibc (#511715)
Packit 6a90e3
- remove makefiles from docs
Packit 6a90e3
- drop wchar patch
Packit 6a90e3
Packit 6a90e3
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4
Packit 6a90e3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
Packit 6a90e3
Packit 6a90e3
* Fri Aug 29 2008 Miroslav Lichvar <mlichvar@redhat.com> 2.3-3
Packit 6a90e3
- rediff patches with fuzz
Packit 6a90e3
Packit 6a90e3
* Thu Mar 13 2008 Lubomir Kundrak <lkundrak@redhat.com> 2.3-2
Packit 6a90e3
- Add ChangeLog to %%doc
Packit 6a90e3
Packit 6a90e3
* Sun Feb 24 2008 Lubomir Kundrak <lkundrak@redhat.com> 2.3-1
Packit 6a90e3
- 2.3
Packit 6a90e3
Packit 6a90e3
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.2-6
Packit 6a90e3
- Autorebuild for GCC 4.3
Packit 6a90e3
Packit 6a90e3
* Sun Sep 23 2007 Lubomir Kundrak <lkundrak@redhat.com> 2.2-5
Packit 6a90e3
- Fix capture file handling (#302081)
Packit 6a90e3
Packit 6a90e3
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-4
Packit 6a90e3
- update license tag
Packit 6a90e3
Packit 6a90e3
* Wed Jul 25 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-3
Packit 6a90e3
- check for errors on tty device (#248701)
Packit 6a90e3
Packit 6a90e3
* Tue Jul 10 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-2
Packit 6a90e3
- improve signal handling a bit (#246465)
Packit 6a90e3
Packit 6a90e3
* Fri Mar 09 2007 Miroslav Lichvar <mlichvar@redhat.com> 2.2-1
Packit 6a90e3
- update to 2.2
Packit 6a90e3
- handle filenames with spaces (#98655)
Packit 6a90e3
- add requires for lrzsz
Packit 6a90e3
- spec cleanup
Packit 6a90e3
Packit 6a90e3
* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> 2.1-3
Packit 6a90e3
- removed unnecessary debug output (#199707)
Packit 6a90e3
Packit 6a90e3
* Tue Jul 18 2006 Martin Stransky <stransky@redhat.com> 2.1-2
Packit 6a90e3
- added ncurses-devel to BuildPrereq
Packit 6a90e3
Packit 6a90e3
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2.2
Packit 6a90e3
- rebuild
Packit 6a90e3
Packit 6a90e3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2.1
Packit 6a90e3
- bump again for double-long bug on ppc(64)
Packit 6a90e3
Packit 6a90e3
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1-1.2
Packit 6a90e3
- rebuilt for new gcc4.1 snapshot and glibc changes
Packit 6a90e3
Packit 6a90e3
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
Packit 6a90e3
- rebuilt
Packit 6a90e3
Packit 6a90e3
* Thu Jul 14 2005 Martin Stransky <stransky@redhat.com> 2.1-1
Packit 6a90e3
- New upstream version
Packit 6a90e3
Packit 6a90e3
* Mon Mar  7 2005 Martin Stransky <stransky@redhat.com>
Packit 6a90e3
- gcc4 patch
Packit 6a90e3
Packit 6a90e3
* Wed Oct 20 2004 Adrian Havill <havill@redhat.com> 2.00.0-20
Packit 6a90e3
- correct an off-by-one error array-store error (#110770)
Packit 6a90e3
Packit 6a90e3
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
Packit 6a90e3
- rebuilt
Packit 6a90e3
Packit 6a90e3
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
Packit 6a90e3
- rebuilt
Packit 6a90e3
Packit 6a90e3
* Fri Sep 12 2003 Adrian Havill <havill@redhat.com> 2.00.0-17.1
Packit 6a90e3
- bump n-v-r for RHEL
Packit 6a90e3
Packit 6a90e3
* Fri Sep 12 2003 Adrian Havill <havill@redhat.com> 2.00.0-17
Packit 6a90e3
- fix error handling for the case when you attempt to "goto" a dir
Packit 6a90e3
  that doesn't exist. (#103902)
Packit 6a90e3
- updated URL in spec file
Packit 6a90e3
Packit 6a90e3
* Thu Aug 21 2003 Adrian Havill <havill@redhat.com> 2.00.0-16.1
Packit 6a90e3
- bump n-v-r for RHEL
Packit 6a90e3
Packit 6a90e3
* Thu Aug 21 2003 Adrian Havill <havill@redhat.com> 2.00.0-16
Packit 6a90e3
- don't overwrite buffer when ins chars (#98733)
Packit 6a90e3
Packit 6a90e3
* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 2.00.0-15.1
Packit 6a90e3
- bump n-v-r for RHEL
Packit 6a90e3
Packit 6a90e3
* Wed Aug 20 2003 Adrian Havill <havill@redhat.com> 2.00.0-15
Packit 6a90e3
- initialize savetrans, check vttrans to prevent segfaults with
Packit 6a90e3
  certain ESC sequences (#84129)
Packit 6a90e3
Packit 6a90e3
* Fri Aug 01 2003 Adrian Havill <havill@redhat.com> 2.00.0-14
Packit 6a90e3
- removed static buffers that limit multi-file zmodem functionality (#98654)
Packit 6a90e3
- removed assertions from above patch, massage out conflicts with rh patch
Packit 6a90e3
Packit 6a90e3
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
Packit 6a90e3
- rebuilt
Packit 6a90e3
Packit 6a90e3
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
Packit 6a90e3
- rebuilt
Packit 6a90e3
Packit 6a90e3
* Sat Jan 18 2003 Mike A. Harris <mharris@redhat.com> 2.00.0-11
Packit 6a90e3
- Update spec file URL to new homepage (#71894)
Packit 6a90e3
Packit 6a90e3
* Mon Dec  2 2002 Tim Powers <timp@redhat.com> 2.00.0-10
Packit 6a90e3
- add PreReq coreutils so that we get the ordering right in the
Packit 6a90e3
  install
Packit 6a90e3
Packit 6a90e3
* Wed Nov 13 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-9
Packit 6a90e3
- Added find_lang macro andlang files to package, also avoiding 
Packit 6a90e3
  _unpackaged_files_terminate_build
Packit 6a90e3
- Added with_desktop_menu_entry macro to disable minicom.desktop by default
Packit 6a90e3
Packit 6a90e3
* Tue Oct  8 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-8
Packit 6a90e3
- All-arch rebuild
Packit 6a90e3
- Make /etc/minicom.users config(noreplace)
Packit 6a90e3
Packit 6a90e3
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
Packit 6a90e3
- automated rebuild
Packit 6a90e3
Packit 6a90e3
* Sun May 26 2002 Tim Powers <timp@redhat.com>
Packit 6a90e3
- automated rebuild
Packit 6a90e3
Packit 6a90e3
* Tue May 21 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-4
Packit 6a90e3
- Rebuilt in new build environment
Packit 6a90e3
Packit 6a90e3
* Tue Feb 26 2002 Mike A. Harris <mharris@redhat.com> 2.00.0-3
Packit 6a90e3
- Rebuilt in new build environment
Packit 6a90e3
Packit 6a90e3
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 2.00.0-2
Packit 6a90e3
- automated rebuild
Packit 6a90e3
Packit 6a90e3
* Wed Nov 21 2001 Mike A. Harris <mharris@redhat.com> 2.00.0-1
Packit 6a90e3
- Updated to version 2.00.0-0, which now uses GNU autoconf for everything,
Packit 6a90e3
  to ease portability and internationalization issues.  Hold on for the
Packit 6a90e3
  ride, as there's bound to be some bumps on the way.  ;o)  On the up side,
Packit 6a90e3
  the packaging is likely to be MUCH more maintainable in the future, which
Packit 6a90e3
  is very nice to see.
Packit 6a90e3
- Disabled most patches as they are either included now, not needed, or
Packit 6a90e3
  it has yet to be determined.
Packit 6a90e3
Packit 6a90e3
* Fri Oct 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 1.83.1-17
Packit 6a90e3
- Delete bad entries in ko.po, fix charset in ja.po
Packit 6a90e3
Packit 6a90e3
* Tue Aug 28 2001 Jeff Johnson <jbj@redhat.com>
Packit 6a90e3
- map specific errno's into status for return from helper.
Packit 6a90e3
Packit 6a90e3
* Tue Aug 14 2001 Jeff Johnson <jbj@redhat.com>
Packit 6a90e3
- rebuild against unzigged lockdev-1.0.0-11 (#51577).
Packit 6a90e3
- add BuildPrereq: on lockdev-devel, not /usr/include/baudboy.h.
Packit 6a90e3
Packit 6a90e3
* Sun Aug 12 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-14
Packit 6a90e3
- Added Requires: lockdev (#51576)
Packit 6a90e3
- s/Copyright/License/
Packit 6a90e3
Packit 6a90e3
* Sat Jul 28 2001 Jeff Johnson <jbj@redhat.com>
Packit 6a90e3
- use baudboy for serial port locking.
Packit 6a90e3
Packit 6a90e3
* Mon Jul 23 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-12
Packit 6a90e3
- Added minicom-1.83.1-disable-message.patch to disable warning message and
Packit 6a90e3
  delay when running minicom as root since root-only is the only supported
Packit 6a90e3
  method of running minicom now due to security issues.
Packit 6a90e3
  
Packit 6a90e3
* Sat Jul 21 2001 Tim Powers <timp@redhat.com> 1.83.1-11
Packit 6a90e3
- no minicom applnk entry. Is cluttering up the menus
Packit 6a90e3
Packit 6a90e3
* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
Packit 6a90e3
- add ExcludeArch: s390 s390x
Packit 6a90e3
- allow to build with newer gettext versions
Packit 6a90e3
Packit 6a90e3
* Thu May  3 2001 Mike A. Harris <mharris@redhat.com> 1.83.1-8
Packit 6a90e3
- Changed minicom to disable SGID/SUID operation completely as it was
Packit 6a90e3
  never designed to be secure, and likely never will be. (#35613)
Packit 6a90e3
- Updated the format string patch I made to fix more format string abuses.
Packit 6a90e3
- Added Czeck cs_CZ locale translations.
Packit 6a90e3
Packit 6a90e3
* Thu Apr 12 2001 Mike A. Harris <mharris@redhat.com>
Packit 6a90e3
- Fixed format string vuln in usage of do_log()  (bug #35613)
Packit 6a90e3
- Fixed misc other format string abuse with werror().
Packit 6a90e3
- Changed main tarball to bzip2 compression
Packit 6a90e3
- Corrected Buildroot to use _tmppath
Packit 6a90e3
Packit 6a90e3
* Tue Mar 27 2001 Crutcher Dunnavant <crutcher@redhat.com>
Packit 6a90e3
- patch to drop mask for config file
Packit 6a90e3
Packit 6a90e3
* Fri Feb 23 2001 Jakub Jelinek <jakub@redhat.com>
Packit 6a90e3
- fix build under glibc 2.2.2
Packit 6a90e3
Packit 6a90e3
* Thu Aug 24 2000 Bill Nottingham <notting@redhat.com>
Packit 6a90e3
- drop privs on opening of capture file
Packit 6a90e3
Packit 6a90e3
* Fri Aug  4 2000 Bill Nottingham <notting@redhat.com>
Packit 6a90e3
- add translation to desktop entry
Packit 6a90e3
Packit 6a90e3
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
Packit 6a90e3
- automatic rebuild
Packit 6a90e3
Packit 6a90e3
* Sat Jun 10 2000 Bill Nottingham <notting@redhat.com>
Packit 6a90e3
- update to 1.83.1
Packit 6a90e3
Packit 6a90e3
* Wed Apr  5 2000 Bill Nottingham <notting@redhat.com>
Packit 6a90e3
- rebuild against current ncurses/readline
Packit 6a90e3
Packit 6a90e3
* Tue Mar  7 2000 Jeff Johnson <jbj@redhat.com>
Packit 6a90e3
- rebuild for sparc baud rates > 38400.
Packit 6a90e3
Packit 6a90e3
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
Packit 6a90e3
- wmconfig -> desktop
Packit 6a90e3
Packit 6a90e3
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
Packit 6a90e3
- fix description
Packit 6a90e3
Packit 6a90e3
* Fri Dec 17 1999 Bill Nottingham <notting@redhat.com>
Packit 6a90e3
- update to 1.83.0
Packit 6a90e3
Packit 6a90e3
* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
Packit 6a90e3
- update to 1.82.1
Packit 6a90e3
- s/sunsite/metalab
Packit 6a90e3
Packit 6a90e3
* Wed May 19 1999 Jeff Johnson <jbj@redhat.com>
Packit 6a90e3
- restore setgid uucp to permit minicom to lock in /var/lock (#2922).
Packit 6a90e3
Packit 6a90e3
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
Packit 6a90e3
- auto rebuild in the new build environment (release 5)
Packit 6a90e3
Packit 6a90e3
* Sun Jan 24 1999 Michael Maher <mike@redhat.com>
Packit 6a90e3
- fixed bug, changed groups.
Packit 6a90e3
Packit 6a90e3
* Thu Oct 01 1998 Cristian Gafton <gafton@redhat.com>
Packit 6a90e3
- updated to 1.82 to include i18n fixes
Packit 6a90e3
Packit 6a90e3
* Wed Sep 02 1998 Michael Maher <mike@redhat.com>
Packit 6a90e3
- Built package for 5.2.
Packit 6a90e3
Packit 6a90e3
* Sun May 10 1998 Cristian Gafton <gafton@redhat.com>
Packit 6a90e3
- security fixes (alan cox, but he forgot about the changelog)
Packit 6a90e3
Packit 6a90e3
* Thu May 07 1998 Prospector System <bugs@redhat.com>
Packit 6a90e3
- translations modified for de, fr, tr
Packit 6a90e3
Packit 6a90e3
* Thu May 07 1998 Cristian Gafton <gafton@redhat.com>
Packit 6a90e3
- BuildRoot; updated .make patch to cope with the buildroot
Packit 6a90e3
- fixed the spec file
Packit 6a90e3
Packit 6a90e3
* Wed May 06 1998 Michael Maher <mike@redhat.com>
Packit 6a90e3
- update of package (1.81)
Packit 6a90e3
Packit 6a90e3
* Wed Oct 29 1997 Otto Hammersmith <otto@redhat.com>
Packit 6a90e3
- added wmconfig entries
Packit 6a90e3
Packit 6a90e3
* Tue Oct 21 1997 Otto Hammersmith <otto@redhat.com>
Packit 6a90e3
- fixed source url
Packit 6a90e3
Packit 6a90e3
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
Packit 6a90e3
- built against glibc