Accepting request 710299 from network
- Refresh spec-file via spec-cleaner and manual optimisations. * New URL and Source project. * Add pkgconfig for BuildRequires. - Update rp-pppoe to version 3.13. * Fix potential use-after-free bug. * Properly detecte kernel-mode PPPoE. - BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to shortcut the build queues by allowing usage of systemd-mini OBS-URL: https://build.opensuse.org/request/show/710299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rp-pppoe?expand=0&rev=25
This commit is contained in:
commit
601d8f89c7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00794e04031546b0e9b8cf286f2a6d1ccfc4a621b2a3abb2d7ef2a7ab7cc86c2
|
||||
size 224125
|
3
rp-pppoe-3.13.tar.gz
Normal file
3
rp-pppoe-3.13.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8cd6bc71ba46bd5f6eb4daf60220ccdcd991a8525111dee466501b1b9717e676
|
||||
size 224204
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 07:50:57 UTC 2019 - Илья Индиго <ilya@ilya.pp.ua>
|
||||
|
||||
- Refresh spec-file via spec-cleaner and manual optimisations.
|
||||
* New URL and Source project.
|
||||
* Add pkgconfig for BuildRequires.
|
||||
- Update rp-pppoe to version 3.13.
|
||||
* Fix potential use-after-free bug.
|
||||
* Properly detecte kernel-mode PPPoE.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 14:56:41 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
|
||||
shortcut the build queues by allowing usage of systemd-mini
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 10 02:40:34 UTC 2018 - ilya@ilya.pp.ua
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rp-pppoe
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,19 +12,20 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define _name pppoe
|
||||
%define _group dialout
|
||||
Name: rp-%{_name}
|
||||
Version: 3.12
|
||||
Version: 3.13
|
||||
Release: 0
|
||||
Summary: A PPP Over Ethernet Redirector for PPPD
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Networking/PPP
|
||||
URL: https://www.roaringpenguin.com/products/pppoe
|
||||
Source0: https://www.roaringpenguin.com/files/download/%{name}-%{version}.tar.gz
|
||||
URL: https://dianne.skoll.ca/projects/%{name}
|
||||
Source0: https://dianne.skoll.ca/projects/%{name}/download/%{name}-%{version}.tar.gz
|
||||
Source1: %{_name}-connect
|
||||
Source2: %{_name}-setup
|
||||
Source3: %{_name}-start
|
||||
@ -40,8 +41,9 @@ Patch4: %{name}-3.10-config.patch
|
||||
Patch5: %{name}-3.10-init.patch
|
||||
Patch6: %{name}-pie.patch
|
||||
Patch7: strip.diff
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: ppp
|
||||
BuildRequires: systemd
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
Requires: net-tools
|
||||
Requires: ppp
|
||||
Requires(post): permissions
|
||||
|
Loading…
x
Reference in New Issue
Block a user