#18 Fix xvfb-run --error-file / auth-file options
Merged 8 months ago by ofourdan. Opened 8 months ago by orion.
rpms/ orion/xorg-x11-server xvfb-run  into  rawhide

file modified
+4 -1
@@ -46,7 +46,7 @@ 

  Summary:   X.Org X11 X server

  Name:      xorg-x11-server

  Version:   1.20.14

- Release:   24%{?gitdate:.%{gitdate}}%{?dist}

+ Release:   25%{?gitdate:.%{gitdate}}%{?dist}

  URL:       http://www.x.org

  License:   MIT

  
@@ -560,6 +560,9 @@ 

  

  

  %changelog

+ * Fri Sep 29 2023 Orion Poplawski <orion@nwra.com> - 1.20.14-25

+ - Fix xvfb-run --error-file / auth-file options

+ 

  * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.14-24

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

  

file modified
+1 -1
@@ -101,7 +101,7 @@ 

  

  # Parse the command line.

  ARGS=$(getopt --options +ade:f:hn:lp:s:w: \

-        --long auto-servernum,error-file:auth-file:,help,server-num:,listen-tcp,xauth-protocol:,server-args:,wait: \

+        --long auto-servernum,error-file:,auth-file:,help,server-num:,listen-tcp,xauth-protocol:,server-args:,wait: \

         --name "$PROGNAME" -- "$@")

  GETOPT_STATUS=$?

  

no initial comment

Build succeeded.
https://fedora.softwarefactory-project.io/zuul/buildset/036924a8a7c4471aacf941fea1bc6532

Thanks!
Seems sensible, weird that nobody noticed before!

Pull-Request has been merged by ofourdan

8 months ago
Metadata