rpms/fwrestart/devel fwrestart.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Mon Sep 26 17:37:22 UTC 2005


Author: kevin

Update of /cvs/extras/rpms/fwrestart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18241/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fwrestart.spec 
Log Message:
auto-import fwrestart-1.01-3 on branch devel from fwrestart-1.01-3.src.rpm


--- NEW FILE fwrestart.spec ---
Summary: A way to more safely re-load firewall rules remotely
Name: fwrestart
Version: 1.01
Release: 3
License: GPL
Group: Applications/System
URL: http://www.tummy.com/Community/software/
Source: ftp://ftp.tummy.com/pub/tummy/fwrestart/fwrestart-1.01.tar.gz
BuildRequires: python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch

%description
This program can automatically detect when changes to the firewall block
the administrative shell session, and to take corrective action

fwrestart uses terminal auto-response codes to safely re-start firewall
rules over a remote shell session.  It sends a request to your terminal
(xterm, for example), which responds back automatically.  When that
response is received, ensuring that fwrestart can communicate with the
terminal, fwrestart then issues a command to restart the firewall.
It then tries another request to the terminal, and if that is not
received within 5 seconds, a command is run to clear the firewall and
an appropriate error is generated.

%prep
%setup
%build

%install
rm -rf "$RPM_BUILD_ROOT"
mkdir -p "$RPM_BUILD_ROOT"/usr/sbin
mkdir -p "$RPM_BUILD_ROOT"/usr/share/man/man8
#  copy over files
cp fwrestart "$RPM_BUILD_ROOT"/usr/sbin
cp fwrestart.man "$RPM_BUILD_ROOT"/usr/share/man/man8/fwrestart.8

%clean
rm -rf "$RPM_BUILD_ROOT"

%files
%doc README LICENSE
%{_mandir}/man8/fwrestart.8.gz
%defattr(755,root,root)
%{_sbindir}/fwrestart

%changelog
* Thu Sep 22 2005 Kevin Fenzi <kevin at tummy.com> - 1.01-3
- A few more tweaks to clean up issues and re-submit to extras

* Thu May 26 2005 Kevin Fenzi <kevin at tummy.com> - 1.01-2
- Changed a number of items to match Fedora extras guidelines


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fwrestart/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Sep 2005 17:36:58 -0000	1.1
+++ .cvsignore	26 Sep 2005 17:37:20 -0000	1.2
@@ -0,0 +1 @@
+fwrestart-1.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fwrestart/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Sep 2005 17:36:58 -0000	1.1
+++ sources	26 Sep 2005 17:37:20 -0000	1.2
@@ -0,0 +1 @@
+c0997c048c1c01a43b169ecc1e0dc479  fwrestart-1.01.tar.gz




More information about the fedora-extras-commits mailing list