!1 setserial: optimization the spec

Merge pull request !1 from orange-snn/init
This commit is contained in:
openeuler-ci-bot 2020-01-03 17:41:05 +08:00 committed by Gitee
commit faf9d78c42
2 changed files with 10 additions and 16 deletions

View File

@ -1,11 +0,0 @@
--- setserial-2.17/README.readme Tue Sep 11 17:59:52 2001
+++ setserial-2.17/README Tue Sep 11 18:00:27 2001
@@ -13,6 +13,6 @@
The simplest way to configure the serial ports is to copy the provided
rc.serial file to the appropriate /etc/rc.d directory. For example,
-to install rc.serial on a RedHat system, copy rc.serial to
-/etc/rc.d/init.d/serial, and then run the command "chkconfig -add serial".
+to install rc.serial on a Fedora system, copy rc.serial to
+/etc/rc.d/init.d/serial, and then run the command "chkconfig --add serial".

View File

@ -1,7 +1,7 @@
%define _bindir /bin
Name: setserial
Version: 2.17
Release: 49
Release: 50
Summary: A utility for configuring serial ports
License: GPL+
URL: https://setserial.sourceforge.net
@ -9,10 +9,9 @@ Source0: https://sourceforge.net/projects/setserial/files/setserial/%{ve
Patch0: setserial-2.17-fhs.patch
Patch1: setserial-2.17-rc.patch
Patch2: setserial-2.17-readme.patch
Patch3: setserial-2.17-spelling.patch
Patch4: setserial-hayesesp.patch
Patch5: setserial-aarch64.patch
Patch2: setserial-2.17-spelling.patch
Patch3: setserial-hayesesp.patch
Patch4: setserial-aarch64.patch
BuildRequires: gcc groff git
@ -48,6 +47,12 @@ install -d %{buildroot}/%{_mandir}/man8
%{_mandir}/man*/*.gz
%changelog
* Thu Jan 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 2.17-50
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:optimization the spec
* Mon Oct 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 2.17-49
- Type:enhancement
- Id:NA