Accepting request 1226579 from server:http
- Update to version 3.1.0+git0.f2b97918e: https://www.haproxy.com/blog/announcing-haproxy-3-1 OBS-URL: https://build.opensuse.org/request/show/1226579 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=151
This commit is contained in:
commit
d75127d1f6
4
_service
4
_service
@ -1,12 +1,12 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-3.0.git/</param>
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-3.1.git/</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">haproxy</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">v3.0.6</param>
|
||||
<param name="revision">v3.1.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-3.0.git/</param>
|
||||
<param name="changesrevision">c2c009086d300d0f86b1274e0b9ba7cb798f3e1d</param>
|
||||
<param name="url">http://git.haproxy.org/git/haproxy-3.1.git/</param>
|
||||
<param name="changesrevision">f2b97918e80b2f4df1da751a44fe6e323c6e4b9e</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
</servicedata>
|
||||
|
BIN
haproxy-3.0.6+git0.c2c009086.tar.gz
(Stored with Git LFS)
BIN
haproxy-3.0.6+git0.c2c009086.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
haproxy-3.1.0+git0.f2b97918e.tar.gz
Normal file
3
haproxy-3.1.0+git0.f2b97918e.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c19bd74bcea4f4f6c7e1bcf16e5a7e4342ebcfabe23852ebd147c41c46c94408
|
||||
size 5036386
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 14:57:39 UTC 2024 - mrueckert@suse.de
|
||||
|
||||
- Update to version 3.1.0+git0.f2b97918e:
|
||||
https://www.haproxy.com/blog/announcing-haproxy-3-1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 07 18:40:53 UTC 2024 - mrueckert@suse.de
|
||||
|
||||
|
@ -53,7 +53,7 @@
|
||||
%endif
|
||||
|
||||
Name: haproxy
|
||||
Version: 3.0.6+git0.c2c009086
|
||||
Version: 3.1.0+git0.f2b97918e
|
||||
Release: 0
|
||||
#
|
||||
#
|
||||
@ -270,7 +270,7 @@ getent passwd %{pkg_name} >/dev/null || \
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%license LICENSE
|
||||
%doc CHANGELOG README
|
||||
%doc CHANGELOG README.md
|
||||
%doc doc/* examples/
|
||||
%doc admin/netsnmp-perl/ admin/selinux/
|
||||
%dir %attr(-,root,haproxy) %{_sysconfdir}/%{pkg_name}
|
||||
|
Loading…
Reference in New Issue
Block a user