Skip to content

Commit

Permalink
Bump the OS Login package version to 1.0.4. (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
illfelder committed Sep 21, 2017
1 parent aac7b8e commit 1ced6ea
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion google_compute_engine_oslogin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BASENAME = oslogin
NAME = google-compute-engine-$(BASENAME)
MAJOR = 1
MINOR = 0
REVISION = 3
REVISION = 4

NSS_LIBRARY_NAME = libnss_$(NAME)-$(MAJOR).$(MINOR).$(REVISION).so
NSS_LIBRARY_SONAME = libnss_$(BASENAME).so.2
Expand Down
6 changes: 6 additions & 0 deletions google_compute_engine_oslogin/packaging/debian8/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
google-compute-engine-oslogin (1.0.4-1+deb8) unstable; urgency=low

* JSON parser casts uid and gid to unsigned integers.

-- MAINTAINER <gc-team@google.com> Tue, 20 Sept 2017 12:00:00 -0700

google-compute-engine-oslogin (1.0.3-1+deb8) unstable; urgency=low

* Strictly check for HTTP code 200.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/lib/libnss_google-compute-engine-oslogin-1.0.3.so /lib/libnss_oslogin.so.2
/lib/libnss_google-compute-engine-oslogin-1.0.4.so /lib/libnss_oslogin.so.2
6 changes: 6 additions & 0 deletions google_compute_engine_oslogin/packaging/debian9/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
google-compute-engine-oslogin (1.0.4-1+deb9) unstable; urgency=low

* JSON parser casts uid and gid to unsigned integers.

-- MAINTAINER <gc-team@google.com> Tue, 20 Sept 2017 12:00:00 -0700

google-compute-engine-oslogin (1.0.3-1+deb9) unstable; urgency=low

* Strictly check for HTTP code 200.
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/lib/libnss_google-compute-engine-oslogin-1.0.3.so /lib/libnss_oslogin.so.2
/lib/libnss_google-compute-engine-oslogin-1.0.4.so /lib/libnss_oslogin.so.2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

Name: google-compute-engine-oslogin
Version: 1.0.3
Version: 1.0.4
Release: 1%{?dist}
Summary: OS Login Functionality for Google Compute Engine

Expand Down
4 changes: 2 additions & 2 deletions google_compute_engine_oslogin/packaging/setup_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Run from the top of the source directory.
NAME="google-compute-engine-oslogin"
VERSION="1.0.3"
VERSION="1.0.4"

working_dir=${PWD}

Expand All @@ -40,7 +40,7 @@ tar xzvf ${NAME}_${VERSION}.orig.tar.gz

cd ${NAME}-${VERSION}

deb_version=$(cut -d "." -f 1 /etc/debian_version)
deb_version=$(cut -d "." -f 1 /etc/debian_version)
cp -r ${working_dir}/packaging/debian${deb_version} debian

debuild -us -uc
Expand Down
2 changes: 1 addition & 1 deletion google_compute_engine_oslogin/packaging/setup_rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# Run from the top of the source directory.
NAME="google-compute-engine-oslogin"
VERSION="1.0.3"
VERSION="1.0.4"

working_dir=${PWD}
rpm_working_dir=/tmp/rpmpackage/${NAME}-${VERSION}
Expand Down

0 comments on commit 1ced6ea

Please sign in to comment.