Ignore:
Timestamp:
May 26, 2014, 3:16:42 AM (10 years ago)
Author:
achernya
Message:
Modernize spec files for F20
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc20-dev/server/fedora/specs/openssh.spec.patch

    r2429 r2525  
    1 --- openssh.spec.orig   2013-05-01 19:02:52.961058569 -0400
    2 +++ openssh.spec        2013-05-01 19:15:58.952058569 -0400
    3 @@ -74,7 +74,7 @@
     1--- openssh.spec.orig   2014-05-25 19:03:45.308703615 -0400
     2+++ openssh.spec        2014-05-25 19:05:57.593843283 -0400
     3@@ -71,7 +71,7 @@
    44 Summary: An open source implementation of SSH protocol versions 1 and 2
    55 Name: openssh
     
    1010 #URL1: http://pamsshagentauth.sourceforge.net
    1111 Source0: ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
    12 @@ -187,6 +187,7 @@
    13  # add latest config.{sub,guess} to support aarch64 (#926284)
    14  Patch907: openssh-6.2p1-aarch64.patch
     12@@ -196,6 +196,7 @@
     13 # ignore environment variables with embedded '=' or '\0' characters (#1077843)
     14 Patch909: openssh-6.4p1-ignore-bad-env-var.patch
    1515 
    1616+Patch1001: openssh-4.7p1-gssapi-name-in-env.patch
     
    1818 License: BSD
    1919 Group: Applications/Internet
    20 @@ -238,6 +239,7 @@
    21  Group: Applications/Internet
    22  Requires: openssh = %{version}-%{release}
     20@@ -254,6 +255,7 @@
     21 Requires(pre): /usr/sbin/useradd
     22 Requires: pam >= 1.0.1-3
    2323 Requires: fipscheck-lib%{_isa} >= 1.3.0
    2424+Provides: scripts-openssh-server
    25  
    26  %package server
    27  Summary: An open source SSH server daemon
    28 @@ -407,10 +409,12 @@
     25 Requires(post): systemd-units
     26 Requires(preun): systemd-units
     27 Requires(postun): systemd-units
     28@@ -411,10 +413,12 @@
    2929 %patch713 -p1 -b .ctr-cavs
    3030 
     
    3636 %patch900 -p1 -b .canohost
    3737-%patch901 -p1 -b .kuserok
    38 +# Remove the kuserok patch as it won't apply without patch800 
     38+# Remove the kuserok patch as it won't apply without patch800
    3939+# %patch901 -p1 -b .kuserok
    40  %patch905 -p1 -b .modpipe-cflags
    41  %patch906 -p1 -b .identityfile
    42  %patch907 -p1 -b .aarch64
    43 @@ -419,6 +423,8 @@
     40 %patch902 -p1 -b .ccache_name
     41 %patch903 -p1 -b .dh
     42 %patch904 -p1 -b .SP800-131A
     43@@ -428,6 +432,8 @@
    4444 # Nothing here yet
    4545 %endif
Note: See TracChangeset for help on using the changeset viewer.