Dominique Leuenberger 2017-11-25 07:43:44 +00:00 committed by Git OBS Bridge
commit 8f18d2bd62
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 23 08:42:59 UTC 2017 - bwiedemann@suse.com
- Make builds reproducible by using a constant __DATE__ (boo#1047218)
-------------------------------------------------------------------
Wed Sep 6 08:51:47 UTC 2017 - jengelh@inai.de

View File

@ -64,7 +64,7 @@ Header files for development of DNSCrypt plugins.
%setup -q
%patch0 -p1
# Strip __DATE__
sed -i "s/__DATE__/\"%(date +%%F)\"/" src/proxy/options.c
sed -i "s/__DATE__/\"%(date -u -r ChangeLog +%%F)\"/" src/proxy/options.c
# Don't install COPYING with make, we use our %%license marcro if possible
sed -i "/\tCOPYING / d" Makefile.am
sed -i "s/COPYING //" Makefile.in