Skip to content

Commit

Permalink
fixup! Make buildtime part of the version number in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bzeller committed Jul 9, 2021
1 parent 0bd88d4 commit 2b97bd3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libzypp.spec.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@
%bcond_without mediabackend_tests

Name: libzypp

Version: @VERSION@
%if %{with cimode}
Version: @VERSION@%{lua: print( "." .. os.time(os.date("!*t")))}
Release: 0%{lua: print(os.time(os.date("!*t")))}.<RELEASE>
%else
Version: @VERSION@
%endif
Release: 0
%endif
License: GPL-2.0+
Url: https://github.com/openSUSE/libzypp
Summary: Library for package, patch, pattern and product management
Expand Down

0 comments on commit 2b97bd3

Please sign in to comment.