Commit Graph

81 Commits

Author SHA256 Message Date
Dominique Leuenberger
be42ef60b2 Accepting request 580532 from Base:System
OBS-URL: https://build.opensuse.org/request/show/580532
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=47
2018-03-01 10:59:44 +00:00
980f76f9cf Accepting request 580104 from home:favogt:licensetag
Use %license (boo#1082318). Please forward to SLE, if possible

OBS-URL: https://build.opensuse.org/request/show/580104
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=67
2018-02-27 09:47:28 +00:00
577bbc8a6e Accepting request 565923 from home:kukuk:branches:Base:System
- Move /usr/include/tirpc to /usr/include

OBS-URL: https://build.opensuse.org/request/show/565923
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=66
2018-01-23 11:08:20 +00:00
Dominique Leuenberger
4c8f8dec59 Accepting request 546027 from Base:System
OBS-URL: https://build.opensuse.org/request/show/546027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=46
2017-12-06 07:46:55 +00:00
Thomas Blume
b800fde03c Accepting request 546021 from home:kukuk:branches:Base:System
- Add COPYING.GPLv2 and install Licenses for GPLv2 code.

OBS-URL: https://build.opensuse.org/request/show/546021
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=64
2017-11-27 13:59:37 +00:00
06dba6d951 Accepting request 541890 from home:kukuk:tirpc
- 005-missing-includes.patch: add missing includes to make headers
  compatible to sunrpc.
- Update to version 1.0.2
  - 002-old-automake.patch: not needed anymore
  - 005-libtirpc-1.0.2-rc1.patch: dropped
  - 006-Remove-old-meanwhile-wrong-comment-about-FD_SETSIZE-.patch:
    removed, merged upstream
  - 007-Change-rtime-function-to-use-poll-instead-of-select.patch:
    removed, merged upstream
  - 008-Add-parameters-to-local-prototypes-to-fix-compiler-w.patch:
    removed, merged upstream
  - 009-makefd_xprt-checks-that-the-filedesriptor-is-lower-t.patch:
    removed, merged upstream
  - 010-The-goto-again-statement-was-an-left-over-from-the-p.patch:
    removed, merged upstream
  - 012-libtirpc-needs-rpcsvc-nis.h-for-compiling-but-does-n.patch:
    removed, merged upstream
  - 013-If-we-don-t-compile-in-YP-support-don-t-include-YP-h.patch:
    removed, merged upstream
  - 014-Add-des_crypt.c-and-des_impl.c-to-become-independent.patch:
    removed, merged upstream
  - 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch:
    removed, merged upstream
  - patch6_7.diff: obsolete
  - Replace explicit_bzero.patch with 
    004-replace-bzero-with-memset.patch from git
  - Rename libtirpc-new-path-rpcbindsock.patch to
    001-new-rpcbindsock-path.patch
- 003-rpc-types.patch: Add some typedefs to rpc/types.h to allow
  applications be compiled with -std=iso9899:1990

OBS-URL: https://build.opensuse.org/request/show/541890
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=63
2017-11-17 09:14:30 +00:00
Dominique Leuenberger
2a76ef2352 Accepting request 531797 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/531797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=45
2017-10-13 12:02:39 +00:00
8aed418e53 Accepting request 530074 from home:jengelh:branches:Base:System
- Rectify RPM groups and summaries,
  and update old macro/variable constructs.

OBS-URL: https://build.opensuse.org/request/show/530074
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=61
2017-10-05 15:34:15 +00:00
Dominique Leuenberger
f8dd8b5880 Accepting request 514180 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/514180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=44
2017-08-24 15:39:08 +00:00
e5b640e2fe Accepting request 513172 from home:Andreas_Schwab:glibc:rebuild
- decls.patch: fix missing declarations
- explicit_bzero.patch: use explicit_bzero if available

OBS-URL: https://build.opensuse.org/request/show/513172
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=59
2017-08-03 08:16:24 +00:00
Dominique Leuenberger
ccb6e65972 Accepting request 384015 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/384015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=43
2016-04-11 08:27:36 +00:00
4b133a860c Accepting request 381804 from home:kukuk:NIS
- Add some patches to get libtirpc compiled without needing glibc 
  deprecated functions:
  - 015-Fix-includes-to-compile-without-deprecated-glibc-fun.patch
  - 014-Add-des_crypt.c-and-des_impl.c-to-become-independent.patch
  - 013-If-we-don-t-compile-in-YP-support-don-t-include-YP-h.patch
- Add 012-libtirpc-needs-rpcsvc-nis.h-for-compiling-but-does-n.patch
  to allow bootstrapping of libtirpc without glibc sunrpc code or
  libnsl NIS+ code.

- Add 011-Fix-typo-in-src-libtirpc.map-which-prevents-that-key.patch
  (fix export of key_secretkey_is_set)

- Add the following patches to fix some bugs from the poll()
  port and an endless loop:
  - 006-Remove-old-meanwhile-wrong-comment-about-FD_SETSIZE-.patch
  - 007-Change-rtime-function-to-use-poll-instead-of-select.patch
  - 008-Add-parameters-to-local-prototypes-to-fix-compiler-w.patch
  - 009-makefd_xprt-checks-that-the-filedesriptor-is-lower-t.patch
  - 010-The-goto-again-statement-was-an-left-over-from-the-p.patch

- Remove 004-netconfig-prefer-IPv6.patch for SLES12.
- Remove libtirpc-getnetconfig-races.patch (was backport).
  [FATE#320393]

- Drop libtirpc-xdr-header.patch (was backport)
- Fix public xdr.h header - xdr_rpcvers() were broken (bsc#902439)
  Added: libtirpc-xdr-header.patch

- Fix race conditions in getnetconfig (bsc#899576, bsc#882973)
  Added: libtirpc-getnetconfig-races.patch

OBS-URL: https://build.opensuse.org/request/show/381804
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=57
2016-04-04 11:47:30 +00:00
Dominique Leuenberger
132a47e012 Accepting request 357722 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/357722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=42
2016-02-11 11:33:05 +00:00
ca3c5c106a Accepting request 355025 from home:kukuk:branches:Base:System
- Split the netconfig configuration file and manual page off into
  an own RPM. Else it is not possible to install the old and new
  libtirpc libraries in parallel.

OBS-URL: https://build.opensuse.org/request/show/355025
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=55
2016-02-04 12:50:08 +00:00
Dominique Leuenberger
8a7951b2dd Accepting request 346346 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/346346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=41
2015-12-03 12:28:48 +00:00
619f82ada1 Accepting request 345009 from home:kukuk:NSL
- Update to libtirpc-1.0.1
  - new major soname
  - Adjust auth code to match other RPC implementations
  - Implement more gss auth stuff
  - use poll() instead of select() in svc_run()
  - Add more sunrpc compat functions
  - Sync compat headers with real functions
- Drop 005-missing-symvers.patch (upstream)
- Drop 006-memleak1.patch (upstream)
- Drop 007-memleak2.patch (upstream)
- Drop 008-fix-undef-ref.patch (upstream)
- Drop 009-authdes_pk_create.patch (upstream)
- Drop 010-xdr_sizeof.patch (upstream)
- Drop 011-authdes_create.patch (upstream)
- Drop 012-xp_sock.patch (upstream)
- Drop 099-poll.patch (upstream)
- Add 005-libtirpc-1.0.2-rc1.patch (fixes deadlock)

- Update 099-poll.patch with newest version send upstream.

- Add 099-poll.patch: change svc_run from select() to poll().

OBS-URL: https://build.opensuse.org/request/show/345009
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=53
2015-11-26 09:35:36 +00:00
Stephan Kulow
e5a2915b05 Accepting request 315829 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/315829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=40
2015-07-19 09:44:49 +00:00
25987c29d1 Accepting request 315658 from home:kukuk:NIS
- Add 012-xp_sock.patch: add sunrpc compatibility define

- Update 009-authdes_pk_create.patch (fix syncaddr handling)
- Add 011-authdes_create.patch (fix syncaddr handling)

- Add 010-xdr_sizeof.patch (enable xdr_sizeof)

- Add 009-authdes_pk_create.patch (missing SunRPC compat function)

OBS-URL: https://build.opensuse.org/request/show/315658
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=51
2015-07-10 10:28:23 +00:00
Stephan Kulow
eae2992915 Accepting request 314438 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/314438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=39
2015-07-05 15:53:47 +00:00
95f5f1cbd5 Accepting request 313578 from home:kukuk:NIS
- Add 008-fix-undef-ref.patch to fix a undefined reference bug

- Update to version 0.3.2 (bring authdes back)
- Remove 005-no_IPv6_for_old_code.patch (accepted upstream)
- Remove 001-tirpc-features.patch (obsolete)
- Add 005-missing-symvers.patch (fix missing, new symbols)
- Add 006-memleak1.patch (fix memory leak)
- Add 007-memleak2.patch (fix memory leak)

OBS-URL: https://build.opensuse.org/request/show/313578
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=49
2015-06-29 21:31:36 +00:00
Dominique Leuenberger
2574c92147 Accepting request 310201 from Base:System
- Remove krb5-devel from -devel requires, not needed anymore

- Update to libtirpc 0.3.1, which incorporates the following
  patches:
  - 011-gssapi-update1.patch
  - 012-gssapi-update2.patch
  - 013-gssapi-update3.patch
  - 014-gssapi-update4.patch
  - 015-gssapi-update5.patch
  - 016-gssapi-update6.patch
  - 017-gssapi-update7.patch
  - 018-gssapi-update8.patch
  Not needed anymore:
  - 007-fix-tirpc_map.patch
  Adjusted:
  - 001-tirpc-features.patch, merged with 006-rework-features.diff
  - 002-old-automake.patch

- 007-fix-tirpc_map.patch: fix symbol version for new global names

- 006-rework-features.diff: Adjust for set of gssapi patches
- 003-fix-gssapi.patch replaced by 011-gssapi-update1.patch
- 012-gssapi-update2.patch: fix krb5-config usage
- 013-gssapi-update3.patch: check for gssapi.h
- 014-gssapi-update4.patch: don't include rpcsec_gss.h
- 015-gssapi-update5.patch: don't install GSSAPI files if disabled
- 016-gssapi-update6.patch: fix rpc_gss_seccreate
- 017-gssapi-update7.patch: officialy export two internal functions
- 018-gssapi-update8.patch: don't use glibc special header files (forwarded request 309650 from kukuk)

OBS-URL: https://build.opensuse.org/request/show/310201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=38
2015-06-05 06:45:56 +00:00
Dominique Leuenberger
f6fcbb07cf Accepting request 309650 from home:kukuk:NIS
- Remove krb5-devel from -devel requires, not needed anymore

- Update to libtirpc 0.3.1, which incorporates the following
  patches:
  - 011-gssapi-update1.patch
  - 012-gssapi-update2.patch
  - 013-gssapi-update3.patch
  - 014-gssapi-update4.patch
  - 015-gssapi-update5.patch
  - 016-gssapi-update6.patch
  - 017-gssapi-update7.patch
  - 018-gssapi-update8.patch
  Not needed anymore:
  - 007-fix-tirpc_map.patch
  Adjusted:
  - 001-tirpc-features.patch, merged with 006-rework-features.diff
  - 002-old-automake.patch

- 007-fix-tirpc_map.patch: fix symbol version for new global names

- 006-rework-features.diff: Adjust for set of gssapi patches
- 003-fix-gssapi.patch replaced by 011-gssapi-update1.patch
- 012-gssapi-update2.patch: fix krb5-config usage
- 013-gssapi-update3.patch: check for gssapi.h
- 014-gssapi-update4.patch: don't include rpcsec_gss.h
- 015-gssapi-update5.patch: don't install GSSAPI files if disabled
- 016-gssapi-update6.patch: fix rpc_gss_seccreate
- 017-gssapi-update7.patch: officialy export two internal functions
- 018-gssapi-update8.patch: don't use glibc special header files

OBS-URL: https://build.opensuse.org/request/show/309650
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=47
2015-06-04 08:08:04 +00:00
72c7e243d3 Accepting request 308013 from home:kukuk:NIS
- 005-no_IPv6_for_old_code.patch: Update comment
    - libtirpc-taddr2uaddr-local.patch

OBS-URL: https://build.opensuse.org/request/show/308013
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=46
2015-05-19 15:52:05 +00:00
7ef180a926 Accepting request 306489 from home:kukuk:NIS
- 003-fix-gssapi.patch: Correct fix for GSS ABI breakage
- 006-rework-features.diff: Rework tirpc-features.h

- 003-fix-gssapi.patch: Update, one chunk did go lost

OBS-URL: https://build.opensuse.org/request/show/306489
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=45
2015-05-18 15:45:32 +00:00
Olaf Kirch
1be34e3c8c Accepting request 305881 from home:kukuk:NIS
- 001-tirpc-features.patch: update with official git version
- 002-old-automake.patch: re-add for SLES11
- 003-fix-gssapi.patch: try to fix the disable-gssapi option correct

OBS-URL: https://build.opensuse.org/request/show/305881
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=44
2015-05-08 10:53:50 +00:00
Cristian Rodríguez
167c8f44ce Accepting request 305737 from home:kukuk:NIS
- Fix HAVE_AUTHDES/HAVE_GSSAPI in public header files
  (001-tirpc-features.patch)

- Update to official release 0.3.0. authdes was disabled by default
  upstream.
- Following patches were merged:
  - 001-symbol-versions-v5.patch
  - 003-add-des_crypt.diff
- Remove 002-old-automake.patch, not needed anymore

- Update 001-symbol-versions-v4.patch with
  001-symbol-versions-v5.patch: Add --disable-symvers option

- Update 003-add-des_crypt.diff, fix unresolved des functions

- Update to git
- Add 003-add-des_crypt.diff to fix unresolved *_crypt() functions

- Disable gssapi for SLE11, kerberos version is too old

- rpc/rpc.h requires now indirectly gssapi.h from krb5-devel

- Update to current git.
- The following patches were accepted upstream:
  - 003-xdr_h-fix.patch
  - 005-disable-rpcent.patch
  - 006-no-libnsl.patch
  - patch1_7.diff
  - patch2_7.diff
  - patch3_7.diff

OBS-URL: https://build.opensuse.org/request/show/305737
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=43
2015-05-07 19:52:27 +00:00
Stephan Kulow
50ed2d935e Accepting request 265761 from Base:System
1

OBS-URL: https://build.opensuse.org/request/show/265761
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=37
2014-12-21 11:04:15 +00:00
Olaf Kirch
c3b2cb84b1 Accepting request 265252 from home:kukuk:NIS
- Update to upstream 0.2.5 release
- Add symbol versioning to fix symbol conflicts
  (001-symbol-versions-v2.patch), but disable until commited upstream
- Adjust libtirpc-clnt_broadcast_fix.patch and rename to
  002-clnt_broadcast_fix.patch
- Adjust libtirpc-rpc_broadcast_misformed_replies.patch and rename
  to 003-rpc_broadcast_misformed_replies.patch
- Rename libtirpc-getpmaphandle.patch to 004-getpmaphandle.patch
- Adjust libtirpc-bindresvport_blacklist.patch and rename to 
  000-bindresvport_blacklist.patch
- Drop libtirpc-pmap-setunset.patch, not needed anymore
- Apply libtirpc-new-path-rpcbindsock.patch only on openSUSE 13.1
  and later

OBS-URL: https://build.opensuse.org/request/show/265252
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=41
2014-12-18 13:26:10 +00:00
Stephan Kulow
25cdd04345 Accepting request 220669 from Base:System
Prevent a segfault of 'rpcinfo -b' on systems with tuntap devices (bnc#861577).
Added: libtirpc-getbroadifs-crash.patch (forwarded request 220501 from okir)

OBS-URL: https://build.opensuse.org/request/show/220669
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=35
2014-02-04 20:49:51 +00:00
74e28149ed Accepting request 220501 from home:okir:branches:Base:System
Prevent a segfault of 'rpcinfo -b' on systems with tuntap devices (bnc#861577).
Added: libtirpc-getbroadifs-crash.patch

OBS-URL: https://build.opensuse.org/request/show/220501
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=39
2014-02-03 10:14:27 +00:00
Stephan Kulow
918ec09a92 Accepting request 213819 from Base:System
Next attempt to get this included into Factory...

This fixes several issues in libtirpc uncovered by automated testing. (forwarded request 213497 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/213819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=34
2014-01-15 15:25:27 +00:00
Stephan Kulow
6705ba4caf Accepting request 213497 from home:okir:branches:openSUSE:13.1:Update
Next attempt to get this included into Factory...

This fixes several issues in libtirpc uncovered by automated testing.

OBS-URL: https://build.opensuse.org/request/show/213497
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=37
2014-01-14 05:16:50 +00:00
Stephan Kulow
ed88a2ced5 Accepting request 210327 from Base:System
This version only changes krb5-devel to krb5-mini-devel for
13.1 and later, but as the package doesn't build on earlier
releases anyway it is at best a cosmetic issue.

- Change BuildDepends from krb5-devel to krb5-mini-devel
  for those releases which provide it
  as the later is sufficient and has fewer down-stream
  dependencies. (forwarded request 210104 from neilbrown)

OBS-URL: https://build.opensuse.org/request/show/210327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=33
2013-12-10 16:43:47 +00:00
1272c1aabb Accepting request 210104 from home:neilbrown:branches:Base:System
This version only changes krb5-devel to krb5-mini-devel for
13.1 and later, but as the package doesn't build on earlier
releases anyway it is at best a cosmetic issue.

- Change BuildDepends from krb5-devel to krb5-mini-devel
  for those releases which provide it
  as the later is sufficient and has fewer down-stream
  dependencies.

OBS-URL: https://build.opensuse.org/request/show/210104
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=35
2013-12-10 09:48:28 +00:00
Stephan Kulow
310673fb0a Accepting request 208861 from Base:System
- Use krb5 rather than gssglue to provide gss
  access routines.
  Both krb5 and gssglue provide routines of the same
  name, and both can get linked into rpc.gssd, resulting
  in some confusion.
  Upstream support seems to be leaning heavily towards
  avoiding libgssglue.  nfs-utils is built without it,
  and best to build libtirpc without it.
  (bnc#841788)

OBS-URL: https://build.opensuse.org/request/show/208861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=32
2013-11-29 15:23:17 +00:00
Stephan Kulow
33c9d292f9 osc copypac from project:Base:System package:libtirpc revision:31
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=33
2013-11-29 06:05:26 +00:00
Stephan Kulow
417ad73d3a osc copypac from project:Base:System package:libtirpc revision:30
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=32
2013-11-28 08:51:32 +00:00
119cf993ea Accepting request 206835 from home:neilbrown:branches:Base:System
- Use krb5 rather than gssglue to provide gss
  access routines.
  Both krb5 and gssglue provide routines of the same
  name, and both can get linked into rpc.gssd, resulting
  in some confusion.
  Upstream support seems to be leaning heavily towards
  avoiding libgssglue.  nfs-utils is built without it,
  and best to build libtirpc without it.
  (bnc#841788)

OBS-URL: https://build.opensuse.org/request/show/206835
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=31
2013-11-16 14:35:56 +00:00
Stephan Kulow
35f6d49b44 Accepting request 201562 from Base:System
- Updated to latest upstream revision, and removed
  libtirpc-revert-des_crypt.patch which is now upstream
- Verified that the bugfix for bnc#702472 is in upstream
- verified that SLE patches are present (bnc#831296)

OBS-URL: https://build.opensuse.org/request/show/201562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=31
2013-10-02 06:50:07 +00:00
bf79306848 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=29 2013-10-01 07:27:04 +00:00
f68082db81 Accepting request 195608 from home:okir:branches:Base:System
Resubmitting:
- Updated to latest upstream revision, and removed
  libtirpc-revert-des_crypt.patch which is now upstream
- Verified that the bugfix for bnc#702472 is in upstream
- verified that SLE patches are present (bnc#831296)

OBS-URL: https://build.opensuse.org/request/show/195608
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=28
2013-08-26 12:00:59 +00:00
Stephan Kulow
fdd6836c08 Accepting request 170871 from Base:System
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls (forwarded request 170857 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/170871
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=29
2013-04-17 05:17:02 +00:00
520d32b2c9 Accepting request 170857 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/170857
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=26
2013-04-15 14:52:03 +00:00
Stephan Kulow
bcb0f5177f Accepting request 95933 from Base:System
license update: BSD-4-Clause
Remove deprecated rpm license string. Use SPDX syntax. Highlight BSD-4-Clause (advertising clause) nature of package (forwarded request 95930 from babelworx)

OBS-URL: https://build.opensuse.org/request/show/95933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=26
2011-12-14 13:34:06 +00:00
Andreas Jaeger
fb9ba5ee2f Accepting request 95930 from home:babelworx:ldig:branches:Base:System
license update: BSD-4-Clause
Remove deprecated rpm license string. Use SPDX syntax. Highlight BSD-4-Clause (advertising clause) nature of package

OBS-URL: https://build.opensuse.org/request/show/95930
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=24
2011-12-08 13:07:11 +00:00
Cristian Rodríguez
2605858884 Accepting request 95867 from home:a_jaeger:FactoryFix
Update license (bnc#735008).

OBS-URL: https://build.opensuse.org/request/show/95867
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=23
2011-12-08 02:16:17 +00:00
Stephan Kulow
f31d3ce904 - add libtool as buildrequire to avoid implicit dependency
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=22
2011-12-03 09:07:28 +00:00
cbb8325690 Accepting request 94459 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94459
OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=21
2011-11-30 13:14:20 +00:00
Sascha Peilicke
e7aab5c066 Autobuild autoformatter for 75819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=24
2011-07-08 13:45:25 +00:00
Sascha Peilicke
12fdec7d31 Accepting request 75819 from Base:System
- add baselibs.conf to allow pam-32bit to link against it

OBS-URL: https://build.opensuse.org/request/show/75819
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtirpc?expand=0&rev=23
2011-07-08 13:45:07 +00:00