Files
open-isns/open-isns.changes
Lee Duncan 967a364187 Accepting request 735345 from home:lee_duncan:branches:Base:System
- Had to address build issue in OBS, resulting in this package not
  building, with message (folding done by me):
  	+ exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature \
		--define '_build_create_debug 1' \
		--define 'disturl obs://build.opensuse.org/Base:System/openSUSE_Factory/93a92c971e76cbf08ebb7afd9a4de7be-open-isns' \
		/home/abuild/rpmbuild/SOURCES/open-isns.spec
         error: /home/abuild/rpmbuild/SOURCES/open-isns.spec: \
	 	line 63: Too many levels of recursion in macro expansion. It is likely caused by recursive macro declaration.
  Line 63 was the "%configure" call, but I believe recursion is caused
  by redefinition of _lto_cflags.  To fix this, I reverted the
  "Use FAT LTO ..." commit, removing the "%global _lto_cflags ..." line.

OBS-URL: https://build.opensuse.org/request/show/735345
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=21
2019-10-04 19:06:05 +00:00

103 lines
4.1 KiB
Plaintext

-------------------------------------------------------------------
Fri Oct 4 18:26:01 UTC 2019 - Lee Duncan <lduncan@suse.com>
- Had to address build issue in OBS, resulting in this package not
building, with message (folding done by me):
+ exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature \
--define '_build_create_debug 1' \
--define 'disturl obs://build.opensuse.org/Base:System/openSUSE_Factory/93a92c971e76cbf08ebb7afd9a4de7be-open-isns' \
/home/abuild/rpmbuild/SOURCES/open-isns.spec
error: /home/abuild/rpmbuild/SOURCES/open-isns.spec: \
line 63: Too many levels of recursion in macro expansion. It is likely caused by recursive macro declaration.
Line 63 was the "%configure" call, but I believe recursion is caused
by redefinition of _lto_cflags. To fix this, I reverted the
"Use FAT LTO ..." commit, removing the "%global _lto_cflags ..." line.
-------------------------------------------------------------------
Wed Jul 24 13:52:45 UTC 2019 - matthias.gerstner@suse.com
- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by
firewalld, see [1].
[1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
-------------------------------------------------------------------
Fri Apr 26 11:28:12 UTC 2019 - Martin Liška <mliska@suse.cz>
- Use FAT LTO objects in order to provide proper static library (boo#1133271).
-------------------------------------------------------------------
Thu Oct 25 18:23:53 UTC 2018 - lduncan@suse.com
- Update to version 0.99:
* Update version to v0.99, and fill in ChangeLog
* util.h: endian.h is available on musl on linux
* Added README info about testing without security.
* Support building/testing for with-security=no
* Define 'free()' for isns_free()
* Fix error with SCN Deregister when not registered.
* Cleanup: reformat and add some print statements.
* Fix error with type of node in GetNext test.
* Add testing information to the README.
Which replaced open-isns-0.98.tar.gz with open-isns-0.99.tar.xz
Also added the _service* files to manage updates.
-------------------------------------------------------------------
Thu Aug 31 20:14:06 UTC 2017 - lduncan@suse.com
- Update from version 0.97 to 0.98, which includes some
testing and openssl fixes, updating the SPEC file and
replacing the release tarball (bsc#1056696)
-------------------------------------------------------------------
Tue Aug 8 19:18:27 UTC 2017 - jengelh@inai.de
- Fix RPM groups. Replace %__-type macro indirections and
old $RPM shell variables.
-------------------------------------------------------------------
Wed Nov 2 23:53:06 UTC 2016 - lduncan@suse.com
- Updated to version 0.97, replacing main tarball
-------------------------------------------------------------------
Thu Jun 23 17:24:07 UTC 2016 - lduncan@suse.com
- Updated to version 0.96, replacing main tarball, and
removing both patches:
D open-isns-Update-GPL-license-information.patch
D open-isns-Install-isns_config.5.patch
-------------------------------------------------------------------
Fri Dec 18 19:50:02 UTC 2015 - lduncan@suse.com
- Updated SPEC file dependencies so early install works
(bsc#958567)
-------------------------------------------------------------------
Wed Dec 16 02:10:27 UTC 2015 - lduncan@suse.com
- Updated COPYING and README files for updated GNU license, adding:
open-isns-Update-GPL-license-information.patch
-------------------------------------------------------------------
Wed Dec 9 23:05:00 UTC 2015 - lduncan@suse.com
- Updated spec file to install hdrs and library file
-------------------------------------------------------------------
Wed Dec 9 02:56:43 UTC 2015 - lduncan@suse.com
- Also must install isns_config.5, added upstream patch:
open-isns-open-isns-Install-isns_config.5.patch
-------------------------------------------------------------------
Tue Dec 8 17:10:52 UTC 2015 - lduncan@suse.com
- Initial creation of Build Service project, using version
0.95 of open-isns from github.com/gonzoleeman/open-isns
-------------------------------------------------------------------