From 3026c5b75b9caae3ad449ba8e998f93dfa3a934cdeaeb4cb9d00492d81946eae Mon Sep 17 00:00:00 2001 From: Marius Tomaschewski Date: Wed, 15 Feb 2012 13:48:10 +0000 Subject: [PATCH] - Fixed rpmlint runlevel & fsf warnings, updated rpmlintrc OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=40 --- strongswan-4.6.1-rpmlintrc | 4 ++++ strongswan.changes | 1 + strongswan.init.in | 4 ++-- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/strongswan-4.6.1-rpmlintrc b/strongswan-4.6.1-rpmlintrc index 1a4d703..b6f2319 100644 --- a/strongswan-4.6.1-rpmlintrc +++ b/strongswan-4.6.1-rpmlintrc @@ -3,3 +3,7 @@ addFilter("strongswan.* incoherent-init-script-name ipsec") # - readme only, triggers full ipsec + ikev1&ikev2 install addFilter("strongswan.* no-binary") +# - link to init script, covered by service(8) +addFilter("strongswan.* no-manual-page-for-binary rcipsec") +# - no, restating tunnels on update may break the update +addFilter("strongswan.*restart_on_update-postun /etc/init.d/ipsec") diff --git a/strongswan.changes b/strongswan.changes index 1bbd3bd..60b23a0 100644 --- a/strongswan.changes +++ b/strongswan.changes @@ -44,6 +44,7 @@ Wed Feb 15 13:31:40 UTC 2012 - mt@suse.com deliver metadata about IKE_SAs via a SOAP interface to a MAP server. The tnc-ifmap plugin requires the Apache Axis2/C library. - Merged patches, changed strongswan-doc to be a noarch package. +- Fixed rpmlint runlevel & fsf warnings, updated rpmlintrc ------------------------------------------------------------------- Mon Feb 6 10:27:00 UTC 2012 - aj@suse.de diff --git a/strongswan.init.in b/strongswan.init.in index c6ac6ad..15a7e60 100644 --- a/strongswan.init.in +++ b/strongswan.init.in @@ -17,7 +17,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, # USA. # # /etc/init.d/ipsec @@ -41,7 +41,7 @@ # Should-Start: $time # Required-Stop: $syslog $remote_fs $named # Should-Stop: $time -# Default-Start: 3 4 5 +# Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Short-Description: StrongSwan IPsec # Description: StrongSwan IPsec provides encrypted and authenticated