forked from pool/conntrack-tools
- Remove rc* symlinks
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/conntrack-tools?expand=0&rev=81
This commit is contained in:
parent
196b1d1375
commit
d93476f9d3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 18 09:32:49 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Remove rc* symlinks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 29 11:32:56 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
Fri Sep 29 11:32:56 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package conntrack-tools
|
# spec file for package conntrack-tools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,8 +27,7 @@ Release: 0
|
|||||||
Summary: Userspace tools for interacting with the Connection Tracking System
|
Summary: Userspace tools for interacting with the Connection Tracking System
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
URL: http://conntrack-tools.netfilter.org/
|
URL: https://conntrack-tools.netfilter.org/
|
||||||
|
|
||||||
#Git-Clone: git://git.netfilter.org/conntrack-tools
|
#Git-Clone: git://git.netfilter.org/conntrack-tools
|
||||||
Source: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.xz
|
Source: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.xz
|
||||||
Source2: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.xz.sig
|
Source2: https://www.netfilter.org/projects/conntrack-tools/files/conntrack-tools-%version.tar.xz.sig
|
||||||
@ -38,7 +37,6 @@ Source6: conntrackd.README.SUSE
|
|||||||
Source7: conntrackd.logrotate
|
Source7: conntrackd.logrotate
|
||||||
Source8: conntrackd.sysconfig
|
Source8: conntrackd.sysconfig
|
||||||
Source9: conntrackd.conf
|
Source9: conntrackd.conf
|
||||||
|
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex >= 2.5.33
|
BuildRequires: flex >= 2.5.33
|
||||||
@ -93,7 +91,6 @@ autoreconf -vif
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
b="%buildroot"
|
b="%buildroot"
|
||||||
ln -s service "$b/%_sbindir/rcconntrackd"
|
|
||||||
find "$b/%_libdir" -type f -name "*.la" -delete
|
find "$b/%_libdir" -type f -name "*.la" -delete
|
||||||
install -Dpm0644 "%_sourcedir"/conntrackd.service "$b/%_unitdir/conntrackd.service"
|
install -Dpm0644 "%_sourcedir"/conntrackd.service "$b/%_unitdir/conntrackd.service"
|
||||||
install -Dpm0644 "%_sourcedir/conntrackd.sysconfig" "$b/%_fillupdir/sysconfig.conntrackd"
|
install -Dpm0644 "%_sourcedir/conntrackd.sysconfig" "$b/%_fillupdir/sysconfig.conntrackd"
|
||||||
@ -129,7 +126,6 @@ fi
|
|||||||
%files -n conntrackd
|
%files -n conntrackd
|
||||||
%_sysconfdir/logrotate.d/conntrackd*
|
%_sysconfdir/logrotate.d/conntrackd*
|
||||||
%_sbindir/conntrackd
|
%_sbindir/conntrackd
|
||||||
%_sbindir/rcconntrackd
|
|
||||||
%_mandir/man5/conntrackd*
|
%_mandir/man5/conntrackd*
|
||||||
%_mandir/man8/conntrackd*
|
%_mandir/man8/conntrackd*
|
||||||
%dir %_docdir/%name
|
%dir %_docdir/%name
|
||||||
|
Loading…
Reference in New Issue
Block a user