Projects
Extra
python-scapy
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 2
View file
python-scapy.spec
Changed
@@ -20,6 +20,7 @@ Release: 0 Summary: Interactive Packet Manipulation Tool Source: http://www.secdev.org/projects/scapy/files/scapy-%{version}.tar.gz +Patch1: python-scapy-no-buildtime.patch Url: http://www.secdev.org/projects/scapy/ Group: Productivity/Networking/Security License: GPL-2.0 @@ -41,6 +42,7 @@ %prep %setup -q -n scapy-%{version} +%patch1 -p1 # For rpmlint warning: remove shebang from python library: sed -i '/^#!/d' ./scapy/layers/inet6.py sed -i '/^#!/d' ./scapy/tools/check_asdis.py
View file
python-scapy-no-buildtime.patch
Added
@@ -0,0 +1,13 @@ +Index: scapy-2.2.0/doc/scapy/conf.py +=================================================================== +--- scapy-2.2.0.orig/doc/scapy/conf.py ++++ scapy-2.2.0/doc/scapy/conf.py +@@ -108,7 +108,7 @@ html_static_path = ['_static'] + + # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, + # using the given strftime format. +-html_last_updated_fmt = '%b %d, %Y' ++html_last_updated_fmt = 'package build day' + + # If true, SmartyPants will be used to convert quotes and dashes to + # typographically correct entities.
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.